/* Theme base styles */











:root {

	/* Spacing */

	--container-width: 1180px;
	--container-width-narrow: 880px;
	--vertical-spacing: 10rem;
	--gap: 2rem;
	--gap-xs: calc(var(--gap) / 4);
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);

	/* Colors */

	--base-color: #000000;
  --primary-color: #00549E;
  --primary-color-hover: #002c76;
  --primary-color-10: rgba(0, 84, 158, 0.1);
  --primary-color-20: rgba(0, 84, 158, 0.2);
  --primary-color-30: rgba(0, 84, 158, 0.3);
  --primary-color-40: rgba(0, 84, 158, 0.4);
  --primary-color-50: rgba(0, 84, 158, 0.5);
  --primary-color-60: rgba(0, 84, 158, 0.6);
  --primary-color-70: rgba(0, 84, 158, 0.7);
  --primary-color-80: rgba(0, 84, 158, 0.8);
  --primary-color-90: rgba(0, 84, 158, 0.9);

  --secondary-color: #EC881D;
  --secondary-color-hover: #c46000;
  --secondary-color-10: rgba(236, 136, 29, 0.1);
  --secondary-color-20: rgba(236, 136, 29, 0.2);
  --secondary-color-30: rgba(236, 136, 29, 0.3);
  --secondary-color-40: rgba(236, 136, 29, 0.4);
  --secondary-color-50: rgba(236, 136, 29, 0.5);
  --secondary-color-60: rgba(236, 136, 29, 0.6);
  --secondary-color-70: rgba(236, 136, 29, 0.7);
  --secondary-color-80: rgba(236, 136, 29, 0.8);
  --secondary-color-90: rgba(236, 136, 29, 0.9);

  --accent-color-1: #49C2CE;
  --accent-color-1-hover: #219aa6;
  --accent-color-1-10: rgba(73, 194, 206, 0.1);
  --accent-color-1-20: rgba(73, 194, 206, 0.2);
  --accent-color-1-30: rgba(73, 194, 206, 0.3);
  --accent-color-1-40: rgba(73, 194, 206, 0.4);
  --accent-color-1-50: rgba(73, 194, 206, 0.5);
  --accent-color-1-60: rgba(73, 194, 206, 0.6);
  --accent-color-1-70: rgba(73, 194, 206, 0.7);
  --accent-color-1-80: rgba(73, 194, 206, 0.8);
  --accent-color-1-90: rgba(73, 194, 206, 0.9);

  --accent-color-2: #FFB72A;
  --accent-color-2-hover: #d78f02;
  --accent-color-2-10: rgba(255, 183, 42, 0.1);
  --accent-color-2-20: rgba(255, 183, 42, 0.2);
  --accent-color-2-30: rgba(255, 183, 42, 0.3);
  --accent-color-2-40: rgba(255, 183, 42, 0.4);
  --accent-color-2-50: rgba(255, 183, 42, 0.5);
  --accent-color-2-60: rgba(255, 183, 42, 0.6);
  --accent-color-2-70: rgba(255, 183, 42, 0.7);
  --accent-color-2-80: rgba(255, 183, 42, 0.8);
  --accent-color-2-90: rgba(255, 183, 42, 0.9);

	--black: #000;
	--black-10: #f6f6f6;
	--black-20: #eeeeee;
	--black-30: #e5e5e5;
	--black-40: #e7e7e7; /* form borders, form placeholders, table borders, table header, table footer, dividers */
	--black-50: #d6d6d6;
	--black-60: #606060;
	--black-70: #404040;
	--black-80: #2e2e2e;
	--black-90: #2e2d2d;

	--white: #fff;

	/* Typography */

	--base-font-size: 1.6rem;
	--base-line-height: 1.75;
	--primary-font-family: "Montserrat", sans-serif;
	--secondary-font-family: "Lora", serif;

	/* Border radius */

	--border-radius-sm: 5px;
	--border-radius: 10px;

	/* Box Shadow */

	--box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
	--box-shadow-sm: 0px 0px 15px 8px rgba(0, 0, 0, 0.08);


	/* Swiper */

	--swiper-pagination-color: var(--primary-color);
  --swiper-pagination-bullet-size: 1rem;
  --swiper-pagination-bullet-width: 1rem;
  --swiper-pagination-bullet-height: 1rem;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bullet-vertical-gap: 0.5rem;
	--swiper-border-color: var(--primary-color);

}

/* Generic */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .oembed_container {
    margin-bottom: 1.5rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 85%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}

section,
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 2rem;
}

