/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-italic.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-500.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-500italic.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-500italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-700.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/montserrat-v25-latin-700italic.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-700italic.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: Montserrat, "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #424242;
  font-size: 14px;
  line-height: 20px;
}
@media print {
  body {
    font-size: 9pt;
    line-height: 14pt;
  }
}

p {
  margin: 0 0 20px;
  font-family: Montserrat, "Helvetica", "Arial", sans-serif;
}

a {
  color: #0c71c3;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #052b4b;
}

h1, h2, h3 {
  margin: 0 0 25px 0;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}

h1 {
  font-size: 50px;
}
@media screen and (min-width: 980px) {
  h1 {
    font-size: 65px;
  }
}

h2 {
  font-size: 30px;
}
@media screen and (min-width: 980px) {
  h2 {
    font-size: 40px;
  }
}
@media print {
  h2 {
    page-break-before: always;
  }
  h2 ~ .intro-heading {
    page-break-before: unset !important;
  }
}

h3 {
  font-size: 22px;
}
@media screen and (min-width: 980px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  h6 {
    font-size: 13px;
  }
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

html {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 3rem;
}

body:after {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(66, 66, 66, 0.2);
  opacity: 0;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  transition: opacity ease-in-out 250ms;
}
body.nav-open {
  overflow-y: hidden;
  height: 100vh;
}
body.nav-open:after {
  opacity: 1;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  transition: padding 0.2s ease-in-out;
  width: 980px;
}
@media screen and (min-width: 980px) {
  .wrapper {
    width: 1080px;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.wrapper--content {
  padding: 0 15px;
  width: 980px;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.hide-for-mobile {
  display: none;
}
@media screen and (min-width: 980px) {
  .hide-for-mobile {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .hide-for-desktop {
    display: none;
  }
}

hr {
  background-color: #a5a5a5;
  height: 1px;
  opacity: 0.3;
  margin: 25px 0;
}

.read-more {
  padding-left: 20px;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.read-more:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  content: "";
  height: 9px;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.screen-reader-text {
  position: absolute;
  top: -900em;
  left: -900em;
}

.button-wrapper a br {
  display: none;
}

ul,
ol {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

ul {
  margin: 0 0 15px 0;
  list-style: disc;
}
ul > li {
  margin-left: 15px;
}

ol {
  margin: 0 0 15px 15px;
  list-style: decimal;
}
ol > li {
  margin-left: 15px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 15px 15px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

figure img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media print {
  figure img {
    max-width: 5cm !important;
    height: auto !important;
  }
}

img:not([src]) {
  visibility: hidden;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

@media print {
  .is-layout-flex .wp-block-column.is-layout-flow {
    max-width: 8cm !important;
  }
}

.wp-block-table,
table {
  margin-bottom: 30px;
  overflow-x: auto;
  width: 100%;
  border: none;
  line-height: 1.5;
}
.wp-block-table td,
table td {
  padding: 16px 16px 16px 24px;
  border: none;
  vertical-align: top;
}
.wp-block-table thead,
table thead {
  background: #424242;
  color: #fff;
  border: none;
}
.wp-block-table thead th,
table thead th {
  padding: 24px;
  border: none;
  font-weight: 500;
}
.wp-block-table tr,
table tr {
  border: none;
}
.wp-block-table tr:nth-child(even),
table tr:nth-child(even) {
  background: #f2f2f2;
}
.wp-block-table .wp-block-table,
.wp-block-table table {
  width: 200vw;
}
@media screen and (min-width: 980px) {
  .wp-block-table .wp-block-table,
  .wp-block-table table {
    width: 100%;
  }
}

.scrollable {
  /* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
}
.scrollable.has-scroll {
  position: relative;
  overflow: hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px/50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
}
.scrollable.has-scroll > div {
  overflow-x: auto;
}
.scrollable > div::-webkit-scrollbar {
  height: 4px;
}
.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f2f2f2;
}
.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #cccccc;
}

.site-header {
  background-color: #000;
  padding: 20px;
  color: #fff;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 980px) {
  .site-header {
    overflow-y: auto;
    width: 22%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
  }
  .logged-in .site-header {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .site-header {
    width: 18%;
  }
}
.site-header .site-branding {
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .site-header .site-branding {
    margin: 30px 0;
    display: block;
  }
}
.site-header .site-branding__logo {
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  transition: all ease 250ms;
}
.site-header .site-branding__logo svg {
  width: 120px;
}
@media screen and (min-width: 980px) {
  .site-header .site-branding__logo svg {
    width: 220px;
  }
}
.site-header .site-branding__logo svg path {
  transition: fill ease-in 150ms;
}
.site-header .site-branding__logo span {
  visibility: hidden;
  text-indent: -9999px;
  display: none;
}
.site-header .site-branding__logo:hover svg path {
  fill: #ebca54;
}

.site-navigation .user,
.mobile-navigation .user {
  border-top: 0.5px solid #f2f2f2;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  padding-top: 12px;
  display: block;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  opacity: 0.8;
}
.site-navigation .user:before,
.mobile-navigation .user:before {
  content: "\f310";
  position: absolute;
  font-family: dashicons;
  font-size: 20px;
  line-height: 20px;
  left: 0;
  width: 20px;
  height: auto;
}
.site-navigation .user:hover,
.mobile-navigation .user:hover {
  color: #ebca54;
}
.site-navigation .user:hover:before,
.mobile-navigation .user:hover:before {
  opacity: 1;
}
@media print {
  .site-navigation .user,
  .mobile-navigation .user {
    display: none;
  }
}
.site-navigation .sitenav,
.mobile-navigation .sitenav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-navigation .sitenav .menu-item,
.mobile-navigation .sitenav .menu-item {
  padding: 6px 0 8px;
  margin-left: 0;
}
.site-navigation .sitenav .menu-item a,
.mobile-navigation .sitenav .menu-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: block;
  font-size: 14px;
}
.site-navigation .sitenav .menu-item:hover > a,
.mobile-navigation .sitenav .menu-item:hover > a {
  color: #a5a5a5;
}
.site-navigation .sitenav .menu-item.current-menu-parent > a, .site-navigation .sitenav .menu-item.current-menu-item > a,
.mobile-navigation .sitenav .menu-item.current-menu-parent > a,
.mobile-navigation .sitenav .menu-item.current-menu-item > a {
  color: #ebca54;
}
.site-navigation .sitenav .menu-item.current-menu-parent:hover > a, .site-navigation .sitenav .menu-item.current-menu-item:hover > a,
.mobile-navigation .sitenav .menu-item.current-menu-parent:hover > a,
.mobile-navigation .sitenav .menu-item.current-menu-item:hover > a {
  color: #a5a5a5;
}
.site-navigation .sitenav .menu-item.current-menu-parent .arrow, .site-navigation .sitenav .menu-item.current-menu-item .arrow,
.mobile-navigation .sitenav .menu-item.current-menu-parent .arrow,
.mobile-navigation .sitenav .menu-item.current-menu-item .arrow {
  color: #ebca54;
}
.site-navigation .sitenav .menu-item.current-menu-parent .sub-menu a, .site-navigation .sitenav .menu-item.current-menu-item .sub-menu a,
.mobile-navigation .sitenav .menu-item.current-menu-parent .sub-menu a,
.mobile-navigation .sitenav .menu-item.current-menu-item .sub-menu a {
  color: #fff;
}
.site-navigation .sitenav .menu-item.menu-item-has-children,
.mobile-navigation .sitenav .menu-item.menu-item-has-children {
  position: relative;
}
.site-navigation .sitenav .menu-item.menu-item-has-children .arrow,
.mobile-navigation .sitenav .menu-item.menu-item-has-children .arrow {
  cursor: pointer;
  transition: rotate 250ms ease-in-out;
  position: absolute;
  z-index: 200;
  right: 0;
  top: 3px;
}
.site-navigation .sitenav .menu-item.menu-item-has-children .arrow.show,
.mobile-navigation .sitenav .menu-item.menu-item-has-children .arrow.show {
  rotate: -180deg;
}
.site-navigation .sitenav .menu-item.menu-item-has-children .arrow:hover,
.mobile-navigation .sitenav .menu-item.menu-item-has-children .arrow:hover {
  color: #a5a5a5;
}
.site-navigation .sitenav .menu-item .sub-menu,
.mobile-navigation .sitenav .menu-item .sub-menu {
  display: none;
  list-style: none;
  padding-top: 16px;
  padding-bottom: 8px;
}
.site-navigation .sitenav .menu-item .sub-menu .menu-item,
.mobile-navigation .sitenav .menu-item .sub-menu .menu-item {
  padding-bottom: 6px;
  margin-left: 0;
}
.site-navigation .sitenav .menu-item .sub-menu .menu-item a,
.mobile-navigation .sitenav .menu-item .sub-menu .menu-item a {
  font-weight: 400;
  font-size: 14px;
}
.site-navigation .sitenav .menu-item .sub-menu .menu-item a.anchor-active,
.mobile-navigation .sitenav .menu-item .sub-menu .menu-item a.anchor-active {
  color: #ebca54 !important;
}

.mobile-navigation .mobile-nav {
  display: none;
}
.mobile-navigation .mobile-nav.nav-open {
  display: block;
}
.mobile-navigation__icon {
  position: absolute;
  z-index: 777;
  width: 24px;
  height: 24px;
  cursor: pointer;
  order: 10;
  top: 25px;
  right: 20px;
}
@media screen and (min-width: 980px) {
  .mobile-navigation__icon {
    display: none;
  }
}
.mobile-navigation__icon .line {
  position: absolute;
  z-index: 2000;
  height: 2px;
  width: 24px;
  background-color: #fff;
  top: 3px;
  transition: all ease-in-out 150ms;
}
.mobile-navigation__icon .line:nth-child(2) {
  width: 24px;
  top: 10px;
  transition: width ease-in-out 100ms;
}
.mobile-navigation__icon .line:nth-child(3) {
  width: 24px;
  top: 17px;
}
.mobile-navigation__icon.nav-open {
  z-index: 999;
}
.mobile-navigation__icon.nav-open .line {
  background-color: #ebca54;
  width: 24px;
}
.mobile-navigation__icon.nav-open .line:nth-child(1) {
  transform: rotate(-45deg);
  top: 10px;
}
.mobile-navigation__icon.nav-open .line:nth-child(2) {
  width: 0;
}
.mobile-navigation__icon.nav-open .line:nth-child(3) {
  transform: rotate(45deg);
  top: 10px;
}

.hero {
  background-color: #f2f2f2;
  padding: 70px 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 782px) {
  .hero {
    padding: 75px 0;
  }
}
@media screen and (min-width: 1100px) {
  .hero {
    padding: 90px 0;
  }
}
@media print {
  .hero {
    padding: 0 0 1cm 0 !important;
    margin-bottom: 1cm !important;
  }
  .hero h1 {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
}

.site-main {
  margin-bottom: 10vh;
}
@media screen and (min-width: 980px) {
  .site-main {
    margin-left: 22%;
  }
}
@media screen and (min-width: 1400px) {
  .site-main {
    margin-left: 18%;
  }
}
.site-main .confidential {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ebca54;
  font-weight: 500;
  padding: 8px 15px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  top: -70px;
  position: relative;
}
@media screen and (min-width: 782px) {
  .site-main .confidential {
    top: -75px;
  }
}
@media screen and (min-width: 980px) {
  .site-main .confidential {
    top: -90px;
  }
}
.site-main .confidential-icon {
  fill: currentColor;
  height: 12px;
  width: 12px;
  margin-right: 4px;
}
.site-main .page-title {
  margin-bottom: 0;
}
@media print {
  .site-main .page-title {
    font-size: 30pt;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.site-main :where(.wp-block-columns.has-background) {
  padding: 18px 20px;
  margin-bottom: 0 !important;
}

.important-notice {
  padding: 16px 16px 16px 48px;
  border: 1px solid #23b223;
  background-color: rgba(35, 178, 35, 0.15);
  margin-bottom: 16px;
  border-radius: 8px;
  position: relative;
  width: 100%;
}
@media print {
  .important-notice {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.important-notice .notice-icon {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 20px;
  height: 20px;
}
.important-notice p {
  margin-bottom: 0;
}
.important-notice p strong {
  color: #23b223;
  text-transform: uppercase;
}
.important-notice .notice-icon path {
  fill: #23b223 !important;
}
.important-notice.orange {
  border: 1px solid #f68000;
  background-color: rgba(246, 128, 0, 0.15);
}
.important-notice.orange p strong {
  color: #f68000;
}
.important-notice.orange .notice-icon path {
  fill: #f68000 !important;
}
.important-notice.red {
  border: 1px solid #dc3545;
  background-color: rgba(220, 53, 69, 0.15);
}
.important-notice.red p strong {
  color: #dc3545;
}
.important-notice.red .notice-icon path {
  fill: #dc3545 !important;
}

section.checkmark {
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
section.checkmark p:first-of-type strong {
  font-size: 16px;
  font-weight: 700;
}
section.checkmark:before {
  font-family: "Dashicons";
  content: "\f147";
  position: absolute;
  top: -4px;
  left: -10px;
  font-size: 35px;
  line-height: 1;
  color: #ebca54;
}
section.checkmark ul {
  margin-top: 8px;
}

details,
section.details,
.wp-block-dsb-details-summary-block {
  margin-bottom: 25px;
}
@media print {
  details,
  section.details,
  .wp-block-dsb-details-summary-block {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
details summary,
details .summary,
section.details summary,
section.details .summary,
.wp-block-dsb-details-summary-block summary,
.wp-block-dsb-details-summary-block .summary {
  font-size: 14px;
  margin-bottom: 10px;
  color: #424242;
  line-height: 1;
  display: block;
  position: relative;
  font-weight: 700;
  padding-left: 35px;
}
details summary::marker, details summary::-webkit-details-marker,
details .summary::marker,
details .summary::-webkit-details-marker,
section.details summary::marker,
section.details summary::-webkit-details-marker,
section.details .summary::marker,
section.details .summary::-webkit-details-marker,
.wp-block-dsb-details-summary-block summary::marker,
.wp-block-dsb-details-summary-block summary::-webkit-details-marker,
.wp-block-dsb-details-summary-block .summary::marker,
.wp-block-dsb-details-summary-block .summary::-webkit-details-marker {
  display: none !important;
  content: "" !important;
  -webkit-appearance: none !important;
}
details summary:before,
details .summary:before,
section.details summary:before,
section.details .summary:before,
.wp-block-dsb-details-summary-block summary:before,
.wp-block-dsb-details-summary-block .summary:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f139";
  border: 2px solid #424242;
  font-family: dashicons;
  display: inline-grid;
  place-items: center;
  width: 20px;
  font-size: 16px;
  height: 20px;
  border-radius: 200%;
}
details > div,
section.details > div,
.wp-block-dsb-details-summary-block > div {
  height: 100%;
  margin-left: 35px;
  font-size: 14px;
}
details > div p:last-of-type,
section.details > div p:last-of-type,
.wp-block-dsb-details-summary-block > div p:last-of-type {
  margin-bottom: 0;
}

.intro-heading {
  background-color: #f2f2f2;
  padding: 30px 0;
  margin-bottom: 30px;
}
@media print {
  .intro-heading {
    page-break-before: always;
    background-color: #fff !important;
  }
}
.intro-heading > * {
  padding: 0 30px;
}
@media print {
  .intro-heading > * {
    padding: 0;
  }
}
.intro-heading h3 {
  background-color: #000;
  color: #fff;
  padding: 20px 50px;
  position: relative;
  margin-left: -25px !important;
  display: inline-block;
}
@media print {
  .intro-heading h3 {
    color: #000 !important;
    background-color: #fff !important;
    padding: 20px 0 !important;
    margin-left: 0 !important;
  }
}
.intro-heading ul {
  -webkit-margin-before: 15px !important;
          margin-block-start: 15px !important;
}

.numbered-step {
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
  border: 1px solid #424242;
  height: 100%;
}
@media print {
  .numbered-step {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.numbered-step__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.numbered-step__inner > * {
  order: 5;
}
.numbered-step__current {
  left: -10px;
  margin-right: 8px;
  background-color: #424242;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 35px;
  height: 30px;
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  top: -5px;
  order: 2;
  flex: 0 1 35px;
}
.numbered-step__image {
  order: 1;
  flex: 0 1 100%;
  text-align: center;
}
.numbered-step__image img {
  margin: 0 auto;
}
.numbered-step__text {
  flex: 0 1 calc(100% - 60px);
  margin: 0 0 10px;
}
.numbered-step ul > li:first-of-type:empty {
  display: none;
}
.numbered-step ul {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  flex: 0 1 calc(100% - 45px);
  align-self: flex-end;
  margin-left: auto;
}
.numbered-step ul > li:last-of-type {
  padding-bottom: 10px;
}

.scenario-slides {
  margin: 40px 0;
  background-color: rgba(242, 242, 242, 0.2);
  border-radius: 3px;
  border: 1px solid #f2f2f2;
}
@media print {
  .scenario-slides {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.scenario-slides__title {
  margin: 15px 0;
  padding: 0 15px;
}
.scenario-slides .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ebca54;
}
.scenario-slides .swiper-button-next,
.scenario-slides .swiper-button-prev {
  color: #ebca54;
}
.scenario-slides .scenario-slide__inner {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 782px) {
  .scenario-slides .scenario-slide__inner {
    padding: 0;
  }
}
.scenario-slides .scenario-slide__image {
  margin-bottom: 40px;
}
.scenario-slides .scenario-slide__image img {
  border-radius: 2px;
  box-shadow: 0 0 20px 0 #cccccc;
}
.scenario-slides .scenario-slide__text {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  max-width: 680px;
}
.scenario-slides .scenario-slide__text__title {
  color: #424242;
  font-size: 24px;
  flex: 0 50%;
}
.scenario-slides .scenario-slide__text__specs {
  flex: 0 50%;
  background-color: #f2f2f2;
  padding: 25px;
  font-size: 14px;
  line-height: 20px;
  border-left: 5px solid #ebca54;
}
.scenario-slides .scenario-slide__text__specs .specs-item strong {
  margin-bottom: 15px;
}
.scenario-slides .scenario-slide__text__specs .specs-item:last-of-type {
  margin-bottom: 0;
}

body .site-main .main-content .wp-block-atbs-tabs {
  margin-bottom: 30px;
  border: none;
  box-shadow: none !important;
}
body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-labels {
  border-bottom: 1px solid #cccccc;
}
@media print {
  body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-labels {
    display: none;
  }
}
body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-label {
  border: none !important;
  border-bottom: 0;
  position: relative;
  padding: 20px;
  font-weight: 700;
  background-color: rgba(242, 242, 242, 0.8);
  color: #424242;
  opacity: 0.5;
}
body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-label:after {
  background-color: rgba(12, 113, 195, 0.8);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
}
body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-label:hover {
  opacity: 0.8;
}
body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-label.active {
  color: #424242 !important;
  background-color: #f2f2f2;
  position: relative !important;
  opacity: 1;
}
body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-label.active:after {
  display: block !important;
  background-color: #ebca54;
  position: absolute !important;
  content: "";
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 4px !important;
}
body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-panel {
  border: 1px solid #cccccc;
  border-top: 0;
  padding: 15px 20px;
  margin-bottom: 30px;
}
body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-panel .title-printonly {
  display: none;
}
@media print {
  body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-panel {
    padding: 0 !important;
    page-break-before: always;
    display: block !important;
    border: none !important;
  }
  body .site-main .main-content .wp-block-atbs-tabs .atbs__tab-panel .title-printonly {
    display: block;
    font-size: 22pt;
  }
}

.user-type {
  position: relative;
  margin: 50px auto;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  background-color: #fcfcfc;
  padding: 25px 20px;
}
.user-type.suit_blue {
  border-color: #d2e9fc;
  background-color: #f8fcff;
}
.user-type.suit_red {
  border-color: #fae3e5;
  background-color: #fef9f9;
}
.user-type p:last-of-type {
  margin-bottom: 0;
}
.user-type__label {
  position: absolute;
  font-size: 13px;
  top: -20px;
  background-color: #fff;
  left: -10px;
  border-radius: 2px;
  padding: 8px 12px;
  line-height: 1;
  border: 1px solid #000;
}
.suit_red .user-type__label {
  color: #dc3545;
  border-color: #dc3545;
}
.suit_blue .user-type__label {
  color: #0c71c3;
  border-color: #0c71c3;
}
.edit-post-visual-editor .user-type {
  margin-top: 10px;
  padding: 15px 20px 20px;
  position: relative;
  z-index: 0;
}

/*# sourceMappingURL=style.css.map*/