@charset "UTF-8";
/*!
Theme Name:     CLT (2027)
Author:         House9 Design
Version:        2027.0.1
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  --viewport-width: 100vw;
  --viewport-height: 100vh;
  --viewport-min-height: 100vh;
  --viewport-min-height: 100svh;
  --viewport-max-height: 100vh;
  --viewport-max-height: 100lvh;
  --viewport-dynamic-height: 100vh;
  --viewport-visible-height: 100vh;
  --viewport-offset-x: 0px;
  --viewport-offset-y: 0px;
  --screen-width: 100vw;
  --screen-height: 100vh;
  --screen-scrollbar: 0px;
}

html {
  --breakpoint-phone: 640px;
}

@media screen and (max-width: 640px) {
  html {
    --breakpoint: phone;
  }
}
html {
  --breakpoint-tablet: 768px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  html {
    --breakpoint: tablet;
  }
}
html {
  --breakpoint-laptop: 1024px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    --breakpoint: laptop;
  }
}
html {
  --breakpoint-desktop: 1440px;
}

@media screen and (min-width: 1025px) {
  html {
    --breakpoint: desktop;
  }
}
html {
  --column-count: 12;
  --column-gap: 30px;
  --column-padding: 20px;
  --column-width: 100%;
}

@media screen and (max-width: 640px) {
  html {
    --column-count: 8;
    --column-gap: 10px;
    --column-padding: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  html {
    --column-count: 8;
    --column-gap: 10px;
    --column-padding: 10px;
  }
}
html {
  --screen-column-width: calc(var(--inner-width) - (var(--column-padding) * 2));
  --screen-column-gap: var(--column-gap);
}

html {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 35px;
  line-height: 0.6285714286;
}

html {
  --lh: 0.6285714286em;
}

html {
  font-weight: normal;
}

html {
  margin: 0;
  overflow-anchor: none;
  position: relative;
  --margin-top: var(--lh);
  --margin-bottom: var(--lh);
  --first-margin-top: 0;
  --last-margin-bottom: 0;
}

body {
  margin: 0;
  color: #181818;
  background: #FFFFFF;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form) {
  margin-top: var(--margin-top, 0);
  margin-bottom: var(--margin-bottom);
  overflow-wrap: break-word;
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):first-child) {
  margin-top: var(--first-margin-top, 0);
}

:where(:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, canvas, iframe, table, fieldset, summary, form):last-child) {
  margin-bottom: var(--last-margin-bottom, var(--margin-bottom));
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

h1 {
  font-size: 1.1428571429rem;
}

h2 {
  font-size: 0.6857142857rem;
}

h3 {
  font-size: 0.5714285714rem;
}

h4 {
  font-size: 0.5142857143rem;
}

h5 {
  font-size: 0.4rem;
}

h6 {
  font-size: 0.3428571429rem;
}

small {
  font-size: 0.8em;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sup, sub {
  font-size: 0.8em;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.45em;
}

sub {
  bottom: -0.25em;
}

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

a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
:where(a) {
  outline: none;
}

:where(a):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

:where(a):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

:where(ul, ol) {
  margin: 0px 1.2em 0px 1.2em;
}

:where(ul, ol) {
  padding: 0px;
}

:where(ul, ol) {
  list-style-position: outside;
}

:where(ul, ol) :where(ul, ol) {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  list-style: none;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  margin: 0px;
}

ul.is-clear, ul:where([unstyled]), ol.is-clear, ol:where([unstyled]) {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  list-style: none;
}

ul.is-inline, ol.is-inline {
  margin: 0px;
}

ul.is-inline, ol.is-inline {
  padding: 0px;
}

ul.is-inline, ol.is-inline {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 0.5em);
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul:where([unstyled]), ol:where([unstyled]) {
  list-style: none;
}

ul:where([unstyled]), ol:where([unstyled]) {
  margin: 0px;
}

ul:where([unstyled]), ol:where([unstyled]) {
  padding: 0px;
}

menu {
  list-style: none;
}

menu {
  margin: 0px;
}

menu {
  padding: 0px;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

button img {
  vertical-align: middle;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img[unstyled], picture[unstyled], video[unstyled], canvas[unstyled], svg[unstyled] {
  max-width: none;
}

svg, canvas, iframe {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  color: inherit;
  font: inherit;
  width: 100%;
}

table {
  font-family: inherit;
}

th, td {
  border: 1px solid #181818;
  padding: 0.5em;
  text-align: left;
}

:where(fieldset) {
  border: none;
  padding: 0;
  min-width: 0;
}

:where(fieldset) :where(input), :where(fieldset) textarea, :where(fieldset) select {
  width: 100%;
}

:where(fieldset) :where([type=checkbox], [type=radio]) {
  width: auto;
}

label, legend {
  padding: 0;
  display: block;
  font: inherit;
}

label[for], label:has(input, select, textarea) {
  cursor: pointer;
}

button, input, optgroup, select, textarea, [contenteditable] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

button, [href], input, select, textarea, [contenteditable], :where([tabindex]:not([tabindex="-1"])) {
  outline: none;
}

button:focus-visible, [href]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [contenteditable]:focus-visible, :where([tabindex]:not([tabindex="-1"])):focus-visible {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

button:focus-visible *:focus, [href]:focus-visible *:focus, input:focus-visible *:focus, select:focus-visible *:focus, textarea:focus-visible *:focus, [contenteditable]:focus-visible *:focus, :where([tabindex]:not([tabindex="-1"])):focus-visible *:focus {
  outline: none;
  box-shadow: none;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  cursor: pointer;
}

button, [type=checkbox], [type=radio], [type=button], [type=reset], [type=submit], [role=button], select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button[unstyled] {
  appearance: none;
  -webkit-appearance: none;
}

:where(button[unstyled]) {
  font-weight: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

textarea,
:where(input:not([type=radio], [type=checkbox])),
:where([contenteditable]:not([contenteditable=false])) {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

.input-wrap:focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, );
}

.input-wrap:focus-within *:focus {
  outline: none;
  box-shadow: none;
}

.input-wrap {
  display: inline-flex;
  gap: 0.5em;
}

.input-wrap > :where(*) {
  font: inherit;
  border: none;
  padding: 0;
}

hr {
  background-color: #181818;
  height: 1px;
  border: none;
}

summary {
  cursor: pointer;
}

summary[unstyled] {
  display: block;
  -webkit-appearance: none;
}

summary[unstyled]::-webkit-details-marker {
  display: none;
}

details[unstyled] summary {
  display: block;
  -webkit-appearance: none;
}

dialog {
  padding: 0;
  border: none;
}

dialog:not([open]) {
  display: none;
}

[hidden] {
  display: none !important;
}

[hidden=opacity], [hidden=visibility] {
  display: revert !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

[hidden=size], [invisible] {
  display: revert !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  pointer-events: none !important;
}

[invisible] {
  position: absolute !important;
}

[pointer] {
  cursor: pointer;
}

[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

::-moz-selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::selection {
  color: var(--text-selection-fg);
  background: var(--text-selection-bg, #b3d4fc);
  text-shadow: none;
}

::placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.8;
}

[placeholder]:empty::before {
  content: attr(placeholder);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
}

[debug=columns] {
  opacity: 0.5;
  pointer-events: none;
}

[debug=columns] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=columns] {
  z-index: 999999;
}

[debug=columns]::before {
  display: block;
  content: "";
  height: 100%;
  background: no-repeat var(--bg-column-padding, var(--column-padding)) 0/calc(100% - var(--bg-column-padding, var(--column-padding)) * 2 + var(--bg-column-gap, var(--column-gap))) 100% repeating-linear-gradient(to right, var(--bg-column-color, rgba(255, 0, 0, 0.2)), var(--bg-column-color, rgba(255, 0, 0, 0.2)) calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap)) - 1px), transparent calc(100% / var(--bg-column-count, var(--column-count)) - var(--bg-column-gap, var(--column-gap))), transparent calc(100% / var(--bg-column-count, var(--column-count)))), repeat-y 0 0/100% var(--bg-column-baseline, var(--lh)) linear-gradient(0deg, transparent 95%, rgba(56, 255, 255, 0.9) 100%);
}

[debug=breakpoints] {
  background: linear-gradient(to right, rgba(255, 0, 0, 0.2) 10px, transparent 10px, transparent) 385px top, linear-gradient(to right, red 1px, transparent 1px, transparent) 390px top, linear-gradient(to right, rgba(128, 128, 128, 0.2) 10px, transparent 10px, transparent) 635px top, linear-gradient(to right, gray 1px, transparent 1px, transparent) 640px top, linear-gradient(to right, rgba(0, 0, 0, 0.2) 10px, transparent 10px, transparent) 763px top, linear-gradient(to right, black 1px, transparent 1px, transparent) 768px top, linear-gradient(to right, rgba(0, 0, 255, 0.2) 10px, transparent 10px, transparent) 1019px top, linear-gradient(to right, blue 1px, transparent 1px, transparent) 1024px top, linear-gradient(to right, rgba(0, 128, 0, 0.2) 10px, transparent 10px, transparent) 1435px top, linear-gradient(to right, green 1px, transparent 1px, transparent) 1440px top;
  background-repeat: no-repeat;
  pointer-events: none;
}

[debug=breakpoints] {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}

[debug=breakpoints] {
  z-index: 999999;
}

[debug=breakpoints]::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

[debug=breakpoints]::after {
  content: "-";
  color: #FFF;
  background: black;
  font-size: 14px;
  font-weight: bold;
  font-family: monospace;
  padding: 0.2em 0.7em;
  display: block;
  opacity: 0.8;
  text-align: center;
}

@media screen and (max-width: 640px) {
  [debug=breakpoints]::after {
    background: gray;
    content: "PHONE (640px and less)";
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  [debug=breakpoints]::after {
    background: black;
    content: "TABLET (640px to 768px)";
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  [debug=breakpoints]::after {
    background: blue;
    content: "LAPTOP (768px to 1024px)";
  }
}
@media screen and (min-width: 1025px) {
  [debug=breakpoints]::after {
    content: "DESKTOP (1024px to 1440px)";
    background: green;
  }
}
@media screen and (max-width: 390px) {
  [debug=breakpoints]::after {
    background: red;
    content: "MINI (390px and less)";
  }
}
@media screen and (min-width: 1441px) {
  [debug=breakpoints]::after {
    background: purple;
    content: "WIDESCREEN (more than 1440px)";
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.children-left {
  display: flex;
  justify-content: flex-start;
}

.children-center {
  display: flex;
  justify-content: center;
}

.children-right {
  display: flex;
  justify-content: flex-end;
}

.children-spaced {
  display: flex;
  justify-content: space-between;
}

.children-stacked {
  display: grid;
}

.children-stacked > * {
  grid-area: 1/1;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-overflow {
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.text-hyphens {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  word-wrap: break-word;
  max-width: 100%;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.text-nowrap {
  white-space: nowrap;
}

.img-left {
  float: left;
  margin: 0 var(--lh) var(--lh) 0;
}

.img-right {
  float: right;
  margin: 0 0 var(--lh) var(--lh);
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-drag {
  -webkit-user-drag: none;
}

.no-scrollbar {
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-animation, .no-animation *,
[animation=off], [animation=off] * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-touch {
  pointer-events: none;
}

.no-touch .has-touch {
  pointer-events: all;
}

html[lang] {
  margin-top: 0 !important;
}

div#wpadminbar {
  transition: all 0.2s;
}
div#wpadminbar:not(:hover) {
  transform: translateY(calc(-100% + 3px));
}
div#wpadminbar:after {
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
}
div#wpadminbar:after {
  transform: translateX(-50%);
}
div#wpadminbar:after {
  content: "\f111";
  font-family: dashicons;
  font-size: 10px;
  border-radius: 0 0 3px 3px;
  line-height: 1;
  display: block;
  background: inherit;
  color: white;
  width: 28px;
  text-align: center;
  padding: 2px 0 5px;
}
@media screen and (min-width: 783px) {
  body.is-env-local div#wpadminbar #wp-admin-bar-wp-logo, body.is-env-local div#wpadminbar #wp-admin-bar-updates {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  body.is-env-local div#wpadminbar {
    display: none;
  }
}

#wp-admin-bar-my-account, #wp-admin-bar-search {
  display: none;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 1em);
  row-gap: var(--row-gap, 0.2em);
}
.is-layout-flex.is-horizontal {
  flex-direction: row;
}
.is-layout-flex.is-vertical {
  flex-direction: column;
}
.is-layout-flex.is-content-justification-left {
  justify-content: flex-start;
}
.is-layout-flex.is-content-justification-center {
  justify-content: center;
}
.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}
.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}
.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}

.wp-block-buttons .wp-block-button {
  margin-left: 0;
  margin-right: 0;
}

.has-theme-normal-font-size {
  font-size: 1rem;
  line-height: 1.0857142857;
}
.has-theme-normal-font-size {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .has-theme-normal-font-size {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .has-theme-normal-font-size {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .has-theme-normal-font-size {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}

.has-theme-small-font-size {
  font-size: 0.4rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .has-theme-small-font-size {
    font-size: calc(14px + (1440px - 100vw) * -1);
    line-height: calc(18px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .has-theme-small-font-size {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .has-theme-small-font-size {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.has-theme-small-font-size {
  --list-gap: 0;
}
.has-theme-small-font-size li {
  --list-padding: 1.25em;
}

.has-theme-medium-font-size {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.has-theme-medium-font-size {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .has-theme-medium-font-size {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .has-theme-medium-font-size {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .has-theme-medium-font-size {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.has-theme-medium-font-size {
  --list-gap: 0;
}
.has-theme-medium-font-size li {
  --list-padding:1.25em;
}

.has-theme-large-font-size {
  font-size: 1.7142857143rem;
  line-height: 1;
}

[is-full] {
  padding-right: 0 !important;
}
.block-section__content > [is-full] {
  margin-right: calc(calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (2/10)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1) * -1);
}
@media screen and (max-width: 768px) {
  .block-section__content > [is-full] {
    margin-right: calc(calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (1/7)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1) * -1);
  }
}

.dummy {
  visibility: hidden;
}

.btn {
  font-size: 1rem;
  line-height: 1.0857142857;
}
.btn {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .btn {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .btn {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
.btn {
  width: 100%;
  padding: 0.2857142rem 0.5142857rem 0.2285714rem 0.5142857rem;
  background: #3F6FE4;
  border: 1px solid #3F6FE4;
  border-radius: 0;
  color: #FFFFFF;
  text-align: left;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
@media (hover: hover) {
  .btn:hover {
    background: #FFFFFF;
    color: #3F6FE4;
  }
  .btn:hover {
    font-style: normal;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    padding-left: 0.2857142rem;
  }
}

[collider-clip] {
  display: grid;
  position: relative;
}
[collider-clip] > * {
  grid-area: 1/1;
}
[collider-clip] {
  /*
  clip-path: var(--polygon);

  * {
      fill: $color-white;
  }
  */
}
[collider-clip] .is-alt {
  will-change: clip-path;
  clip-path: var(--polygon);
  color: #FFFFFF;
}
[collider-clip]:not(.is-colliding) .is-alt {
  visibility: hidden;
}