.dnd-section > .row-fluid {
  max-width: var(--container-width);
  margin: 0 auto;
}

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
		-webkit-column-gap: var(--gap);
		-moz-column-gap: var(--gap);
		column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .dnd-section [class*='span'] {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 992px) {
  section,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 2rem;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

body {
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

/* Anchors */

a {
  color: var(--primary-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

/* Paragraphs */

p {
  margin: 0 0 2rem;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 2rem;
  line-height: 1.2;
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1,
.h1 {
  font-family: var(--secondary-font-family);
  font-size: 3.6rem;
}
h2,
.h2 {
  font-family: var(--secondary-font-family);
  font-size: 2.8rem;
}
h3,
.h3 {
  font-size: 2.2rem;
}
h4,
.h4 {
  font-size: 1.9rem;
}
h5,
.h5 {
  font-size: 1.5rem;
}
h6,
.h6 {
  font-size: 1.3rem;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4.2rem;
  }
  h2,
  .h2 {
    font-size: 3.2rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 2rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 6px solid var(--secondary-color);
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  margin: 2rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--black-40);
  margin: 4rem auto;
}

/* Overline */

.overline {
  color: var(--black-60);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.overline--white {
  color: var(--white);
}

/* Card */

.card {
  padding: 2.5rem;
  border-radius: var(--border-radius);
}
.card--black-10 {
  background-color: var(--black-10);
}
.button,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4rem;
  padding: 1rem 1.5rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.4rem;
  font-weight: 525;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

@media (min-width: 480px) {
  .button,
  form input[type="submit"],
  form .hs-button {
    width: auto;
  }
}

/* Primary */

.button--primary,
form input[type="submit"],
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button,
form .hs-button {
  background-color: var(--primary-color);
  border-radius: var(--border-radius-sm);
  color: var(--white);
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="submit"]:active,
form input[type="file"]::file-selector-button:hover,
form input[type="file"]::file-selector-button:focus,
form input[type="file"]::file-selector-button:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: var(--primary-color-hover);
  color: var(--white);
  text-decoration: none;
}

form input[type="file"]::-webkit-file-upload-button:hover,
form input[type="file"]::-webkit-file-upload-button:focus,
form input[type="file"]::-webkit-file-upload-button:active {
  background-color: var(--primary-color-hover);
  color: var(--white);
  text-decoration: none;
}

/* Primary Outline */

.button--primary-outline {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius-sm);
  color: var(--primary-color);
}

.button--primary-outline:hover,
.button--primary-outline:focus,
.button--primary-outline:active {
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
  color: var(--white);
  text-decoration: none;
}

/* Secondary */

.button--secondary {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-sm);
  color: var(--white);
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
  background-color: var(--secondary-color-hover);
  color: var(--white);
  text-decoration: none;
}

/* Secondary Outline */

.button--secondary-outline {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: var(--border-radius-sm);
  color: var(--base-color);
}

.button--secondary-outline:hover,
.button--secondary-outline:focus,
.button--secondary-outline:active {
  background-color: var(--secondary-color);
  color: var(--base-color);
  text-decoration: none;
}

/* Tertiary */

.button--tertiary {
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: var(--border-radius-sm);
  color: var(--base-color);
}

.button--tertiary:hover,
.button--tertiary:focus,
.button--tertiary:active {
  background-color: transparent;
  color: var(--white);
  text-decoration: none;
}

/* Tertiary Outline */

.button--tertiary-outline {
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: var(--border-radius-sm);
  color: var(--white);
}

.button--tertiary-outline:hover,
.button--tertiary-outline:focus,
.button--tertiary-outline:active {
  background-color: var(--white);
  color: var(--base-color);
  text-decoration: none;
}

/* Text Primary */

.button--text-primary {
  position: relative;
  min-height: auto;
  gap: var(--gap-sm);
  justify-content: start;
  padding: 0;
  background: none;
  color: var(--primary-color);
  text-align: left;
}

.button--text-primary:after {
  position: relative;
  content: "";
  width: 1.6rem;
  height: 0.8rem;
  background-color: var(--primary-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8'%3E%3Cpath d='M1 3.5a.5.5 0 0 0 0 1v-1Zm14.354.854a.5.5 0 0 0 0-.708L12.172.464a.5.5 0 1 0-.708.708L14.293 4l-2.829 2.828a.5.5 0 1 0 .708.708l3.182-3.182ZM1 4.5h14v-1H1v1Z'/%3E%3C/svg%3E")
    center no-repeat;
  font-size: 0;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.button--text-primary:hover,
.button--text-primary:focus,
.button--text-primary:active {
  color: var(--primary-color);
  text-decoration: none;
}

.button--text-primary:hover:after,
.button--text-primary:focus:after,
.button--text-primary:active:after {
  transform: translateX(1rem);
}

/* Text Secondary */

.button--text-secondary {
  position: relative;
  min-height: auto;
  gap: var(--gap-sm);
  justify-content: start;
  padding: 0;
  background: none;
  color: var(--secondary-color);
  text-align: left;
}

.button--text-secondary:after {
  position: relative;
  content: "";
  width: 1.6rem;
  height: 0.8rem;
  background-color: var(--secondary-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8'%3E%3Cpath d='M1 3.5a.5.5 0 0 0 0 1v-1Zm14.354.854a.5.5 0 0 0 0-.708L12.172.464a.5.5 0 1 0-.708.708L14.293 4l-2.829 2.828a.5.5 0 1 0 .708.708l3.182-3.182ZM1 4.5h14v-1H1v1Z'/%3E%3C/svg%3E")
    center no-repeat;
  font-size: 0;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.button--text-secondary:hover,
.button--text-secondary:focus,
.button--text-secondary:active {
  color: var(--secondary-color);
  text-decoration: none;
}

.button--text-secondary:hover:after,
.button--text-secondary:focus:after,
.button--text-secondary:active:after {
  transform: translateX(1rem);
}

/* Text Tertiary */

.button--text-tertiary {
  position: relative;
  min-height: auto;
  gap: var(--gap-sm);
  justify-content: start;
  padding: 0;
  background: none;
  color: var(--white);
  text-align: left;
}

.button--text-tertiary:after {
  position: relative;
  content: "";
  width: 1.6rem;
  height: 0.8rem;
  background-color: var(--white);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8'%3E%3Cpath d='M1 3.5a.5.5 0 0 0 0 1v-1Zm14.354.854a.5.5 0 0 0 0-.708L12.172.464a.5.5 0 1 0-.708.708L14.293 4l-2.829 2.828a.5.5 0 1 0 .708.708l3.182-3.182ZM1 4.5h14v-1H1v1Z'/%3E%3C/svg%3E")
    center no-repeat;
  font-size: 0;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.button--text-tertiary:hover,
.button--text-tertiary:focus,
.button--text-tertiary:active {
  color: var(--white);
  text-decoration: none;
}

.button--text-tertiary:hover:after,
.button--text-tertiary:focus:after,
.button--text-tertiary:active:after {
  transform: translateX(1rem);
}

/* Icon */

.button--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap-sm);
}

.button--icon > svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button--no-icon {
  text-decoration: underline;
}
.button--no-icon:hover,
.button--no-icon:active,
.button--no-icon:focus {
  text-decoration: underline;
}
.button--no-icon:after {
  display: none;
}

/* Full */

.button--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* Small */

.button--small {
  min-height: 3rem;
  padding: 0.8rem 1rem;
  font-size: 1.3rem;
}

/* Large */

.button--large {
  padding: 3rem;
  font-size: 1.5rem;
}

/* CTA Override */

a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* Fix sup and sub in buttons */

.button > sup,
.button > sub {
  margin-right: 5px;
}
/* Labels */

form label,
.fakelabel {
  display: flex;
  align-items: start;
  gap: var(--gap-xs);
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form input[type="date"],
form select,
form textarea {
  display: block;
  padding: 1rem;
  width: 100%;
  min-height: 4rem !important;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 1px solid var(--black-40);
  border-radius: var(--border-radius);
  font-size: 1.4rem;
  color: var(--base-color);
  appearance: none;
  -webkit-appearance: none;
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-device-width: 1024px) and (orientation: portrait) {
    form input[type="text"],
    form input[type="email"],
    form input[type="password"],
    form input[type="tel"],
    form input[type="number"],
    form input[type="file"],
    form input[type="search"],
    form select,
    form textarea {
      font-size: 1.6rem;
    }
  }
}

form select {
  padding-right: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--black-40);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
  border: 1px solid var(--black-40);
}

form fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: var(--black-40);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--black-40);
}

/* Inputs - checkbox/radio */

.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 1px;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--primary-color);
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--black-60);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--black-60) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--black-60);
}

