/* FONT STARTS */
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  margin: 1em 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
  font-style: normal;
  color: inherit;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-decoration-skip-ink: auto;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    border 0.2s ease-in-out;
}

a,
a:focus,
a:hover {
  color: var(--color-primary);
}

a:focus,
a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-decoration-skip-ink: auto;
}

em,
strong {
  font-family: inherit;
  color: inherit;
}

em {
  font-weight: inherit;
  font-style: italic;
}

blockquote {
  margin: 2em 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}

blockquote,
blockquote p {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

blockquote p {
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

cite {
  display: block;
  font-size: 0.875rem;
  text-align: inherit;
  line-height: 1.375;
}

cite,
ol,
ul {
  margin: 1em 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

ul,
ul li ul {
  list-style: disc;
}

.list-unstyled {
  list-style: none;
}

.list-unstyled li {
  margin-left: 0;
  padding-left: 0;
}

.list-inline li {
  display: inline-block;
}

dl {
  margin: 1em 0;
  padding: 0;
  font-size: 1rem;
}

dt {
  margin: 0.5em 0;
  font-weight: 300;
  line-height: 1.375;
}

dd,
dt {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
}

dd {
  margin: 0 0 1em;
  font-weight: inherit;
  line-height: 1.5;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, Courier New, monospace;
  font-weight: 400;
  font-size: 80%;
  font-style: normal;
}

pre {
  margin: 1em 0;
  padding: 1em;
  overflow: auto;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border-radius: 0.25em;
}

pre code {
  font-size: inherit;
  color: inherit;
}

kbd {
  margin: 0 0.2em;
  padding: 0.2em 0.4em;
  font-family: Monaco, Menlo, Consolas, Courier New, monospace;
  font-weight: 400;
  font-size: 80%;
  font-style: normal;
  color: var(--color-green);
  border-radius: 0.25em;
}

mark {
  margin: 0;
  padding: 0.2em 0.4em;
  font-size: inherit;
  font-style: normal;
  background: var(--color-secondary);
}

/* FONT ENDS */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  clear: both;
  margin: 1rem auto 1rem 0;
  border: 0;
  height: 1px;
  background: var(--color-grey-light);
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  box-sizing: inherit;
}

:focus {
  outline: 0.125rem solid var(--color-secondary);
  outline-offset: 0.125rem;
}

body,
html {
  width: 100%;
  min-height: 100%;
}
picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

.all-caps:first-child,
.control:first-child,
.display-title:first-child,
.field:first-child,
.select:first-child,
.table-responsive:first-child,
blockquote:first-child,
caption:first-child,
cite:first-child,
dd:first-child,
dl:first-child,
dt:first-child,
fieldset:first-child,
figcaption:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
hr:first-child,
input:first-child,
label:first-child,
legend:first-child,
ol:first-child,
ol li:first-child,
p:first-child,
progress:first-child,
table:first-child,
textarea:first-child,
ul:first-child,
ul li:first-child {
  margin-top: 0;
}

.all-caps:last-child,
.control:last-child,
.display-title:last-child,
.field:last-child,
.select:last-child,
.table-responsive:last-child,
blockquote:last-child,
caption:last-child,
cite:last-child,
dd:last-child,
dl:last-child,
dt:last-child,
fieldset:last-child,
figcaption:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
hr:last-child,
input:last-child,
label:last-child,
legend:last-child,
ol:last-child,
ol li:last-child,
p:last-child,
progress:last-child,
table:last-child,
textarea:last-child,
ul:last-child,
ul li:last-child {
  margin-bottom: 0;
}

/* GENERAL ENDS */

/*
 * Copyright 2020 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

:root {
  /* colors */
  --background-color: white;
  --color-white: #fff;
  --color-black: #000;
  --color-light: #d0cfcb;
  --color-primary: #00404a;
  --color-grey: #656363;
  --color-grey-light: #e2e2df;
  --color-grey-medium: #e9f1ef;
  --color-secondary: #fecb00;
  --color-green: #009877;
  --color-tertiary: #88509a;
  --color-error: #e74b14;
  --color-warning: #fab919;
  --color-success: #56b182;
  --color-info: #579e9e;

  /* fonts */
  --body-font-family: Atlas Grotesk Web, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, roboto-condensed-fallback, roboto-fallback, Helvetica,
    Arial, sans-serif;

  /*font size */
  font-size: 16px;
}

/* fallback fonts */
@font-face {
  font-family: roboto-condensed-fallback;
  src: local("Arial");
}

@font-face {
  font-family: roboto-fallback;
  src: local("Arial");
}

body {
  display: none;
  margin: 0;
  background-color: var(--color-white);
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-m);
  line-height: 1.6;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1.375;
  letter-spacing: 0;
  background: var(--color-white);
}

