.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flickity-slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  color: #333;
  background: #ffffffbf;
  border: none;
  position: absolute;
}

.flickity-button:hover {
  cursor: pointer;
  background: #fff;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  left: 10px;
  right: auto;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
}

.flickity-page-dots {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  position: absolute;
  bottom: -25px;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  width: 10px;
  height: 10px;
  opacity: 0.25;
  cursor: pointer;
  background: #333;
  border-radius: 50%;
  margin: 0 8px;
  display: inline-block;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

*,
:before,
:after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before,
:after {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: Noto Sans, Helvetica, Arial, ui-sans-serif, sans-serif;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

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

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Noto Sans, Helvetica, Arial, ui-sans-serif, sans-serif;
  font-size: 62.5%;
}

body {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

header,
footer,
section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

section,
footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  section,
  footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-heading {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .section-heading {
    margin-bottom: 4rem;
  }
}

.section-heading .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.section-heading .grid .grid-item {
  display: block;
}

@media (min-width: 768px) {
  .section-heading .grid .grid-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

.section-heading .grid .grid-item .heading {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-left: 0;
  margin-right: 2rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .section-heading .grid .grid-item .heading {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

.section-heading .grid .grid-item .call-to-action {
  margin-top: 2rem;
  display: inline-block;
}

@media (min-width: 768px) {
  .section-heading .grid .grid-item .call-to-action {
    margin-top: 0;
  }
}

*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-left: 21rem;
    padding-right: 21rem;
  }
}

.nav {
  width: 100%;
  --tw-shadow: 0px 2px 6px #f4f4f4;
  --tw-shadow-colored: 0px 2px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.nav .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (min-width: 1024px) {
  .nav .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.nav .branding {
  display: inline-block;
}

.nav .branding img {
  height: 4.8rem;
  width: auto;
}

@media (min-width: 768px) {
  .nav .branding img {
    height: 6.7rem;
  }
}

.nav nav {
  z-index: 30;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  flex-direction: column;
  display: none;
  position: absolute;
  top: 6.8rem;
  left: 0;
}

.nav nav.nav-active {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  .nav nav {
    z-index: auto;
    width: auto;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    position: static;
  }
}

.nav nav .nav-group {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .nav nav .nav-group {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.nav nav .nav-group a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.nav nav .nav-group .nav-parent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 1.6rem 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
}

.nav nav .nav-group .nav-parent.menu-others {
  background-image: url("../img/icons/icon_mobile_nav_open.dd12f9d7.svg");
  background-repeat: no-repeat;
  border-radius: 0;
  background-position: center center;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.nav nav .nav-group .nav-parent.menu-others.active {
  background-image: url("../img/icons/icon_mobile_nav_close.da3c9a54.svg");
}

.nav nav .nav-group .nav-parent.menu-others.active,
.nav nav .nav-group .nav-parent.menu-others:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .nav nav .nav-group .nav-parent {
    border-radius: 9999px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.nav nav .nav-group .nav-parent:first-of-type {
  margin-left: 0;
}

.nav nav .nav-group .nav-parent:last-of-type {
  margin-right: 0;
}

/* .nav nav .nav-group .nav-parent:after {
  height: 1rem;
  width: 1rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
  margin-left: 1.6rem;
  display: flex;
} */

.nav nav .nav-group .nav-parent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 239 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.nav nav .nav-group .nav-parent:hover:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

.nav nav .nav-group .nav-parent.no-children {
  padding-right: 2.5rem;
}

.nav nav .nav-group .nav-parent.no-children:after {
  --tw-content: none;
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .nav nav .nav-group .nav-parent.active,
  .nav nav .nav-group .nav-parent.marker-active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .nav nav .nav-group .nav-parent.active:after,
  .nav nav .nav-group .nav-parent.marker-active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

.nav nav .nav-group .nav-children-group {
  /* width: 100%; */
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 4px 12px #f4f4f4;
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 30;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

@media (min-width: 768px) {
  .nav nav .nav-group .nav-children-group {
    margin-top: 3rem;
    position: absolute;
    top: auto;
    /* left: 0; */
    right: 12rem;
  }
}

.nav nav .nav-group .nav-children-group a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.nav nav .nav-group .nav-children-group .nav-children {
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 255 / var(--tw-bg-opacity));
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 3.2rem;
  display: flex;
}

@media (min-width: 768px) {
  .nav nav .nav-group .nav-children-group .nav-children {
    /* min-height: 34rem;
    width: 50%; */
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    flex-direction: row;
    padding: 3rem;
  }
}

.nav nav .nav-group .nav-children-group .nav-children .nav-subgroup {
  flex-direction: column;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
}

.nav nav .nav-group .nav-children-group .nav-children .nav-subgroup .nav-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(167 168 169 / var(--tw-text-opacity));
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.nav
  nav
  .nav-group
  .nav-children-group
  .nav-children
  .nav-subgroup
  .nav-label.empty {
  display: none;
}

.nav nav .nav-group .nav-children-group .nav-children .nav-subgroup a {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.nav
  nav
  .nav-group
  .nav-children-group
  .nav-children
  .nav-subgroup
  a:last-of-type {
  margin-bottom: 0;
}

.nav nav .nav-group .nav-children-group .nav-children .nav-subgroup a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.nav nav .nav-group .nav-children-group .nav-image {
  display: none;
}

@media (min-width: 768px) {
  .nav nav .nav-group .nav-children-group .nav-image {
    width: 33.3333%;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }
}

.nav nav .nav-group .nav-children-group .nav-image img {
  height: 27.2rem;
  width: 46.3rem;
  object-fit: cover;
  object-position: center;
  border-radius: 1.8rem;
  margin-top: 3.2rem;
  margin-bottom: 1.5rem;
}

.nav nav .nav-group .nav-children-group .nav-image a {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-bottom: 3.3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.nav nav .nav-group .nav-children-group .nav-image a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.nav .search {
  margin-left: auto;
  margin-right: 2.5rem;
}

@media (min-width: 768px) {
  .nav .search {
    margin-left: 0;
    margin-right: 0;
  }
}

.nav .search a {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  height: 2.1rem;
  width: 2.1rem;
  display: block;
}

@media (min-width: 768px) {
  .nav .search a {
    height: 3.2rem;
    width: 3.2rem;
  }
}

.nav .search a svg,
.nav .search a image {
  height: 2.1rem;
  width: 2.1rem;
}

@media (min-width: 768px) {
  .nav .search a svg,
  .nav .search a image {
    height: 3.2rem;
    width: 3.2rem;
  }
}

.nav .search .search-group {
  z-index: 30;
  height: auto;
  width: 100%;
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 4px 12px #f4f4f4;
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  flex-direction: column;
  margin-top: 2rem;
  padding: 2rem 3.2rem;
  display: none;
  position: absolute;
  top: auto;
  left: 0;
}

@media (min-width: 768px) {
  .nav .search .search-group {
    height: 20.3rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    padding: 5rem 15rem;
  }
}

.nav .search .search-group.menu-active {
  display: flex;
}

.nav .search .search-group .search-label {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.nav .search .search-group .search-widget {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  align-items: center;
  display: flex;
}

.nav .search .search-group .search-widget svg,
.nav .search .search-group .search-widget img {
  height: 3.2rem;
  width: 3.2rem;
  margin-right: 1.5rem;
}

@media (min-width: 768px) {
  .nav .search .search-group .search-widget svg,
  .nav .search .search-group .search-widget img {
    height: 4.8rem;
    width: 4.8rem;
  }
}

.nav .search .search-group .search-widget .search-field {
  height: 4.8rem;
  width: 100%;
  white-space: nowrap;
  --tw-border-opacity: 1;
  border-bottom-width: 2px;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  padding: 0;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .nav .search .search-group .search-widget .search-field {
    font-size: 4rem;
  }
}

.nav .search .search-group .search-widget .search-field:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.nav .search .search-group .search-widget .search-field span {
  --tw-text-opacity: 1;
  color: rgb(179 207 234 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .nav .mobile-nav {
    display: none;
  }
}

.nav .mobile-nav .mobile-btn {
  height: 2.1rem;
  width: 2.1rem;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  background-image: url("../img/icons/icon_mobile_nav_open.dd12f9d7.svg");
  display: block;
}

.nav .mobile-nav .mobile-btn.open {
  background-image: url("../img/icons/icon_mobile_nav_close.da3c9a54.svg");
}

.tabbed-maps .container .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .tabbed-maps .container .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.tabbed-maps .container .grid aside {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabbed-maps .container .grid aside .address-container {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-bottom: 3rem;
}

.tabbed-maps .container .grid aside .address-container h5 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 3.2rem;
}

.tabbed-maps .container .grid aside .address-container h5:before {
  height: 2rem;
  width: auto;
  content: var(--tw-content);
  vertical-align: sub;
  content: url("../img/icons/icon_map_tabbed.89defcf0.svg");
  margin-right: 1rem;
  display: inline-block;
}

.tabbed-maps .container .grid aside .address-container address {
  margin-left: 2.6rem;
  font-size: 2rem;
  font-style: normal;
  line-height: 3.2rem;
}

.tabbed-maps .container .grid aside .address-container.active-map h5 {
  --tw-text-opacity: 1;
  color: rgb(240 146 82 / var(--tw-text-opacity));
}

.tabbed-maps .container .grid aside .address-container.active-map h5:before {
  content: url("../img/icons/icon_map_active_tabbed.69d7f40f.svg");
}

.tabbed-maps .container .grid .embed-container {
  min-height: 48rem;
}

@media (min-width: 768px) {
  .tabbed-maps .container .grid .embed-container {
    min-height: 50rem;
    grid-column: span 2 / span 2;
  }
}

.tabbed-maps .container .grid .embed-container iframe {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(167 168 169 / var(--tw-bg-opacity));
  border-width: 0;
  border-radius: 1.8rem;
}

.cpt-hero .container .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.cpt-hero .container .grid .grid-item {
  flex-direction: column;
  display: flex;
}

@media (min-width: 768px) {
  .cpt-hero .container .grid .grid-item {
    flex-direction: row;
  }
}

.cpt-hero .container .grid .grid-item .cpt-content {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  flex-direction: column;
  order: 2;
  justify-content: center;
  display: flex;
}

@media (min-width: 768px) {
  .cpt-hero .container .grid .grid-item .cpt-content {
    order: 1;
    padding-right: 2rem;
  }
}

.cpt-hero .container .grid .grid-item .cpt-content .cpt-subheading {
  margin-bottom: 1.5rem;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 4rem;
}

.cpt-hero .container .grid .grid-item .cpt-content .cpt-heading {
  margin-bottom: 1.5rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.8rem;
}

.cpt-hero .container .grid .grid-item .cpt-content .cpt-meta-datetime {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(230 67 123 / var(--tw-text-opacity));
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}

.cpt-hero .container .grid .grid-item .cpt-content .cpt-excerpt p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  .cpt-hero .container .grid .grid-item .cpt-content .cpt-excerpt p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.cpt-hero .container .grid .grid-item .cpt-featured-image {
  width: 56rem;
  object-fit: cover;
  object-position: center;
  border-radius: 1.8rem;
  order: 1;
  margin-bottom: 3.2rem;
  display: block;
}

@media (min-width: 768px) {
  .cpt-hero .container .grid .grid-item .cpt-featured-image {
    order: 2;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.cpt-article-header .article-title {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 800;
  line-height: 5.6rem;
}

.cpt-article-header .article-featured-image {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.8rem;
}

.cpt-listing.related .grid .card {
  display: flex;
}

.cpt-listing .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .cpt-listing .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.cpt-listing .grid .card {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 255 / var(--tw-bg-opacity));
  border-radius: 1.8rem;
  flex-direction: column;
  display: none;
  overflow: hidden;
}

.cpt-listing .grid .card .card-header img {
  height: 24.7rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cpt-listing .grid .card .card-body {
  height: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.cpt-listing .grid .card .card-body .cpt-label {
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(230 67 123 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.cpt-listing .grid .card .card-body .cpt-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.cpt-listing .grid .card .card-body .cpt-meta-date {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.cpt-listing .grid .card .card-body .cpt-excerpt,
.cpt-listing .grid .card .card-body .cpt-excerpt p {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.cpt-listing .grid .card .call2action {
  margin-top: auto;
}

.cpt-speakers-accordion .accordion-set .accordion-item {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.cpt-speakers-accordion .accordion-set .accordion-item .accordion-head {
  height: 14.3rem;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  flex-direction: row;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.cpt-speakers-accordion .accordion-set .accordion-item .accordion-head:after {
  height: 1rem;
  width: 1rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
  margin-left: auto;
  margin-right: 2rem;
  display: block;
}

.cpt-speakers-accordion
  .accordion-set
  .accordion-item
  .accordion-head
  .accordion-thumbnail {
  height: 12.2rem;
  width: 12.2rem;
  object-fit: cover;
  object-position: center;
  border-radius: 1.8rem;
  margin-right: 2.5rem;
}

.cpt-speakers-accordion
  .accordion-set
  .accordion-item
  .accordion-head
  .accordion-copy {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.cpt-speakers-accordion
  .accordion-set
  .accordion-item
  .accordion-head
  .accordion-copy
  .accordion-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 3.2rem;
}

.cpt-speakers-accordion
  .accordion-set
  .accordion-item
  .accordion-head
  .accordion-copy
  .accordion-designation {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.cpt-speakers-accordion
  .accordion-set
  .accordion-item.no-accordion-content
  .accordion-head {
  cursor: default;
}

.cpt-speakers-accordion
  .accordion-set
  .accordion-item.no-accordion-content
  .accordion-head:after {
  content: var(--tw-content);
  display: none;
}

.cpt-speakers-accordion .accordion-set .accordion-item .accordion-content {
  opacity: 0;
  display: none;
}

.cpt-speakers-accordion .accordion-set .accordion-item.open .accordion-content {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  opacity: 1;
  padding-top: 2.8rem;
  font-size: 2rem;
  line-height: 3.2rem;
  display: block;
}

@media (min-width: 768px) {
  .cpt-search-results {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}

.cpt-search-results .results {
  flex-direction: column;
  display: flex;
}

.cpt-search-results .results .no-search-results {
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cpt-search-results .results .no-search-results img {
  height: 24.2rem;
  width: auto;
}

.cpt-search-results .results .no-search-results .message {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.cpt-search-results .results .no-search-results .message .term {
  font-weight: 700;
}

.cpt-search-results .results .no-search-results .message .muted {
  --tw-text-opacity: 1;
  color: rgb(167 168 169 / var(--tw-text-opacity));
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

.cpt-search-results .results .search-results-item {
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(193 193 194 / var(--tw-border-opacity));
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3.2rem;
  display: none;
}

@media (min-width: 768px) {
  .cpt-search-results .results .search-results-item {
    flex-direction: row;
  }
}

.cpt-search-results .results .search-results-item .search-results-information {
  min-height: 20.2rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  flex-direction: column;
  justify-content: space-around;
  margin-right: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  display: flex;
}

.cpt-search-results
  .results
  .search-results-item
  .search-results-information
  .post-type {
  --tw-text-opacity: 1;
  color: rgb(167 168 169 / var(--tw-text-opacity));
  margin-bottom: 1rem;
}

.cpt-search-results
  .results
  .search-results-item
  .search-results-information
  .post-title {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.cpt-search-results
  .results
  .search-results-item
  .search-results-information
  .post-title
  a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  display: block;
}

.cpt-search-results
  .results
  .search-results-item
  .search-results-information
  .post-excerpt
  * {
  font-size: 1.4rem;
  line-height: 2rem;
}

.cpt-search-results
  .results
  .search-results-item
  .search-results-information
  .post-meta {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cpt-search-results
  .results
  .search-results-item
  .search-results-information
  .post-meta
  .contributor-image {
  height: 3.5rem;
  width: 3.5rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.8rem;
}

.cpt-search-results
  .results
  .search-results-item
  .search-results-information
  .post-meta
  .contributor-name {
  --tw-text-opacity: 1;
  color: rgb(167 168 169 / var(--tw-text-opacity));
  margin-left: 1rem;
}

.cpt-search-results
  .results
  .search-results-item
  .search-results-information
  .post-meta
  .separator {
  --tw-text-opacity: 1;
  color: rgb(167 168 169 / var(--tw-text-opacity));
  margin-left: 1rem;
  margin-right: 1rem;
}

.cpt-search-results
  .results
  .search-results-item
  .search-results-information
  .post-meta
  .post-date {
  --tw-text-opacity: 1;
  color: rgb(167 168 169 / var(--tw-text-opacity));
}

.cpt-search-results .results .search-results-item .post-featured-image {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.8rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .cpt-search-results .results .search-results-item .post-featured-image {
    height: 20.2rem;
    min-width: 27rem;
    margin-bottom: auto;
  }
}

.cpt-search-results .results .search-results-item .post-featured-image a {
  display: block;
}

.cpt-search-area {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .cpt-search-area {
    padding-left: 18rem;
    padding-right: 18rem;
  }
}

.cpt-search-area .search {
  margin-left: auto;
  margin-right: 2.5rem;
}

@media (min-width: 768px) {
  .cpt-search-area .search {
    margin-left: 0;
    margin-right: 0;
  }
}

.cpt-search-area .search .search-group {
  height: auto;
  width: 100%;
  flex-direction: column;
  padding: 2rem 3.2rem;
  display: flex;
}

@media (min-width: 768px) {
  .cpt-search-area .search .search-group {
    height: 20.3rem;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

.cpt-search-area .search .search-group .search-label {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.cpt-search-area .search .search-group .search-widget {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  align-items: center;
  display: flex;
}

.cpt-search-area .search .search-group .search-widget svg,
.cpt-search-area .search .search-group .search-widget img {
  height: 3.2rem;
  width: 3.2rem;
  margin-right: 1.5rem;
}

@media (min-width: 768px) {
  .cpt-search-area .search .search-group .search-widget svg,
  .cpt-search-area .search .search-group .search-widget img {
    height: 4.8rem;
    width: 4.8rem;
  }
}

.cpt-search-area .search .search-group .search-widget .search-field {
  height: 4.8rem;
  width: 100%;
  white-space: nowrap;
  --tw-border-opacity: 1;
  border-bottom-width: 2px;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  padding: 0;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cpt-search-area .search .search-group .search-widget .search-field {
    font-size: 4rem;
  }
}

.cpt-search-area .search .search-group .search-widget .search-field:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.cpt-search-area .search .search-group .search-widget .search-field span {
  --tw-text-opacity: 1;
  color: rgb(179 207 234 / var(--tw-text-opacity));
}

.cpt-video-wall {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 248 / var(--tw-bg-opacity));
}

.cpt-video-wall .wall-grid {
  flex-direction: column;
  display: flex;
}

@media (min-width: 768px) {
  .cpt-video-wall .wall-grid {
    flex-direction: row;
  }
}

.cpt-video-wall .wall-grid .video-listing {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(228 234 239 / var(--tw-bg-opacity));
  border-radius: 1.8rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cpt-video-wall .wall-grid .video-listing {
    width: 46.3rem;
    margin-left: 2rem;
  }
}

.cpt-video-wall .wall-grid .video-listing .video-list-head {
  --tw-bg-opacity: 1;
  background-color: rgb(208 221 232 / var(--tw-bg-opacity));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  align-items: center;
  padding: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.cpt-video-wall .wall-grid .video-listing .video-listing-wrapper {
  height: 100%;
  overflow-y: scroll;
}

.cpt-video-wall
  .wall-grid
  .video-listing
  .video-listing-wrapper
  .video-listing-contents {
  height: 55rem;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.cpt-video-wall
  .wall-grid
  .video-listing
  .video-listing-wrapper
  .video-listing-contents
  .video-item {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  padding: 1.6rem 2.4rem;
  display: flex;
}

.cpt-video-wall
  .wall-grid
  .video-listing
  .video-listing-wrapper
  .video-listing-contents
  .video-item.video-active {
  --tw-bg-opacity: 1;
  background-color: rgb(197 211 223 / var(--tw-bg-opacity));
}

.cpt-video-wall
  .wall-grid
  .video-listing
  .video-listing-wrapper
  .video-listing-contents
  .video-item.featured {
  --tw-bg-opacity: 1;
  background-color: rgb(0 94 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
}

.cpt-video-wall
  .wall-grid
  .video-listing
  .video-listing-wrapper
  .video-listing-contents
  .video-item
  .video-thumbnail {
  height: 8.4rem;
  width: 15rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.8rem;
}

.cpt-video-wall
  .wall-grid
  .video-listing
  .video-listing-wrapper
  .video-listing-contents
  .video-item
  .video-title {
  width: 100%;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .cpt-video-wall
    .wall-grid
    .video-listing
    .video-listing-wrapper
    .video-listing-contents
    .video-item
    .video-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .cpt-video-wall .wall-grid .video-screen {
    width: 65.7rem;
  }
}

.cpt-video-wall .wall-grid .video-screen .video-frame {
  height: 21.1rem;
  border-radius: 1.8rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cpt-video-wall .wall-grid .video-screen .video-frame {
    height: 36.8rem;
  }
}

.cpt-video-wall .wall-grid .video-screen .video-frame .video-overlay {
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cpt-video-wall .wall-grid .video-screen .video-frame .video-overlay:after {
  content: url("../img/icons/icon_video_play.3b8c4789.svg");
  height: 9.5rem;
  width: 9.5rem;
  display: block;
}

.cpt-video-wall .wall-grid .video-screen .video-frame .video-splash {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}

.cpt-video-wall .wall-grid .video-screen .video-frame .video-player {
  height: 100%;
  width: 100%;
  border-width: 0;
}

.cpt-video-wall .wall-grid .video-screen .video-screen-meta {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  flex-direction: column;
  justify-content: center;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: flex;
}

.cpt-video-wall .wall-grid .video-screen .video-screen-meta .video-heading {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.2rem;
}

.cpt-video-wall .wall-grid .video-screen .video-screen-meta .video-date {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.cpt-video-wall
  .wall-grid
  .video-screen
  .video-screen-meta
  .video-description
  * {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.cpt-card-listing .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .cpt-card-listing .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cpt-card-listing .grid.icon-view .grid-item .card-link:hover:after {
  content: url("../img/icons/icon_view_eye.9fb576ca.svg");
}

.cpt-card-listing .grid.icon-download .grid-item .card-link:hover:after {
  content: url("../img/icons/icon_view_download.01eeda34.svg");
}

.cpt-card-listing .grid a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.cpt-card-listing .grid .card {
  flex-direction: column;
  margin-bottom: 2rem;
  display: none;
}

.cpt-card-listing .grid .card .card-link {
  border-radius: 1.8rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.cpt-card-listing .grid .card .card-link:hover:before {
  content: "";
  height: 20.6rem;
  width: 100%;
  background-image: linear-gradient(#0000 55.73%, #0000008a 100%);
  display: block;
  position: absolute;
}

.cpt-card-listing .grid .card .card-link:hover:after {
  height: auto;
  width: 3.9rem;
  display: block;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.cpt-card-listing .grid .card .card-link .card-featured-image {
  height: 20.6rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
  width: 36.7rem;
}

.cpt-card-listing .grid .card .card-description {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.footer {
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  margin-top: auto;
}

.footer .footer-links .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer .footer-links .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.footer .footer-links .grid .footer-brand {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer .footer-links .grid .footer-brand {
    margin-bottom: 4rem;
  }
}

.footer .footer-links .grid .footer-brand img {
  height: 3rem;
}

@media (min-width: 768px) {
  .footer .footer-links .grid .footer-brand img {
    height: 4.8rem;
  }
}

.footer .footer-links .grid .footer-heading {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.4rem;
  display: flex;
}

.footer .footer-links .grid .footer-heading:after {
  height: 1rem;
  width: 1rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
  margin-left: 1.6rem;
  display: flex;
}

@media (min-width: 768px) {
  .footer .footer-links .grid .footer-heading {
    margin-top: 4rem;
  }

  .footer .footer-links .grid .footer-heading:after {
    --tw-content: none;
    content: var(--tw-content);
  }

  .footer .footer-links .grid .footer-heading:first-of-type {
    margin-top: 0;
  }
}

.footer .footer-links .grid .footer-heading.single {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer .footer-links .grid .footer-heading.single {
    margin-bottom: 0;
  }
}

.footer .footer-links .grid .footer-heading.single:after {
  --tw-content: none;
  content: var(--tw-content);
}

.footer .footer-links .grid .footer-heading.single a {
  font-weight: 900 !important;
}

.footer .footer-links .grid h6 {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.footer .footer-links .grid ul {
  padding-left: 0;
}

@media (min-width: 768px) {
  .footer .footer-links .grid ul.view-all {
    display: none;
  }
}

.footer .footer-links .grid p,
.footer .footer-links .grid li {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  list-style-type: none;
  font-weight: 300 !important;
}

.footer .footer-links .grid a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.footer .footer-links .grid a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer .footer-links .grid a {
  font-weight: 300 !important;
}

.footer .footer-links .grid .sub-items {
  flex-direction: column;
  padding: 2.5rem;
  display: flex;
}

@media (min-width: 768px) {
  .footer .footer-links .grid .sub-items {
    height: 56rem;
    padding: 13rem 4rem 1rem;
  }
}

.footer .footer-links .grid .sub-items .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer .footer-links .grid .sub-items .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer .footer-links .grid .sub-items p,
.footer .footer-links .grid .sub-items li {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.footer .footer-links .grid .featured {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 255 / var(--tw-bg-opacity));
  border-radius: 1.8rem;
  flex-direction: column;
  padding: 2.5rem;
  display: flex;
}

@media (min-width: 768px) {
  .footer .footer-links .grid .featured {
    height: auto;
    border-radius: 1.8rem;
    padding: 4rem 4.5rem;
  }
}

.footer .footer-links .grid .featured p,
.footer .footer-links .grid .featured li,
.footer .footer-links .grid .featured a {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.footer .footer-links .grid .featured .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer .footer-links .grid .featured .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer .footer-links .grid .featured .grid .grid-items:first-of-type {
    grid-column: span 1 / span 1;
  }
}

.footer .footer-impressum .grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.footer .footer-impressum .grid .footer-text {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  display: flex;
}

@media (min-width: 768px) {
  .footer .footer-impressum .grid .footer-text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.email-subscribe {
  --tw-bg-opacity: 1;
  background-color: rgb(254 245 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(240 146 82 / var(--tw-text-opacity));
  margin-top: 8rem;
}

@media (min-width: 768px) {
  .email-subscribe {
    margin-top: 4rem;
  }
}

.email-subscribe .section-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (min-width: 768px) {
  .email-subscribe .section-content {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}

.email-subscribe .section-content > img {
  height: 11.7rem;
  width: auto;
  margin-top: -10rem;
  margin-bottom: 1.2rem;
}

.email-subscribe .section-content .heading {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 900;
}

.email-subscribe .section-content > p {
  text-align: center;
  margin-bottom: 2rem;
}

.email-subscribe .section-content .subscribe-widget {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (min-width: 768px) {
  .email-subscribe .section-content .subscribe-widget {
    max-width: 46rem;
  }
}

.email-subscribe .section-content .subscribe-widget .subscribe-field {
  height: 5rem;
  width: 100%;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 0.3;
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.email-subscribe .section-content .subscribe-widget .subscribe-field:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.email-subscribe .section-content .subscribe-widget .subscribe-btn {
  height: 5rem;
  width: 7.6rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(240 146 82 / var(--tw-bg-opacity));
  border-top-right-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-subscribe .section-content .subscribe-widget .subscribe-btn img {
  height: 2.4rem;
  width: 2.4rem;
}

.modal {
  display: none;
}

.modal.open {
  z-index: 30;
  height: 100vh;
  width: 100vw;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal.open .modal-window {
  height: 83.3333%;
  width: 91.6667%;
}

@media (min-width: 768px) {
  .modal.open .modal-window {
    height: 90%;
    width: 90%;
    position: relative;
  }
}

.modal.open .modal-window .modal-close-btn {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  background-image: url("../img/icons/icon_modal_close.395405e9.svg");
  background-size: cover;
  margin-bottom: 1.5rem;
  margin-left: auto;
  position: relative;
}

@media (min-width: 768px) {
  .modal.open .modal-window .modal-close-btn {
    height: 2.8rem;
    width: 2.8rem;
    position: absolute;
    top: auto;
    right: -4rem;
  }
}

.modal.open .modal-window .modal-close-btn img {
  height: 100%;
  width: 100%;
}

.modal.open .modal-window .modal-body {
  height: 85vh;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  overflow-y: auto;
}

@media (min-width: 768px) {
  .modal.open .modal-window .modal-body {
    height: 100%;
    padding: 2rem;
  }
}

.modal.open .modal-window .modal-body .heading {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .modal.open .modal-window .modal-body .heading {
    margin-bottom: 2rem;
  }

  .modal.open .modal-window .modal-body p,
  .modal.open .modal-window .modal-body li {
    margin-bottom: 1rem;
  }
}

.modal.open .modal-window .modal-body iframe {
  height: 100%;
  width: 100%;
}

.section-breadcrumb .breadcrumb-list {
  height: 2.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.section-breadcrumb .breadcrumb-list a,
.section-breadcrumb .breadcrumb-list span {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
}

.section-breadcrumb .breadcrumb-list a {
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  flex-direction: row;
  align-items: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  display: flex;
}

.section-breadcrumb .breadcrumb-list a:after {
  content: url("../img/icons/icon_breadcrumb_separator.2b482631.svg");
  margin-left: 1rem;
  margin-right: 1rem;
}

.rank-math-breadcrumb p {
  align-items: center;
  display: flex;
}

.rank-math-breadcrumb p a,
.rank-math-breadcrumb p span {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
}

.rank-math-breadcrumb p a {
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  flex-direction: row;
  align-items: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  display: flex;
}

.rank-math-breadcrumb p a:after {
  content: url("../img/icons/icon_breadcrumb_separator.2b482631.svg");
  margin-left: 1rem;
  margin-right: 1rem;
}

.rank-math-breadcrumb p .separator {
  display: none;
}

.rank-math-breadcrumb p span.last {
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5rem;
  display: none;
  overflow: hidden;
}

.load-more-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

@media (min-width: 768px) {
  .load-more-wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.event-info-sticky {
  z-index: 30;
  --tw-bg-opacity: 1;
  background-color: rgb(66 98 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 1.8rem;
  justify-content: flex-start;
  padding: 3.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .event-info-sticky {
    width: 36.5rem;
    flex-direction: column;
    padding: 6rem 4rem;
    display: flex;
  }

  .event-info-sticky.sticky-on {
    position: fixed;
    top: 3rem;
  }
}

.event-info-sticky .date-wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 2.4rem;
  display: flex;
}

.event-info-sticky .date-wrapper .date-day {
  height: auto;
  padding-right: 0.5rem;
  font-size: 4.8rem;
  font-weight: 700;
}

.event-info-sticky .date-wrapper .date-month {
  height: auto;
  text-transform: uppercase;
  font-size: 2.4rem;
}

.event-info-sticky .date-timing {
  margin-bottom: 1.2rem;
  margin-left: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  position: relative;
}

.event-info-sticky .date-timing:before {
  height: 2rem;
  width: auto;
  content: url("../img/icons/icon_timing.815f6efd.svg");
  margin-right: 1rem;
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -3rem;
}

.event-info-sticky .location-wrapper {
  margin-left: 3rem;
  position: relative;
}

.event-info-sticky .location-wrapper a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.event-info-sticky .location-wrapper .location-name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}

.event-info-sticky .location-wrapper .location-name:before {
  height: 2rem;
  width: auto;
  content: url("../img/icons/icon_map.895131a2.svg");
  margin-right: 1rem;
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -3rem;
}

.event-info-sticky .location-wrapper .location-address {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.625;
}

.event-info-sticky .event-medium {
  margin-left: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  position: relative;
}

.event-info-sticky .event-medium:before {
  height: 2rem;
  width: auto;
  content: url("../img/icons/icon_meeting.4d9f2e6c.svg");
  margin-right: 1rem;
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -3rem;
}

.event-info-sticky .call2action {
  margin-top: 2.4rem;
}

.article-info-sticky {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 248 / var(--tw-bg-opacity));
  border-radius: 1.8rem;
  padding: 3.6rem;
}

@media (min-width: 768px) {
  .article-info-sticky {
    width: 36.5rem;
  }

  .article-info-sticky.sticky-on {
    position: fixed;
    top: 3rem;
  }
}

.article-info-sticky .contributor-information {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.article-info-sticky .contributor-information .contributor-image {
  height: 8rem;
  width: 8rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.8rem;
  margin-right: 1.5rem;
}

.article-info-sticky .contributor-information .contributor-meta {
  font-size: 1.6rem;
  line-height: 2rem;
}

.article-info-sticky
  .contributor-information
  .contributor-meta
  .contributor-name {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-bottom: 0.5rem;
}

.article-info-sticky .contributor-information .contributor-meta .post-date {
  --tw-text-opacity: 1;
  color: rgb(118 119 121 / var(--tw-text-opacity));
}

.article-info-sticky .table-of-contents {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.article-info-sticky .table-of-contents a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  font-weight: 400 !important;
}

.article-info-sticky .table-of-contents ul {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  padding-left: 0;
}

.article-info-sticky .table-of-contents ul li {
  margin-bottom: 1rem;
  padding-left: 2.25rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  list-style-type: none;
  display: flex;
}

.article-info-sticky .table-of-contents ul li:before {
  content: "";
}

.article-info-sticky .table-of-contents ul li.toc-active:before {
  content: "●";
  --tw-text-opacity: 1;
  color: rgb(240 146 82 / var(--tw-text-opacity));
  margin-left: -2.25rem;
  margin-right: 1.2rem;
}

.article-info-sticky .table-of-contents ul li.toc-active a {
  font-weight: 700 !important;
}

.article-info-sticky .share-widgets {
  flex-direction: column;
  display: flex;
}

.article-info-sticky .share-widgets .share-heading {
  --tw-text-opacity: 1;
  color: rgb(118 119 121 / var(--tw-text-opacity));
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.article-info-sticky .share-widgets .share-wrapper {
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.article-info-sticky .share-widgets [data-media] {
  height: 2.7rem;
  width: 2.7rem;
  margin-right: 2.4rem;
}

.article-info-sticky .share-widgets [data-media] img {
  object-fit: cover;
  object-position: center;
}

table.tablepress {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  table.tablepress {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

table.tablepress thead {
  background-color: rgb(0 94 184 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.15;
  text-align: left;
  font-weight: 700;
}

table.tablepress thead tr th {
  border-style: none;
  padding: 0.8rem 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 94 184 / var(--tw-text-opacity)) !important;
}

table.tablepress tbody tr {
  border-style: none;
}

table.tablepress tbody tr.even {
  background-color: rgb(0 94 184 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.05;
}

table.tablepress tbody tr.even td:first-of-type {
  --tw-bg-opacity: 1;
  background-color: rgb(236 242 250 / var(--tw-bg-opacity));
}

table.tablepress tbody tr.odd {
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 254 / var(--tw-bg-opacity));
}

table.tablepress tbody tr.odd td:first-of-type {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 252 / var(--tw-bg-opacity));
}

table.tablepress tbody tr td {
  border-style: none;
  padding: 0.8rem 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 94 184 / var(--tw-text-opacity)) !important;
}

.visible {
  visibility: visible !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.top-2\/3 {
  top: 66.6667% !important;
}

.left-1\/2 {
  left: 50% !important;
}

.order-2 {
  order: 2 !important;
}

.order-1 {
  order: 1 !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.h-9 {
  height: 2.25rem !important;
}

.w-full {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.grow {
  flex-grow: 1 !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.resize {
  resize: both !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.flex-col {
  flex-direction: column !important;
}

.items-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.gap-8 {
  gap: 2rem !important;
}

.scroll-smooth {
  scroll-behavior: smooth !important;
}

.border {
  border-width: 1px !important;
}

.bg-\[\#f0f1f1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 241 241 / var(--tw-bg-opacity)) !important;
}

.bg-sustainable-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(98 198 139 / var(--tw-bg-opacity)) !important;
}

.bg-driven-pink {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 67 123 / var(--tw-bg-opacity)) !important;
}

.bg-regal-lilac {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(92 85 235 / var(--tw-bg-opacity)) !important;
}

.bg-sure-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 94 184 / var(--tw-bg-opacity)) !important;
}

.bg-visionary-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 98 255 / var(--tw-bg-opacity)) !important;
}

.bg-grounded-brown {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(179 163 143 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.text-\[3\.4rem\] {
  font-size: 3.4rem !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.text-sure-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 94 184 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.btn {
  cursor: pointer;
  padding: 1rem 2.4rem;
  display: inline-block;
}

@media (min-width: 768px) {
  .btn {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.8rem;
  }
}

.btn {
  text-decoration: none !important;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  box-shadow: 0 4px #005bb3 !important;
}

@media (min-width: 768px) {
  .btn-primary {
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-shadow: 0px 4px 0px #003466;
    --tw-shadow-colored: 0px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 130 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  box-shadow: 0 4px #c3d9ed !important;
}

@media (min-width: 768px) {
  .btn-secondary {
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .btn-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 231 240 / var(--tw-bg-opacity));
    --tw-shadow: 0px 4px 0px #afcce8;
    --tw-shadow-colored: 0px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.btn-subscribe {
  --tw-bg-opacity: 1;
  background-color: rgb(240 146 82 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  align-items: center;
  display: flex;
  box-shadow: 0 4px #e1762e !important;
}

@media (min-width: 768px) {
  .btn-subscribe {
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .btn-subscribe:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 118 46 / var(--tw-bg-opacity));
    --tw-shadow: 0px 4px 0px #e1762e;
    --tw-shadow-colored: 0px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.btn-subscribe img {
  height: 2.4rem;
  width: 2.4rem;
  margin-left: 1rem;
}

.btn-download {
  height: 7.5rem;
  width: 32rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  border-radius: 1.8rem;
  flex-direction: row;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 2rem;
  line-height: 2.8rem;
  display: inline-flex;
  text-decoration: none !important;
}

.btn-download:after {
  min-height: 2.4rem;
  min-width: 2.4rem;
  margin-left: auto;
  content: url("../img/icons/icon_download_button.9ca70be8.svg") !important;
}

.link-no-underline a,
a.link-no-underline {
  text-decoration: none !important;
}

.cpt-tabs .tabs {
  flex-direction: row;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .cpt-tabs .tabs {
    padding-bottom: 0;
    overflow: hidden;
  }
}

.cpt-tabs .tabs a {
  height: 4.4rem;
  width: max-content;
  cursor: pointer;
  white-space: nowrap;
  --tw-border-opacity: 1;
  border-width: 2px;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  border-radius: 9999px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.6rem;
  padding: 1rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .cpt-tabs .tabs a {
    margin-right: 2.4rem;
  }
}

.cpt-tabs .tabs a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.cpt-tabs .tabs a.active:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

.cpt-tabs .tabs a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.cpt-tabs .tabs a.active:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

.cpt-tabs .tabs a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.cpt-tabs .tabs a.active:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .cpt-tabs .tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .cpt-tabs .tabs a.active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .cpt-tabs .tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .cpt-tabs .tabs a.active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .cpt-tabs .tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .cpt-tabs .tabs a.active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

.filter-controls {
  width: max-content;
  display: block;
}

@media (min-width: 768px) {
  .filter-controls {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

.filter-controls .filter-heading,
.filter-controls .filter-heading-close {
  height: 7rem;
  width: 100%;
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(193 193 194 / var(--tw-border-opacity));
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .filter-controls .filter-heading,
  .filter-controls .filter-heading-close {
    height: 4.4rem;
    width: max-content;
    --tw-border-opacity: 1;
    border-width: 2px;
    border-color: rgb(0 94 184 / var(--tw-border-opacity));
    border-radius: 9999px;
  }
}

.filter-controls .filter-heading:after,
.filter-controls .filter-heading-close:after {
  height: 1rem;
  width: 1rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
  margin-left: 1.6rem;
  display: flex;
}

@media (min-width: 768px) {
  .filter-controls .filter-heading:after,
  .filter-controls .filter-heading-close:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(0 94 184 / var(--tw-border-opacity));
  }
}

.filter-controls .filter-heading.active,
.filter-controls .filter-heading-close.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.filter-controls .filter-heading.active:after,
.filter-controls .filter-heading-close.active:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

.filter-controls .filter-heading.active,
.filter-controls .filter-heading-close.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.filter-controls .filter-heading.active:after,
.filter-controls .filter-heading-close.active:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

.filter-controls .filter-heading.active,
.filter-controls .filter-heading-close.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.filter-controls .filter-heading.active:after,
.filter-controls .filter-heading-close.active:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

.filter-controls .filter-heading.active,
.filter-controls .filter-heading-close.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.filter-controls .filter-heading.active:after,
.filter-controls .filter-heading-close.active:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

.filter-controls .filter-heading.active,
.filter-controls .filter-heading-close.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.filter-controls .filter-heading.active:after,
.filter-controls .filter-heading-close.active:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

.filter-controls .filter-heading.active,
.filter-controls .filter-heading-close.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
}

.filter-controls .filter-heading.active:after,
.filter-controls .filter-heading-close.active:after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .filter-controls .filter-heading.active,
  .filter-controls .filter-heading-close.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .filter-controls .filter-heading.active:after,
  .filter-controls .filter-heading-close.active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .filter-controls .filter-heading.active,
  .filter-controls .filter-heading-close.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .filter-controls .filter-heading.active:after,
  .filter-controls .filter-heading-close.active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .filter-controls .filter-heading.active,
  .filter-controls .filter-heading-close.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .filter-controls .filter-heading.active:after,
  .filter-controls .filter-heading-close.active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .filter-controls .filter-heading.active,
  .filter-controls .filter-heading-close.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .filter-controls .filter-heading.active:after,
  .filter-controls .filter-heading-close.active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .filter-controls .filter-heading.active,
  .filter-controls .filter-heading-close.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .filter-controls .filter-heading.active:after,
  .filter-controls .filter-heading-close.active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .filter-controls .filter-heading.active,
  .filter-controls .filter-heading-close.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color,
      -webkit-text-decoration-color, text-decoration-color, fill, stroke,
      opacity, box-shadow, transform, filter, -webkit-backdrop-filter,
      backdrop-filter;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .filter-controls .filter-heading.active:after,
  .filter-controls .filter-heading-close.active:after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

.filter-controls .filter-heading.active:after,
.filter-controls .filter-heading-close.active:after {
  content: var(--tw-content);
  --tw-rotate: 225deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.filter-controls .filter-heading-mobile {
  height: 4.4rem;
  width: max-content;
  cursor: pointer;
  --tw-border-opacity: 1;
  border-width: 2px;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  border-radius: 9999px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.filter-controls .filter-heading-mobile:after {
  height: 1rem;
  width: 1rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgb(0 94 184 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
  margin-left: 1.6rem;
  display: flex;
}

@media (min-width: 768px) {
  .filter-controls .filter-heading-mobile,
  .filter-controls .filter-heading-close {
    display: none;
  }
}

.filter-controls .filter-heading-close {
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 255 / var(--tw-bg-opacity));
}

.filter-controls .filter-heading-close:after {
  --tw-content: none;
  content: var(--tw-content);
}

.filter-controls .filter-heading-close .filter-close {
  height: 2.4rem;
  width: 2.4rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-controls .filter-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .filter-controls .filter-wrapper {
    height: 0;
    width: auto;
    flex-direction: row;
    margin-bottom: 8rem;
    display: flex;
    position: relative;
  }
}

.filter-controls .filter-wrapper.wrapper-active {
  z-index: 20;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.filter-controls .filter-wrapper .filter-group {
  width: 100%;
  margin-right: 2rem;
  display: inline-block;
}

.filter-controls .filter-wrapper .filter-group .filter-items {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.filter-controls .filter-wrapper .filter-group .filter-items.items-active {
  border-width: 0;
  padding: 2rem 2.4rem;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .filter-controls .filter-wrapper .filter-group .filter-items.items-active {
    --tw-border-opacity: 1;
    border-width: 2px;
    border-color: rgb(0 94 184 / var(--tw-border-opacity));
    border-radius: 2.2rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 2.25rem;
    position: absolute;
  }
}

.filter-controls .filter-wrapper .filter-group .filter-items .filter-option {
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: flex;
}

.filter-controls
  .filter-wrapper
  .filter-group
  .filter-items
  .filter-option:before {
  height: 2.4rem;
  width: 2.4rem;
  margin-right: 1rem;
  content: url("../img/icons/icon_checkbox_off.89f87574.svg") !important;
}

.filter-controls
  .filter-wrapper
  .filter-group
  .filter-items
  .filter-option.checked:before {
  content: url("../img/icons/icon_checkbox_on.5927a3c9.svg") !important;
}

.h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
}

.h2 {
  font-size: 2.8rem;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  .h2 {
    font-size: 3.4rem;
    line-height: 2.4rem;
  }
}

.h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

@media (min-width: 768px) {
  .h3 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}

.h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

@media (min-width: 768px) {
  .h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

.h5 {
  font-size: 2rem;
  line-height: 2.4rem;
}

.h6 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.lead-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  .lead-text {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

p,
li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  list-style-type: disc;
}

@media (min-width: 768px) {
  p,
  li {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

p {
  margin-bottom: 1.4rem;
}

ul,
ol {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2.4rem;
}

ol li {
  list-style-type: decimal;
}

.flickity-page-dots {
  position: static !important;
}

.mega-menu,
.vp-xs .footer-group,
.vp-sm .footer-group {
  display: none !important;
}

.menu-active,
.nav-active {
  display: flex !important;
}

.vp-xs .footer-group-active,
.vp-sm .footer-group-active {
  display: block !important;
}

.items-not-found {
  height: 5vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.items-not-found > .not-found {
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  margin-left: 3.4rem;
  font-size: 1.8rem;
  font-weight: 400;
}

.elementor-popup-modal .dialog-close-button i {
  display: none;
}

.elementor-popup-modal .dialog-close-button {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  background-image: url("../img/icons/icon_modal_close.395405e9.svg");
  background-size: cover;
  margin-bottom: 1.5rem;
  margin-left: auto;
  position: absolute;
}

@media (min-width: 768px) {
  .elementor-popup-modal .dialog-close-button {
    height: 2.8rem;
    width: 2.8rem;
  }
}

.elementor-popup-modal .dialog-close-button {
  top: -3.6rem !important;
  right: 0 !important;
}

@media (min-width: 768px) {
  .elementor-popup-modal .dialog-close-button {
    top: 2rem !important;
    right: -4rem !important;
  }
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: 1 !important;
}

.elementor-accordion-item .elementor-tab-title,
.elementor-accordion-item .elementor-tab-title.elementor-active {
  border-bottom: 1px solid #c1c1c2;
  border-bottom-width: 1px !important;
}

.elementor-accordion-item .elementor-tab-title {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.elementor-accordion-item .elementor-accordion-title {
  text-decoration: none !important;
}

.elementor-accordion-item
  .elementor-tab-title
  .elementor-accordion-icon.elementor-accordion-icon-right {
  order: 1;
}

.hidden-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hidden-mobile {
    display: block !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1 !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:w-\[75\.5rem\] {
    width: 75.5rem !important;
  }

  .md\:w-\[36\.5rem\] {
    width: 36.5rem !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.3333% !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }
}
