diff --git a/src/app/components/PageLayoutWrapper/__snapshots__/index.test.tsx.snap b/src/app/components/PageLayoutWrapper/__snapshots__/index.test.tsx.snap
index ba46852a119..b27b2f0d485 100644
--- a/src/app/components/PageLayoutWrapper/__snapshots__/index.test.tsx.snap
+++ b/src/app/components/PageLayoutWrapper/__snapshots__/index.test.tsx.snap
@@ -17,6 +17,22 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
.emotion-1 {
+ position: -webkit-sticky;
+ position: sticky;
+ top: 0;
+ left: 0;
+ width: 100%;
+ z-index: 10000;
+ -webkit-transition: -webkit-transform 0.3s ease;
+ transition: transform 0.3s ease;
+ -webkit-transform: translateY(0);
+ -moz-transform: translateY(0);
+ -ms-transform: translateY(0);
+ transform: translateY(0);
+ will-change: transform;
+}
+
+.emotion-2 {
position: fixed;
bottom: 0;
left: 0;
@@ -24,7 +40,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
z-index: 2147483647;
}
-.emotion-3 {
+.emotion-4 {
font-family: ReithSans,Helvetica,Arial,sans-serif;
font-style: normal;
font-weight: 400;
@@ -32,48 +48,48 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
border-top: solid 0.0625rem transparent;
}
-.emotion-5 {
+.emotion-6 {
max-width: 37.4375rem;
margin: 0 auto;
}
-.emotion-5 a {
+.emotion-6 a {
color: #F6A21D;
-webkit-text-decoration: none;
text-decoration: none;
border-bottom: solid 0.0625rem #AEAEB5;
}
-.emotion-5 a:focus,
-.emotion-5 a:hover {
+.emotion-6 a:focus,
+.emotion-6 a:hover {
color: #222222;
background-color: #F6A21D;
}
-.emotion-5 a:hover,
-.emotion-5 a:focus {
+.emotion-6 a:hover,
+.emotion-6 a:focus {
border-bottom: solid 0.125rem transparent;
}
@media (max-width: 24.9375rem) {
- .emotion-5 {
+ .emotion-6 {
padding: 2.75rem 1rem 0.5rem 1rem;
}
}
@media (min-width: 25rem) and (max-width: 37.4375rem) {
- .emotion-5 {
+ .emotion-6 {
padding: 2.75rem 1rem 0.5rem 1rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-5 {
+ .emotion-6 {
padding: calc(2rem - 0.0625rem) 1rem 2rem 1rem;
}
}
-.emotion-7 {
+.emotion-8 {
font-size: 1.125rem;
line-height: 1.375rem;
color: #FFFFFF;
@@ -83,24 +99,24 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 20rem) and (max-width: 37.4375rem) {
- .emotion-7 {
+ .emotion-8 {
font-size: 1.25rem;
line-height: 1.5rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-7 {
+ .emotion-8 {
font-size: 1.5rem;
line-height: 1.75rem;
}
}
-.emotion-7:focus {
+.emotion-8:focus {
outline: none;
}
-.emotion-9 {
+.emotion-10 {
font-size: 0.9375rem;
line-height: 1.25rem;
margin-top: 1rem;
@@ -109,26 +125,26 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 20rem) and (max-width: 37.4375rem) {
- .emotion-9 {
+ .emotion-10 {
font-size: 1rem;
line-height: 1.375rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-9 {
+ .emotion-10 {
font-size: 1rem;
line-height: 1.375rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-9 {
+ .emotion-10 {
margin-top: 1.5rem;
}
}
-.emotion-11 {
+.emotion-12 {
font-size: 0.9375rem;
line-height: 1.125rem;
display: -webkit-box;
@@ -150,20 +166,20 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 20rem) and (max-width: 37.4375rem) {
- .emotion-11 {
+ .emotion-12 {
font-size: 0.9375rem;
line-height: 1.125rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-11 {
+ .emotion-12 {
font-size: 0.875rem;
line-height: 1.125rem;
}
}
-.emotion-11 li+li {
+.emotion-12 li+li {
margin-top: 0.5rem;
padding-top: 1rem;
padding-bottom: 1rem;
@@ -182,7 +198,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 37.5rem) {
- .emotion-11 {
+ .emotion-12 {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
@@ -191,18 +207,18 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
justify-content: space-between;
}
- .emotion-11 li+li {
+ .emotion-12 li+li {
margin-top: 0;
}
}
-.emotion-13 {
+.emotion-14 {
text-align: center;
width: 100%;
word-break: break-word;
}
-.emotion-13 button {
+.emotion-14 button {
font-size: 0.9375rem;
line-height: 1.125rem;
width: 100%;
@@ -216,42 +232,42 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 20rem) and (max-width: 37.4375rem) {
- .emotion-13 button {
+ .emotion-14 button {
font-size: 0.9375rem;
line-height: 1.125rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-13 button {
+ .emotion-14 button {
font-size: 0.875rem;
line-height: 1.125rem;
}
}
-.emotion-13 button:focus,
-.emotion-13 button:hover {
+.emotion-14 button:focus,
+.emotion-14 button:hover {
color: #222222;
background-color: #F6A21D;
}
-.emotion-13 button:hover,
-.emotion-13 button:focus {
+.emotion-14 button:hover,
+.emotion-14 button:focus {
-webkit-text-decoration: underline;
text-decoration: underline;
}
-.emotion-13 button:focus-visible {
+.emotion-14 button:focus-visible {
outline: 0.1875rem solid #000000;
}
@media (min-width: 25rem) {
- .emotion-13 {
+ .emotion-14 {
width: 17.3125rem;
}
}
-.emotion-13.hide {
+.emotion-14.hide {
width: 2.75rem;
height: 2.75rem;
position: absolute;
@@ -261,7 +277,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
padding: 0;
}
-.emotion-13.hide button {
+.emotion-14.hide button {
width: 2.75rem;
height: 2.75rem;
cursor: pointer;
@@ -269,8 +285,8 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
border: none;
}
-.emotion-13.hide button:focus::after,
-.emotion-13.hide button:hover::after {
+.emotion-14.hide button:focus::after,
+.emotion-14.hide button:hover::after {
content: '';
position: absolute;
left: 0;
@@ -280,7 +296,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
border: 0.1875rem solid #FFFFFF;
}
-.emotion-13.hide button:focus-visible::after {
+.emotion-14.hide button:focus-visible::after {
content: '';
position: absolute;
left: 0;
@@ -291,7 +307,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
box-shadow: 0 0 0 0.1875rem #FFFFFF inset;
}
-.emotion-13.hide svg {
+.emotion-14.hide svg {
color: white;
fill: currentColor;
position: absolute;
@@ -299,7 +315,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
right: 0;
}
-.emotion-18 {
+.emotion-19 {
background-color: #B80000;
height: 2.75rem;
width: 100%;
@@ -309,36 +325,36 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 15rem) {
- .emotion-18 {
+ .emotion-19 {
height: 3.75rem;
padding: 0 0.5rem;
}
}
@media (min-width: 25rem) {
- .emotion-18 {
+ .emotion-19 {
height: 3.75rem;
padding: 0 1rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-18 {
+ .emotion-19 {
height: 4rem;
}
}
-.emotion-18 svg {
+.emotion-19 svg {
fill: currentColor;
}
@media screen and (forced-colors: active) {
- .emotion-18 svg {
+ .emotion-19 svg {
fill: linkText;
}
}
-.emotion-20 {
+.emotion-21 {
height: 100%;
position: relative;
display: -webkit-box;
@@ -361,12 +377,12 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (max-width: 14.9375rem) {
- .emotion-20 {
+ .emotion-21 {
display: block;
}
}
-.emotion-22 {
+.emotion-23 {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
@@ -381,15 +397,15 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
padding-top: 0.125rem;
}
-.emotion-22:hover,
-.emotion-22:focus {
+.emotion-23:hover,
+.emotion-23:focus {
-webkit-text-decoration: none;
text-decoration: none;
border-bottom: 0.25rem solid #FFFFFF;
margin-bottom: -0.25rem;
}
-.emotion-22:focus-visible::after {
+.emotion-23:focus-visible::after {
content: '';
position: absolute;
top: 0;
@@ -400,7 +416,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
outline: 0.25rem solid #FFFFFF;
}
-.emotion-24 {
+.emotion-25 {
box-sizing: content-box;
color: #FFFFFF;
fill: currentColor;
@@ -408,24 +424,24 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 25rem) {
- .emotion-24 {
+ .emotion-25 {
height: 1.5rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-24 {
+ .emotion-25 {
height: 1.875rem;
}
}
@media screen and (-ms-high-contrast: active),print {
- .emotion-24 {
+ .emotion-25 {
fill: windowText;
}
}
-.emotion-26 {
+.emotion-27 {
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
clip: rect(1px, 1px, 1px, 1px);
@@ -436,7 +452,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
margin: 0;
}
-.emotion-27 {
+.emotion-28 {
position: absolute;
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
@@ -458,20 +474,20 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 20rem) and (max-width: 37.4375rem) {
- .emotion-27 {
+ .emotion-28 {
font-size: 1rem;
line-height: 1.25rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-27 {
+ .emotion-28 {
font-size: 1rem;
line-height: 1.25rem;
}
}
-.emotion-27:focus {
+.emotion-28:focus {
-webkit-clip-path: none;
clip-path: none;
clip: auto;
@@ -482,24 +498,24 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 25rem) {
- .emotion-27:focus {
+ .emotion-28:focus {
top: 0.5rem;
}
}
@media (max-width: 37.4375rem) {
- .emotion-27 {
+ .emotion-28 {
padding: 0.5rem;
}
}
-.emotion-29 {
+.emotion-30 {
position: relative;
background-color: #FFFFFF;
}
@media (min-width: 62.9375rem) {
- .emotion-29::after {
+ .emotion-30::after {
content: '';
position: absolute;
bottom: 0;
@@ -509,11 +525,11 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
}
-.emotion-29 .emotion-45::after {
+.emotion-30 .emotion-46::after {
left: 0;
}
-.emotion-31 {
+.emotion-32 {
position: relative;
max-width: 63.4rem;
margin: 0;
@@ -521,22 +537,22 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 37.5rem) {
- .emotion-31 {
+ .emotion-32 {
margin: 0 0.8rem;
}
}
@media (min-width: 66rem) {
- .emotion-31 {
+ .emotion-32 {
margin: 0 auto;
}
}
-.emotion-33 {
+.emotion-34 {
position: relative;
}
-.emotion-35 {
+.emotion-36 {
position: relative;
padding: 0;
margin: 0;
@@ -547,14 +563,14 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
width: 2.75rem;
}
-.emotion-35:hover,
-.emotion-35:focus {
+.emotion-36:hover,
+.emotion-36:focus {
cursor: pointer;
box-shadow: inset 0 0 0 0.25rem #FFFFFF;
}
-.emotion-35:hover::after,
-.emotion-35:focus::after {
+.emotion-36:hover::after,
+.emotion-36:focus::after {
content: '';
position: absolute;
left: 0;
@@ -565,36 +581,36 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 37.5rem) {
- .emotion-35 {
+ .emotion-36 {
display: none;
visibility: hidden;
}
}
@media (min-width: 20rem) {
- .emotion-35 {
+ .emotion-36 {
height: 2.75rem;
width: 2.75rem;
}
}
-.emotion-35 svg {
+.emotion-36 svg {
vertical-align: middle;
}
-.emotion-37 {
+.emotion-38 {
color: #000000;
fill: currentColor;
}
@media screen and (forced-colors: active) {
- .emotion-37 {
+ .emotion-38 {
fill: linkText;
}
}
@media (max-width: 37.4375rem) {
- .emotion-40 {
+ .emotion-41 {
white-space: nowrap;
overflow-x: scroll;
scroll-behavior: auto;
@@ -603,15 +619,15 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
-ms-overflow-style: none;
}
- .emotion-40::-webkit-scrollbar {
+ .emotion-41::-webkit-scrollbar {
display: none;
}
- .emotion-40:focus-visible {
+ .emotion-41:focus-visible {
outline: none;
}
- .emotion-40:focus-visible::after {
+ .emotion-41:focus-visible::after {
outline: 0.1875rem solid #000000;
content: '';
position: absolute;
@@ -619,7 +635,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
height: 100%;
}
- .emotion-40:after {
+ .emotion-41:after {
content: ' ';
height: 100%;
width: 3rem;
@@ -637,13 +653,13 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 25rem) {
- .emotion-40:after {
+ .emotion-41:after {
width: 6rem;
}
}
}
-.emotion-42 {
+.emotion-43 {
list-style-type: none;
padding: 0;
margin: 0;
@@ -651,12 +667,12 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 37.5rem) {
- .emotion-42 {
+ .emotion-43 {
overflow: hidden;
}
}
-.emotion-44 {
+.emotion-45 {
display: inline-block;
position: relative;
z-index: 2;
@@ -665,13 +681,13 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (max-width: 37.4375rem) {
- .emotion-44:last-child {
+ .emotion-45:last-child {
margin-right: 3rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-44::after {
+ .emotion-45::after {
content: '';
position: absolute;
bottom: -1px;
@@ -681,7 +697,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
}
-.emotion-46 {
+.emotion-47 {
font-size: 0.9375rem;
line-height: 1.25rem;
font-family: ReithSans,Helvetica,Arial,sans-serif;
@@ -697,26 +713,26 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 20rem) and (max-width: 37.4375rem) {
- .emotion-46 {
+ .emotion-47 {
font-size: 1rem;
line-height: 1.25rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-46 {
+ .emotion-47 {
font-size: 1rem;
line-height: 1.25rem;
}
}
@media (max-width: 37.4375rem) {
- .emotion-46 {
+ .emotion-47 {
padding: 0.75rem 0.5rem;
}
}
-.emotion-46:hover::after {
+.emotion-47:hover::after {
content: '';
position: absolute;
left: 0;
@@ -725,7 +741,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
border-bottom: 0.25rem solid #B80000;
}
-.emotion-46:focus::after {
+.emotion-47:focus::after {
content: '';
position: absolute;
left: 0;
@@ -736,7 +752,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
border: 0.1875rem solid #000000;
}
-.emotion-46:focus-visible::after {
+.emotion-47:focus-visible::after {
content: '';
position: absolute;
left: 0;
@@ -747,7 +763,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
border: 0.1875rem solid #000000;
}
-.emotion-88 {
+.emotion-89 {
background-color: #FFFFFF;
clear: both;
overflow: hidden;
@@ -759,37 +775,37 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 37.5rem) {
- .emotion-88 {
+ .emotion-89 {
display: none;
visibility: hidden;
}
}
@media (prefers-reduced-motion: reduce) {
- .emotion-88 {
+ .emotion-89 {
-webkit-transition: none;
transition: none;
}
}
-.emotion-90 {
+.emotion-91 {
list-style-type: none;
margin: 0;
padding: 0 0.5rem;
border-bottom: 0.0625rem solid #E6E8EA;
}
-.emotion-92 {
+.emotion-93 {
padding: 0.75rem 0;
border-bottom: 0.0625rem solid #E6E8EA;
}
-.emotion-92:last-child {
+.emotion-93:last-child {
padding-bottom: 0.25rem;
border: 0;
}
-.emotion-94 {
+.emotion-95 {
font-size: 0.9375rem;
line-height: 1.25rem;
font-family: ReithSans,Helvetica,Arial,sans-serif;
@@ -803,40 +819,40 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 20rem) and (max-width: 37.4375rem) {
- .emotion-94 {
+ .emotion-95 {
font-size: 1rem;
line-height: 1.25rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-94 {
+ .emotion-95 {
font-size: 1rem;
line-height: 1.25rem;
}
}
-.emotion-94:hover,
-.emotion-94:focus {
+.emotion-95:hover,
+.emotion-95:focus {
-webkit-text-decoration: underline;
text-decoration: underline;
text-decoration-color: #B80000;
}
-.emotion-136 {
+.emotion-137 {
position: absolute;
width: calc(100vw - 0.8rem);
inset-inline-start: 0;
}
@media (min-width: 1041px) {
- .emotion-136 {
+ .emotion-137 {
width: calc(100vw + 0.8rem);
inset-inline-start: calc(-1 * (100vw - 1014px) / 2);
}
}
-.emotion-136::after {
+.emotion-137::after {
content: '';
position: absolute;
inset-block-end: 0;
@@ -846,12 +862,12 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 1008px) {
- .emotion-136 {
+ .emotion-137 {
display: none;
}
}
-.emotion-138 {
+.emotion-139 {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
@@ -859,36 +875,36 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
position: relative;
}
-.emotion-139 {
+.emotion-140 {
content-visibility: auto;
contain-intrinsic-size: 33.125rem;
}
@media (min-width: 15rem) {
- .emotion-139 {
+ .emotion-140 {
contain-intrinsic-size: 26.563rem;
}
}
@media (min-width: 20) {
- .emotion-139 {
+ .emotion-140 {
contain-intrinsic-size: 23.438rem;
}
}
@media (min-width: 25rem) {
- .emotion-139 {
+ .emotion-140 {
contain-intrinsic-size: 21.875rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-139 {
+ .emotion-140 {
contain-intrinsic-size: 17.188rem;
}
}
-.emotion-142 {
+.emotion-143 {
background-color: #B80000;
height: 2.75rem;
width: 100%;
@@ -899,36 +915,36 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 15rem) {
- .emotion-142 {
+ .emotion-143 {
height: 3.75rem;
padding: 0 0.5rem;
}
}
@media (min-width: 25rem) {
- .emotion-142 {
+ .emotion-143 {
height: 3.75rem;
padding: 0 1rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-142 {
+ .emotion-143 {
height: 4rem;
}
}
-.emotion-142 svg {
+.emotion-143 svg {
fill: currentColor;
}
@media screen and (forced-colors: active) {
- .emotion-142 svg {
+ .emotion-143 svg {
fill: linkText;
}
}
-.emotion-151 {
+.emotion-152 {
font-size: 0.875rem;
line-height: 1.125rem;
font-family: ReithSans,Helvetica,Arial,sans-serif;
@@ -939,32 +955,32 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 20rem) and (max-width: 37.4375rem) {
- .emotion-151 {
+ .emotion-152 {
font-size: 0.875rem;
line-height: 1.125rem;
}
}
@media (min-width: 37.5rem) {
- .emotion-151 {
+ .emotion-152 {
font-size: 0.8125rem;
line-height: 1rem;
}
}
@media (max-width: 24.9375rem) {
- .emotion-151 {
+ .emotion-152 {
padding: 0 0.5rem;
}
}
-.emotion-152 {
+.emotion-153 {
max-width: 63rem;
margin: 0 auto;
padding-top: 0.5rem;
}
-.emotion-153 {
+.emotion-154 {
border-bottom: 0.0625rem solid #3F3F42;
-webkit-column-count: 4;
column-count: 4;
@@ -974,14 +990,14 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@supports (grid-template-columns: fit-content(200px)) {
- .emotion-153 {
+ .emotion-154 {
display: grid;
grid-auto-flow: column;
}
}
@media (max-width: 14.9375rem) {
- .emotion-153 {
+ .emotion-154 {
grid-auto-flow: row;
-webkit-column-count: 1;
column-count: 1;
@@ -989,7 +1005,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 15rem) and (max-width: 37.4375rem) {
- .emotion-153 {
+ .emotion-154 {
grid-column-gap: 0.5rem;
grid-template-columns: repeat(2, 1fr);
-webkit-column-count: 2;
@@ -998,7 +1014,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 37.5rem) and (max-width: 62.9375rem) {
- .emotion-153 {
+ .emotion-154 {
grid-column-gap: 1rem;
grid-template-columns: repeat(3, 1fr);
-webkit-column-count: 3;
@@ -1007,7 +1023,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 63rem) and (max-width: 79.9375rem) {
- .emotion-153 {
+ .emotion-154 {
grid-column-gap: 1rem;
grid-template-columns: repeat(4, 1fr);
-webkit-column-count: 4;
@@ -1016,7 +1032,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 80rem) {
- .emotion-153 {
+ .emotion-154 {
grid-column-gap: 1rem;
grid-template-columns: repeat(5, 1fr);
-webkit-column-count: 5;
@@ -1024,7 +1040,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
}
-.emotion-153>li:first-of-type {
+.emotion-154>li:first-of-type {
border-bottom: 0.0625rem solid #3F3F42;
padding: 0.5rem 0;
margin-bottom: 0.5rem;
@@ -1035,37 +1051,37 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
}
@media (min-width: 15rem) and (max-width: 37.4375rem) {
- .emotion-153 {
+ .emotion-154 {
grid-template-rows: repeat(4, auto);
}
}
@media (min-width: 37.5rem) and (max-width: 62.9375rem) {
- .emotion-153 {
+ .emotion-154 {
grid-template-rows: repeat(3, auto);
}
}
@media (min-width: 63rem) and (max-width: 79.9375rem) {
- .emotion-153 {
+ .emotion-154 {
grid-template-rows: repeat(3, auto);
}
}
@media (min-width: 80rem) {
- .emotion-153 {
+ .emotion-154 {
grid-template-rows: repeat(3, auto);
}
}
-.emotion-154 {
+.emotion-155 {
min-width: 50%;
-webkit-column-gap: 1rem;
column-gap: 1rem;
break-inside: avoid-column;
}
-.emotion-155 {
+.emotion-156 {
font-family: ReithSans,Helvetica,Arial,sans-serif;
font-style: normal;
font-weight: 700;
@@ -1076,23 +1092,23 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
display: block;
}
-.emotion-155:hover,
-.emotion-155:focus {
+.emotion-156:hover,
+.emotion-156:focus {
-webkit-text-decoration: underline;
text-decoration: underline;
}
-.emotion-162 {
+.emotion-163 {
color: #FFFFFF;
margin: 0;
padding: 1rem 0;
}
-.emotion-162 a {
+.emotion-163 a {
padding: 0;
}
-.emotion-163 {
+.emotion-164 {
font-family: ReithSans,Helvetica,Arial,sans-serif;
font-style: normal;
font-weight: 700;
@@ -1103,8 +1119,8 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
display: inline;
}
-.emotion-163:hover,
-.emotion-163:focus {
+.emotion-164:hover,
+.emotion-164:focus {
-webkit-text-decoration: underline;
text-decoration: underline;
}
@@ -1114,523 +1130,528 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
class="emotion-0"
id="main-wrapper"
>
-
-
-
+
+
-
- Let us know you agree to cookies
-
-
- We use
-
- cookies
-
- to give you the best online experience. Please let us know if you agree to all of these cookies.
-
-
- -
+
-
-
- -
+ to give you the best online experience. Please let us know if you agree to all of these cookies.
+
+
-
+ Yes, I agree
+
+
+
+
+
+ No, take me to settings
+
+
+
+
+
-
-
-
-
-
+
+
+
Child element