body.appear {
  display: block;
}

header .header,
footer .footer {
  visibility: hidden;
}

header .header[data-block-status="loaded"],
footer .footer[data-block-status="loaded"] {
  visibility: visible;
}

main > .section > .container {
  padding-top: 16px;
  padding-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.8em;
  margin-bottom: 0.25em;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.25;
  scroll-margin: 40px;
}

p,
dl,
ol,
ul,
pre,
blockquote {
  margin-top: 0.8em;
  margin-bottom: 0.25em;
}

input,
textarea,
select,
button {
  font: inherit;
}

/* links */
a:any-link {
  text-decoration: none;
  overflow-wrap: break-word;
}

a:hover {
  text-decoration: underline;
}

/* buttons */
a.button:any-link,
button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  margin: 12px 0;
  padding: 0.5em 1.2em;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  color: var(--color-primary);
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.button:hover,
a.button:focus,
button:hover,
button:focus {
  background-color: var(--link-hover-color);
  cursor: pointer;
}

button:disabled,
button:disabled:hover {
  background-color: var(--light-color);
  cursor: unset;
}

.container.bg-primary strong a.button.primary {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.container.bg-primary em a.button.secondary {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

a.button.secondary,
button.secondary {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  padding: 12px 21px;
  border-radius: 0.25em;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
}

a.button.primary,
button.primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 12px 21px;
  border-radius: 0.25em;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
}

main img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.padding-top {
  padding-top: 4rem;
}
.padding-bottom {
  padding-bottom: 4rem;
}
.header .padding-top,
.footer .padding-top {
  padding-top: 0;
}
.header .padding-bottom,
.footer .padding-bottom {
  padding-bottom: 0;
}
.icon {
  display: inline-block;
  height: 24px;
  width: 24px;
}

.icon img {
  height: 100%;
  width: 100%;
}
.campaign .icon {
  position: relative;
}
.button {
  margin-top: 1rem;
  display: inline-block;
}
.button a.button {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.button a:hover {
  text-decoration: underline;
}
a.button:any-link.button-secondary,
a.button:any-link.button-primary {
  padding: 12px 21px;
  border-radius: 0.25em;
  text-transform: none;
  letter-spacing: 0;
  margin-right: 10px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
a.button:any-link.button-secondary:hover,
a.button:any-link.button-primary:hover {
  text-decoration: none;
}
a.button:any-link.button-secondary {
  color: var(--color-primary);
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}

a.button:any-link.button-primary {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

a.button:any-link.btn-secondary,
a.button:any-link.btn-primary,
a.button:any-link.btn-green,
a.button:any-link.btn-white {
  padding: 12px 21px;
  border-radius: 0.25em;
  text-transform: none;
  letter-spacing: 0;
  margin-right: 10px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
a.button:any-link.btn-secondary:hover,
a.button:any-link.btn-primary:hover,
a.button:any-link.btn-green:hover,
a.button:any-link.btn-white:hover {
  text-decoration: none;
}
a.button:any-link.btn-secondary {
  color: var(--color-primary);
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}

a.button:any-link.btn-primary {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

a.button:any-link.btn-green {
  color: var(--color-white);
  background: var(--color-green);
  border-color: var(--color-green);
}
a.button:any-link.btn-white {
  color: var(--color-primary);
  background: var(--color-white);
  border: 1px solid var(--color-primary);
}
a.button:any-link.btn-white:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.color-green,
.color-green a,
.rich-text.color-green,
.rich-text.color-green a {
  color: var(--color-green);
}
.color-primary {
  color: var(--color-primary);
}
.color-secondary {
  color: var(--color-secondary);
}
.color-grey,
.color-grey a,
.rich-text.color-grey,
.rich-text.color-grey a {
  color: var(--color-grey);
}
.color-black,
.color-black a,
.rich-text.color-black,
.rich-text.color-black a {
  color: var(--color-black);
}

.background-dark,
.background-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.background-white {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.background-secondary {
  background-color: var(--color-secondary);
}
.background-green {
  background-color: var(--color-green);
}
.background-grey-light,
.background-grey {
  background-color: var(--color-grey-medium);
}

.bg-dark,
.bg-primary,
.c-bg-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.bg-white,
.c-bg-white {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.bg-secondary,
.c-bg-secondary {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.bg-green,
.c-bg-green {
  background-color: var(--color-green);
  color: var(--color-white);
}
.bg-green hr.line-s,
.bg-primary hr.line-s {
  background-color: var(--color-white);
}
.bg-grey-light,
.bg-grey,
.c-bg-grey-light,
.c-bg-grey {
  background-color: var(--color-grey-medium);
  color: var(--color-primary);
}

.border-grey-light {
  border-radius: 0.25em;
  border: 1px solid var(--color-grey-light);
}

.border-green {
  border: 1px solid var(--color-green);
}

.border-white {
  border: 1px solid var(--color-white);
}
.border-top {
  border-top: 1px solid var(--color-grey-light);
}

.border-primary {
  border-radius: 0.25em;
  border: 1px solid var(--color-primary);
}

.tag {
  background: var(--color-secondary);
  line-height: 1.25;
  border-radius: 0.25em;
}

/* Tags and dates */
.tag,
.date {
  letter-spacing: 0.81px;
  display: inline-block;
  color: #00404a;
  align-content: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0.5em 0.675em 0.375em;
  font-weight: 500;
  font-size: 0.675rem;
}

.date p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.675rem;
  font-style: normal;
  line-height: 1.25;
}
/* sections */

main > .section > div {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
/* Section Metadata */
main .section.light,
main .section.highlight {
  background-color: var(--light-color);
  margin: 0;
  padding: 40px 0;
}

/* Flexbox Containers for Different Layouts */
main .section .inline-50-50,
main .section .inline-70-30,
main .section .inline-30-70 {
  display: flex;
  width: 100%;
  /* padding: 32px; */
  gap: 32px;
  border-radius: 4px;
}

/* Grid Layout for 3 Columns */
.inline-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  /* padding: 32px; */
}

main .section .inline-col-3:has(.badge-image.badge-s) {
  grid-template-columns: var(--badge-width-s) 1fr 1fr;
}
@media (max-width: 767px) {
  main .section .inline-col-3:has(.badge-image.badge-s) {
    grid-template-columns: 1fr;
  }
}

main .section .inline-50-50 .quote-wrapper blockquote,
main .section .inline-70-30 .quote-wrapper blockquote,
main .section .inline-30-70 .quote-wrapper blockquote,
main .section .inline-col-3 .quote-wrapper blockquote {
  margin: 0;
}
/*prettierc-ignore */
main
  .section
  .inline-50-50
  .quote
  a:any-link:not(.btn-primary):not(.btn-green):not(.btn-secondary):not(
    .btn-white
  ),
main
  .section
  .inline-70-30
  .quote
  a:any-link:not(.btn-primary):not(.btn-green):not(.btn-secondary):not(
    .btn-white
  ),
main
  .section
  .inline-30-70
  .quote
  a:any-link:not(.btn-primary):not(.btn-green):not(.btn-secondary):not(
    .btn-white
  ),
main
  .section
  .inline-col-3
  .quote
  a:any-link:not(.btn-primary):not(.btn-green):not(.btn-secondary):not(
    .btn-white
  ) {
  padding: 0;
}

/* main .section .inline-30-70:not(:has(.badge-image)),
main .section .inline-70-30:not(:has(.badge-image)) {
  padding: 0 !important;
  gap: 0;
} */

main .section .inline-70-30 > div:first-child,
main .section .inline-30-70 > div:last-child {
  flex-grow: 1;
}

main .section .w-50 .image-with-link a,
main .section .w-70 .image-with-link a,
main .section .w-90 .image-with-link a,
main .section .inline-50-50 .image-with-link a,
main .section .inline-70-30 .image-with-link a,
main .section .inline-col-3 .image-with-link a {
  margin-top: 0;
}

main .section .image-with-link,
main .section .container[class*="inline-"] .image-with-link:has(.badge-image) {
  display: flex;
  padding-top: 100%;
  position: relative;
}

/*main .section .image-with-link,
main .section .w-50 picture,
main .section .w-50 .image-with-link,
main .section .w-70 picture,
main .section .w-70 .image-with-link,
main .section .w-90 picture,
main .section .w-90 .image-with-link,
main .section .inline-50-50 picture,
main .section .inline-50-50 .image-with-link,
main .section .inline-70-30 picture,
main .section .inline-70-30 .image-with-link,
main .section .inline-30-70 picture,
main .section .inline-30-70 .image-with-link,
main .section .inline-col-3 picture,
main .section .inline-col-3 .image-with-link,
main .section .inline-70-30 picture,
main .section .inline-70-30 .image-with-link,
main .section .inline-50-50 picture,
main .section .inline-50-50 .image-with-link {
  padding-top: 66.66667%;
}*/

main .section .inline-50-50 .default-content-wrapper {
  display: block;
}

main .section .w-50 .article-summary-wrapper img {
  position: relative;
  border-radius: 4px;
}
main .section .image-with-link img,
main .section .w-50 img,
main .section .w-70 img,
main .section .w-90 img,
main .section .inline-70-30 img,
main .section .inline-30-70 img,
main .section .inline-col-3 img,
main .section .inline-50-50 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .section .image-with-link img[src$="svg"],
main .section .w-50 img[src$="svg"],
main .section .w-70 img[src$="svg"],
main .section .w-90 img[src$="svg"],
main .section .inline-70-30 img[src$="svg"],
main .section .inline-30-70 img[src$="svg"],
main .section .inline-col-3 img[src$="svg"],
main .section .inline-50-50 img[src$="svg"] {
  position: relative;
}
main .section .image-with-link img {
  border-radius: 4px;
}
main .section .w-50 .quote-container .quote-wrapper,
main .section .w-70 .quote-container .quote-wrapper,
main .section .w-90 .quote-container .quote-wrapper,
main .section .inline-50-50 .quote-wrapper,
main .section .inline-70-30 .quote-wrapper,
main .section .inline-30-70 .quote-wrapper,
main .section .inline-col-3 .quote-wrapper {
  padding-top: 0;
}

main > .section > .container {
  padding-top: 0;
  padding-bottom: 0;
}

main > .section > .container .subscribe-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

main > .section > .container[class*="bg-"],
main > .section > .container[class*="border-"] {
  padding-top: 16px;
  padding-bottom: 16px;
}

main .section .inline-30-70:has(.align-middle) {
  gap: 10px;
}

main .section .inline-30-70:has(.align-middle) h3 {
  margin-bottom: 5px;
}

/* Responsive Design */
@media (min-width: 640px) {
  main .section .inline-70-30 > div:last-child,
  main .section .inline-30-70 > div:first-child {
    flex-basis: 20rem;
  }

  main .section .inline-30-70 > div:last-child,
  main .section .inline-70-30 > div:first-child {
    width: calc(100% - 20rem);
  }
}

@media (min-width: 960px) {
  main .section .inline-70-30 > div:last-child,
  main .section .inline-30-70 > div:first-child {
    flex-basis: 25rem;
  }

  main .section .inline-30-70 > div:last-child,
  main .section .inline-70-30 > div:first-child {
    width: calc(100% - 25rem);
  }
}

/* Adjust widths when images are present */
/* Utility widths for badge sizes */
:root {
  --badge-width-l: 34.33%;
  --badge-width-m: 25%;
  --badge-width-s: 8rem;
}

/* Large badge images */
main .section .inline-70-30:has(.badge-image) > div:last-child,
main .section .inline-30-70:has(.badge-image) > div:first-child {
  flex-basis: var(--badge-width-l);
}
main .section .inline-30-70:has(.badge-image) > div:last-child,
main .section .inline-70-30:has(.badge-image) > div:first-child {
  flex-basis: calc(100% - var(--badge-width-l));
}

/* Medium badge images */
main .section .inline-70-30:has(.badge-image.badge-m) > div:last-child,
main .section .inline-30-70:has(.badge-image.badge-m) > div:first-child {
  flex-basis: var(--badge-width-m);
}
main .section .inline-30-70:has(.badge-image.badge-m) > div:last-child,
main .section .inline-70-30:has(.badge-image.badge-m) > div:first-child {
  flex-basis: calc(100% - var(--badge-width-m));
}

/* Small badge images */

main .section .inline-70-30:has(.badge-image.badge-s) > div:last-child,
main .section .inline-30-70:has(.badge-image.badge-s) > div:first-child {
  flex-basis: var(--badge-width-s);
}

main .section .inline-30-70:has(.badge-image.badge-s) > div:last-child,
main .section .inline-70-30:has(.badge-image.badge-s) > div:first-child {
  flex-basis: calc(100% - var(--badge-width-s));
}
.image-with-link:has(.badge-image) {
  position: relative; /* Anchor is positioning context */
  display: inline-block; /* Ensure block-like */
  overflow: hidden; /* Clip overlay & image edges */
  border-radius: 50%; /* Rounded corners */
}

.image-with-link:has(.badge-image) a::after {
  content: "";
  position: absolute;
  inset: 0; /* top/right/bottom/left: 0 */
  background-color: rgba(0, 64, 74, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 50%;
}

.image-with-link:has(.badge-image) a:hover::after,
.image-with-link:has(.badge-image) a:focus::after {
  opacity: 0.8;
}

.image-with-link:has(.badge-image) a:hover .badge-image,
.image-with-link:has(.badge-image) a:focus .badge-image {
  outline: none; /* Remove default focus outline */
}

.image-with-link:has(.badge-image) a:focus {
  outline: 0.125rem solid #fecb00; /* Visible keyboard focus */
  outline-offset: 0.125rem;
}

main .section .inline-50-50 > div:first-child,
main .section .inline-50-50 > div:last-child {
  width: 50%;
}

hr.line-s {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 24px;
}

.default-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
}
.section:has(.container.full-width) {
  overflow: hidden;
}
.full-width {
  display: block;
}
/* Picture & Image */
.full-width picture {
  z-index: -1;
  inset: 0;
  box-sizing: border-box;
  object-fit: cover;
}

.full-width img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 1;
  display: block;
}

/* Pagination starts*/

.pagination {
  text-align: center;
}

.pagination ul {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
  list-style: none;
}

.pagination li {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--color-primary);
}

.pagination li.active,
.pagination li.active:first-child,
.pagination li.active:last-child {
  border-color: var(--color-primary);
}

.pagination li.active a,
.pagination li.active a:hover {
  color: #ffffff;
  background: var(--color-primary);
}

.pagination li:first-child {
  border-left-width: 1px;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.pagination li:last-child {
  border-right-width: 1px;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.pagination li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 2.25rem;
  min-width: 2.25rem;
  text-align: center;
}

.pagination li a:focus,
.pagination li a:hover {
  text-decoration: none;
  color: #00404a;
  background: var(--color-grey-medium);
  z-index: 1;
}

/* pagination ends */
main.error {
  justify-content: center;
}
main.error .error-number text {
  transform: translate(5px, 0); /* move right 5px and up 2px */
}
@media (min-width: 1280px) {
  main > .section > div {
    max-width: 82rem;
  }
  .full-width picture,
  .full-width .image-with-link {
    width: calc(100% + 10rem) !important;
    margin-left: -5rem;
  }

  main .section .container.w-50-l {
    max-width: 40rem;
    margin-left: calc((100% - 82rem) / 2);
  }
}
@media (min-width: 960px) {
  .full-width picture {
    width: calc(100% + 5rem);
    height: 100%;
    z-index: -1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    box-sizing: border-box;
  }
  .full-width img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* When full-width contains image-with-link, apply negative margin only to image-with-link */
  .full-width .image-with-link {
    width: calc(100% + 5rem) !important;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: -1;
  }

  .full-width .image-with-link picture {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* Image styles */
  .full-width .image-with-link picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  main > .section > div {
    max-width: 72rem;
  }
  main .section .container.w-50-l {
    max-width: 40rem;
    /* margin-left: calc((100% - 72rem) / 2); */
    margin-left: max(0px, calc((100% - 72rem) / 2 + 10px));
  }
}
@media (min-width: 650px) {
  main .section .w-90 {
    max-width: 70rem;
  }
  main .section .w-70 {
    max-width: 50rem;
  }
  main .section .w-50 {
    max-width: 40rem;
  }
}

@media (max-width: 639px) {
  .section-title-container .buttons.btn-right,
  .section-title-container .buttons.btn-center {
    justify-content: left;
  }
  .section-title-container .buttons-wrapper .button {
    margin-top: 0;
  }

  main .section .inline-50-50,
  main .section .inline-30-70,
  main .section .inline-70-30 {
    flex-direction: column;
    gap: 24px !important;
  }
  /* main .section .inline-70-30 > div:last-child:has(img) {
    flex-direction: column-reverse;
    gap: 24px !important;
  } */
  .inline-col-3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  main .section .inline-70-30 > div:last-child,
  main .section .inline-70-30 > div:first-child,
  main .section .inline-30-70 > div:first-child,
  main .section .inline-30-70 > div:last-child,
  main .section .inline-50-50 > div:first-child,
  main .section .inline-50-50 > div:last-child {
    width: 100% !important;
  }
  main .section .inline-50-50,
  main .section .inline-70-30,
  main .section .inline-30-70 {
    padding: 16px;
  }
  main .section .inline-30-70:has(.badge-image) > div:last-child,
  main .section .inline-70-30:has(.badge-image) > div:first-child {
    padding: 0;
  }
  main .section .inline-30-70:not(:has(.badge-image)) > div:last-child {
    padding: 24px;
  }
  main .section .inline-70-30:has(.badge-image) {
    flex-direction: column-reverse;
  }
  main .section .inline-30-70:not(:has(.badge-image)) > div:last-child {
    padding-top: 0;
  }
}
@media (max-width: 959px) {
  main > .section > div {
    max-width: 100%;
  }

  /* breadcrumbs */
  body:has(.breadcrumbs) main {
    margin-top: 0;
  }

  .button a.button {
    font-size: 12px;
  }
}
@media (min-width: 2561px) {
  main {
    margin-top: 112px;
    padding-top: 4rem;
  }
}

@media (min-width: 1680px) {
  .full-width picture,
  .full-width .image-with-link {
    width: calc(100% + 20rem) !important;
    margin-left: -10rem;
  }
}

/* Notification banner */

.notification-banner-skeleton {
  min-height: 7.6rem;
  color: transparent;
  background-color: transparent;
  margin-top: 0;
  padding-top: 0;
}

.notification-banner-skeleton * {
  margin-top: 0;
  padding-top: 0;
  height: 0;
}

header:has(.notification-banner-skeleton, .notification-banner-container) {
  min-height: calc(7.6rem + var(--nav-height-mobile));
}

@media (width >= 62rem) {
  .notification-banner-skeleton {
    min-height: 3.83rem;
  }

  header:has(.notification-banner-skeleton, .notification-banner-container) {
    min-height: calc(3.83rem + var(--nav-height-desktop));
  }
}

/* loader styling */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.scroll-wrapper {
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.scroll-wrapper.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#scrollToTopBtn svg {
  width: 22px;
  height: auto;
  fill: var(--color-primary);
}

#scrollToTopBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-primary);
  background-color: #ffffffa8;
  color: var(--color-primary);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
}

#scrollToTopBtn:hover {
  background-color: #f0f0f0a8;
}

/* inline-col-4 */
.inline-col-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.inline-col-4 .image-with-link-wrapper {
  flex: 1 1 100%;
  margin: 0;
}

.inline-col-4 .image-with-link {
  padding: 0;
}
.inline-col-4 .image-with-link img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}

@media (min-width: 640px) {
  .inline-col-4 .image-with-link-wrapper {
    flex: 1 1 calc(50% - 2rem);
  }
}

@media (min-width: 960px) {
  .inline-col-4 .image-with-link-wrapper {
    flex: 1 1 calc(25% - 2rem);
  }
}

/* Reset margins on .tag inside specific layouts */
main .section .inline-50-50 .tag.rt-tag,
main .section .inline-70-30 .tag.rt-tag,
main .section .inline-30-70 .tag.rt-tag {
  margin: 0;
  max-width: fit-content;
  padding: 4px 8px 2px;
}

main .section .inline-50-50 .tag.rt-tag p:has(a),
main .section .inline-70-30 .tag.rt-tag p:has(a),
main .section .inline-30-70 .tag.rt-tag p:has(a) {
  line-height: 0;
}

main .section .inline-30-70 .tag.rt-tag p:not(:has(a)),
main .section .inline-30-70 .tag.rt-tag a.button:any-link,
main .section .inline-70-30 .tag.rt-tag p:not(:has(a)),
main .section .inline-70-30 .tag.rt-tag a.button:any-link,
main .section .inline-50-50 .tag.rt-tag p:not(:has(a)),
main .section .inline-50-50 .tag.rt-tag a.button:any-link {
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  font-size: 0.675rem;
  line-height: 1.25;
  letter-spacing: 0.075em;
  padding: 0;
  color: var(--color-primary);
}

main .section .inline-50-50 .tag.rt-tag p a,
main .section .inline-70-30 .tag.rt-tag p a,
main .section .inline-30-70 .tag.rt-tag p a {
  color: var(--color-primary);
}

main .section .inline-70-30 .rich-text .rt-btn a:not([class*="btn-"]),
main .section .inline-30-70 .rich-text .rt-btn a:not([class*="btn-"]),
main .section .inline-50-50 .rich-text .rt-btn a:not([class*="btn-"]) {
  padding-left: 0;
}
@media screen and (min-width: 960px) {
  main .section .inline-70-30 .rich-text:has(.rt-btn),
  main .section .inline-30-70 .rich-text:has(.rt-btn),
  main .section .inline-50-50 .rich-text:has(.rt-btn) {
    height: 100%;
  }

  main .section .inline-70-30 .rich-text:has(.rt-btn) > div,
  main .section .inline-30-70 .rich-text:has(.rt-btn) > div,
  main .section .inline-50-50 .rich-text:has(.rt-btn) > div {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  main .section .inline-70-30 .rich-text .rt-btn,
  main .section .inline-30-70 .rich-text .rt-btn,
  main .section .inline-50-50 .rich-text .rt-btn {
    flex: 1;
    display: flex;
    align-items: flex-end;
  }

  .container.inline-col-3:has(.no-padding) > div:not(:has(.no-padding)) {
    padding: 0 !important;
  }
}

/* caption css */
.container:has(.caption) {
  padding: 16px !important;
}

/* no-padding */
.container:has(.no-padding) {
  padding: 0 !important;
  gap: 16px !important;
}

.container.gap-32 {
  gap: 32px !important;
}

.container:has(.no-padding) > div:not(:has(.no-padding)) {
  padding: 16px !important;
}

main .section .inline-30-70 div:first-child picture,
main .section .inline-30-70 div:first-child .image-with-link.block.no-padding,
main .section .inline-70-30 div:last-child picture,
main .section .inline-70-30 div:last-child .image-with-link.block.no-padding {
  padding-top: 100% !important;
}

main .section .inline-70-30 > div:first-child {
  width: 66.66666%;
  flex: none;
}
main .section .inline-70-30 > div:last-child {
  width: 33.33334%;
  flex: auto;
}

main .section .inline-70-30 .image-with-link.block.no-padding {
  padding-top: 56.25% !important;
}

@media (max-width: 820px) {
  main .no-padding,
  main .image-with-link-wrapper:has(.no-padding) {
    padding: 16px !important;
  }

  .container:has(.no-padding) {
    padding: 0 !important;
    gap: 0 !important;
  }

  .container.gap-32 {
    gap: 0px !important;
  }

  .has-no-padding {
    display: flex;
    flex-direction: column;
  }
  main .section .inline-70-30 div:last-child:has(.no-padding),
  main .section .inline-30-70 div:first-child:has(.no-padding),
  .has-no-padding .image-with-link-wrapper:has(.no-padding) {
    padding: 16px !important;
  }

  main .section .inline-30-70.has-no-padding div:has(.caption) {
    padding: 0;
  }

  main .section .inline-30-70.has-no-padding > div:first-child,
  main .section .inline-30-70.has-no-padding > div:last-child,
  main .section .inline-70-30.has-no-padding > div:first-child,
  main .section .inline-70-30.has-no-padding > div:last-child,
  main .section .container.inline-50-50:has(.no-padding) > div {
    width: 100%;
  }

  main .section .inline-70-30.has-no-padding > div:last-child,
  main .section .inline-30-70.has-no-padding > div:first-child {
    flex-basis: 0;
  }
}