/* Inputs - file picker */

form input[type="file"] {
  width: auto !important;
  min-height: auto;
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button {
  margin-right: var(--gap);
}

/* Headings and text */

form .hs-richtext {
  margin-bottom: 3rem;
}
form .hs-richtext :where(h1, h2, h3, h4, h5, h6, p) {
  margin-bottom: 1rem;
}
form .hs-richtext p {
  font-size: 1.4rem;
}
form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 1.4rem;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -1px;
}

/* Validation */

.hs-form-required {
  color: #e00000;
}

.hs-input.invalid.error {
  border-color: #e00000;
}

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -1rem 0 2rem 0;
  color: #e00000;
  font-size: 1.2rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none;
}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form
  fieldset.form-columns-1
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-2
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-3
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100% !important;
}

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}

/* Custom forms */

.hs-custom-style
  fieldset
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  min-height: 4rem !important;
  padding: 1rem !important;
}

/* New Hubspot Form */
:root {
  /* Global */
  --hsf-global__font-family: var(--primary-font-family);
  --hsf-global__font-size: 1.4rem;
  --hsf-global__color: var(--base-color);
  --hsf-global-error__color: var(--secondary-color);
  --hsf-background__padding: 0px;

  /* Row */
  --hsf-row__horizontal-spacing: 1.5rem;
  --hsf-row__vertical-spacing: 2rem;
  --hsf-module__vertical-spacing: 0.8rem;

  /* Button */
  --hsf-button__width: 100%;
  --hsf-button__font-family: var(--primary-font-family);
  --hsf-button__font-size: 1.4rem;
  --hsf-button__color: var(--white);
  --hsf-button__background-color: var(--primary-color);
  --hsf-button__background-image: ;
  --hsf-button__border-radius: var(--border-radius-sm);
  --hsf-button__padding: 1rem 1.5rem;
  --hsf-button__box-shadow: ;
  --hsf-button__border-width: 1px;
  --hsf-button__border-style: solid;
  --hsf-button__border-color: var(--white);

  --hsf-button--hover__color: var(--black);
  --hsf-button--hover__background-color: var(--white);

  /* Rich Text */
  --hsf-richtext__font-family: var(--primary-font-family);
  --hsf-richtext__font-size: 1.4rem;
  --hsf-richtext__color: var(--base-color);

  /* Heading */
  /* --hsf-heading__font-family: ;
  --hsf-heading__color: ;
  --hsf-heading__text-shadow: ; */

  /* Background */
  --hsf-background__background-color: transparent;
  /* --hsf-background__background-image: ;
  --hsf-background__background-size: ;
  --hsf-background__background-position: ;
  --hsf-background__background-repeat: ;
  --hsf-background__border-style: ;
  --hsf-background__border-color: ;
  --hsf-background__border-radius: ;
  --hsf-background__border-width: ;
  --hsf-background__padding: ; */

  /* Progress Bar */
  /* --hsf-progressbar-text__font-family: ;
  --hsf-progressbar-text__font-size: ;
  --hsf-progressbar-text__color: ;
  --hsf-progressbar-progressLine__background-color: ;
  --hsf-progressbar-progressLine__background-image: ;
  --hsf-progressbar-progressLine__border-color: ;
  --hsf-progressbar-progressLine__border-style: ;
  --hsf-progressbar-progressLine__border-width: ;
  --hsf-progressbar-trackLine__background-color: ;  */

  /* Error Alert */
  --hsf-erroralert__font-family: var(--primary-font-family);
  --hsf-erroralert__font-size: 1.4rem;
  --hsf-erroralert__color: red;

  /* Info Alert */
  /* --hsf-infoalert__font-family: ;
  --hsf-infoalert__font-size: ;
  --hsf-infoalert__color: ; */

  /* Field Input */
  --hsf-field-label__font-family: var(--primary-font-family);
  --hsf-field-label__font-size: 1.4rem;
  --hsf-field-label__color: var(--base-color);
  --hsf-field-label-requiredindicator__color: red;
  /* --hsf-field-description__font-family: ;
  --hsf-field-description__color: ;
  --hsf-field-footer__font-family: ;
  --hsf-field-footer__color: ; */
  --hsf-field-input__font-family: var(--primary-font-family);
  --hsf-field-input__color: var(--base-color);
  --hsf-field-input__background-color: var(--white);
  --hsf-field-input__placeholder-color: var(--black-40);
  --hsf-field-input__border-color: var(--black-40);
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-radius: var(--border-radius);
  --hsf-field-input__padding: 1rem;

  /* Field Textarea */
  --hsf-field-textarea__font-family: var(--primary-font-family);
  --hsf-field-textarea__color: var(--base-color);
  --hsf-field-textarea__background-color: var(--white);
  --hsf-field-textarea__placeholder-color: var(--black-40);
  --hsf-field-textarea__border-color: var(--black-40);
  --hsf-field-textarea__border-width: 1px;
  --hsf-field-textarea__border-style: solid;
  --hsf-field-textarea__border-radius: var(--border-radius);
  --hsf-field-textarea__padding: 1rem;

  /* Field Checkbox */
  --hsf-field-checkbox__padding: ;
  --hsf-field-checkbox__background-color: transparent;
  --hsf-field-checkbox__color: inherit;
  --hsf-field-checkbox__border-color: var(--black-40);
  --hsf-field-checkbox__border-width: 1px;
  --hsf-field-checkbox__border-style: solid;

  /* Field Radio */
  --hsf-field-radio__padding: ;
  --hsf-field-radio__background-color: transparent;
  --hsf-field-radio__color: inherit;
  --hsf-field-radio__border-color: var(--black-40);
  --hsf-field-radio__border-width: 1px;
  --hsf-field-radio__border-style: solid;
}