html {
  --color-dark: #181818;
  --color-light: #FFFFFF;
  --color-accent: #3F6FE4;
  --sticky-top: 50vh;
  --section-top: 50vh;
  --item-title-height: 66px;
  --item-title-padding: 0.65rem;
}

body {
  font-size: 1rem;
  line-height: 1.0857142857;
}
body {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  body {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  body {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
body {
  overscroll-behavior: none;
  color: #3F6FE4;
}

p:where(:first-child), ul:where(:first-child), ol:where(:first-child), h1:where(:first-child), h2:where(:first-child), h3:where(:first-child), h4:where(:first-child), h5:where(:first-child), h6:where(:first-child) {
  margin-top: 0;
}
p:where(:last-child), ul:where(:last-child), ol:where(:last-child), h1:where(:last-child), h2:where(:last-child), h3:where(:last-child), h4:where(:last-child), h5:where(:last-child), h6:where(:last-child) {
  margin-bottom: 0;
}

h1 {
  font-size: 1rem;
  line-height: 1.0857142857;
}
h1 {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  h1 {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}

h2 {
  font-size: 1rem;
  line-height: 1.0857142857;
}
h2 {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  h2 {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
h2 {
  text-transform: unset;
}

h3 {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
h3 {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  h3 {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
h3 {
  text-transform: uppercase;
  text-transform: uppercase;
}

h4 {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
h4 {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  h4 {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}

h5 {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
h5 {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  h5 {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  h5 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h5 {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}

.site-main span[style*="font-weight:"] {
  font-weight: inherit !important;
}

a, span[href] {
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  cursor: pointer;
}
@media (hover: hover) {
  a:hover, span[href]:hover {
    font-style: italic;
    text-decoration-line: none;
  }
}

.site-main ul:where(:not([unstyled])),
.site-main ol:where(:not([unstyled])), .site-overlay-sidebar ul:where(:not([unstyled])),
.site-overlay-sidebar ol:where(:not([unstyled])) {
  --list-padding: calc(((var(--screen-column-width, 100%) + var(--screen-column-gap, 30px)) * var(--padding-ratio, (2/12)) - var(--screen-column-gap, 30px) + (var(--screen-column-gap, 30px) * 1)) * 1);
}
.site-main ul:where(:not([unstyled])),
.site-main ol:where(:not([unstyled])), .site-overlay-sidebar ul:where(:not([unstyled])),
.site-overlay-sidebar ol:where(:not([unstyled])) {
  list-style: none;
}
.site-main ul:where(:not([unstyled])),
.site-main ol:where(:not([unstyled])), .site-overlay-sidebar ul:where(:not([unstyled])),
.site-overlay-sidebar ol:where(:not([unstyled])) {
  margin: 1em 0px 1em 0px;
}
.site-main ul:where(:not([unstyled])),
.site-main ol:where(:not([unstyled])), .site-overlay-sidebar ul:where(:not([unstyled])),
.site-overlay-sidebar ol:where(:not([unstyled])) {
  padding: 0px;
}
.site-main ul:where(:not([unstyled])) ol, .site-main ul:where(:not([unstyled])) ul,
.site-main ol:where(:not([unstyled])) ol,
.site-main ol:where(:not([unstyled])) ul, .site-overlay-sidebar ul:where(:not([unstyled])) ol, .site-overlay-sidebar ul:where(:not([unstyled])) ul,
.site-overlay-sidebar ol:where(:not([unstyled])) ol,
.site-overlay-sidebar ol:where(:not([unstyled])) ul {
  --padding-ratio: 1/12;
  --list-gap: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .site-main ul:where(:not([unstyled])),
  .site-main ol:where(:not([unstyled])), .site-overlay-sidebar ul:where(:not([unstyled])),
  .site-overlay-sidebar ol:where(:not([unstyled])) {
    --padding-ratio: 1/8;
  }
  .site-main ul:where(:not([unstyled])) ol, .site-main ul:where(:not([unstyled])) ul,
  .site-main ol:where(:not([unstyled])) ol,
  .site-main ol:where(:not([unstyled])) ul, .site-overlay-sidebar ul:where(:not([unstyled])) ol, .site-overlay-sidebar ul:where(:not([unstyled])) ul,
  .site-overlay-sidebar ol:where(:not([unstyled])) ol,
  .site-overlay-sidebar ol:where(:not([unstyled])) ul {
    --padding-ratio: 1/8;
  }
}
.site-main ul:where(:not([unstyled])), .site-overlay-sidebar ul:where(:not([unstyled])) {
  display: flex;
  flex-direction: column;
  row-gap: var(--list-gap, 1em);
  list-style: none;
}
.site-main ul:where(:not([unstyled])) > li, .site-overlay-sidebar ul:where(:not([unstyled])) > li {
  position: relative;
  padding-left: calc(var(--list-padding, 5rem) + 0px);
}
.site-main ul:where(:not([unstyled])) > li:before, .site-overlay-sidebar ul:where(:not([unstyled])) > li:before {
  content: "–";
  position: absolute;
  width: var(--list-padding, 5rem);
  left: 0;
  top: 0;
  display: inline-block;
}
.site-main ol:where(:not([unstyled])), .site-overlay-sidebar ol:where(:not([unstyled])) {
  display: flex;
  flex-direction: column;
  row-gap: var(--list-gap, 1em);
  list-style: none;
}
.site-main ol:where(:not([unstyled])), .site-overlay-sidebar ol:where(:not([unstyled])) {
  counter-reset: counter_9437;
}
.site-main ol:where(:not([unstyled])) > li, .site-overlay-sidebar ol:where(:not([unstyled])) > li {
  position: relative;
  padding-left: calc(var(--list-padding, 5rem) + 0px);
}
.site-main ol:where(:not([unstyled])) > li:before, .site-overlay-sidebar ol:where(:not([unstyled])) > li:before {
  counter-increment: counter_9437;
  content: counter(counter_9437, counter) ".";
  position: absolute;
  width: var(--list-padding, 5rem);
  left: 0;
  top: 0;
  display: inline-block;
}

button:not([unstyled]) {
  font-size: 1rem;
  line-height: 1.0857142857;
}
button:not([unstyled]) {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  button:not([unstyled]) {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  button:not([unstyled]) {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  button:not([unstyled]) {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
button:not([unstyled]) {
  width: 100%;
  padding: 0.2857142rem 0.5142857rem 0.2285714rem 0.5142857rem;
  background: #3F6FE4;
  border: 1px solid #3F6FE4;
  border-radius: 0;
  color: #FFFFFF;
  text-align: left;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
@media (hover: hover) {
  button:not([unstyled]):hover {
    background: #FFFFFF;
    color: #3F6FE4;
  }
  button:not([unstyled]):hover {
    font-style: normal;
  }
}
@media screen and (max-width: 1024px) {
  button:not([unstyled]) {
    padding-left: 0.2857142rem;
  }
}

figcaption {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
figcaption {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  figcaption {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  figcaption {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  figcaption {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
figcaption {
  margin-top: 0.3em;
  text-align: center;
}

.site {
  display: flex;
  flex-direction: column;
  position: relative;
}
.site {
  min-height: var(--screen-height, 100vh);
}

.site-main {
  padding: 0 var(--column-padding, 20px);
}

.site-content {
  margin-top: 50vh;
}
.site-content > * {
  padding-right: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--right-padding, (2/12)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
}
@media screen and (max-width: 768px) {
  .site-content > * {
    --right-padding: 1/8;
  }
}
.site-content > *[full] {
  margin-left: calc(var(--column-padding, 20px) * -1);
}
.site-content > *[full] {
  margin-right: calc(var(--column-padding, 20px) * -1);
}
.site-content > *[full] {
  padding: 1em var(--column-padding, 20px);
}
.site-content > *[full] {
  padding-right: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--right-padding, (2/12)) - var(--column-gap, 30px) + ((var(--column-gap, 30px) * 1) + (var(--column-padding, 20px) * 1))) * 1);
}
@media screen and (max-width: 768px) {
  .site-content > *[full] {
    --right-padding: 1/8;
  }
}
.site-content p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.site-head {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.site-head {
  z-index: 60;
}
@media screen and (max-width: 768px) {
  .site-head__title {
    margin-bottom: -0.3em;
  }
}
.site-head__bottom {
  padding: 0 var(--column-padding, 20px);
}
.site-head__bottom {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.site-head__bottom {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .site-head__bottom {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .site-head__bottom {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-head__bottom {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.site-head__bottom {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .site-head__bottom {
    font-size: 0.3428571429rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 390px) {
  .site-head__bottom {
    margin-bottom: 1.25em;
  }
}
.site-head__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .site-head__bottom {
    font-size: 1rem;
    line-height: 1.0857142857;
  }
  .site-head__bottom {
    font-weight: 700;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1441px) and (max-width: 1440px) {
  .site-head__bottom {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1441px) and (min-width: 1440px) {
  .site-head__bottom {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .site-head__bottom {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
@media screen and (max-width: 768px) {
  .site-head__bottom-left {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .site-head__menu-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .site-head__menu-mobile {
    display: none !important;
  }
}
.site-head__overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-head__overlay {
  z-index: 150;
}
.site-head__overlay {
  pointer-events: none;
}
.site-head__overlay-toggle {
  text-transform: uppercase;
}
.site-head__overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-head__overlay-bg {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.site-head__overlay-main {
  position: relative;
  background-color: white;
  min-height: 50vh;
}
.site-head__overlay-title {
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .site-head__overlay-title {
    margin-bottom: -0.3em;
  }
}
.site-head__overlay-menu {
  columns: 2;
  gap: 1.4rem;
  pointer-events: all;
}
.site-head__overlay-bottom {
  padding: 0 var(--column-padding, 20px);
}
.site-head__overlay-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: all;
  padding-bottom: 2rem;
}
.site-head__page-title {
  font: inherit;
  margin: 0;
}
.site-head__menu-trigger {
  text-transform: uppercase;
  padding: 0.5rem;
  margin: -0.5rem;
}
.site-head {
  padding-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .site-head__title {
    transition: 0.2s margin;
  }
  .site-head[is-close] .site-head__title {
    margin-top: calc(var(--head-title-height, 92px) * -1);
  }
  .site-head[is-close] .site-head__menu-desktop {
    display: none;
  }
  .site-head:not([is-close]) {
    background-color: white;
  }
  .site-head:not([is-close]) * {
    --polygon:none !important;
  }
  .site-head:not([is-close]) .is-alt, .site-head:not([is-close]) .clone {
    display: none !important;
  }
  .site-head:not([is-close]) .site-head__menu-trigger {
    display: none;
  }
}

.site-menu {
  display: inline-block;
  gap: 1.4rem;
  columns: var(--columns, 1);
  column-fill: balance;
}
.site-menu a {
  text-decoration: none;
}
.site-menu .is-alt {
  color: white;
}
@media screen and (max-width: 768px) {
  .site-menu {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
  }
}

.site-foot {
  min-height: var(--screen-height, 100vh);
}
.site-foot {
  padding-bottom: 0.4285714rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .site-foot {
    padding-bottom: 0.2857142rem;
  }
}

.site-splash {
  --h: var(--viewport-max-height, var(--screen-height));
  position: relative;
  height: var(--h);
  width: 100%;
  background: white;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.site-splash {
  z-index: 130;
}
.site-splash__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-splash__background {
  background-size: cover;
  background-position-x: clamp(0%, ((var(--focus-x) - 0.5) * (var(--focus-w) * max( calc(var(--box-w) / var(--focus-w)) , calc(var(--box-h) / var(--focus-h)) )) / var(--box-w) / ((var(--focus-w) * max( calc(var(--box-w) / var(--focus-w)) , calc(var(--box-h) / var(--focus-h)) )) / var(--box-w) - 1) + 0.5) * 100%, 100%);
  background-position-y: clamp(0%, ((var(--focus-y) - 0.5) * (var(--focus-h) * max( calc(var(--box-w) / var(--focus-w)) , calc(var(--box-h) / var(--focus-h)) )) / var(--box-h) / ((var(--focus-h) * max( calc(var(--box-w) / var(--focus-w)) , calc(var(--box-h) / var(--focus-h)) )) / var(--box-h) - 1) + 0.5) * 100%, 100%);
  image-rendering: pixelated;
}
.site-splash .site-title {
  --item-title-color: #FFFFFF;
  --item-title-scroll: 4rem;
  padding-top: 0;
  height: calc(var(--viewport-min-height) + var(--item-title-scroll));
  position: relative;
}
.site-splash .site-title__left, .site-splash .site-title__right {
  position: sticky;
  top: 0.65rem;
}
.site-splash .site-title__right {
  margin-top: calc(var(--viewport-min-height) - var(--item-title-height) - var(--item-title-padding));
}

.site-overlay-sidebar {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-overlay-sidebar {
  z-index: 150;
}
.site-overlay-sidebar {
  z-index: 150;
}
.site-overlay-sidebar__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-overlay-sidebar__backdrop {
  background-color: #3F6FE4;
}
.site-overlay-sidebar__main {
  margin-left: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--offset, (2/12)) - var(--column-gap, 30px) + ((var(--column-gap, 30px) * 0) + (var(--column-padding, 20px) * 0.5))) * 1);
}
.site-overlay-sidebar__main {
  background-color: white;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-overlay-sidebar__main {
    --offset: 1/8;
  }
}
.site-overlay-sidebar__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.site-overlay-sidebar__close {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.site-overlay-sidebar__close {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .site-overlay-sidebar__close {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .site-overlay-sidebar__close {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-overlay-sidebar__close {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.site-overlay-sidebar__close {
  z-index: 60;
}
.site-overlay-sidebar__close {
  text-transform: uppercase;
  padding: 0.6rem var(--column-padding);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
}
.site-overlay-sidebar__content {
  overflow-y: auto;
  overflow-x: hidden;
}
.site-overlay-sidebar__content {
  scrollbar-width: none;
}
.site-overlay-sidebar__content::-webkit-scrollbar {
  display: none;
}
.site-overlay-sidebar__content {
  padding: 0.6rem var(--column-padding) 0.6rem var(--column-gap);
  height: 100%;
}

.site-cookie-bar {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.site-cookie-bar {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .site-cookie-bar {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .site-cookie-bar {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-cookie-bar {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.site-cookie-bar {
  position: sticky;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-cookie-bar {
  z-index: 90;
}
.site-cookie-bar {
  background-color: #3F6FE4;
  color: #FFFFFF;
  padding: 0.8em var(--column-padding);
}
@media screen and (min-width: 641px) {
  .site-cookie-bar {
    display: flex;
    align-items: baseline;
  }
}
.site-cookie-bar--main {
  flex: 1 1 auto;
}
.site-cookie-bar--main p {
  display: inline;
}
@media screen and (max-width: 768px) {
  .site-cookie-bar--main {
    margin-bottom: 0.8em;
  }
}
.site-cookie-bar--more {
  display: inline-block;
}
.site-cookie-bar--foot {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 0.4em);
}
.site-cookie-bar--foot {
  flex: 0 0 auto;
}
.site-cookie-bar--foot button {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.site-cookie-bar--foot button {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .site-cookie-bar--foot button {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .site-cookie-bar--foot button {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-cookie-bar--foot button {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.site-cookie-bar--foot button {
  padding: 0.2rem 0.4rem;
  background: #3F6FE4;
  color: #FFFFFF;
}
.site-cookie-bar--foot [name=reject] {
  order: 1;
}
.site-cookie-bar--foot [name=accept] {
  background: #FFFFFF;
  color: #3F6FE4;
  order: 2;
}
@media screen and (min-width: 641px) {
  .site-cookie-bar--foot {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .site-cookie-bar--foot {
    justify-content: flex-start;
  }
  .site-cookie-bar--foot [name=reject] {
    padding-left: 0;
  }
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45em;
}

.wp-block-button .wp-block-button__link {
  display: block;
}
.wp-block-button .wp-block-button__link {
  font-size: 1rem;
  line-height: 1.0857142857;
}
.wp-block-button .wp-block-button__link {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .wp-block-button .wp-block-button__link {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .wp-block-button .wp-block-button__link {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-button .wp-block-button__link {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
.wp-block-button .wp-block-button__link {
  width: 100%;
  padding: 0.2857142rem 0.5142857rem 0.2285714rem 0.5142857rem;
  background: #3F6FE4;
  border: 1px solid #3F6FE4;
  border-radius: 0;
  color: #FFFFFF;
  text-align: left;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
@media (hover: hover) {
  .wp-block-button .wp-block-button__link:hover {
    background: #FFFFFF;
    color: #3F6FE4;
  }
  .wp-block-button .wp-block-button__link:hover {
    font-style: normal;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-button .wp-block-button__link {
    padding-left: 0.2857142rem;
  }
}

.wp-block-image {
  width: calc(((var(--screen-column-width, 100%) + var(--screen-column-gap, 30px)) * var(--image-ratio, (10/12)) - var(--screen-column-gap, 30px) + (var(--screen-column-gap, 30px) * 0)) * 1);
}
.wp-block-image {
  margin: 0px 0px 1.285714rem auto;
}
.wp-block-image img {
  width: 100% !important;
  height: auto !important;
}
.wp-block-image figcaption {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (6/10)) - var(--column-gap, 30px)) * 1);
}
.wp-block-image figcaption {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.wp-block-image figcaption {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .wp-block-image figcaption {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .wp-block-image figcaption {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-image figcaption {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.wp-block-image figcaption {
  text-align: center;
  margin-top: 0.2777777778em;
}
@media screen and (max-width: 1024px) {
  .wp-block-image {
    margin-bottom: 1.363636em;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-image {
    --image-ratio:7/8;
  }
}
.block-section__content > .wp-block-image {
  --image-ratio: 8/12;
}
@media screen and (max-width: 768px) {
  .block-section__content > .wp-block-image {
    --image-ratio: 6/8;
  }
}

h3.wp-block-heading {
  font-size: 1rem;
  line-height: 1.0857142857;
}
h3.wp-block-heading {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  h3.wp-block-heading {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  h3.wp-block-heading {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  h3.wp-block-heading {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
h3.wp-block-heading {
  text-transform: unset;
  text-transform: uppercase;
}

.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [type=button], [type=submit], [unstyled]), textarea, [contenteditable], .input-wrap, select) {
  color: var(--input-color, #3F6FE4);
  background: var(--input-background, transparent);
  border: var(--input-border-size, 1px) var(--input-border-style, solid) var(--input-border-color, #3F6FE4);
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [type=button], [type=submit], [unstyled]), textarea, [contenteditable], .input-wrap, select) {
  padding: var(--input-padding, 0.2857142em 0.3428571em 0.2285714em 0.5142857em);
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [type=button], [type=submit], [unstyled]), textarea, [contenteditable], .input-wrap, select).placeholder, .gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [type=button], [type=submit], [unstyled]), textarea, [contenteditable], .input-wrap, select)::placeholder {
  color: rgba(63, 111, 228, 0.5);
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [type=button], [type=submit], [unstyled]), textarea, [contenteditable], .input-wrap, select):focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, 2px);
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [type=button], [type=submit], [unstyled]), textarea, [contenteditable], .input-wrap, select):focus-within *:focus {
  outline: none;
  box-shadow: none;
}
.gform_wrapper :where(input:not([type], [unstyled]), input:not([type=color], [type=radio], [type=checkbox], [type=button], [type=submit], [unstyled]), textarea, [contenteditable], .input-wrap, select) {
  font: var(--input-font, inherit);
  line-height: var(--input-lineheight, inherit);
  margin: 0;
  width: 100%;
  vertical-align: top;
}
.gform_wrapper .input-wrap {
  display: inline-flex;
}
.gform_wrapper select {
  appearance: none;
}
.gform_wrapper [type=radio] {
  color: var(--form-radio-color, #3F6FE4);
  background: var(--form-radio-background, transparent);
  border: 1px solid var(--form-radio-border, #3F6FE4);
  appearance: none;
  position: relative;
  min-width: 0;
  -webkit-appearance: none;
  padding: 0;
}
.gform_wrapper [type=radio]::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.gform_wrapper [type=radio]:where(:not(:checked))::after {
  opacity: 0;
}
.gform_wrapper [type=radio] {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  overflow: hidden;
}
.gform_wrapper [type=radio]::after {
  border-radius: 100%;
  background-color: var(--form-radio-dot, #3F6FE4);
}
.gform_wrapper [type=radio]::after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.gform_wrapper [type=radio]::after {
  transform: translateX(-50%) translateY(-50%);
}
.gform_wrapper [type=radio]::after {
  width: 50%;
  height: 50%;
}
.gform_wrapper [type=radio]:focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, 2px);
}
.gform_wrapper [type=radio]:focus-within *:focus {
  outline: none;
  box-shadow: none;
}
.gform_wrapper [type=checkbox] {
  color: var(--form-checkbox-color, #3F6FE4);
  background: var(--form-checkbox-background, transparent);
  border: 1px solid var(--form-checkbox-border, #3F6FE4);
  appearance: none;
  position: relative;
  min-width: 0;
  -webkit-appearance: none;
  padding: 0;
}
.gform_wrapper [type=checkbox]::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.gform_wrapper [type=checkbox]:where(:not(:checked))::after {
  opacity: 0;
}
.gform_wrapper [type=checkbox] {
  border-radius: 0;
}
.gform_wrapper [type=checkbox] {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  overflow: hidden;
}
.gform_wrapper [type=checkbox]::after {
  background-image: linear-gradient(var(--bg-cross-angle, 45deg), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, var(--form-checkbox-dot, #3F6FE4)) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, var(--form-checkbox-dot, #3F6FE4)) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) 100%), linear-gradient(calc(var(--bg-cross-angle, 45deg) + 90deg), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, var(--form-checkbox-dot, #3F6FE4)) calc(50% - calc(var(--bg-cross-size, 1px) / 2)), var(--bg-cross-color, var(--form-checkbox-dot, #3F6FE4)) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) calc(50% + calc(var(--bg-cross-size, 1px) / 2)), rgba(0, 0, 0, 0) 100%);
}
.gform_wrapper [type=checkbox]:focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, 2px);
}
.gform_wrapper [type=checkbox]:focus-within *:focus {
  outline: none;
  box-shadow: none;
}
.gform_wrapper [type=checkbox]:checked::before {
  content: "";
}
.gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
  color: var(--form-button-color, #FFFFFF);
  background: var(--form-button-background, #181818);
  border: 1px solid var(--form-button-border, #181818);
}
.gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
  padding: 0.5em 1em 0.5em 1em;
}
.gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
  appearance: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.gform_wrapper button:not([unstyled]) a, .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) a {
  font: inherit;
  color: inherit;
  display: inline;
  text-decoration: inherit !important;
}
.gform_wrapper button:not([unstyled]):focus-within, .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])):focus-within {
  outline-color: var(--focus-color, #007BFF);
  outline-style: var(--focus-style, solid);
  outline-width: var(--focus-size, );
  outline-offset: var(--focus-offset, 2px);
}
.gform_wrapper button:not([unstyled]):focus-within *:focus, .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])):focus-within *:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .gform_wrapper {
    --input-padding: .4545454em .4545454em .3636363em;
  }
}
.gform_wrapper .gfield_label {
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1024px) {
  .gform_wrapper .gfield_label {
    margin-bottom: 0.3181818182em;
  }
}
.gform_wrapper .gfield {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .gform_wrapper .gfield {
    margin-bottom: 0.9090909em;
  }
}
.gform_wrapper textarea {
  padding-right: 0.5142857rem;
  padding-bottom: 1.085714rem;
}
.gform_wrapper .gfield_error input {
  border-color: #F34646;
  color: #F34646;
}
.gform_wrapper .validation_message {
  color: #F34646;
}
.gform_wrapper .gform_footer {
  margin-top: 0;
}

.gform_body input:not([type], [unstyled]), .gform_body input:not([type=color], [type=radio], [type=checkbox], [type=button], [type=submit], [unstyled]), .gform_body textarea, .gform_body [contenteditable], .gform_body select {
  margin: 0;
  width: 100%;
}
.gform_description {
  display: block;
}
.gform_description {
  margin: var(--form-description-margin, 0.5em 0px 1em 0px);
}
.gform_validation_errors {
  display: none;
}

.gsection:not(:first-child) .gsection_title {
  margin-top: var(--form-title-margin-top, 1.2em);
}

.gform_fields {
  list-style: none;
}
.gform_fields {
  margin: 0px;
}
.gform_fields {
  padding: 0px;
}
.gform_fields {
  --field-gap: var(--form-column-gap, var(--column-gap, 0.5em));
  --field-ratio: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--field-gap);
  row-gap: var(--form-row-gap, 0.5em);
  width: 100%;
}

.gfield {
  flex: 0 0 calc((100% + var(--field-gap)) * var(--column-ratio, var(--field-ratio)) - var(--field-gap));
  flex-direction: column;
}
.gfield--width-eleven-twelfths {
  --field-ratio:11/12;
}
.gfield--width-five-sixths {
  --field-ratio:10/12;
}
.gfield--width-three-quarter {
  --field-ratio:9/12;
}
.gfield--width-two-thirds {
  --field-ratio:8/12;
}
.gfield--width-seven-twelfths {
  --field-ratio:7/12;
}
.gfield--width-half {
  --field-ratio:6/12;
}
.gfield--width-five-twelfths {
  --field-ratio:5/12;
}
.gfield--width-third {
  --field-ratio:4/12;
}
.gfield--width-quarter {
  --field-ratio:3/12;
}
.gfield--width-one-sixth {
  --field-ratio:2/12;
}
.gfield--width-one-twelfth {
  --field-ratio:1/12;
}
.gfield input.small, .gfield select.small {
  width: calc(((var(--column-width, 100%) + var(--field-gap)) * var(--column-ratio, (4/12)) - var(--field-gap)) * 1);
}
.gfield input.medium, .gfield select.medium {
  width: calc(((var(--column-width, 100%) + var(--field-gap)) * var(--column-ratio, (1/2)) - var(--field-gap)) * 1);
}
.gfield {
  position: relative;
  margin: 0;
  max-width: 100%;
}
.gfield_visibility_hidden, .hidden_label .gfield_label {
  display: none !important;
}
.gfield .spacer {
  display: none !important;
}
.gfield_label {
  display: block;
}
.gfield .gform-field-label--type-inline {
  display: inline-block;
}
.gfield .gform-field-label--type-sub {
  font-size: 0.5em;
}
.gfield_description {
  font-size: 0.7em;
}
.gfield_required {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -800vw;
  font-size: 0.7em;
  height: 1em;
  width: 1em;
  vertical-align: top;
}
.gfield_required::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.gfield_required::after {
  text-indent: 0;
  content: "*";
}
.gfield_error {
  --input-border-color: var(--input-error-color);
  color: var(--input-error-color);
}
.gfield_validation_message {
  display: block;
  font-size: 0.7em;
}

.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--form-column-gap, var(--column-gap, 0.5em));
  row-gap: var(--form-row-gap, 0.5em);
  flex-direction: row;
}
.ginput_complex > * {
  flex: 0 0 auto;
}
.ginput_complex > * {
  width: calc(((var(--column-width, 100%) + var(--form-column-gap, var(--column-gap, 0.5em))) * var(--input-ratio, (1/2)) - var(--form-column-gap, var(--column-gap, 0.5em))) * 1);
}
.ginput_complex .ginput_full {
  --column-ratio:1;
}
.ginput_container input, .ginput_container select {
  margin-bottom: 0;
}

.gf_clear {
  display: none;
}

.screen-reader-text {
  display: revert !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  pointer-events: none !important;
  position: absolute !important;
}

.gfield_checkbox, .gfield_radio {
  display: flex;
  flex-direction: column;
  row-gap: var(--form-choice-row-gap, 0);
}

.gchoice {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.gchoice > * {
  order: 3;
}
.gchoice input[type=radio], .gchoice input[type=checkbox] {
  order: 1;
  flex: 0 0 auto;
  margin-right: var(--form-choice-gap, 0.2em);
}
.gchoice label {
  order: 2;
  cursor: pointer;
  flex: 1 1 auto;
  width: min-content;
}
.gchoice_other_control[disabled] {
  display: none;
}

.gfield_choice_all_toggle {
  margin-top: 1em;
}

.gfield_list_groups {
  display: flex;
  row-gap: var(--form-list-row-gap, 0.5em);
  flex-direction: column;
}
.gfield_list_group {
  display: flex;
  column-gap: var(--form-column-gap, var(--column-gap, 0.5em));
}
.gfield_list_group_item {
  flex: 1 1 auto;
}
.gfield_list_icons {
  display: flex;
  column-gap: var(--form-column-gap, var(--column-gap, 0.5em));
}
.gfield_list_icons button {
  margin-bottom: 0;
}

.ginput_container_fileupload {
  overflow: hidden;
}

.gform_fileupload_rules {
  display: block;
  margin-top: 0.5em;
  font-size: 0.7em;
}

.gfield--type-time input {
  height: 100%;
}
.gfield--type-time .ginput_complex {
  column-gap: 0;
  align-items: stretch;
}
.gfield--type-time .ginput_container_time {
  flex: 0 0 auto;
  width: 4.7em;
}
.gfield--type-time .hour_minute_colon {
  flex: 0 0 auto;
  width: var(--form-column-gap, var(--column-gap, 0.5em));
  text-align: center;
}
.gfield--type-time .gfield_time_minute {
  margin-left: 0;
}
.gfield--type-time .gfield_time_ampm {
  margin-left: var(--form-column-gap, var(--column-gap, 0.5em));
}

.ginput_container_date {
  display: inline-block;
  max-width: 11em;
}

.ui-datepicker:empty {
  display: none;
}

.ui-datepicker.ui-widget {
  border: 1px solid;
  background-color: white;
  padding: 1em;
}
.ui-datepicker.ui-widget .ui-datepicker-header {
  display: flex;
}
.ui-datepicker.ui-widget .ui-datepicker-prev, .ui-datepicker.ui-widget .ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker.ui-widget .ui-datepicker-prev::after, .ui-datepicker.ui-widget .ui-datepicker-next::after {
  display: inline-block;
}
.ui-datepicker.ui-widget .ui-datepicker-prev {
  order: 1;
  width: 2em;
  text-align: center;
}
.ui-datepicker.ui-widget .ui-datepicker-prev::after {
  content: "❮";
}
.ui-datepicker.ui-widget .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker.ui-widget .ui-datepicker-title {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 1em);
}
.ui-datepicker.ui-widget .ui-datepicker-title {
  flex: 1 1 auto;
  order: 2;
}
.ui-datepicker.ui-widget .ui-datepicker-title select {
  flex: 1 1 auto;
  padding: 0;
  width: auto;
}
.ui-datepicker.ui-widget .ui-datepicker-next {
  order: 3;
  width: 2em;
  text-align: center;
}
.ui-datepicker.ui-widget .ui-datepicker-next::after {
  content: "❯";
}
.ui-datepicker.ui-widget .ui-datepicker-next span {
  display: none;
}
.ui-datepicker.ui-widget table {
  font: inherit;
  margin-bottom: 0;
}
.ui-datepicker.ui-widget select {
  font: inherit;
}
.ui-datepicker.ui-widget td {
  cursor: pointer;
}
.ui-datepicker.ui-widget td a {
  text-decoration: none;
}
.ui-datepicker.ui-widget .ui-datepicker-unselectable {
  opacity: 0.2;
}

.gfield--type-honeypot {
  display: none;
}

.gform_footer {
  display: flex;
  flex-direction: column;
  gap: var(--form-column-gap, var(--column-gap, 0.5em));
  margin-top: 1em;
  margin-bottom: 1em;
}
.gform_button, .gform_footer button {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.gform_wrapper.is-loading .gform_footer .gform_button {
  opacity: 0.4;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .gform_wrapper, .gform_confirmation_wrapper {
    --input-padding: .4545454em .4545454em .3636363em;
  }
}
.gform_wrapper .gfield_label, .gform_confirmation_wrapper .gfield_label {
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1024px) {
  .gform_wrapper .gfield_label, .gform_confirmation_wrapper .gfield_label {
    margin-bottom: 0.3181818182em;
  }
}
.gform_wrapper .gfield, .gform_confirmation_wrapper .gfield {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .gform_wrapper .gfield, .gform_confirmation_wrapper .gfield {
    margin-bottom: 0.9090909em;
  }
}
.gform_wrapper textarea, .gform_confirmation_wrapper textarea {
  padding-right: 0.5142857rem;
  padding-bottom: 1.085714rem;
}
.gform_wrapper .gfield_error input, .gform_confirmation_wrapper .gfield_error input {
  border-color: #F34646;
  color: #F34646;
}
.gform_wrapper .validation_message, .gform_confirmation_wrapper .validation_message {
  color: #F34646;
}
.gform_wrapper .gform_footer, .gform_confirmation_wrapper .gform_footer {
  margin-top: 0;
}

.gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
  font-size: 1rem;
  line-height: 1.0857142857;
}
.gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
.gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
  width: 100%;
  padding: 0.2857142rem 0.5142857rem 0.2285714rem 0.5142857rem;
  background: #3F6FE4;
  border: 1px solid #3F6FE4;
  border-radius: 0;
  color: #FFFFFF;
  text-align: left;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
@media (hover: hover) {
  .gform_wrapper button:hover:not([unstyled]), .gform_wrapper :hover:where(input:is([type=submit], [type=button]):not([unstyled])) {
    background: #FFFFFF;
    color: #3F6FE4;
  }
  .gform_wrapper button:hover:not([unstyled]), .gform_wrapper :hover:where(input:is([type=submit], [type=button]):not([unstyled])) {
    font-style: normal;
  }
}
@media screen and (max-width: 1024px) {
  .gform_wrapper button:not([unstyled]), .gform_wrapper :where(input:is([type=submit], [type=button]):not([unstyled])) {
    padding-left: 0.2857142rem;
  }
}

.block-section.has-color .block-animated-text--wrapper {
  border: 1px solid #FFFFFF;
}
.block-section.has-color .block-animated-text--inner.bg-blue {
  background: #3F6FE4;
}
.block-section.has-color .block-animated-text--inner.bg-blue .image--source > * {
  fill: #FFFFFF;
}
.block-section.has-color .block-animated-text--inner.bg-white {
  background: #FFFFFF;
}
.block-section.has-color .block-animated-text--inner.bg-white .image--source > * {
  fill: #3F6FE4;
}

.block-animated-text {
  height: 60vh;
  display: flex;
  flex-direction: column;
}
.block-animated-text--wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #3F6FE4;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .block-animated-text--wrapper {
    margin-top: 0;
  }
}
.block-animated-text--inner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.block-animated-text--inner.bg-blue {
  background: white;
  clip: rect(auto, auto, auto, auto);
}
.block-animated-text--inner.bg-blue .image--source > * {
  fill: #3F6FE4;
}
.block-animated-text--inner.bg-white {
  background: #3F6FE4;
}
.block-animated-text--inner.bg-white .image--source > * {
  fill: #FFFFFF;
}
.block-animated-text--content {
  padding: var(2em, 1em);
}
.block-animated-text--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.block-animated-text--content .image--source {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .block-animated-text--content {
    padding: 10%;
  }
}
@media screen and (max-height: 566px) and (orientation: landscape) {
  .block-animated-text--content {
    padding: 30%;
  }
}

.block-bar-chart {
  margin-top: 7.125rem;
  height: 80vh;
  display: flex;
  flex-direction: column;
}
.block-bar-chart--table {
  font-weight: 700;
  text-transform: capitalize;
}
.block-bar-chart--table {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-bar-chart--table {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-bar-chart--table {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .block-bar-chart--table {
    font-size: 0.4rem;
    line-height: 1.1428571429;
  }
}
.block-bar-chart--table {
  height: 100%;
  width: 100%;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
}
.block-bar-chart--table tbody {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  will-change: transform;
}
.block-bar-chart--row {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  overflow-wrap: anywhere;
}
.block-bar-chart--data {
  padding: var(0.3428571rem, 0.2857142rem);
}
.block-bar-chart--data {
  width: calc(100% * var(--row-width, 1));
  flex-basis: calc(100% / var(--row-count, 4));
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-end;
  background: #3F6FE4;
  display: flex;
  border: 0;
  color: #FFFFFF;
  text-align: right;
}
.block-bar-chart--data_amount {
  margin-bottom: 0.7142857em;
}
.block-bar-chart--data_label {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .block-bar-chart {
    margin-top: 4.5454545455em;
  }
  .block-bar-chart--data {
    padding-left: 0.7142857em;
    padding-right: 0.7142857em;
  }
  .block-bar-chart--data {
    padding-top: 0.5714285em;
    padding-bottom: 0.7142857em;
  }
  .block-bar-chart--data_amount {
    margin-bottom: 0.5714285em;
  }
}
@media screen and (max-height: 640px) {
  .block-bar-chart {
    height: auto;
  }
  .block-bar-chart tbody {
    min-height: 60vh;
  }
}
@media screen and (max-height: 566px) and (orientation: landscape) {
  .block-bar-chart {
    height: auto;
  }
}

.chart--prefix span {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.chart--prefix span {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .chart--prefix span {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .chart--prefix span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .chart--prefix span {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.chart--prefix span {
  text-transform: uppercase;
}
.chart--prefix {
  margin: 0;
  float: left;
  height: 1em;
  display: flex;
  align-items: flex-end;
}
.chart--prefix {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (2/10)) - var(--column-gap, 30px) + ((var(--column-gap, 30px) * 0) + (var(--column-padding, 20px) * 1.4))) * 1);
}
@media screen and (max-width: 768px) {
  .chart--prefix {
    width: 2.6857142rem;
  }
}
@media screen and (max-height: 566px) and (orientation: landscape) {
  .chart--prefix {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (2/10)) - var(--column-gap, 30px) + ((var(--column-gap, 30px) * 0) + (var(--column-padding, 20px) * 0.5))) * 1);
  }
}
.chart--heading {
  display: inline;
}
.chart--heading {
  font-size: 1rem;
  line-height: 1.0857142857;
}
.chart--heading {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .chart--heading {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .chart--heading {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .chart--heading {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
.chart--heading {
  text-transform: unset;
}
.chart--heading > * {
  margin: 0px 0px 0.2rem 0px;
}
.chart--source_wrap {
  font-size: 0.3428571429rem;
  line-height: 1.1666666667;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .chart--source_wrap {
    font-size: calc(12px + (1440px - 100vw) * -1);
    line-height: calc(14px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .chart--source_wrap {
    font-size: 12px;
    line-height: 14px;
  }
}
.chart--source_wrap {
  margin-top: 0.2rem;
}
.chart--source_prefix {
  padding-right: 1.4em;
  float: left;
}
.chart--source_text * {
  text-align: left;
  margin: 0;
}

.block-image-slider {
  --slides-gap: var(--column-gap);
}
.block-image-slider {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (8/10)) - var(--column-gap, 30px) + ((var(--column-gap, 30px) * 0) + (var(--column-padding, 20px) * 0))) * 1);
}
.block-image-slider {
  margin: 0px 0px 1.285714rem auto;
}
@media screen and (max-width: 1024px) {
  .block-image-slider {
    margin-bottom: 1.363636em;
  }
}
@media screen and (max-width: 768px) {
  .block-image-slider {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (6/10)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 0)) * 1);
  }
}
.block-image-slider .swiper-slide {
  aspect-ratio: 924/557;
  background-color: white;
  margin-bottom: 0;
}
.block-image-slider .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  object-fit: cover;
}
.block-image-slider--captions {
  padding-top: 5px;
  display: flex;
  overflow: hidden;
}
.block-image-slider--captions > * {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}
.block-image-slider--captions {
  transform: translateX(calc(var(--slides-index) * -100%));
  flex: 1 1 auto;
  overflow: unset;
}
.block-image-slider--caption {
  padding: 0;
}
.block-image-slider--caption {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.block-image-slider--caption {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-image-slider--caption {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-image-slider--caption {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-slider--caption {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.block-image-slider--caption {
  text-align: center;
  min-height: calc(1em + 2px);
}
.block-image-slider .swiper-pagination {
  display: flex;
  align-items: center;
  position: static;
  margin-top: 5px;
}
.block-image-slider .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  width: 100%;
  height: 10px;
  border-radius: 0;
  background: #FFFFFF;
  opacity: 1;
}
.block-image-slider .swiper-pagination-bullet {
  margin-right: 10px;
  margin-left: 10px;
}
.block-image-slider .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.block-image-slider .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.block-image-slider .swiper-pagination-bullet:before {
  content: "";
  background: #3F6FE4;
  height: 1px;
  width: 100%;
}
.block-image-slider .swiper-pagination-bullet-active:before {
  height: 10px;
}

.block-logo-garden--heading {
  font-size: 1rem;
  line-height: 1.0857142857;
}
.block-logo-garden--heading {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-logo-garden--heading {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-logo-garden--heading {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .block-logo-garden--heading {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
.block-logo-garden--heading {
  text-transform: unset;
}
.block-logo-garden--list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap, 60px);
  row-gap: var(--gap-row, 40px);
}
.block-logo-garden--list {
  align-items: center;
}
.block-logo-garden--item {
  width: 100px;
}
.block-logo-garden--item.is-medium {
  width: 200px;
}
.block-logo-garden--item.is-large {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .block-logo-garden {
    --gap: 40px;
  }
  .block-logo-garden--item {
    width: 75px;
  }
  .block-logo-garden--item.is-medium {
    width: 150px;
  }
  .block-logo-garden--item.is-large {
    width: 225px;
  }
}
.block-logo-garden .image--link {
  display: inline-block;
}

.block-map {
  margin-top: 7.14285rem;
  height: 80vh;
  display: flex;
  flex-direction: column;
}
.block-map--wrap {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .block-map--wrap {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1441px) {
  .block-map--wrap {
    flex-direction: row;
  }
  .block-map--wrap {
    display: flex;
    column-gap: var(--column-gap, 30px);
    flex-direction: row;
  }
  .block-map--wrap > * {
    flex: 0 0 auto;
  }
  .block-map--wrap > *:nth-child(2n-1) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (8/10)) - var(--column-gap, 30px)) * 1);
  }
  .block-map--wrap > *:nth-child(2n) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (2/10)) - var(--column-gap, 30px)) * 1);
  }
}
.block-map--map_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(63, 111, 228, 0.5);
  height: 100%;
  max-height: 100%;
}
@media screen and (min-width: 1442px) {
  .block-map--map_wrap {
    aspect-ratio: 923/585;
  }
}
.block-map--map_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-map--map_overlay {
  z-index: 40;
}
.block-map--map_overlay {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.block-map--map_overlay_image {
  width: 32px;
  margin-bottom: 0.3714285rem;
}
.block-map--map_overlay_text {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.block-map--map_overlay_text {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-map--map_overlay_text {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-map--map_overlay_text {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .block-map--map_overlay_text {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.block-map--map_overlay_text {
  text-transform: uppercase;
  text-align: center;
}
.block-map--map_image {
  transform-origin: 0 0;
  max-width: unset;
  width: 100%;
  min-width: 923px;
}
@media screen and (min-width: 1441px) {
  .block-map--map_image {
    width: 100%;
  }
}
.block-map--legend {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-map--legend {
  font-size: 0.4rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-map--legend {
    font-size: calc(14px + (1440px - 100vw) * -1);
    line-height: calc(18px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-map--legend {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .block-map--legend {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.block-map--legend_title {
  margin-top: 0;
  margin-bottom: 0.28em;
}
.block-map--legend_wrap:only-child {
  margin-top: auto;
}
.block-map--legend_item {
  display: flex;
}
.block-map--legend_item .image {
  display: inline-block;
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.block-map--legend_item .image {
  flex: 0 0 auto;
  margin-top: 2px;
  margin-right: 0.2857142857em;
}
@media screen and (min-width: 1025px) {
  .block-map {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .block-map--legend {
    margin-top: 0.2rem;
    flex-direction: row;
  }
  .block-map--legend_wrap {
    display: flex;
  }
  .block-map--legend_wrap {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (4/10)) - var(--column-gap, 30px) + ((var(--column-gap, 30px) * 0) + (var(--column-padding, 20px) * 1))) * 1);
  }
  .block-map--legend_title {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--title, (3/10)) - var(--column-gap, 30px)) * 1);
  }
}
@media screen and (max-width: 1024px) {
  .block-map {
    height: auto;
    margin-top: 4.5454545455em;
  }
  .block-map--legend {
    margin-top: 0.2rem;
    flex-direction: row;
  }
  .block-map--legend_wrap {
    display: flex;
  }
  .block-map--legend_wrap {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (4/10)) - var(--column-gap, 30px) + ((var(--column-gap, 30px) * 0) + (var(--column-padding, 20px) * 1))) * 1);
  }
}
@media screen and (max-width: 640px) {
  .block-map {
    margin-top: 4.5454545455em;
  }
  .block-map--map_wrap {
    height: 50vh;
  }
  .block-map--legend {
    margin-top: 0.2rem;
  }
  .block-map--legend_wrap {
    display: block;
  }
  .block-map--legend_wrap:nth-child(2) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (3/10)) - var(--column-gap, 30px) + ((var(--column-gap, 30px) * 0) + (var(--column-padding, 20px) * 0))) * 1);
  }
}

.block-section {
  margin-top: 25vh;
  margin-bottom: 25vh;
}
.block-section__inside {
  position: relative;
}
.block-section__title {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.block-section__title {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-section__title {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-section__title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .block-section__title {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.block-section__title {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .block-section__title {
    font-size: 0.3428571429rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 390px) {
  .block-section__title {
    margin-bottom: 1.25em;
  }
}
.block-section__title {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: calc(100% + var(--column-gap));
}
.block-section__title {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--title-ratio, (2/10)) - var(--column-gap, 30px)) * 1);
}
.block-section__title {
  height: 100%;
  text-align: right;
}
.block-section__title-text {
  position: sticky;
  top: var(--sticky-top);
}
@media screen and (max-width: 768px) {
  .block-section__title {
    --title-ratio: 1/7;
  }
  .block-section__title-text {
    translate: 3px 7px;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
}
.block-section.has-color {
  background: var(--color-accent);
  color: var(--color-light);
  padding-top: 25vh;
  padding-bottom: 25vh;
}
.site-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.site-title {
  padding: var(--item-title-padding) var(--column-padding, 20px);
}
.site-title__left, .site-title__right {
  flex: 0 0 auto;
  height: var(--item-title-height);
  position: sticky;
}
.site-title__left .image, .site-title__right .image {
  height: 100%;
}
.site-title__left .image *, .site-title__right .image * {
  fill: var(--item-title-color, var(--color-accent));
}
.site-title__left .clone, .site-title__right .clone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.site-title__left .clone, .site-title__right .clone {
  display: none;
  will-change: clip-path;
}
.site-title__left.is-colliding .clone, .site-title__right.is-colliding .clone {
  display: block;
  clip-path: var(--polygon);
}
.site-title__left.is-colliding .clone *, .site-title__right.is-colliding .clone * {
  fill: white;
}
@media screen and (max-width: 1080px) {
  .site-title {
    --w: var(--screen-width, 100vw);
  }
  .site-title .image--source {
    width: var(--title-width, auto);
  }
  .site-title__left, .site-title__right {
    height: calc(0.0611111111 * var(--w));
  }
  .site-title__left {
    --title-width: calc((445 / 1080) * var(--w));
  }
  .site-title__right {
    --title-width: calc((527 / 1080) * var(--w));
  }
}

.block-video {
  width: calc(((var(--screen-column-width, 100%) + var(--screen-column-gap, 30px)) * var(--video-ratio, (10/12)) - var(--screen-column-gap, 30px) + (var(--screen-column-gap, 30px) * 0)) * 1);
}
.block-video {
  margin: 0px 0px 1.285714rem auto;
}
.block-video .media-player iframe {
  width: 100%;
  height: 100%;
}
.block-video .media-player--source {
  width: 100%;
  height: 100%;
  margin: 0;
}
.block-video .media-player--wrap {
  --r: calc((1 / (var(--aspect-ratio))) * 100%);
  position: relative;
  overflow: hidden;
}
.block-video .media-player--wrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--r, 60.2813852814%);
}
.block-video .media-player--wrap > * {
  position: absolute;
  top: 0;
  left: 0;
}
.block-video .media-player--wrap > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-video .media-player--thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.block-video .media-player .icon-play {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.block-video .media-player .icon-play {
  transform: translate(-40%, -50%);
  z-index: 2;
  width: 21.929824561%;
}
@media (hover: hover) {
  .block-video .media-player .icon-play:hover path {
    stroke: #FFFFFF;
    stroke-width: 1px;
  }
}
.block-video--caption {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (6/10)) - var(--column-gap, 30px)) * 1);
}
.block-video--caption {
  margin-left: auto;
  margin-right: auto;
}
.block-video--caption {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.block-video--caption {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-video--caption {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-video--caption {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .block-video--caption {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.block-video--caption {
  text-align: center;
  margin-top: 0.2777777778em;
}
@media screen and (max-width: 768px) {
  .block-video {
    --video-ratio:7/8;
    margin-bottom: 1.363636em;
  }
  .block-video figcaption {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (4/10)) - var(--column-gap, 30px)) * 1);
  }
}

.block-styled-list {
  margin-top: 1em;
  margin-bottom: 7.14285rem;
}
@media screen and (max-width: 1024px) {
  .block-styled-list {
    margin-top: 1.363636em;
    margin-bottom: 2.8571428rem;
  }
}
.block-styled-list--item {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .block-styled-list--item {
    margin-bottom: 0.9090909em;
  }
}
.block-styled-list--item.small_wrap_padding {
  margin-top: 7.14rem;
  margin-bottom: 7.14rem;
}
@media screen and (max-width: 1024px) {
  .block-styled-list--item.small_wrap_padding {
    margin-top: 2.8571428rem;
    margin-bottom: 2.8571428rem;
  }
}
@media screen and (min-width: 641px) {
  .block-styled-list--item.small_col, .block-styled-list--item.large_col {
    display: flex;
    column-gap: var(--column-gap, 30px);
    flex-direction: row;
  }
  .block-styled-list--item.small_col > *, .block-styled-list--item.large_col > * {
    flex: 0 0 auto;
  }
  .block-styled-list--item.small_col > *:nth-child(2n-1), .block-styled-list--item.large_col > *:nth-child(2n-1) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (2/10)) - var(--column-gap, 30px)) * 1);
  }
  .block-styled-list--item.small_col > *:nth-child(2n), .block-styled-list--item.large_col > *:nth-child(2n) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (8/10)) - var(--column-gap, 30px)) * 1);
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .block-styled-list--item.small_col, .block-styled-list--item.large_col {
    --column-count: 7;
  }
  .block-styled-list--item.small_col, .block-styled-list--item.large_col {
    display: flex;
    column-gap: var(--column-gap, 30px);
    flex-direction: row;
  }
  .block-styled-list--item.small_col > *, .block-styled-list--item.large_col > * {
    flex: 0 0 auto;
  }
  .block-styled-list--item.small_col > *:nth-child(2n-1), .block-styled-list--item.large_col > *:nth-child(2n-1) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (1/7)) - var(--column-gap, 30px)) * 1);
  }
  .block-styled-list--item.small_col > *:nth-child(2n), .block-styled-list--item.large_col > *:nth-child(2n) {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (6/7)) - var(--column-gap, 30px)) * 1);
  }
}
@media screen and (max-width: 768px) {
  .block-styled-list--item.small_col, .block-styled-list--item.large_col {
    display: flex;
  }
}
.block-styled-list--prefix span {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.block-styled-list--prefix span {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-styled-list--prefix span {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-styled-list--prefix span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .block-styled-list--prefix span {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.block-styled-list--prefix span {
  display: block;
  hyphens: auto;
}
.block-styled-list--prefix.small_wrap, .block-styled-list--prefix.small_wrap_padding {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (2/10)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
}
.block-styled-list--prefix.small_wrap, .block-styled-list--prefix.small_wrap_padding {
  margin: 0;
  float: left;
  height: 1em;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .block-styled-list--prefix.small_wrap, .block-styled-list--prefix.small_wrap_padding {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (1/10)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
  }
}
@media screen and (max-width: 640px) {
  .block-styled-list--prefix.small_wrap, .block-styled-list--prefix.small_wrap_padding {
    width: 2.6857142rem;
  }
}
@media screen and (max-height: 566px) and (orientation: landscape) {
  .block-styled-list--prefix.small_wrap, .block-styled-list--prefix.small_wrap_padding {
    width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (2/10)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
  }
}
@media screen and (max-width: 640px) {
  .block-styled-list--prefix.small_col, .block-styled-list--prefix.large_col {
    min-width: 2.4285714rem;
    width: 2.4285714rem;
    margin-right: 0.2857142rem;
  }
}
.block-styled-list--prefix.small_col {
  padding-top: 0.4em;
}
@media screen and (max-width: 1024px) {
  .block-styled-list--prefix.small_col {
    padding-top: 0.2em;
  }
}
.block-styled-list--prefix.large_col span {
  font-size: 1rem;
  line-height: 1.0857142857;
}
.block-styled-list--prefix.large_col span {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-styled-list--prefix.large_col span {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-styled-list--prefix.large_col span {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .block-styled-list--prefix.large_col span {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
@media screen and (max-width: 1200px) {
  .block-styled-list--prefix.large_col_overflow span {
    font-size: 0.5142857143rem;
    line-height: 1.1111111111;
  }
  .block-styled-list--prefix.large_col_overflow span {
    font-weight: 700;
    padding-top: 0.833333em;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1441px) and (max-width: 1440px) {
  .block-styled-list--prefix.large_col_overflow span {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1441px) and (min-width: 1440px) {
  .block-styled-list--prefix.large_col_overflow span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .block-styled-list--prefix.large_col_overflow span {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.block-styled-list--content p {
  margin: 0;
}
.block-styled-list--small {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.block-styled-list--small {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .block-styled-list--small {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .block-styled-list--small {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .block-styled-list--small {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.block-styled-list--small {
  margin-top: 0.1666666em;
}

.post-listing--foot {
  padding-right: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--offset, (2/12)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
}
.post-listing--foot {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .post-listing--foot {
    --offset: 1/8;
    margin-top: 1.5rem;
  }
}
.post-listing--more {
  font-size: 1rem;
  line-height: 1.0857142857;
}
.post-listing--more {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .post-listing--more {
    font-size: calc(35px + (1440px - 100vw) * -1);
    line-height: calc(38px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .post-listing--more {
    font-size: 35px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .post-listing--more {
    font-size: 0.6285714286rem;
    line-height: 1.0909090909;
  }
}
.post-listing--more {
  width: 100%;
  padding: 0.2857142rem 0.5142857rem 0.2285714rem 0.5142857rem;
  background: #3F6FE4;
  border: 1px solid #3F6FE4;
  border-radius: 0;
  color: #FFFFFF;
  text-align: left;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: #3F6FE4;
  background: white;
}
@media (hover: hover) {
  .post-listing--more:hover {
    background: #FFFFFF;
    color: #3F6FE4;
  }
  .post-listing--more:hover {
    font-style: normal;
  }
  .post-listing--more:hover {
    color: #FFFFFF;
    background: #3F6FE4;
  }
}
@media screen and (max-width: 1024px) {
  .post-listing--more {
    padding-left: 0.2857142rem;
  }
}
.post-listing--more {
  display: block;
}

.block-list-booklets {
  --offset: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (1/4)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
}
@media screen and (max-width: 768px) {
  .block-list-booklets {
    --offset: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (1/4)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
  }
}
.block-list-booklets__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 30px);
  row-gap: 1.5em;
  flex-direction: row;
}
.block-list-booklets__list > * {
  flex: 0 0 auto;
}
.block-list-booklets__list > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (1/3)) - var(--column-gap, 30px)) * 1);
}
.block-list-booklets__list {
  counter-reset: booklets;
}
@media screen and (max-width: 768px) {
  .block-list-booklets__list {
    --column-ratio: 1/2;
    row-gap: 1.25em;
  }
}
.block-list-booklets__item {
  counter-increment: booklets;
  text-decoration: none;
}
.block-list-booklets__book {
  --r: calc((1 / (var(--aspect-ratio))) * 100%);
  position: relative;
  overflow: hidden;
}
.block-list-booklets__book:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--r, 129.2682926829%);
}
.block-list-booklets__book > * {
  position: absolute;
  top: 0;
  left: 0;
}
.block-list-booklets__book > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-list-booklets__book {
  margin-right: var(--offset);
  color: white;
  border: 1px solid var(--color, #3F6FE4);
  margin-bottom: 0.2em;
}
.block-list-booklets__book-hover {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .block-list-booklets__book {
    margin-bottom: 0.4em;
  }
}
.block-list-booklets__title {
  padding-left: var(--offset);
  position: relative;
}
.block-list-booklets__title::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.block-list-booklets__title::before {
  content: counter(booklets);
}
@media (hover: hover) {
  .block-list-booklets__item:hover .block-list-booklets__book-hover {
    opacity: 1;
  }
}
h2 + .block-list-booklets, .block-section__heading + .block-section__content > .block-list-booklets {
  margin-top: -0.45em;
}

.item-list-news__heading {
  text-align: center;
  margin: 0.7em 0;
  text-transform: none;
}
.item-list-news__heading {
  font-size: 1.7142857143rem;
  line-height: 1;
}
.item-list-news__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 30px);
  row-gap: 3.2rem;
  flex-direction: row;
}
.item-list-news__list > * {
  flex: 0 0 auto;
}
.item-list-news__list > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--ratio, (1/3)) - var(--column-gap, 30px)) * 1);
}
@media screen and (max-width: 768px) {
  .item-list-news__list {
    --ratio: 1;
    row-gap: 1.45rem;
  }
}
.item-list-news__link {
  text-decoration: none;
}
.item-list-news__link.is-loading {
  opacity: 0.2;
}
@media (hover: hover) {
  .item-list-news__link:hover {
    font-style: normal;
  }
}
@media (hover: hover) {
  .item-list-news__link:hover .item-list-news__title {
    font-style: italic;
  }
}
.item-list-news [equalize] {
  overflow: hidden;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.item-list-news__info-top {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.item-list-news__info-top {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .item-list-news__info-top {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .item-list-news__info-top {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .item-list-news__info-top {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.item-list-news__info-top {
  margin-bottom: 0.35em;
  justify-content: space-between;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .item-list-news__info-top {
    margin-bottom: 0.55em;
  }
}
.item-list-news__image {
  --r: calc((1 / (var(--aspect-ratio))) * 100%);
  position: relative;
  overflow: hidden;
}
.item-list-news__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--r, 71.0365853659%);
}
.item-list-news__image > * {
  position: absolute;
  top: 0;
  left: 0;
}
.item-list-news__image > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-list-news__image {
  margin-left: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (1/4)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
}
.item-list-news__image {
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .item-list-news__image {
    margin-top: 0.35em;
  }
}

.item-list-events__heading {
  text-align: center;
  margin: 0.7em 0;
  text-transform: none;
}
.item-list-events__heading {
  font-size: 1.7142857143rem;
  line-height: 1;
}
.item-list-events__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 30px);
  row-gap: 3.2rem;
  flex-direction: row;
}
.item-list-events__list > * {
  flex: 0 0 auto;
}
.item-list-events__list > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--ratio, (1/3)) - var(--column-gap, 30px)) * 1);
}
@media screen and (max-width: 768px) {
  .item-list-events__list {
    --ratio: 1;
    row-gap: 1.45rem;
  }
}
.item-list-events__link {
  text-decoration: none;
}
.item-list-events__link.is-loading {
  opacity: 0.2;
}
@media (hover: hover) {
  .item-list-events__link:hover {
    font-style: normal;
  }
}
@media (hover: hover) {
  .item-list-events__link:hover .item-list-events__title {
    font-style: italic;
  }
}
.item-list-events [equalize] {
  overflow: hidden;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.item-list-events__info-top {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.item-list-events__info-top {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .item-list-events__info-top {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .item-list-events__info-top {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .item-list-events__info-top {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.item-list-events__info-top {
  margin-bottom: 0.35em;
  justify-content: space-between;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .item-list-events__info-top {
    margin-bottom: 0.55em;
  }
}
.item-list-events__image {
  --r: calc((1 / (var(--aspect-ratio))) * 100%);
  position: relative;
  overflow: hidden;
}
.item-list-events__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--r, 71.0365853659%);
}
.item-list-events__image > * {
  position: absolute;
  top: 0;
  left: 0;
}
.item-list-events__image > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-list-events__image {
  margin-left: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (1/4)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
}
.item-list-events__image {
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .item-list-events__image {
    margin-top: 0.35em;
  }
}
.item-list-events__info-top {
  display: flex;
  gap: 1em;
}
.item-list-events__rsvp {
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.item-list-press__heading {
  text-align: center;
  margin: 0.7em 0;
  text-transform: none;
}
.item-list-press__heading {
  font-size: 1.7142857143rem;
  line-height: 1;
}
.item-list-press__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap, 30px);
  row-gap: 3.2rem;
  flex-direction: row;
}
.item-list-press__list > * {
  flex: 0 0 auto;
}
.item-list-press__list > * {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--ratio, (1/3)) - var(--column-gap, 30px)) * 1);
}
@media screen and (max-width: 768px) {
  .item-list-press__list {
    --ratio: 1;
    row-gap: 1.45rem;
  }
}
.item-list-press__link {
  text-decoration: none;
}
.item-list-press__link.is-loading {
  opacity: 0.2;
}
@media (hover: hover) {
  .item-list-press__link:hover {
    font-style: normal;
  }
}
@media (hover: hover) {
  .item-list-press__link:hover .item-list-press__title {
    font-style: italic;
  }
}
.item-list-press [equalize] {
  overflow: hidden;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.item-list-press__info-top {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.item-list-press__info-top {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .item-list-press__info-top {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .item-list-press__info-top {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .item-list-press__info-top {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.item-list-press__info-top {
  margin-bottom: 0.35em;
  justify-content: space-between;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .item-list-press__info-top {
    margin-bottom: 0.55em;
  }
}
.item-list-press__image {
  --r: calc((1 / (var(--aspect-ratio))) * 100%);
  position: relative;
  overflow: hidden;
}
.item-list-press__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--r, 71.0365853659%);
}
.item-list-press__image > * {
  position: absolute;
  top: 0;
  left: 0;
}
.item-list-press__image > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-list-press__image {
  margin-left: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (1/4)) - var(--column-gap, 30px) + (var(--column-gap, 30px) * 1)) * 1);
}
.item-list-press__image {
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .item-list-press__image {
    margin-top: 0.35em;
  }
}
.item-list-press__excerpt {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.item-list-press__excerpt {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .item-list-press__excerpt {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .item-list-press__excerpt {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .item-list-press__excerpt {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}

.page__before-title {
  font-size: 0.5142857143rem;
  line-height: 1.1111111111;
}
.page__before-title {
  font-weight: 700;
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .page__before-title {
    font-size: calc(18px + (1440px - 100vw) * -1);
    line-height: calc(20px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .page__before-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page__before-title {
    font-size: 0.3428571429rem;
    line-height: 1.1666666667;
  }
}
.page__before-title {
  text-transform: uppercase;
  margin-bottom: 2em;
}
.page__title {
  line-height: 100%;
  letter-spacing: -0.0172em;
}
@media screen and (min-width: 480px) and (max-width: 640px) {
  .page__title {
    font-size: 38px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1440px) {
  .page__title {
    font-size: calc(38px + (86 - 38) * (100vw - 640px) / (1440 - 640));
  }
}
@media (min-width: 1440px) {
  .page__title {
    font-size: 86px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1440px) {
  .page__title {
    font-size: calc(86px + (1440px - 100vw) * -1);
  }
}
@media screen and (min-width: 1441px) and (min-width: 1440px) {
  .page__title {
    font-size: 86px;
  }
}
@media screen and (max-width: 1024px) {
  .page__title {
    font-size: 1.0857142857rem;
    line-height: 0.7894736842;
  }
  .page__title {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 390px) and (max-width: 768px) {
  .page__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 390px) and (min-width: 768px) {
  .page__title {
    font-size: calc(38px + (100vw - 768px) * 1);
  }
}
.page__title {
  margin-bottom: 1em;
}
.page__image {
  margin-bottom: 2.8em;
}
.page__image .image--wrap {
  width: calc(((var(--column-width, 100%) + var(--column-gap, 30px)) * var(--column-ratio, (6/10)) - var(--column-gap, 30px)) * 1);
}
.page__image .image--wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
[overlay] .page__main {
  margin-top: 0;
}
[overlay] .page__main > * {
  padding-right: 0;
}
[overlay] .page__title {
  margin-bottom: 0;
}
[overlay] .page__image {
  margin-top: 0.1rem;
}
/*# sourceMappingURL=style.css.map */