﻿@charset "UTF-8";
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  src: url("/static/insurtech/fonts/web/SourceSerif4-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 300;
  src: url("/static/insurtech/fonts/web/SourceSerif4-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 500;
  src: url("/static/insurtech/fonts/web/SourceSerif4-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 700;
  src: url("/static/insurtech/fonts/web/SourceSerif4-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  src: url("/static/insurtech/fonts/web/SpaceGrotesk-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("/static/insurtech/fonts/web/SpaceGrotesk-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("/static/insurtech/fonts/web/SpaceGrotesk-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("/static/insurtech/fonts/web/SpaceGrotesk-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url("/static/insurtech/fonts/web/custom-icons.woff2") format("woff2");
}
/* legacy SASS */
/* general top level*/
body {
  --primary-font: "Source Serif 4";
  --secondary-font: "Space Grotesk";
  --article-weight:300;
  --primary-text: var(--secondary);
  --primary-nav: var(--secondary);
  --primary-nav-hover: var(--primary);
  --navigation-height: 108px;
  --breadcrumb-separator: ">";
  --article-banner-height: var(--standard-banner-height);
  font-size: 18px;
  margin: 0px;
}

h1, h2, h3, h4 {
  font-family: var(--secondary-font);
}

.button {
  font-family: var(--secondary-font);
  font-size: 16px;
}

.layout-footer {
  padding: 40px 0px 40px 0px;
}
.layout-footer ul {
  list-style: none;
  padding-left: unset;
}
.layout-footer .container.options-group nav.navigation-bar ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 479px) {
  .layout-footer .container.options-group nav.navigation-bar ul {
    grid-template-columns: 1fr 1fr;
  }
}
.layout-footer .container.options-group nav.social-links ul {
  display: flex;
  gap: 24px;
}
.layout-footer .container.options-group nav.social-links ul img {
  width: 48px;
  border-radius: 24px;
}
.layout-footer .container.options-group nav.footer-bar ul {
  display: flex;
}
.layout-footer .container.options-group nav.footer-bar ul li ~ li {
  margin-left: 8px;
}
.layout-footer .container.options-group nav.footer-bar ul li ~ li::before {
  content: "•";
  margin-right: 4px;
}
.layout-footer .container.copyright-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  font-size: 14px;
  margin-bottom: 60px;
}
.layout-footer .container.copyright-group div:first-child {
  width: 75%;
  flex-grow: 1;
}
.layout-footer .container.copyright-group a.footer-link {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  display: grid;
  align-content: center;
  font-size: 48px;
  text-align: center;
  min-height: unset;
  color: var(--primary);
}
.layout-footer .container.copyright-group a.footer-link:hover {
  color: var(--primary-hover, var(--primary-light));
}
.layout-footer a {
  display: inline-block;
  min-height: 40px;
  color: inherit;
}

section.breadcrumb {
  font-family: var(--secondary-font);
  font-size: 12px;
  line-height: 16px;
}
section.breadcrumb .breadcrumb-list ul li a {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary);
}

section.image-banner h1, section.image-banner h2.as-h1 {
  font-size: 40px;
  line-height: 48px;
}
section.image-banner h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
section.image-banner .image-banner-header, section.image-banner .image-banner-summary {
  width: 600px;
}
section.image-banner .image-banner-summary {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
section.image-banner .image-banner-summary ul {
  font-size: 18px;
  line-height: 24px;
}
section.image-banner.highlight-banner .image-banner-detail, section.image-banner:not(.highlight-banner) .image-banner-detail {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section.image-banner .image-banner-header, section.image-banner .image-banner-summary {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  section.image-banner .image-banner-header, section.image-banner .image-banner-summary {
    width: 100%;
  }
}

section.text-media-section {
  --grid-between-y: 60px;
  --text-item-margin: 80px;
  --text-item-edge-margin: 80px;
}
section.text-media-section .text-media-item {
  background-color: var(--secondary);
  border-radius: 8px;
}
section.text-media-section .text-media-item .text-item {
  display: flex;
  flex-direction: column;
  gap: var(--block-between);
  color: white;
}
section.text-media-section .text-media-item .text-item > * {
  margin-top: unset;
}
section.text-media-section .text-media-item .text-item h3, section.text-media-section .text-media-item .text-item h4 {
  color: white;
}
section.text-media-section .text-media-item .text-item h3 {
  order: 2;
  font-size: 40px;
  line-height: 48px;
}
section.text-media-section .text-media-item .text-item h4 {
  order: 1;
  font-weight: 500;
  line-height: 24px;
}
section.text-media-section .text-media-item .text-item .text-summary {
  order: 3;
}
section.text-media-section .text-media-item .text-item .text-links {
  order: 3;
}
section.text-media-section .text-media-item .media-item img {
  border-radius: 8px 8px 0px 0px;
}
@media (min-width: 816px) {
  section.text-media-section {
    border-radius: 8px 0px 0px 8px;
  }
  section.text-media-section .sizable-component .media-item img {
    border-radius: 8px 0px 0px 8px;
  }
  section.text-media-section .sizable-component:nth-child(2n) .media-item img {
    border-radius: 0px 8px 8px 0px;
  }
}
@media (max-width: 1024px) {
  section.text-media-section {
    --text-item-margin: 60px;
    --text-item-edge-margin: 60px;
  }
}
@media (max-width: 767px) {
  section.text-media-section {
    --text-item-margin: 40px;
    --text-item-edge-margin: 40px;
  }
}

section.article-sub-layout .article-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: var(--article-banner-height);
  background-color: var(--neutral-light);
}
section.article-sub-layout .article-banner .container {
  margin-top: 48px !important;
  margin-bottom: 24px;
  margin-left: 0px;
}
section.article-sub-layout .article-banner figure {
  height: var(--article-banner-height);
}
section.article-sub-layout .article-banner .media-preview {
  width: 100%;
}
section.article-sub-layout .article-banner .media-preview img {
  width: 100%;
  object-fit: cover;
}
section.article-sub-layout .article-banner .media-preview[data-type^="image/"], section.article-sub-layout .article-banner .media-preview[data-type="application/pdf"] {
  height: 100%;
  display: unset;
}
section.article-sub-layout .article-banner .media-preview[data-type^="image/"] figure, section.article-sub-layout .article-banner .media-preview[data-type^="image/"] picture, section.article-sub-layout .article-banner .media-preview[data-type^="image/"] img, section.article-sub-layout .article-banner .media-preview[data-type^="image/"] a, section.article-sub-layout .article-banner .media-preview[data-type="application/pdf"] figure, section.article-sub-layout .article-banner .media-preview[data-type="application/pdf"] picture, section.article-sub-layout .article-banner .media-preview[data-type="application/pdf"] img, section.article-sub-layout .article-banner .media-preview[data-type="application/pdf"] a {
  height: 100%;
  display: unset;
}
section.article-sub-layout .article-header {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.article-sub-layout .article-header h1 {
  color: var(--primary-text);
  font-size: 32px;
}
section.article-sub-layout .article-header h2 {
  color: var(--primary-text);
  font-size: 18px;
}
section.article-sub-layout .article-authors {
  font-size: 16px;
}
section.article-sub-layout .article-date {
  font-family: var(--secondary-font);
  font-size: 16px;
}
section.article-sub-layout .article-main-tag {
  flex-grow: 2;
  align-content: end;
}
section.article-sub-layout .article-main-tag .button {
  padding: 4px 12px;
  border-radius: 16px;
}
section.article-sub-layout .article-copy .container {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 40px;
}
section.article-sub-layout .article-copy .article-summary {
  font-family: var(--secondary-font);
  font-size: 24px;
}
@media (min-width: 1328px) {
  section.article-sub-layout .article-header {
    margin-left: calc((100vw - (var(--container-width) + var(--container-margin) * 2)) / 2);
  }
}
@media (max-width: 767px) {
  section.article-sub-layout .article-banner {
    grid-template-columns: 1fr;
    height: unset;
  }
  section.article-sub-layout .article-banner figure {
    height: unset;
  }
  section.article-sub-layout .article-banner .container {
    order: 2;
  }
  section.article-sub-layout .article-copy .container {
    grid-template-columns: 1fr;
  }
}

section.related-section {
  --text-item-margin: 24px;
}
section.related-section h3 {
  font-size: 24px;
  line-height: 32px;
  color: var(--secondary);
}
section.related-section .related-header .button {
  display: flex;
  align-items: center;
  padding: unset;
  color: var(--background-cta, var(--primary));
  background-color: unset;
}
section.related-section .related-header .button::after {
  content: "\f1df";
  font-family: "Material Icons Outlined";
  margin-left: 8px;
}
section.related-section .related-header .button:hover {
  color: var(--background-cta-light, var(--primary-hover, var(--primary-light)));
}
section.related-section .related-item {
  background-color: var(--neutral-light);
  border-radius: 8px;
}
section.related-section .related-item img {
  border-radius: 8px 8px 0px 0px;
}
section.related-section .related-item .related-item-detail {
  display: grid;
}
section.related-section .related-item .related-item-detail > * {
  order: 3;
}
section.related-section .related-item .related-item-detail .related-item-main-tag {
  pointer-events: none;
  order: 1;
}
section.related-section .related-item .related-item-detail .related-item-date {
  order: 2;
  font-family: var(--secondary-font);
}
section.related-section .related-item .related-item-detail .related-item-summary {
  font-size: 16px;
}
section.related-section.site-default .item-container {
  grid-template-columns: 1fr 1fr 1fr;
}
section.related-section.site-default .item-container .related-item:first-child {
  --text-item-margin: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: row-reverse;
  grid-column: span 3;
}
section.related-section.site-default .item-container .related-item:first-child h3 {
  font-size: 32px;
  line-height: 40px;
}
section.related-section.site-default .item-container .related-item:first-child img {
  width: 100%;
  height: 100%;
  border-radius: 0px 8px 8px 0px;
}
section.related-section.site-default .item-container .related-item:first-child .related-item-preview {
  order: 2;
}
section.related-section.site-default .item-container .related-item:first-child .related-item-detail .related-item-date {
  order: 3;
}
@media (max-width: 1024px) {
  section.related-section.site-default .item-container .related-item:first-child {
    --text-item-margin: 40px;
  }
}
@media (max-width: 767px) {
  section.related-section.site-default .item-container .related-item:first-child {
    --text-item-margin: 24px;
  }
}
@media (max-width: 1023px) {
  section.related-section.site-default .related-item:not(:first-child) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: span 3;
  }
  section.related-section.site-default .related-item:not(:first-child) img {
    width: 100%;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
  }
}
@media (max-width: 767px) {
  section.related-section.site-default .related-item {
    display: block !important;
  }
  section.related-section.site-default .related-item img {
    border-radius: 8px 8px 0px 0px !important;
  }
  section.related-section.site-default .related-item > * {
    width: unset !important;
  }
}
section.related-section.site-default .related-item:not(:first-child) .related-item-main-tag .button, section.related-section:not(.site-default) .related-item-main-tag .button {
  padding: unset;
  background-color: unset;
  color: var(--foreground-cta, var(--primary));
}

section.related-partner-section .related-item {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--neutral);
}
section.related-partner-section .related-item > * {
  margin: 24px;
}
section.related-partner-section .related-item .related-item-preview img {
  max-width: 180px;
  max-height: 180px;
}
section.related-partner-section .related-item .related-item-tags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  font-family: var(--secondary-font);
}
section.related-partner-section .related-item .related-item-tags span {
  display: block;
}
section.related-partner-section .related-item .related-item-tags span:first-child {
  color: var(--neutral);
}
section.related-partner-section .related-item .related-item-tags span:last-child a {
  font-size: 24px;
  color: var(--primary-text);
}
section.related-partner-section .related-item .related-item-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 1024px) {
  section.related-partner-section .related-item {
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 768px) {
  section.related-partner-section .related-item .related-item-tags {
    grid-template-columns: 1fr 1fr;
  }
}

section.paging ul {
  font-family: var(--secondary-font);
}

section.quote-banner {
  --container-width: 836px;
}
section.quote-banner .quote-banner-detail {
  display: grid;
  grid-template-columns: min-content auto;
  grid-template-rows: min-content 32px 32px;
  padding: 40px;
  border-radius: 8px;
  background-color: var(--neutral-light);
}
section.quote-banner .quote-attribution {
  grid-row: 2;
  grid-column: 2;
  align-self: end;
  text-align: left;
  width: 100%;
}
section.quote-banner .quote-field {
  grid-row: 3;
  grid-column: 2;
  align-self: start;
  text-align: left;
  width: 100%;
}
section.quote-banner figure {
  grid-row: 2/span 2;
  width: 64px;
  border-radius: 64px;
  margin-right: 12px;
}
section.quote-banner figure img {
  border: 2px solid white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
section.quote-banner q {
  grid-row: 1;
  grid-column: 1/span 2;
  font-size: 32px;
  font-family: var(--secondary-font);
  line-height: 40px;
  padding: unset;
  margin-bottom: 24px;
  text-align: left;
}
section.quote-banner q::before {
  display: block;
  content: open-quote;
  font-size: 120px;
  font-weight: 300;
  line-height: 96px;
  color: var(--primary-text);
}
section.quote-banner q::after {
  display: none;
}
@media (max-width: 767px) {
  section.quote-banner q {
    font-size: 24px;
    line-height: 32px;
  }
  section.quote-banner q::before {
    font-size: 72px;
    line-height: 80px;
  }
}

section.content-filter {
  font-family: var(--secondary-font);
}
section.content-filter form {
  order: 100;
}
section.content-filter .content-filter-tags {
  order: 101;
}

aside.header-insert section.simple-intro {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}

header.layout-header .container {
  padding: 12px 0px;
}
header.layout-header .container figure {
  margin: 0px;
}
header.layout-header .header-nav {
  font-family: var(--secondary-font);
}
header.layout-header .header-nav .header-bar ul > li > a {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: var(--primary);
}
header.layout-header .header-nav .navigation-bar ul.standard-nav {
  margin-top: 8px;
  gap: 32px;
}
header.layout-header .header-nav .navigation-bar ul.standard-nav > li > a.favourite {
  font-weight: 500;
  color: white !important;
  background-color: var(--primary);
  padding: 8px 16px;
  border-radius: 4px;
}
header.layout-header .header-nav .navigation-bar ul.standard-nav > li > a.favourite:hover {
  color: white !important;
  background-color: var(--primary-80);
}
header.layout-header .header-nav .navigation-bar ul.standard-nav > li > a, header.layout-header .header-nav .navigation-bar ul.standard-nav > li > button {
  font-weight: 600;
  font-size: 16px;
}
header.layout-header .header-nav .navigation-bar ul.standard-nav > li > a.withChildren:after, header.layout-header .header-nav .navigation-bar ul.standard-nav > li > button.withChildren:after {
  content: "keyboard_arrow_down";
  font-family: "Material Icons Outlined";
  margin-left: 8px;
}
header.layout-header .mobile-nav {
  --navigation-height: 94px;
  font-family: var(--secondary-font);
}
header.layout-header .mobile-nav .mobile-overlay {
  background-color: var(--secondary);
}
header.layout-header .mobile-nav .mobile-overlay h2, header.layout-header .mobile-nav .mobile-overlay h3 {
  color: white;
  font-weight: normal;
}
header.layout-header .mobile-nav .mobile-overlay ul li a {
  font-size: 16px;
  color: white;
}
header.layout-header .mobile-nav .mobile-overlay ul li a.favourite {
  display: inline-block;
  padding: 12px 24px;
  width: 100%;
  color: white;
  background-color: var(--primary);
  text-align: center;
}