.hsfc-PhoneInput__FlagAndCaret {
  --hsf-field-input__padding: 0.5rem;
}
/* Table */

table {
	width: 100%;
	border: 1px solid var(--black-40);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
	padding: 1rem;
	text-align: left;
  vertical-align: top;
}

td {
	border-bottom: 1px solid var(--black-40);
}

/* Table header */

thead th {
	background-color: var(--black-40);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--black-40);
}

/* Components */

div[data-global-resource-path*="templates/partials/header.html"] {
  position: sticky;
  top: 0;
  z-index: 101;
}

body:has(.menu.is-active) {
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  body:has(.menu.is-active) {
    overflow-y: auto;
  }
}

.header {
  overflow-x: clip;
}

.header-top {
  display: none;
}

.header-alert {
  padding: 1rem 2rem;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.header-alert a {
  color: var(--white);
  text-decoration: underline;
}
.header-alert a:hover,
.header-alert a:active,
.header-alert a:focus {
  color: var(--white);
}

@media (min-width: 992px) {
  .header {
    overflow-x: visible;
  }
  .header-top {
    display: block !important;
    background-color: var(--black-10);
    padding: 0.5rem 2rem;
  }

  .header-top__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    gap: var(--gap);
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header-top__menu ul > li > a {
    color: var(--base-color);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
  }

  .header-top__menu ul > li > a:hover,
  .header-top__menu ul > li > a:active,
  .header-top__menu ul > li > a:focus {
    color: var(--base-color);
    text-decoration: underline;
  }

  .header-top__menu ul > li > a.link-primary {
    color: var(--primary-color);
  }
  
  .header-top__menu ul > li > a svg {
    display: block;
    font-size: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.header-bottom {
  position: relative;
  z-index: 101;
  padding: 1rem 2rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--black-10);
}

.header-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Logo */

.header__logo.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.header__logo > a {
  display: block;
  font-size: 0;
  transition-duration: unset;
}
.header__logo > a > img {
  height: 4rem;
  width: auto;
}
@media (min-width: 992px) {
  .header__logo.is-hidden {
    visibility: visible;
    pointer-events: auto;
  }
  .header__logo > a > img {
    height: 6rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
  padding: 1rem;
  background-color: var(--white);
  font-size: 1.4rem;
  line-height: 1.2;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Mobile */

@media (max-width: 1119px) {
  .menu__back-link {
    display: none;
  }
  .menu__back-link.is-active {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 2rem;
    display: inline-flex;
    gap: var(--gap-sm);
    align-items: center;
    width: auto;
    transform: translateY(-50%);
  }
  .menu__back-link.is-active > svg {
    rotate: 90deg;
  }
  .menu__toggle {
    position: relative;
    z-index: 1;
    display: grid;
    width: 32px;
    height: 28px;
    margin-top: 3px;
    margin-left: auto;
    padding: 0;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    rotate: 0deg;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .menu__toggle:hover,
  .menu__toggle:focus {
    background-color: transparent;
    cursor: pointer;
  }
  .menu__toggle span:not(.menu__toggle-label) {
    display: block;
    position: absolute;
    height: 2px;
    width: 2rem;
    background-color: var(--primary-color);
    opacity: 1;
    left: 6px;
    rotate: 0deg;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .menu__toggle span:nth-child(1) {
    top: 0;
    width: 2rem;
  }
  .menu__toggle span:nth-child(2),
  .menu__toggle span:nth-child(3) {
    top: 6px;
  }
  .menu__toggle span:nth-child(4) {
    top: 12px;
    width: 2rem;
  }
  .menu__toggle.is-active span:nth-child(1) {
    top: 6px;
    width: 0;
    left: 50%;
  }
  .menu__toggle.is-active span:nth-child(2),
  .menu__toggle.is-active span:nth-child(3) {
    top: 6px;
  }
  .menu__toggle.is-active span:nth-child(2) {
    rotate: 45deg;
  }
  .menu__toggle.is-active span:nth-child(3) {
    rotate: -45deg;
  }
  .menu__toggle.is-active span:nth-child(4) {
    top: 6px;
    width: 0;
    left: 50%;
  }
  .menu__toggle-label {
    align-self: end;
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1;
    text-transform: uppercase;
  }

  .menu {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    height: calc(100dvh - 6rem);
    padding: 2rem;
    background-color: var(--white);
    border-top: 1px solid var(--black-10);
    overflow-x: clip;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: transform 0.2s ease;
  }

  .menu.is-active {
    transform: translateX(0%);
  }

  .menu.is-active:has(.menu__link--has-children:not(.button).is-active) {
    overflow-y: hidden;
  }

  .menu__list {
    display: grid;
    justify-items: center;
    grid-gap: 4rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-sm);
    color: var(--base-color);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
  }

  .menu__link:hover,
  .menu__link:active,
  .menu__link:focus,
  .menu__link.is-active {
    color: var(--base-color);
    text-decoration: underline;
  }

  .menu__link > svg {
    flex-shrink: 0;
    rotate: -90deg;
  }

  .menu__link.button > svg {
    rotate: 0deg;
    transition: rotate 0.2s ease;
  }

  .menu__link.button.is-active > svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    rotate: 180deg;
  }

  .menu__dropdown:not(.menu__dropdown--button) {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 2rem;
    background-color: var(--white);
    transform: translateX(100%);
    transition: transform 0.2s ease;
  }

  .menu__dropdown-header {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--black-40);
    color: var(--base-color);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
  }

  .menu__dropdown--button {
    display: none;
    position: relative;
    padding: 2rem 0 0 0;
  }

  .menu__link--has-children.is-active + .menu__dropdown--button {
    display: block;
  }

  .menu__link.menu__link--has-children.is-active + .menu__dropdown {
    transform: translateX(0%);
    height: 100%;
  }

  .menu__dropdown-cta,
  .menu__dropdown--cards .menu__dropdown-link,
  .menu__dropdown--card .menu__dropdown-link {
    display: grid;
    grid-template-columns: 8rem 1fr;
    grid-template-rows: auto;
    grid-gap: 0 var(--gap);
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: var(--border-radius);
    color: var(--base-color);
    text-align: left;
    text-decoration: none;
  }

  .menu__dropdown-cta-background-image,
  .menu__dropdown--cards .menu__dropdown-link-image,
  .menu__dropdown--card .menu__dropdown-link-image {
    grid-area: 1 / 1 / 3 / 2;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: var(--border-radius);
  }

  .menu__dropdown-cta-title,
  .menu__dropdown--cards .menu__dropdown-link-text,
  .menu__dropdown--card .menu__dropdown-link-text {
    grid-area: 1 / 2 / 2 / 3;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
  }
  
  .menu__dropdown-link-text--icon {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-sm);
  }

  .menu__dropdown--cards .menu__dropdown-link-description,
  .menu__dropdown--card .menu__dropdown-link-description {
    grid-area: 2 / 2 / 3 / 3;
    margin-top: 5px;
    margin-bottom: 0;
    color: var(--black-60);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3;
  }

  .menu__dropdown-cta-button {
    display: none;
  }

  .menu__dropdown-cta {
    margin-block: 2rem;
    background-color: var(--black-10);
  }

  .menu__dropdown-cta:last-child {
    margin-bottom: 0;
  }

  .menu__dropdown--cards .menu__dropdown-link,
  .menu__dropdown--card .menu__dropdown-link {
    background-color: var(--black-10);
  }

  .menu__dropdown-column + .menu__dropdown-column {
    margin-top: 2rem;
  }

  .menu__dropdown-column-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--black-50);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
  }
  
  .menu__dropdown-column-header-icon {
    display: none;
  }

  .menu__dropdown-column-header--no-border {
    padding-top: 0;
    border-top: 0;
  }

  .menu__dropdown-list {
    display: grid;
    grid-gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .menu__dropdown--cards .menu__dropdown-list,
  .menu__dropdown--card .menu__dropdown-list {
    grid-gap: 0;
  }

  .menu__dropdown--button .menu__dropdown-list {
    display: grid;
    grid-gap: var(--gap);
    text-align: left;
  }

  .menu__dropdown-item.menu__dropdown-item--cta {
    padding: 2rem;
    background-color: var(--black-10);
    border-radius: var(--border-radius);
  }

  .menu__dropdown-item.menu__dropdown-item--cta > a {
    display: inline-flex;
    gap: var(--gap-sm);
    align-items: center;
    color: var(--base-color);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
  }

  .menu__dropdown-item.menu__dropdown-item--cta > a > svg {
    flex-shrink: 0;
  }

  .menu__dropdown-item.menu__dropdown-item--cta > a:hover,
  .menu__dropdown-item.menu__dropdown-item--cta > a:active,
  .menu__dropdown-item.menu__dropdown-item--cta > a:focus {
    color: var(--primary-color);
  }

  .menu__dropdown-link {
    display: block;
    color: var(--base-color);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
  }

  .menu__dropdown--cards .menu__dropdown-link,
  .menu__dropdown--card .menu__dropdown-link {
    display: grid;
    grid-template-columns: 8rem 1fr;
    grid-gap: 0 var(--gap);
    align-self: start;
  }

  .menu__dropdown-link--icon {
    display: grid;
    grid-template-columns: 2rem 1fr;
    grid-gap: var(--gap);
    align-items: center;
  }

  .menu__dropdown-link--icon svg {
    display: grid;
    place-content: center;
    height: 2rem;
    width: 2rem;
    fill: var(--primary-color);
    font-size: 0;
  }

  .menu__dropdown-link-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: var(--border-radius);
  }

  .menu__dropdown-link-description {
    margin-top: 5px;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .menu__dropdown-sidebar {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--black-40);
  }

  .menu__dropdown-sidebar-header {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
  }

  .menu__dropdown-sidebar-rich-text {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .menu__dropdown-sidebar-buttons {
    display: grid;
    grid-gap: var(--gap);
  }

  .menu__dropdown-sidebar-buttons .button {
    display: block;
    min-height: auto;
    padding: 0;
    background-color: transparent;
    color: var(--base-color);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
  }

  .menu__list--buttons {
    grid-gap: 2rem;
    justify-items: stretch;
    margin-top: 4rem;
  }

  .menu__list--buttons .menu__item {
    padding: 0 2rem;
  }

  .menu__list.menu__list--buttons .button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu__list--buttons .menu__link > svg {
    rotate: 0deg;
  }
}

/* Desktop */

@media (min-width: 1120px) {
  .menu {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: var(--gap);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu__back-link {
    display: none;
  }

  .menu__toggle {
    display: none;
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--gap);
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu__list.menu__list--buttons {
    gap: var(--gap);
  }

  .menu__list--buttons .menu__item {
    position: relative;
  }

  .menu__item--mobile {
    display: none;
  }

  .menu__link:not(.button) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--gap-xs);
    color: var(--base-color);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
  }

  .menu__link:not(.button):hover,
  .menu__link:not(.button):active,
  .menu__link:not(.button):focus {
    color: var(--base-color);
    text-decoration: underline;
  }

  .menu__link > svg {
    flex-shrink: 0;
    rotate: 0deg;
    transition: rotate 0.2s ease;
  }

  .menu__link.is-active > svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    rotate: 180deg;
  }

  .menu__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    color: var(--base-color);
  }

  .menu__link.menu__link--has-children.is-active + .menu__dropdown {
    display: block;
  }

  .menu__dropdown-back-link {
    display: none;
  }

  .menu__dropdown--simple,
  .menu__dropdown--button {
    min-width: 22rem;
    max-width: 38rem;
    margin-top: 1rem;
    margin-left: -3rem;
    padding: 1rem;
    background-color: var(--black-10);
    box-shadow: var(--box-shadow-sm);
    border-radius: var(--border-radius);
  }

  .menu__dropdown--button {
    right: 0;
    min-width: 50rem;
    max-width: unset;
  }

  .menu__dropdown--cards .menu__dropdown-inner,
  .menu__dropdown--columns .menu__dropdown-inner {
    max-width: var(--container-width);
    margin-inline: auto;
  }

  .menu__dropdown-inner {
    display: flex;
    gap: var(--gap);
  }

  .menu__dropdown-inner > * {
    flex: 1;
  }

  .menu__dropdown--cards,
  .menu__dropdown--columns {
    gap: var(--gap);
    left: 0;
    right: 0;
    width: 100%;
    padding: 2.4rem;
    background-color: var(--black-10);
  }

  .menu__dropdown-header {
    display: none;
  }

  .menu__dropdown-cta {
    position: relative;
    display: grid;
    align-content: end;
    width: 28rem;
    height: 38rem;
    padding: 2.4rem;
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    color: var(--white);
    text-decoration: none;
  }

  .menu__dropdown-cta:after {
    position: absolute;
    z-index: -1;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(46, 45, 45, 0) 31.56%,
      #1a1a1a 100%
    );
    mix-blend-mode: multiply;
  }

  .menu__dropdown-cta:hover,
  .menu__dropdown-cta:active,
  .menu__dropdown-cta:focus {
    text-decoration: none;
  }

  .menu__dropdown-cta--start {
    order: 0;
  }

  .menu__dropdown-cta--end {
    order: 1;
  }

  .menu__dropdown-cta-button {
    display: grid;
    place-content: center;
    justify-self: start;
    width: 3.6rem;
    height: 3.6rem;
    padding: 0;
    background: transparent;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    appearance: none;
    pointer-events: none;
    color: var(--secondary-color);
    transition: all 0.2s ease;
  }

  .menu__dropdown-cta-button > svg {
    margin-left: 3px;
  }

  .menu__dropdown-cta-background-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .menu__dropdown-cta-date {
    color: var(--white);
  }

  .menu__dropdown-cta:hover,
  .menu__dropdown-cta:active,
  .menu__dropdown-cta:focus {
    color: var(--white);
    cursor: pointer;
  }

  .menu__dropdown-cta:after:hover,
  .menu__dropdown-cta:after:active,
  .menu__dropdown-cta:after:focus {
    background: linear-gradient(
      180deg,
      rgba(26, 26, 26, 0) 0%,
      rgba(26, 26, 26, 0.85) 0.01%
    );
  }

  .menu__dropdown-cta:hover .menu__dropdown-cta-button,
  .menu__dropdown-cta:active .menu__dropdown-cta-button,
  .menu__dropdown-cta:focus .menu__dropdown-cta-button {
    background: var(--white);
    border-color: var(--white);
    color: var(--primary-color);
  }

  .menu__dropdown-column {
    padding: 2rem;
    background-color: var(--white);
    border-radius: var(--border-radius);
  }

  .menu__dropdown-column-header {
    margin-inline: -2rem;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    padding-inline: 2rem;
    border-bottom: 1px solid var(--primary-color-10);
    font-weight: 600;
    line-height: 1.4;
  }
  
  .menu__dropdown-column-header--icon {
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-gap: var(--gap-sm);
    align-items: center;
  }
  
  .menu__dropdown-column-header-icon {
    display: grid;
    place-content: center;
    width: 5rem;
    height: 5rem;
    background-color: var(--primary-color-10);
    border-radius: 100vw;
  }
  
  .menu__dropdown-column-header-icon > svg {
    width: 2.6rem;
    height: 2.6rem;
    object-fit: contain;
  }

  .menu__dropdown-column:nth-of-type(3n + 1) .menu__dropdown-column-header {
    border-color: var(--primary-color-10);
  }
  
  .menu__dropdown-column:nth-of-type(3n + 1) .menu__dropdown-column-header .menu__dropdown-column-header-icon {
    background-color: var(--primary-color-10);
  }

  .menu__dropdown-column:nth-of-type(3n + 2) .menu__dropdown-column-header {
    border-color: var(--secondary-color-20);
  }
  
  .menu__dropdown-column:nth-of-type(3n + 2) .menu__dropdown-column-header .menu__dropdown-column-header-icon {
    background-color: var(--secondary-color-20);
  }

  .menu__dropdown-column:nth-of-type(3n + 3) .menu__dropdown-column-header {
    border-color: var(--accent-color-1-20);
  }
  
  .menu__dropdown-column:nth-of-type(3n + 3) .menu__dropdown-column-header .menu__dropdown-column-header-icon {
    background-color: var(--accent-color-1-20);
  }

  .menu__dropdown-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu__dropdown--cards .menu__dropdown-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--gap);
    align-self: start;
    flex: 3;
  }

  .menu__dropdown--button .menu__dropdown-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--gap-sm);
  }

  .menu__dropdown-column .menu__dropdown-item {
    margin-inline: -1rem;
  }

  .menu__dropdown-item.menu__dropdown-item--cta {
    align-content: center;
    text-align: center;
  }

  .menu__dropdown-item.menu__dropdown-item--cta > a {
    display: inline-flex;
    gap: var(--gap-sm);
    align-items: center;
    color: var(--base-color);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
  }

  .menu__dropdown-item.menu__dropdown-item--cta > a > svg {
    flex-shrink: 0;
  }

  .menu__dropdown-item.menu__dropdown-item--cta > a:hover,
  .menu__dropdown-item.menu__dropdown-item--cta > a:active,
  .menu__dropdown-item.menu__dropdown-item--cta > a:focus {
    color: var(--primary-color);
  }

  .menu__dropdown-link {
    display: block;
    padding: 1.4rem 2rem;
    border-radius: var(--border-radius);
    color: var(--base-color);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
  }

  .menu__dropdown-link:hover,
  .menu__dropdown-link:active,
  .menu__dropdown-link:focus {
    color: var(--base-color);
    background-color: var(--black-40);
    text-decoration: none;
  }

  .menu__dropdown--cards .menu__dropdown-link,
  .menu__dropdown--card .menu__dropdown-link {
    display: grid;
    grid-template-columns: 8rem 1fr;
    grid-gap: var(--gap);
    align-items: center;
    align-self: start;
    flex: 3;
    height: 100%;
    background-color: var(--white);
  }

  .menu__dropdown--cards .menu__dropdown-link:hover,
  .menu__dropdown--cards .menu__dropdown-link:active,
  .menu__dropdown--cards .menu__dropdown-link:focus,
  .menu__dropdown--card .menu__dropdown-link:hover,
  .menu__dropdown--card .menu__dropdown-link:active,
  .menu__dropdown--card .menu__dropdown-link:focus {
    color: var(--base-color);
    background-color: var(--black-40);
  }

  .menu__dropdown.menu__dropdown--card {
    max-width: 40rem;
    padding: 1rem;
    background-color: var(--white);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }

  .menu__dropdown-link--mobile {
    display: none;
  }

  .menu__dropdown-link--icon {
    display: grid;
    grid-template-columns: 2rem 1fr;
    grid-gap: var(--gap);
    align-items: center;
  }

  .menu__dropdown-link--icon svg {
    display: grid;
    place-content: center;
    height: 2rem;
    width: 2rem;
    fill: var(--primary-color);
    font-size: 0;
  }

  .menu__dropdown-link-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: var(--border-radius);
  }

  .menu__dropdown-link-text {
    font-size: 1.6rem;
    font-weight: 600;
  }
  
  .menu__dropdown-link-text--icon {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-sm);
  }

  .menu__dropdown-link-description {
    margin-top: 5px;
    color: var(--black-60);
    font-size: 1.4rem;
    font-weight: 500;
  }

  .menu__dropdown-sidebar {
    padding: 2.4rem;
  }

  .menu__dropdown-sidebar-header {
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
  }

  .menu__dropdown-sidebar-rich-text {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .menu__dropdown-sidebar-buttons {
    display: grid;
    grid-gap: var(--gap-sm);
    margin-top: 2rem;
  }
}

@media (min-width: 1200px) {
  .menu__list--buttons {
    margin-left: 2rem;
  }
}
.footer {}

/* Footer Top */

.footer-top {
  padding: 4rem 2rem;
  background-color: var(--primary-color-10);
  font-size: 1.4rem;
}
.footer-top__inner {
  display: grid;
  grid-gap: var(--gap-md);
}
.footer-top__logo {
  display: block;
  text-align: center;
}
.footer-top__logo > img {
  width: auto;
  height: 10rem;
}
.footer-top__address {
  font-weight: 500;
  text-align: center;
}
.footer-top__address a {
  color: var(--base-color);
  text-decoration: none;
}
.footer-top__phone {
  position: relative;
  display: grid;
  grid-gap: var(--gap-sm);
  justify-content: center;
}
.footer-top__phone a {
  display: flex;
  gap: var(--gap-sm);
  align-items: center;
  color: var(--base-color);
  font-weight: 500;
}
.footer-top__awards {
  display: flex;
  gap: var(--gap-md);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-top__awards > img {
  max-height: 10rem;
  width: auto;
}
.footer-bottom__social-subscribe {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
}
.footer-top__subscribe {
  justify-self: center;
}
@media (min-width: 992px) {
  .footer-top {
    padding-block: 8rem;
  }
  .footer-top__inner {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
  }
  .footer-top__inner .footer-top__logo { 
    grid-area: 1 / 1 / 3 / 2;
    text-align: left;
  }
  .footer-top__inner .footer-top__address { 
    grid-area: 3 / 1 / 4 / 4;
    text-align: left;
  }
  .footer-top__inner .footer-top__phone { 
    grid-area: 2 / 4 / 4 / 5;
    justify-content: start;
    align-content: start;
  }
  .footer-top__inner .footer-top__awards { 
    grid-area: 1 / 2 / 3 / 5;
    flex-direction: row;
    justify-content: start;
  }
  .footer-top__inner .footer-top__subscribe { 
    grid-area: 1 / 4 / 2 / 5;
  }
}

/* Footer Middle */

.footer-middle {
  padding: 4rem 2rem;
}

.footer-middle__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-middle__menu ul > li {
  line-height: 1.4;
}

.footer-middle__menu ul > li.hs-menu-depth-1 + li {
  margin-top: 2rem;
}

.footer-middle__menu ul > li.hs-menu-depth-1 > a {
  display: flex;
  gap: var(--gap-sm);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  color: var(--base-color);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-middle__menu ul > li.hs-menu-depth-1 > a:after {
  position: relative;
  content: "";
  width: 0.9rem;
  height: 0.6rem;
  background-color: var(--secondary-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M8 1L4.5 5L1 1' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    center no-repeat;
  font-size: 0;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.footer-middle__menu ul > li.hs-menu-depth-1 > a.is-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-middle__menu ul.hs-menu-children-wrapper {
  display: none;
  margin-top: 2rem;
}

.footer-middle__menu
  ul
  > li.hs-menu-depth-1
  > a.is-active
  + ul.hs-menu-children-wrapper {
  display: grid;
  grid-gap: var(--gap-sm);
}

.footer-middle__menu ul > li.hs-menu-depth-2 > a {
  color: var(--black-60);
  font-size: 1.4rem;
  font-weight: 550;
  text-decoration: none;
}

.footer-middle__menu ul > li.hs-menu-depth-2 > a:hover,
.footer-middle__menu ul > li.hs-menu-depth-2 > a:active,
.footer-middle__menu ul > li.hs-menu-depth-2 > a:focus {
  color: var(--base-color);
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer-middle {
    padding-block: 8rem;
  }

  .footer-middle__menu ul:not(.hs-menu-children-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap);
  }

  .footer-middle__menu ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-middle__menu ul.hs-menu-children-wrapper {
    display: grid;
    grid-gap: var(--gap);
  }

  .footer-middle__menu ul > li.hs-menu-depth-1 + li {
    margin-top: 0;
  }

  .footer-middle__menu ul > li.hs-menu-depth-1 > a {
    display: block;
    margin-bottom: 2rem;
    pointer-events: none;
    outline: none;
  }

  .footer-middle__menu ul > li.hs-menu-depth-1 > a:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer-middle__menu ul:not(.hs-menu-children-wrapper) {
    gap: var(--gap-md);
  }
}

/* Footer Bottom */

.footer-bottom {
  padding: 4rem 2rem;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 1.2rem;
}
.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--gap);
}
.footer-bottom__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--gap);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-bottom__links ul > li > a {
  color: var(--white);
}
.footer-bottom__links ul > li > a:hover,
.footer-bottom__links ul > li > a:active,
.footer-bottom__links ul > li > a:focus {
  color: var(--white);
}
.footer-bottom__logos {
  display: flex;
  gap: var(--gap);
  align-items: center;
  justify-content: center;
}
.footer-bottom__logo {
  height: 3rem;
  width: auto;
}
.footer-bottom__social {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
}
.footer-bottom__social-link {
  display: grid;
  place-content: center;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  background-color: var(--black-40);
  border-radius: var(--border-radius-sm);
}
.footer-bottom__social-link > svg {
  height: 2.2rem;
  width: 2.2rem;
}
.footer-bottom__social-link:hover,
.footer-bottom__social-link:active,
.footer-bottom__social-link:focus {
  background-color: var(--black-50);
}
.footer-bottom__disclaimer {
  text-align: center;
}
@media (min-width: 992px) {
  .footer-bottom__inner {
    flex-direction: row;
    justify-content: unset;
  }
  .footer-bottom__links ul {
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: row;
  }
  .footer-bottom__social {
    margin-left: auto;
  }
  .footer-bottom__disclaimer {
    text-align: left;
  }
}

/* Footer Buttons */

.body-wrapper:has(.footer-buttons) {
  margin-bottom: 42px;
}
.footer-buttons {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.footer-buttons__button {
  display: inline-flex;
  gap: var(--gap-sm);
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 1rem;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.footer-buttons__button:hover,
.footer-buttons__button:active,
.footer-buttons__button:focus {
  color: var(--white);
  text-decoration: none;
}
.footer-buttons__button:first-child {
  background-color: var(--secondary-color);
}
.footer-buttons__button:first-child:hover,
.footer-buttons__button:first-child:active,
.footer-buttons__button:first-child:focus {
  background-color: var(--secondary-color-hover);
}
.footer-buttons__button:last-child {
  background-color: var(--secondary-color-hover);
}
.footer-buttons__button:last-child:hover,
.footer-buttons__button:last-child:active,
.footer-buttons__button:last-child:focus {
  background-color: var(--secondary-color);
}
@media (min-width: 992px) {
  .body-wrapper:has(.footer-buttons) {
    margin-bottom: 0;
  }
  .footer-buttons {
    display: none;
  }
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Colors */

.text-white {
  color: var(--white) !important;
}

/* Background Colors */

.bg-white {
  background-color: var(--white);
}
.bg-black-10 {
  background-color: var(--black-10);
}
.bg-black-40 {
  background-color: var(--black-40);
}
.bg-black-50 {
  background-color: var(--black-50);
}
.bg-black-60 {
  background-color: var(--black-60);
}
.bg-black-90 {
  background-color: var(--black-90);
}
.bg-primary {
	background-color: var(--primary-color);
	color: var(--white);
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25) !important;
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5) !important;
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2) !important;
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-large {
  font-size: 1.8rem;
}
.text-small {
  font-size: 1.4rem;
}

/* Responsive embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--43 {
  padding-bottom: 75%;
}

/* Sidebar CTA */

.sidebar-cta {
  display: grid;
  grid-gap: var(--gap-sm);
  justify-items: start;
  padding: 10rem 2.5rem 2.5rem 2.5rem;
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius);
  font-size: 1.4rem;
}
.sidebar-cta--blue {
  background-color: var(--primary-color);
  color: var(--white);
}
.sidebar-cta--image {
  position: relative;
  padding-top: 20rem;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  color: var(--white);
}
.sidebar-cta--image:after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.sidebar-cta__heading {
  font-size: 2.4rem;
}
.sidebar-cta__button:not(.button--arrow) {
  width: 100%;
}
.sidebar-cta__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sidebar Resources */

.sidebar-resources {
  padding: 2.5rem;
  background-color: var(--black-10);
  border-radius: var(--border-radius);
}
.sidebar-resources__heading {
  font-size: 2.4rem;
}
.sidebar-resources__card {
  display: grid;
  grid-gap: var(--gap-sm);
  padding-block: 2rem;
  border-bottom: 1px solid var(--black-40);
}
.sidebar-resources__card:first-child {
  padding-top: 0;
}
.sidebar-resources__card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar-resources__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.sidebar-resources__title > a {
  color: var(--base-color);
  text-decoration: none;
}
.sidebar-resources__title > a:hover,
.sidebar-resources__title > a:focus,
.sidebar-resources__title > a:active {
  text-decoration: underline;
}