@charset "UTF-8";
:root {
  --indigo:#27004c;
  --mid-indigo:#5900c1;
  --bright-indigo:#873BFF;
  --violet:#E2AFF9;
  --mid-indigo-10:#EEE5F9;
  --official-red: #E31837;
  --light-grey: #E9E5ED;
  --yellow:#F4eF4D;
  --aqua:#44e2d3;
  --solid-black:#000;
  --black:var(--solid-black);
  --solid-white:#fff;
  --white:var(--solid-white);
  --ui-light:rgba(39, 0, 76, 0.80);
  --focus-orange:#FF6631;
  /* additional */
  --light-indigo:#9785A9;
}

body {
  color: var(--indigo);
  font-size: 1rem;
  font-family: var(--body-font);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}

:focus {
  outline-color: var(--focus-orange);
}

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

p,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
p:first-child,
ul:first-child {
  padding-top: 0;
  margin-top: 0;
}
p:last-child,
ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

/* Bootstrap select */
.dropdown.bootstrap-select {
  width: auto !important;
}
.dropdown.bootstrap-select .bs-ok-default {
  top: 10px !important;
}
.dropdown.bootstrap-select .bs-ok-default:after {
  width: 8px;
  height: 15px;
  border-width: 0 2px 2px 0;
}
.dropdown.bootstrap-select .dropdown-toggle {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 600;
  gap: 0px;
  border-radius: 0;
}
.dropdown.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}
.dropdown.bootstrap-select .dropdown-toggle:after {
  border: 0;
  -webkit-mask: url(../images/icons/arrow.svg) center no-repeat;
          mask: url(../images/icons/arrow.svg) center no-repeat;
  -webkit-mask-size: 14px;
  mask-size: 16px;
  background-color: var(--indigo);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
}
.dropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 600;
}
.dropdown.bootstrap-select div.dropdown-menu {
  border: none !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid var(--violet) !important;
  padding: 4px !important;
  border-radius: 0 !important;
}
.dropdown.bootstrap-select div.dropdown-menu .dropdown-item {
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 600;
  padding: 7px 10px;
  color: var(--indigo);
  margin-bottom: 4px;
}
.dropdown.bootstrap-select div.dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.dropdown.bootstrap-select div.dropdown-menu .dropdown-item.active, .dropdown.bootstrap-select div.dropdown-menu .dropdown-item:active {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
  outline: 3px solid var(--focus-orange);
  outline-offset: -3px;
  border-radius: 5px;
}
.dropdown.bootstrap-select div.dropdown-menu .dropdown-item.selected, .dropdown.bootstrap-select div.dropdown-menu .dropdown-item:hover {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
}
.dropdown.bootstrap-select div.dropdown-menu .dropdown-item .material-symbols-sharp {
  display: none;
}

/* advance dropdown */
.advanced-language-selector {
  margin: 0;
}
.advanced-language-selector .dropdown {
  width: auto !important;
}
.advanced-language-selector .dropdown .bs-ok-default {
  top: 10px !important;
}
.advanced-language-selector .dropdown .bs-ok-default:after {
  width: 8px;
  height: 15px;
  border-width: 0 2px 2px 0;
}
.advanced-language-selector .dropdown .dropdown-toggle {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 600;
  gap: 0px;
  border-radius: 0;
  color: var(--indigo);
  align-items: center;
}
.advanced-language-selector .dropdown .dropdown-toggle:focus {
  outline: 0 !important;
}
.advanced-language-selector .dropdown .dropdown-toggle.show:after {
  transform: rotate(180deg);
}
.advanced-language-selector .dropdown .dropdown-toggle:after {
  border: 0;
  -webkit-mask: url(../images/icons/arrow.svg) center no-repeat;
          mask: url(../images/icons/arrow.svg) center no-repeat;
  -webkit-mask-size: 14px;
  mask-size: 16px;
  background-color: var(--indigo);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}
.advanced-language-selector .dropdown .dropdown-toggle:before {
  content: "";
  border: 0;
  -webkit-mask: url(../images/icons/lang.svg) center no-repeat;
          mask: url(../images/icons/lang.svg) center no-repeat;
  -webkit-mask-size: 14px;
  mask-size: 20px;
  background-color: var(--indigo);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}
.advanced-language-selector .dropdown .dropdown-toggle .filter-option-inner-inner {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 600;
}
.advanced-language-selector .dropdown ul.dropdown-menu {
  border: none !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid var(--violet) !important;
  padding: 8px 4px 4px !important;
  border-radius: 0 !important;
  width: 100%;
  min-width: 200px;
}
.advanced-language-selector .dropdown ul.dropdown-menu li.active a {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
}
.advanced-language-selector .dropdown ul.dropdown-menu li.active a:after {
  display: inline-block;
}
.advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item {
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 600;
  padding: 7px 30px 7px 10px;
  padding-inline-start: 10px;
  padding-inline-end: 30px;
  color: var(--indigo);
  margin-bottom: 4px;
  position: relative;
}
.advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--mid-indigo);
  border-bottom: 2px solid var(--mid-indigo);
  display: inline-block;
  transform: rotate(310deg);
  right: 10px;
  top: 12px;
  display: none;
  background: transparent;
}
.advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item.active, .advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item:active {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
  outline: 3px solid var(--focus-orange);
  outline-offset: -3px;
  border-radius: 5px;
}
.advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item:focus-visible {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
  outline: 3px solid var(--focus-orange);
  outline-offset: -3px;
  border-radius: 5px;
}
.advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item.selected, .advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item:hover {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
}
.advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item .material-symbols-sharp {
  display: none;
}

[dir=rtl] .advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item {
  text-align: right;
}
[dir=rtl] .advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item:after {
  right: auto;
  left: 12px;
  height: 14px;
  width: 8px;
}

.custom-dropdown .dropdown .bs-ok-default {
  top: 10px !important;
}
.custom-dropdown .dropdown .bs-ok-default:after {
  width: 8px;
  height: 15px;
  border-width: 0 2px 2px 0;
}
.custom-dropdown .dropdown .dropdown-toggle {
  box-shadow: none !important;
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 400;
  gap: 0px;
  border-radius: 0;
  color: var(--indigo);
  background-color: var(--solid-white);
  padding: 14px 8px 14px 16px;
  line-height: 1em;
  border-radius: 4px;
  border: 2px solid var(--mid-indigo);
  align-items: center;
}
.custom-dropdown .dropdown .dropdown-toggle:focus {
  outline: 0;
}
.custom-dropdown .dropdown .dropdown-toggle.show:after {
  transform: rotate(180deg);
}
.custom-dropdown .dropdown .dropdown-toggle:after {
  border: 0;
  -webkit-mask: url(../images/icons/arrow.svg) center no-repeat;
          mask: url(../images/icons/arrow.svg) center no-repeat;
  -webkit-mask-size: 14px;
  mask-size: 16px;
  background-color: var(--indigo);
  width: 30px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  margin-inline-start: auto;
}
.custom-dropdown .dropdown .dropdown-toggle .filter-option-inner-inner {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 600;
}
.custom-dropdown .dropdown ul.dropdown-menu {
  border: none !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1px solid var(--violet) !important;
  padding: 8px 4px 4px !important;
  border-radius: 0 !important;
  width: 100%;
  min-width: 200px;
  max-height: 140px;
  overflow: hidden;
  overflow-y: auto;
}
.custom-dropdown .dropdown ul.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.custom-dropdown .dropdown ul.dropdown-menu::-webkit-scrollbar-track {
  background: var(--violet);
}
.custom-dropdown .dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--indigo);
}
.custom-dropdown .dropdown ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: var(--indigo);
}
.custom-dropdown .dropdown ul.dropdown-menu li.active a {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
}
.custom-dropdown .dropdown ul.dropdown-menu li.active a:after {
  display: inline-block;
}
.custom-dropdown .dropdown ul.dropdown-menu .dropdown-item {
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 600;
  padding: 7px 30px 7px 10px;
  padding-inline-start: 10px;
  padding-inline-end: 30px;
  color: var(--indigo);
  margin-bottom: 4px;
  position: relative;
}
.custom-dropdown .dropdown ul.dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.custom-dropdown .dropdown ul.dropdown-menu .dropdown-item:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--mid-indigo);
  border-bottom: 2px solid var(--mid-indigo);
  display: inline-block;
  transform: rotate(310deg);
  right: 10px;
  top: 12px;
  display: none;
}
.custom-dropdown .dropdown ul.dropdown-menu .dropdown-item.active, .custom-dropdown .dropdown ul.dropdown-menu .dropdown-item:active {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
  outline: 3px solid var(--focus-orange);
  outline-offset: -3px;
  border-radius: 5px;
}
.custom-dropdown .dropdown ul.dropdown-menu .dropdown-item:focus-visible {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
  outline: 3px solid var(--focus-orange);
  outline-offset: -3px;
  border-radius: 5px;
}
.custom-dropdown .dropdown ul.dropdown-menu .dropdown-item.selected, .custom-dropdown .dropdown ul.dropdown-menu .dropdown-item:hover {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
}
.custom-dropdown .dropdown ul.dropdown-menu .dropdown-item .material-symbols-sharp {
  display: none;
}

[dir=rtl] .custom-dropdown .dropdown ul.dropdown-menu .dropdown-item {
  text-align: right;
}

.custom-dropdown-checkbox ::-webkit-scrollbar {
  width: 5px;
}
.custom-dropdown-checkbox ::-webkit-scrollbar-track {
  background: var(--violet);
}
.custom-dropdown-checkbox ::-webkit-scrollbar-thumb {
  background: var(--indigo);
}
.custom-dropdown-checkbox ::-webkit-scrollbar-thumb:hover {
  background: var(--indigo);
}
.custom-dropdown-checkbox .multiselect-dropdown__list {
  padding: 0;
}
.custom-dropdown-checkbox .multiselect-dropdown__scroll {
  max-height: 100%;
  overflow-y: initial;
}
.custom-dropdown-checkbox .multiselect-dropdown__dialog {
  max-width: 100%;
  top: calc(100% + 0px);
}
.custom-dropdown-checkbox dialog {
  padding: 8px 4px 4px;
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
  border-left: 1px solid var(--violet);
  border-bottom: 1px solid var(--violet);
  border-right: 1px solid var(--violet);
  border-top: 0;
}
.custom-dropdown-checkbox dialog .form-item {
  padding-inline-start: 10px;
  margin-block-end: 10px;
}
.custom-dropdown-checkbox dialog .form-item label {
  margin-bottom: 0;
}
.custom-dropdown-checkbox dialog input[type=checkbox] + label,
.custom-dropdown-checkbox dialog input[type=radio] + label {
  padding-inline-start: 10px;
  /* font-size: px-to-rem(18px); */
  font-weight: 400;
}

input[type=search]:focus {
  outline: 2px solid var(--solid-black);
  outline-offset: 0px;
  box-shadow: 0px 0px 0px 5px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.toolbar p,
.toolbar li,
.toolbar div {
  font-size: 14px;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1224px;
  }
}
button.slick-prev-custom,
button.slick-next-custom {
  z-index: 0;
}

@media (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 16px;
    padding-left: 16px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row > * {
    padding-right: 8px;
    padding-left: 8px;
  }
}
div.node__content {
  padding-block-end: 0;
}

.node--unpublished {
  background-color: transparent;
}

.path-frontpage .region--highlighted {
  display: none;
}

:root {
  font-size: 16px;
  --body-font: "Open Sans", sans-serif;
  --title-font: "Work Sans", sans-serif;
}

a {
  color: var(--mid-indigo);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 14%;
  text-underline-offset: 5%;
  text-underline-position: from-font;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--indigo);
  margin-top: 0;
  margin-bottom: 0rem;
  font-family: var(--title-font);
  font-weight: normal;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 12px;
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--indigo);
  text-decoration: none;
}

a.h1:hover, a.h2:hover, a.h3:hover, a.h4:hover, a.h5:hover, a.h6:hover {
  color: var(--indigo);
}

.xld1 {
  font-size: 5.375rem;
  font-family: var(--title-font);
  font-weight: 800;
  line-height: 1.3em;
}

.xld2 {
  font-size: 3.5rem;
  font-family: var(--title-font);
  font-weight: 800;
  line-height: 1.3em;
}

.h1,
h1 {
  font-size: 3rem;
}

.h2,
h2 {
  font-size: 2.25rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
  font-family: var(--body-font);
  margin-bottom: 18px;
}

.h5,
h5 {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 18px;
}

.h6,
h6 {
  font-size: 1.1875rem;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 20px;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

p,
li {
  font-size: 1.125rem;
  line-height: 1.5em;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .xld1 {
    font-size: 4.375rem;
  }
  .xld2 {
    font-size: 3.25rem;
  }
  .h1,
  h1 {
    font-size: 2.375rem;
  }
  .h2,
  h2 {
    font-size: 2rem;
  }
  .h3,
  h3 {
    font-size: 1.625rem;
  }
  .h4,
  h4 {
    font-size: 1.375rem;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  .h6,
  h6 {
    font-size: 1.125rem;
  }
  p,
  li,
  div {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xld1 {
    font-size: 3.75rem;
  }
  .xld2 {
    font-size: 3.125rem;
  }
  .h1,
  h1 {
    font-size: 2.25rem;
  }
  .h2,
  h2 {
    font-size: 1.875rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 1.375rem;
  }
  .h5,
  h5 {
    font-size: 1.1875rem;
  }
  .h6,
  h6 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .xld1 {
    font-size: 2.625rem;
  }
  .xld2 {
    font-size: 2rem;
  }
  .h1,
  h1 {
    font-size: 1.75rem;
  }
  .h2,
  h2 {
    font-size: 1.625rem;
    margin-bottom: 16px;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .h4,
  h4 {
    font-size: 1.375rem;
  }
  .h5,
  h5 {
    font-size: 1.1875rem;
  }
  .h6,
  h6 {
    font-size: 1.125rem;
  }
  p,
  li {
    font-size: 1rem;
  }
}
/* global anchor */
.is-red a:after,
.is-mid-indigo a:after {
  background-color: var(--solid-white);
}

/* External link setting */
.main-header a:not(.btn):not(.footer-social ul li a)[target=_blank]:after,
.footer-wrap a:not(.btn):not(.footer-social ul li a)[target=_blank]:after {
  content: "";
  background-color: currentColor;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-inline-start: 0.3em;
  margin-bottom: -1px;
  -webkit-mask: url(../images/icons/external.svg) center no-repeat;
          mask: url(../images/icons/external.svg) center no-repeat;
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 0.7em;
  height: 0.7em;
}
.main-header a:not(.btn):not(.footer-social ul li a)[target=_blank][disabled]:after,
.footer-wrap a:not(.btn):not(.footer-social ul li a)[target=_blank][disabled]:after {
  background: currentColor;
}

.btn[target=_blank]:after {
  content: "";
  background-color: currentColor;
  display: inline-block;
  margin-inline-start: 0.3em;
  margin-bottom: -1px;
  -webkit-mask: url(../images/icons/external.svg) center no-repeat;
          mask: url(../images/icons/external.svg) center no-repeat;
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transition: all 0.3s;
}
.btn[target=_blank][disabled]:after {
  background: currentColor;
}

.btn {
  --bs-border-width: 1px;
  --bs-btn-line-height: 27px;
  --bs-btn-font-size: 18px;
  --bs-btn-font-family: var(--body-font);
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--indigo);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: var(--indigo);
  --bs-btn-border-radius: 0.5rem;
  --bs-btn-hover-border-color: var(--indigo);
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --cs-arrow-color: var(--solid-white);
  --bs-btn-focus-box-shadow: 0 0 0 0 transparent;
  --btn-after-icon: var(--solid-black);
  --cs-target-blank: var(--solid-white);
  --cs-target-blank-focus: var(--solid-white);
  --cs-target-blank-hover: var(--solid-white);
  /* disabled */
  --bs-btn-disabled-opacity: 1;
  --bs-btn-disabled-color: var(--light-indigo);
  --bs-btn-disabled-bg: var(--solid-white);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-disabled-icon: var(--solid-white);
  display: inline-block;
  gap: 9px;
  padding: 14px 16px;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: all 0.3s;
  align-items: center;
  -webkit-touch-callout: none;
}
.btn:has(.material-symbols-sharp) {
  display: inline-flex;
}
.btn:has(.material-symbols-sharp):after {
  display: none;
}
.btn:after {
  background-color: var(--btn-after-icon);
}
.btn[target=_blank]:after {
  background-color: var(--bs-btn-color);
  width: 1.3em;
  height: 1.3em;
  margin-bottom: 1px;
  margin-bottom: -5px;
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  font-weight: 600;
}
.btn:hover:after {
  background-color: var(--cs-number-hover-icon);
}
.btn.button {
  border: 0;
}
.btn.button:hover {
  font-weight: 600;
  border: 0;
}
.btn.disabled:after,
.btn [disabled]:after {
  background-color: var(--bs-btn-disabled-icon);
}
.btn:focus-visible {
  outline: 2px solid var(--solid-black);
  outline-offset: -2px;
  box-shadow: 0px 0px 0px 3px var(--focus-orange);
  color: currentColor;
}
.btn:focus-visible:after {
  background-color: var(--cs-number-focus-icon);
}
.btn-primary {
  --bs-btn-color: var(--solid-white);
  --bs-btn-bg: var(--mid-indigo);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--solid-white);
  --bs-btn-hover-bg: var(--indigo);
  --bs-btn-hover-border-color: var(--indigo);
  --bs-btn-active-color: var(--solid-white);
  --bs-btn-active-bg: var(--indigo);
  --bs-btn-active-border-color: var(--indigo);
  --bs-btn-active-shadow: none;
  --cs-target-blank: var(--solid-white);
  --cs-arrow-color: var(--solid-white);
  --bs-btn-focus-bg: var(--mid-indigo);
  --bs-btn-focus-border: var(--mid-indigo);
  --bs-btn-focus-color: var(--solid-white);
  --cs-number-hover-icon: var(--solid-white);
  --cs-number-focus-icon: var(--solid-white);
  /* disabled */
  --bs-btn-disabled-color: var(--light-indigo);
  --bs-btn-disabled-bg: var(--solid-white);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-disabled-icon: var(--light-indigo);
  border-width: 0;
}
.btn-primary:focus-visible {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
  transition: outline 0s, box-shadow 0s;
}
.btn-primary-dark {
  --bs-btn-color: var(--solid-white);
  --bs-btn-bg: var(--bright-indigo);
  --bs-btn-border-color: var(--bright-indigo);
  --bs-btn-hover-color: var(--indigo);
  --bs-btn-hover-bg: var(--violet);
  --bs-btn-hover-border-color: var(--violet);
  --bs-btn-active-color: var(--indigo);
  --bs-btn-active-bg: var(--violet);
  --bs-btn-active-border-color: var(--violet);
  --bs-btn-active-shadow: none;
  --cs-arrow-color: var(--solid-white);
  --bs-btn-focus-bg: var(--bright-indigo);
  --bs-btn-focus-border: var(--bright-indigo);
  --bs-btn-focus-color: var(--solid-white);
  --cs-number-focus-icon: var(--solid-white);
  --cs-number-hover-icon: var(--indigo);
  /* disabled */
  --bs-btn-disabled-color: var(--light-indigo);
  --bs-btn-disabled-bg: var(--solid-white);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-disabled-icon: var(--light-indigo);
  border-width: 0;
}
.btn-primary-dark:focus-visible {
  background-color: var(--bright-indigo);
  color: var(--solid-white);
}
.btn-tertiary {
  --bs-btn-color: var(--mid-indigo);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--mid-indigo);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--mid-indigo);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: none;
  --cs-arrow-color: var(--mid-indigo);
  --bs-btn-focus-bg: transparent;
  --bs-btn-focus-border: transparent;
  --bs-btn-focus-color: var(--mid-indigo);
  --cs-number-focus-icon: var(--mid-indigo);
  --cs-number-hover-icon: var(--mid-indigo);
  /* disabled */
  --bs-btn-disabled-color: var(--light-indigo);
  --bs-btn-disabled-bg: var(--solid-white);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-disabled-icon: var(--light-indigo);
  padding-left: 1px;
  padding-right: 0;
  border-width: 0;
}
.btn-tertiary:focus-visible {
  background-color: transparent;
  color: var(--mid-indigo);
}
.btn-tertiary-white {
  --bs-btn-color: var(--solid-white);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--solid-white);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--solid-white);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: none;
  --bs-btn-border-width: 0;
  --cs-arrow-color: var(--solid-white);
  --bs-btn-focus-bg: transparent;
  --bs-btn-focus-border: transparent;
  --bs-btn-focus-color: var(--solid-white);
  --cs-number-focus-icon: var(--solid-white);
  --cs-number-hover-icon: var(--solid-white);
  /* disabled */
  --bs-btn-disabled-color: var(--solid-white);
  --bs-btn-disabled-bg: var(--solid-white);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-disabled-icon: var(--solid-white);
  /* padding: 0; */
}
.btn-tertiary-white:focus-visible {
  background-color: transparent;
  color: var(--solid-white);
}
.btn-tertiary-dark {
  --bs-btn-color: var(--violet);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--violet);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--violet);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: none;
  --cs-arrow-color: var(--violet);
  --bs-btn-focus-bg: transparent;
  --bs-btn-focus-border: transparent;
  --bs-btn-focus-color: var(--violet);
  --cs-number-focus-icon: var(--violet);
  --cs-number-hover-icon: var(--violet);
  /* disabled */
  --bs-btn-disabled-color: var(--violet);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-disabled-icon: var(--violet);
  padding-left: 1px;
  padding-right: 0;
}
.btn-tertiary-dark:focus-visible {
  background-color: transparent;
  color: var(--violet);
}
.btn-secondary {
  --bs-btn-color: var(--indigo);
  --bs-btn-bg: var(--violet);
  --bs-btn-border-color: var(--violet);
  --bs-btn-hover-color: var(--solid-white);
  --bs-btn-hover-bg: var(--mid-indigo);
  --bs-btn-hover-border-color: var(--mid-indigo);
  --bs-btn-active-color: var(--solid-white);
  --bs-btn-active-bg: var(--mid-indigo);
  --bs-btn-active-border-color: var(--indigo);
  --bs-btn-active-shadow: none;
  --cs-target-blank: var(--solid-white);
  --cs-arrow-color: var(--indigo);
  --cs-target-blank-hover: var(--solid-white);
  --bs-btn-focus-bg: var(--violet);
  --bs-btn-focus-border: var(--violet);
  --bs-btn-focus-color: var(--indigo);
  --cs-number-focus-icon: var(--indigo);
  --cs-number-hover-icon: var(--solid-white);
  /* disabled */
  --bs-btn-disabled-color: var(--light-indigo);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--light-indigo);
  --bs-btn-disabled-icon: var(--light-indigo);
}
.btn-secondary:focus-visible {
  background-color: var(--violet);
  color: var(--indigo);
}
.btn-secondary-dark {
  --bs-btn-color: var(--indigo);
  --bs-btn-bg: var(--violet);
  --bs-btn-border-color: var(--violet);
  --bs-btn-hover-color: var(--solid-white);
  --bs-btn-hover-bg: var(--bright-indigo);
  --bs-btn-hover-border-color: var(--bright-indigo);
  --bs-btn-active-color: var(--solid-white);
  --bs-btn-active-bg: var(--bright-indigo);
  --bs-btn-active-border-color: var(--indigo);
  --bs-btn-active-shadow: none;
  --cs-target-blank: var(--solid-white);
  --cs-arrow-color: var(--indigo);
  --cs-target-blank-hover: var(--solid-white);
  --bs-btn-focus-bg: var(--violet);
  --bs-btn-focus-border: var(--violet);
  --bs-btn-focus-color: var(--indigo);
  --cs-number-focus-icon: var(--indigo);
  --cs-number-hover-icon: var(--solid-white);
  /* disabled */
  --bs-btn-disabled-color: var(--light-indigo);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--light-indigo);
  --bs-btn-disabled-icon: var(--light-indigo);
  border-width: 0;
}
.btn-secondary-dark:focus-visible {
  background-color: var(--violet);
  color: var(--indigo);
}
.btn {
  /*  &[target="_blank"] {
      &:after {
          display: none;
      }
  } */
  /* Sizes */
}
.btn-med {
  padding: 12px 16px;
  --bs-btn-font-size: 16px;
  --bs-btn-line-height: 24px;
}
.btn-med .material-symbols-sharp {
  font-size: 18px;
}
.btn-med[target=_blank]:after {
  width: 1.1em;
  height: 1.1em;
  margin-bottom: -2px;
}
.btn-small {
  padding: 12px 8px;
  --bs-btn-font-size: 14px;
  --bs-btn-line-height: 21px;
}
.btn-small .material-symbols-sharp {
  font-size: 16px;
}
.btn-small[target=_blank]:after {
  width: 0.9em;
  height: 0.9em;
  margin-bottom: -1px;
}
.btn {
  /*   &-icon{
         display: flex;
         align-items: center;
     }
  */
}
.btn .material-symbols-sharp {
  vertical-align: middle;
  line-height: 0.9167em;
  font-size: 22px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn-large {
    padding: 12px 16px;
    --bs-btn-font-size: 16px;
  }
  .btn-large .material-symbols-sharp {
    font-size: 18px;
  }
  .btn-large:after {
    width: 1.1em;
    height: 1.1em;
    margin-bottom: -1px;
  }
}
@media (max-width: 767px) {
  .btn-large {
    padding: 8px 12px;
    --bs-btn-font-size: 14px;
  }
  .btn-large .material-symbols-sharp {
    font-size: 16px;
  }
  .btn-large[target=_blank]:after {
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -1px;
  }
  .btn-med {
    padding: 8px 12px;
    --bs-btn-font-size: 14px;
  }
  .btn-med .material-symbols-sharp {
    font-size: 16px;
  }
  .btn-med[target=_blank]:after {
    width: 0.9em;
    height: 0.9em;
  }
}
.btn-return-top {
  display: flex;
  flex-direction: column;
  width: 37px;
  background-color: var(--dark-green);
  border-radius: 100px;
  text-align: center;
  color: var(--solid-white);
  text-decoration: none;
  padding: 40px 1.5px 10px 1.5px;
  line-height: 1em;
  gap: 13px;
  font-size: 0.875rem;
  width: 2.31rem;
  position: relative;
  border: 0;
  font-family: var(--title-font-bold);
  font-weight: normal;
}
.btn-return-top:after {
  content: "";
  width: 34px;
  height: 34px;
  padding: 10px;
  display: inline-block;
  -webkit-mask: url(../img/icons/return-top.svg) center no-repeat;
          mask: url(../img/icons/return-top.svg) center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  background-color: var(--dark-green);
}
.btn-return-top:before {
  content: "";
  width: 34px;
  height: 34px;
  padding: 10px;
  display: inline-block;
  background: var(--west-green);
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.btn-return-top span {
  display: inline-block;
}

.normal-link {
  color: var(--mid-indigo);
  font-weight: 600;
}
.normal-link[target=_blank]:after {
  background-color: var(--mid-indigo);
}

.btn-return-top:focus-visible {
  color: var(--almost-black);
  outline: 2px solid var(--almost-black);
  box-shadow: none;
}
.btn-return-top:focus-visible:before, .btn-return-top:focus-visible:after {
  top: -7px;
  outline: 2px solid var(--almost-black);
  background: var(--focus-yellow) url(../img/icons/return-top.svg) center no-repeat;
}

.form-submit-btn .form-submit:not([name=reset]) {
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 11px 16px 11px 50px;
  font-weight: 600;
  text-align: center;
  color: var(--solid-white);
  background: var(--mid-indigo) url(../images/icons/search.svg?ver1) no-repeat left 15px center;
  background-size: 28px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.form-submit-btn .form-submit:not([name=reset]):hover {
  background: var(--indigo) url(../images/icons/search.svg?ver1) no-repeat left 15px center;
  background-size: 28px;
}
.form-submit-btn .form-submit:not([name=reset]):focus-visible {
  outline: 3px solid var(--focus-orange);
  box-shadow: none;
  outline-offset: -3px;
}
.form-submit-btn .form-submit[name=reset] {
  width: 24px;
  height: 24px;
  background: var(--light-grey) url(../images/icons/close-indigo.svg) center no-repeat;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  content: "X";
  color: transparent;
  border: 0;
}
.form-submit-btn .form-submit[name=reset]:hover {
  background: var(--mid-indigo) url(../images/icons/close-indigo-w.svg) center no-repeat;
}

@media (max-width: 767px) {
  .form-submit-btn .form-submit:not([name=reset]) {
    font-size: 1rem;
  }
}
.form-submit-no-icon .form-submit:not([name=reset]) {
  border-radius: 8px;
  font-size: 16px;
  font-size: 1em;
  line-height: 1em;
  padding: 16px 16px;
  font-weight: 600;
  text-align: center;
  color: var(--solid-white);
  background: var(--mid-indigo);
  background-size: 28px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.form-submit-no-icon .form-submit:not([name=reset]):hover {
  background: var(--indigo);
  background-size: 28px;
}
.form-submit-no-icon .form-submit:not([name=reset]):focus-visible {
  outline: 2px solid var(--solid-black);
  outline-offset: -2px;
  box-shadow: 0px 0px 0px 3px var(--focus-orange);
  color: var(--solid-white);
}
.form-submit-no-icon .form-submit[name=reset] {
  width: 24px;
  height: 24px;
  background: var(--light-grey) url(../images/icons/close-indigo.svg) center no-repeat;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  content: "X";
  color: transparent;
  border: 0;
}
.form-submit-no-icon .form-submit[name=reset]:hover {
  background: var(--mid-indigo) url(../images/icons/close-indigo-w.svg) center no-repeat;
}

@media (max-width: 767px) {
  .form-submit-no-icon .form-submit:not([name=reset]) {
    font-size: 1rem;
  }
}
.form-submit-plain-btn .form-submit:not([name=reset]) {
  border-radius: 8px;
  font-size: 16px;
  font-size: 1em;
  line-height: 1em;
  padding: 16px 16px;
  font-weight: 600;
  text-align: center;
  color: var(--solid-white);
  background: var(--mid-indigo);
  background-size: 28px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.form-submit-plain-btn .form-submit:not([name=reset]):hover {
  background: var(--indigo);
  background-size: 28px;
}
.form-submit-plain-btn .form-submit:not([name=reset]):focus-visible {
  outline: 3px solid var(--focus-orange);
  box-shadow: none;
  outline-offset: -3px;
}
.form-submit-plain-btn .form-submit[name=reset] {
  border: 0;
  background: transparent;
  padding: 0;
  margin-left: 5px;
  font-weight: 600;
  color: var(--mid-indigo);
  text-decoration: underline;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 18%;
  text-underline-offset: 16%;
}
.form-submit-plain-btn .form-submit[name=reset]:hover {
  text-decoration: none;
}

.reset-close-icon {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  background-color: var(--light-grey);
  border-radius: 50%;
  top: 12px;
  cursor: pointer;
  transition: all 0.5s;
  border: 0;
}
.reset-close-icon:hover {
  background-color: var(--mid-indigo);
}
.reset-close-icon:hover:before, .reset-close-icon:hover:after {
  background-color: var(--solid-white);
}
.reset-close-icon:before, .reset-close-icon:after {
  content: "";
  width: 2px;
  height: 11px;
  display: inline-block;
  background-color: var(--mid-indigo);
  position: absolute;
  top: 6px;
  left: 11px;
  transform: rotate(45deg);
}
.reset-close-icon:after {
  transform: rotate(-45deg);
}

/*  */
.main-header {
  background-color: var(--mid-indigo);
  padding: 0;
  position: relative;
  z-index: 3;
}
.main-header .primary-nav .visually-hidden.block__title {
  display: none;
}
.main-header {
  /* Top navigation **/
}
.main-header .dropdown.bootstrap-select {
  min-width: 148px !important;
}
.main-header .dropdown.bootstrap-select div.dropdown-menu {
  min-width: 220px !important;
}
.main-header .header-worldwide {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.125rem;
  color: var(--indigo);
  padding: 0;
  font-weight: 600;
}
.main-header .top-navigation {
  background-color: var(--solid-white);
}
.main-header .top-navigation .c-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
  justify-content: space-between;
}
.main-header .top-navigation .c-left {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--indigo);
  font-weight: 600;
}
.main-header .top-navigation .c-left a {
  text-decoration: none;
}
.main-header .top-navigation .menu--level-1 {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
}
.main-header .top-navigation .menu--level-1 > li > a {
  font-size: 0.9375rem;
  line-height: 1.5em;
  display: block;
  padding: 3.75px 0;
  text-decoration: none;
}
.main-header {
  /* Top navigation end */
}
.main-header .nav-search-wrap {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 230px);
}
.main-header .flex-block {
  padding: 24px 0;
  align-items: center;
  display: flex;
  gap: 40px;
}
.main-header .navbar-brand {
  width: 190px;
  /*  &:focus-visible {
      outline: 3px solid var(--focus-orange);
      -webkit-box-shadow: none;
      box-shadow: none;
      outline-offset: 3px;
      border-radius: 1px;
  } */
}
.main-header .advanced-language-selector .dropdown .dropdown-toggle {
  display: flex;
}
.main-header #autocomplete-dropdown {
  display: none;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  width: calc(100% + 140px);
}
.main-header #autocomplete-dropdown li {
  font-size: 1rem;
}
.main-header #autocomplete-dropdown li a {
  padding: 8px;
  text-decoration: none;
  display: block;
}
.main-header #autocomplete-dropdown li a:hover {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
}
.main-header #autocomplete-dropdown li a strong {
  font-weight: 600;
}
.main-header .search-close {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  background-color: var(--light-grey);
  border-radius: 50%;
  top: 12px;
  cursor: pointer;
  transition: all 0.5s;
}
.main-header .search-close:hover {
  background-color: var(--mid-indigo);
}
.main-header .search-close:hover:before, .main-header .search-close:hover:after {
  background-color: var(--solid-white);
}
.main-header .search-close:before, .main-header .search-close:after {
  content: "";
  width: 2px;
  height: 14px;
  display: inline-block;
  background-color: var(--mid-indigo);
  position: absolute;
  top: 5px;
  left: 11.2px;
  transform: rotate(45deg);
}
.main-header .search-close:after {
  transform: rotate(-45deg);
}

@media (min-width: 1600px) {
  .main-header .flex-block {
    position: relative;
  }
  .main-header .search-inner {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-header .search-bar .container {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-header .flex-block {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .main-header .main-right-nav .search-toggle,
  .main-header .main-right-nav .btn-tertiary-white {
    position: relative;
  }
  .main-header .main-right-nav .search-toggle:hover:after,
  .main-header .main-right-nav .btn-tertiary-white:hover:after {
    display: inline-block !important;
    width: 101%;
  }
  .main-header .main-right-nav .search-toggle:after,
  .main-header .main-right-nav .btn-tertiary-white:after {
    content: "";
    position: absolute;
    bottom: 12px;
    width: 0%;
    background: var(--violet);
    display: inline-block !important;
    height: 3px;
    left: 5px;
    -webkit-mask: none;
            mask: none;
    transition: color 0.3s, width 0.3s;
  }
  .main-header .main-right-nav .btn-tertiary-white:not(.search-toggle):after {
    bottom: 11px;
    /*  width: 100%; */
    left: 0px;
    transition: color 0.3s, width 0.3s;
  }
  .main-header .main-right-nav .btn-tertiary-white:not(.search-toggle):hover:after {
    width: calc(100% + 3px);
  }
  .main-header .btn-tertiary-white {
    border-radius: 0;
  }
  .main-header .top-nav-wrap {
    display: none;
  }
  .main-header .navigation li a {
    text-decoration: none;
  }
  [dir=rtl] .main-header .navigation .mega-submenu {
    left: auto;
    right: -38px;
  }
  [dir=rtl] .main-header .search-inner {
    margin-left: 0;
    margin-right: -38px;
  }
}
[dir=rtl] .main-header {
  text-align: right;
}
[dir=rtl] .main-header .navigation ul.menu-level-0 > li .menu-dropdown-1 {
  right: auto;
  left: 0;
}

@media (max-width: 1199px) {
  .main-header.is-menu-opened .mobile-menu-toggle .close {
    display: inline;
  }
  .main-header.is-menu-opened .mobile-menu-toggle .menu {
    display: none;
  }
  .main-header .advanced-language-selector .dropdown .dropdown-toggle {
    height: 46px;
    font-size: 1rem;
  }
  .main-header .advanced-language-selector .dropdown ul.dropdown-menu .dropdown-item {
    font-size: 1rem;
  }
  .main-header .flex-block {
    padding: 20px 0;
    gap: 0;
  }
  .main-header .navbar-brand img {
    width: 147px;
  }
  .main-header .header-worldwide {
    font-size: 1rem;
    color: var(--indigo);
  }
  .main-header .top-nav-wrap {
    margin-bottom: 32px;
  }
  .main-header .top-nav-wrap .c-left {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
    font-size: 1rem;
    color: var(--indigo);
    flex-direction: column;
    align-items: self-start;
    gap: 4px;
  }
  .main-header .top-nav-wrap .c-left a {
    text-decoration: none;
  }
  .main-header .top-nav-wrap .c-right .menu--level-1 {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .main-header .top-nav-wrap .c-right .menu--level-1 li {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
  .main-header .top-nav-wrap .c-right .menu--level-1 li:last-child {
    margin-bottom: 0;
  }
  .main-header .top-nav-wrap .c-right .menu--level-1 li a {
    text-decoration: none;
  }
  .main-header .top-navigation {
    display: none;
  }
  .main-header .mobile-menu-toggle {
    font-size: 1.1875rem;
    font-weight: 700;
    font-family: var(--title-font);
    gap: 4px;
  }
  .main-header .mobile-menu-toggle .close {
    display: none;
  }
  .main-header .flyout-description {
    flex-direction: column;
    padding: 24px 16px;
    gap: 32px;
  }
}
/* Search */
.main-header.is-search-opened .search-bar {
  display: block;
}
.main-header.is-search-opened .search-toggle .close {
  display: inline;
}
.main-header.is-search-opened .search-toggle .search {
  display: none;
}
.main-header .promo-banner {
  background-color: var(--indigo);
  color: var(--solid-white);
  font-size: 1rem;
  padding: 16px 0;
}
.main-header .promo-banner li,
.main-header .promo-banner p {
  color: var(--solid-white);
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.main-header .promo-banner p a {
  margin-left: 16px;
}
.main-header .promo-banner a:not(.btn) {
  color: var(--solid-white);
  text-underline-offset: 0.08em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: 5%;
  text-decoration-color: var(--violet);
}
.main-header .promo-banner a:not(.btn):hover {
  text-decoration: none;
}
.main-header .promo-banner .c-row {
  display: flex;
}
.main-header .promo-banner .c-right {
  margin-left: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.main-header .promo-banner .promo-close {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}
.main-header .promo-banner .promo-close:hover {
  background-color: var(--mid-indigo);
}
.main-header .promo-banner .promo-close:after {
  content: "";
  -webkit-mask: url(../images/icons/close-promo.svg) center no-repeat;
          mask: url(../images/icons/close-promo.svg) center no-repeat;
  -webkit-mask-size: 14.383px;
          mask-size: 14.383px;
  background-color: var(--solid-white);
  width: 100%;
  height: 100%;
  display: inline-block;
  align-items: center;
}
.main-header .search-toggle .close {
  display: none;
}
.main-header .search-toggle .search {
  display: inline;
}
.main-header .search-bar {
  display: none;
  padding: 0;
  /* background-color: var(--solid-white); */
  position: absolute;
  width: 100%;
  z-index: 1;
}
.main-header .search-bar input[type=search] {
  border: 0;
  border-bottom: 1px solid var(--bright-indigo);
  width: 100%;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 8px;
  border-radius: 0;
  min-height: 48px;
}
.main-header .search-bar .btn-search {
  display: none;
}
.main-header .search-inner {
  display: flex;
  background-color: var(--solid-white);
  width: calc(100% + 0px);
  margin-left: 0px;
  box-shadow: 0px 4000px 0 4000px rgba(0, 0, 0, 0.2);
}
.main-header .search-inner .btn-wrap {
  display: none;
}
.main-header .search-inner .h3 {
  margin-bottom: 16px;
}
.main-header .search-inner .search-block-form {
  margin-bottom: 40px;
}
.main-header .search-inner .c-left {
  position: relative;
  max-width: calc(100% - 517px);
  flex: 1 1 calc(100% - 517px);
  padding-block: 80px;
  padding-inline: 40px;
  padding-block-end: 20px;
}
.main-header .search-inner .c-left:has(#autocomplete-dropdown[style*="display: block"]) .popular-search {
  display: none;
}
.main-header .search-inner .c-right {
  position: relative;
  flex: 1 1 517px;
}
.main-header .search-inner .c-right img {
  width: 100%;
  min-height: 414px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-header .search-inner .search-form {
  display: flex;
  gap: 16px;
  align-items: start;
}
.main-header .search-inner .js-form-type-search {
  flex: 1 1 auto;
  position: relative;
}
.main-header .search-inner .form-actions {
  flex: 0 0 auto;
}
.main-header .popular-search p {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.1875rem;
  margin-bottom: 16px;
}
.main-header .popular-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.main-header .popular-search ul li {
  font-weight: 600;
  font-size: 1.125rem;
}
.main-header .popular-search ul li > a {
  margin-bottom: 4px;
  color: var(--mid-indigo);
}
.main-header .popular-search ul li > a:hover {
  text-decoration: none;
}
.main-header .form-submit {
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 12px 16px 12px 50px;
  font-weight: 600;
  text-align: center;
  color: var(--solid-white);
  background: var(--mid-indigo) url(../images/icons/search.svg?ver1) no-repeat left 20px center;
  background-size: 28px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.main-header .form-submit:hover {
  background: var(--indigo) url(../images/icons/search.svg?ver1) no-repeat left 20px center;
  background-size: 28px;
}
.main-header .form-submit:focus-visible {
  outline: 2px solid var(--solid-black);
  outline-offset: -2px;
  box-shadow: 0px 0px 0px 3px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .search-inner {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .main-header .search-inner .c-left {
    padding-inline: 20px;
    max-width: calc(100% - 350px);
    flex: 1 1 calc(100% - 350px);
  }
  .main-header .search-inner .c-right {
    flex: 1 1 350px;
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  body:has(.is-search-opened) {
    overflow: hidden;
  }
  .main-header .search-bar {
    background-color: var(--solid-white);
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
    top: 0;
  }
  .main-header .search-inner {
    flex-direction: column;
    width: 100%;
    box-shadow: none;
    padding-bottom: 80px;
    margin-left: 0;
  }
  .main-header .search-inner .btn-wrap {
    display: flex;
    padding: 16px 0;
    height: 72px;
    align-items: center;
    justify-content: end;
  }
  .main-header .search-inner .btn-wrap .btn-cs {
    padding: 0;
    color: var(--mid-indigo);
    font-weight: 700;
    font-size: 1.1875rem;
    display: flex;
    background-color: transparent;
    border: 0;
  }
  .main-header .search-inner .btn-wrap .btn-cs:hover {
    color: var(--mid-indigo);
  }
  .main-header .search-inner .c-left {
    max-width: 100%;
    flex: 1 1 100%;
    padding-right: 0;
    padding-inline-end: 0;
    padding-inline-start: 0;
    padding-block: 32px;
  }
  .main-header .search-inner .c-right {
    display: none;
  }
  .main-header .popular-search p {
    font-size: 1rem;
  }
  .main-header .popular-search ul {
    flex-direction: column;
    gap: 8px;
  }
  .main-header .popular-search ul li {
    font-size: 1rem;
  }
  .main-header .popular-search ul li:last-child > a {
    margin-bottom: 0px;
  }
  .main-header .popular-search ul li.is-active {
    font-weight: 700;
  }
  .main-header .popular-search ul li.is-active:last-child > a {
    margin-bottom: 0px;
  }
  .main-header .popular-search ul li.is-active > a {
    color: var(--indigo);
    font-weight: 700;
  }
}
@media (max-width: 575px) {
  .main-header .promo-banner .c-right {
    align-items: start;
  }
  .main-header .promo-banner li,
  .main-header .promo-banner p {
    font-size: 0.875rem;
  }
  .main-header .promo-banner p a {
    margin-left: 0;
    margin-top: 8px;
    display: block;
  }
  .main-header #autocomplete-dropdown {
    width: calc(100% + 0px);
    position: absolute;
    top: 120px;
    left: 0;
  }
  .main-header #autocomplete-dropdown li {
    font-size: 0.875rem;
  }
  .main-header #autocomplete-dropdown li a {
    padding: 8px 4px;
  }
  .main-header .search-inner .search-form {
    flex-direction: column;
  }
  .main-header .search-inner .js-form-type-search {
    width: 100%;
  }
  .main-header .search-inner .form-submit {
    width: 100%;
    padding: 12px 16px;
    background-position: calc(50% - 50px);
  }
}
/* Search */
/* skip-to-content */
.skip-to-content {
  left: 50%;
  position: absolute;
  transform: translateY(-200%) translateX(-50%);
  transition: transform 0.3s;
  z-index: 5;
}
.skip-to-content:focus-visible {
  transform: translateY(10%) translateX(-50%);
}

.main-header .navbar-brand[target=_blank]:after {
  display: none;
}
.main-header .main-right-nav ul.menu--level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .main-right-nav ul.menu--level-1 > li > a {
  color: var(--solid-white);
}
.main-header .navigation ul.menu-level-0 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .navigation ul.menu-level-0 > li.menu-item--expanded > a:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  align-items: center;
}
.main-header .navigation ul.menu-level-0 > li {
  /* &:not(.menu-item--expanded) {
      >a[target=_blank]:after {
          background-color: var(--solid-white);
      }
  } */
}
.main-header .navigation ul.menu-level-0 > li > a {
  display: flex;
  align-items: center;
}
.main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description p {
  margin-bottom: 16px;
}
.main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description p:last-child {
  margin-bottom: 0;
}
.main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description p:first-child {
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 1.5em;
}
.main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description p:first-child a {
  color: var(--mid-indigo);
  text-decoration: underline;
  text-decoration-color: var(--bright-indigo);
  /*  box-shadow: none; */
  text-underline-offset: 0.08em;
  text-decoration-thickness: 10%;
}
.main-header .navigation .menu-level-1 {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}
.main-header .navigation .menu-level-1 > li {
  padding-block: 8px;
  padding-inline-end: 0;
}
.main-header .navigation .menu-level-1 > li.menu-item--expanded.is-active {
  background-color: var(--mid-indigo-10);
}
.main-header .navigation .menu-level-1 > li.menu-item--expanded > a {
  color: var(--mid-indigo);
  text-decoration: none;
}
.main-header .navigation .menu-level-1 > li.menu-item--expanded > a:hover {
  color: var(--indigo);
}
.main-header .navigation .menu-level-1 > li.text-section {
  font-size: 1.4375rem;
  font-weight: 700;
  color: var(--indigo);
  font-family: var(--title-font);
  line-height: 1.5em;
}
.main-header .navigation .menu-level-1 > li > a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
  color: var(--mid-indigo);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 10.5%;
  text-underline-offset: 16%;
  text-underline-position: from-font;
}
.main-header .navigation .menu-level-1 > li > a:hover {
  color: var(--mid-indigo);
  text-decoration: none;
}
.main-header .navigation .menu-level-1 > li > a:after {
  content: "";
  -webkit-mask: url(../images/icons/arrow-down.svg) center no-repeat;
          mask: url(../images/icons/arrow-down.svg) center no-repeat;
  -webkit-mask-size: 32px;
          mask-size: 32px;
  background-color: currentColor;
  width: 30px;
  height: 30px;
  display: inline-block;
  align-items: center;
}
.main-header .navigation .menu-level-2 {
  margin: 0;
  list-style: none;
  padding: 0;
}
.main-header .navigation .menu-level-2 > li {
  padding-block: 8px;
  padding-inline-start: 32px;
  padding-inline-end: 0;
}
.main-header .navigation .menu-level-2 > li:hover {
  background-color: var(--mid-indigo-10);
}
.main-header .navigation .menu-level-2 > li.last-menu-link {
  padding-block-start: 16px;
}
.main-header .navigation .menu-level-2 > li.first-menu-link {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.main-header .navigation .menu-level-2 > li.first-menu-link .menu-text {
  font-size: 1.4375rem;
  font-weight: 700;
  font-family: var(--title-font);
}
.main-header .navigation .menu-level-2 > li.first-menu-link .menu-text.menu-text-d {
  display: none;
}
.main-header .navigation .menu-level-2 > li .back-btn-3 {
  position: relative;
  z-index: 2;
  background-color: transparent;
  text-align: left;
  display: inline-block;
  border: 0;
  padding-left: 32px;
  color: var(--indigo);
}
.main-header .navigation .menu-level-2 > li .back-btn-3:hover {
  text-decoration: underline;
  color: var(--mid-indigo);
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 18%;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.main-header .navigation .menu-level-2 > li .back-btn-3:hover:before {
  background-color: var(--mid-indigo);
}
.main-header .navigation .menu-level-2 > li .back-btn-3:before {
  content: "";
  -webkit-mask: url(../images/icons/arrow-down.svg) center no-repeat;
          mask: url(../images/icons/arrow-down.svg) center no-repeat;
  -webkit-mask-size: 1.75em;
          mask-size: 1.75em;
  background-color: var(--indigo);
  width: 1.75em;
  height: 1.75em;
  display: inline-block;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 0;
}
.main-header .navigation .menu-level-2 > li > a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s;
  color: var(--mid-indigo);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 10.5%;
  text-underline-offset: 16%;
  text-underline-position: from-font;
}
.main-header .navigation .menu-level-2 > li > a:hover {
  color: var(--mid-indigo);
  text-decoration: none;
}
.main-header .navigation .menu-dropdown-1 {
  background-color: var(--mid-indigo-10);
  top: 0;
  bottom: 0;
}
.main-header .navigation .menu-dropdown-1 > .text-content p {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 27px;
  font-family: var(--title-font);
}
.main-header .navigation .menu-dropdown-1 > .text-content p > a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.main-header .navigation .menu-dropdown-1 > .text-content p > a:hover {
  color: var(--mid-indigo);
  /* &:before {
      background-color: var(--mid-indigo);
  } */
}
.main-header .navigation .menu-dropdown-1 > .text-content p > a {
  /*  &:before {
      content: "";
      mask: url(../images/icons/arrow-down.svg) center no-repeat;
      mask-size: 32px;
      background-color: var(--indigo);
      width: 30px;
      height: 20px;
      display: inline-block;
      align-items: center;
      transform: rotate(180deg);
  } */
}
.main-header .navigation .mega-submenu {
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  padding: 0px;
  top: 100%;
  z-index: 9;
  min-height: 270px;
  overflow: hidden;
}
.main-header .navigation {
  /* mega menu purple bar */
}
.main-header .navigation .flyout-description {
  background-color: var(--mid-indigo);
  padding: 40px;
  display: flex;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.main-header .navigation .flyout-description .c-left {
  flex: 1 1 63.3%;
  /* max-width: 553px; */
  padding-right: 40px;
}
.main-header .navigation .flyout-description .c-left p {
  font-family: var(--title-font);
}
.main-header .navigation .flyout-description .c-left ul {
  display: flex;
  gap: 24px;
  row-gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.main-header .navigation .flyout-description .c-left ul li {
  font-size: 1rem;
  font-weight: 600;
}
.main-header .navigation .flyout-description .c-right {
  flex: 1 1 36.7%;
  max-width: 36.7%;
  /* max-width: 553px; */
  padding: 16px 24px;
  background-color: var(--indigo);
}
.main-header .navigation .flyout-description p {
  font-size: 1rem;
  margin-bottom: 10px;
}
.main-header .navigation .flyout-description p:last-child {
  margin-bottom: 0;
}
.main-header .navigation .flyout-description p:first-child {
  font-size: 1.5rem;
  line-height: 1.3em;
  margin-bottom: 8px;
}
.main-header .navigation .flyout-description p:first-child strong {
  font-weight: 600;
}
.main-header .navigation .flyout-description a {
  color: var(--solid-white);
  text-underline-offset: 0.08em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: 5%;
  text-decoration-color: var(--violet);
}
.main-header .navigation .flyout-description a:hover {
  text-decoration: none;
}
.main-header .navigation .flyout-description ul li {
  line-height: 1.6em;
}
.main-header .navigation .flyout-description ul li a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.main-header .navigation .flyout-description ul li a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-mask: url(../images/icons/round-icon.svg) center no-repeat;
          mask: url(../images/icons/round-icon.svg) center no-repeat;
  -webkit-mask-size: 15.833px 15.833px;
          mask-size: 15.833px 15.833px;
  background: var(--violet);
}
.main-header .navigation {
  /* mega menu purple bar end*/
}

[dir=rtl] .main-header .navigation .mega-submenu {
  text-align: right;
}
[dir=rtl] .main-header .navigation ul.menu-level-1 > li.menu-item--expanded {
  text-align: right;
}
[dir=rtl] .main-header .navigation ul.menu-level-1 > li.menu-item--expanded > a:after {
  transform: rotate(180deg);
}
[dir=rtl] .main-header .navigation .menu-dropdown-1 > .text-content p > a:before {
  transform: rotate(0deg);
}
[dir=rtl] .main-header .navigation ul.menu-level-0 {
  text-align: right;
}
[dir=rtl] .main-header .navigation ul.menu-level-0 > li > a:before {
  left: 5px;
}
[dir=rtl] .main-header .navigation ul.menu-level-0 > li .field--name-field-menu-image img, [dir=rtl] .main-header .navigation ul.menu-level-0 > li .field--name-field-menu-image:after {
  left: 0;
  right: auto;
}
[dir=rtl] .main-header .navigation ul.menu-level-0 > li .field--name-field-menu-image.is-hide-img img {
  left: -683px;
  right: auto;
}

@media (min-width: 1200px) {
  .main-header .navbar,
  .main-header nav.contextual-region {
    position: static;
  }
  .main-header .main-right-nav {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-inline-start: auto;
  }
  .main-header .main-right-nav .search-toggle,
  .main-header .main-right-nav .btn-tertiary-white {
    padding-left: 0;
    padding-right: 0;
    transition: all 0.1s;
    transition: color 0.3s;
  }
  .main-header .main-right-nav .search-toggle:hover,
  .main-header .main-right-nav .btn-tertiary-white:hover {
    color: var(--violet);
  }
  .main-header .main-right-nav .btn {
    transition: color 0.3s, background 0.3s;
    font-size: 1rem;
    gap: 9px;
  }
  .main-header .main-right-nav .btn .material-symbols-sharp {
    font-size: 25px;
  }
  .main-header .main-right-nav ul.menu--level-1 {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-header .main-right-nav ul.menu--level-1 > li > a {
    color: var(--solid-white);
  }
  .main-header .navigation .mega-submenu {
    display: none;
    box-shadow: 0px 4000px 0 4000px rgba(0, 0, 0, 0.2);
    left: 0px;
    width: 100%;
  }
  .main-header .navigation ul.menu-level-0 {
    display: flex;
    gap: 20px;
    align-items: baseline;
  }
  .main-header .navigation ul.menu-level-0 > li > a {
    color: var(--solid-white);
    font-weight: 600;
    position: relative;
    font-size: 1rem;
    gap: 3px;
  }
  .main-header .navigation ul.menu-level-0 > li > a:before {
    content: "";
    display: inline-block;
    height: 3px;
    background-color: var(--violet);
    bottom: -1px;
    position: absolute;
    left: -1px;
    width: 0;
    transition: all 0.4s;
  }
  .main-header .navigation ul.menu-level-0 > li > a:hover {
    color: var(--violet);
  }
  .main-header .navigation ul.menu-level-0 > li > a:hover:before {
    width: calc(100% - 0px);
  }
  .main-header .navigation ul.menu-level-0 > li > a:hover:after {
    background-color: currentColor;
  }
  .main-header .navigation ul.menu-level-0 > li > a:focus-visible:before {
    display: none;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded > a:after {
    content: "";
    -webkit-mask: url(../images/icons/arrow.svg) center no-repeat;
            mask: url(../images/icons/arrow.svg) center no-repeat;
    -webkit-mask-size: 0.95em;
            mask-size: 0.95em;
    background-color: var(--solid-white);
    width: 28px;
    height: 30px;
    display: inline-block;
    align-items: center;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded.menu-item--active-trail > a {
    color: var(--violet);
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded.menu-item--active-trail > a:after {
    background-color: var(--violet);
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded.menu-item--active-trail > a:before {
    width: calc(100% - 0px);
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded.is-active .mega-submenu {
    display: block;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded.is-active > a {
    color: var(--violet);
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded.is-active > a:after {
    transform: rotate(180deg);
    background-color: var(--violet);
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded.is-active > a:before {
    width: calc(100% - 0px);
  }
  .main-header .navigation .menu-dropdown-0 {
    display: flex;
    min-height: 400px;
    position: relative;
  }
  .main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description {
    flex: 1 1 402px;
    padding: 80px 40px 80px;
    flex: 1 1 25.4%;
    background-color: var(--mid-indigo-10);
  }
  .main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description p:first-child {
    font-size: 1.4375rem;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--indigo);
  }
  .main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description p:first-child a {
    color: var(--mid-indigo);
  }
  .main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description p:first-child a:hover {
    text-decoration: none;
  }
  .main-header .navigation .menu-level-1 {
    /* flex: 1 1 calc(100% - 402px); */
    padding: 80px 0px 80px;
    position: relative;
    margin: 0;
    list-style: none;
    flex: 1 1 74.6%;
    margin-inline-start: 24px;
  }
  .main-header .navigation .menu-level-1.is-desktop-slide-stop > li .menu-dropdown-1 {
    transition: none;
  }
  .main-header .navigation .menu-level-1 > li {
    max-width: 50%;
    padding-block: 8px;
    padding-inline-start: 24px;
    padding-inline-end: 36px;
    margin-bottom: 4px;
  }
  .main-header .navigation .menu-level-1 > li:has(> a:focus-visible) {
    outline: 2px solid var(--solid-black);
    outline-offset: -5px;
    box-shadow: inset 0px 0px 0px 5px var(--focus-orange);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .main-header .navigation .menu-level-1 > li:has(> a:focus-visible) a {
    outline: 0;
    box-shadow: none;
  }
  .main-header .navigation .menu-level-1 > li:not(.menu-item--expanded) > a:after {
    display: none;
  }
  .main-header .navigation .menu-level-1 > li.menu-item--expanded.is-active {
    background-color: var(--mid-indigo-10);
  }
  .main-header .navigation .menu-level-1 > li.menu-item--expanded.is-active > a {
    color: var(--indigo);
  }
  .main-header .navigation .menu-level-1 > li.menu-item--expanded.is-active > a:after {
    background-color: currentColor;
  }
  .main-header .navigation .menu-level-1 > li.menu-item--expanded.is-active .menu-dropdown-1 {
    display: block;
  }
  .main-header .navigation .menu-level-1 > li:has(> a:hover) {
    background-color: var(--mid-indigo-10);
  }
  .main-header .navigation .menu-level-1 > li.text-section {
    /* padding-inline: 40px; */
    padding-top: 12px;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .main-header .navigation .menu-level-1 > li.text-section a {
    font-size: 1.75rem;
    font-weight: 700;
    font-family: var(--title-font);
  }
  .main-header .navigation .menu-level-1 > li.text-section:has(> a:hover) {
    background-color: var(--solid-white);
  }
  .main-header .navigation .menu-level-1 > li.is-active .menu-dropdown-1 {
    left: 0;
  }
  .main-header .navigation .menu-level-1 > li.is-active .submenu-level {
    z-index: 2;
    pointer-events: all;
  }
  .main-header .navigation .menu-level-1 > li .submenu-level {
    position: absolute;
    left: calc(50% - 10px);
    width: calc(50% + 10px);
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
  }
  .main-header .navigation .menu-level-1 > li .menu-dropdown-1 {
    position: absolute;
    background-color: var(--mid-indigo-10);
    width: 100%;
    top: 0;
    height: 100%;
    left: -100%;
    transition: all 0.4s;
    padding-top: 70px;
  }
  .main-header .navigation .menu-level-1 > li .menu-dropdown-1:has(.text-content) {
    padding-top: 80px;
  }
  .main-header .navigation .menu-level-1 > li .menu-dropdown-1 .text-content {
    padding-inline-start: 70px;
  }
  .main-header .navigation .menu-level-1 > li > a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s;
  }
  .main-header .navigation .menu-level-1 > li > a:after {
    content: "";
    -webkit-mask: url(../images/icons/arrow-down.svg) center no-repeat;
            mask: url(../images/icons/arrow-down.svg) center no-repeat;
    -webkit-mask-size: 1.75em;
            mask-size: 1.75em;
    background-color: var(--mid-indigo);
    width: 30px;
    height: 30px;
    display: inline-block;
    align-items: center;
  }
  .main-header .navigation .menu-level-2 {
    margin: 0;
    list-style: none;
    padding: 0 20px 0 0px;
  }
  .main-header .navigation .menu-level-2 > li {
    padding-block: 8px;
    padding-inline-start: 40px;
    padding-inline-end: 0;
    margin-bottom: 4px;
  }
  .main-header .navigation .menu-level-2 > li.last-menu-link {
    padding-block-start: 22px;
    font-size: 1.4375rem;
    font-weight: 700;
    font-family: var(--title-font);
  }
  .main-header .navigation .menu-level-2 > li.last-menu-link > a {
    font-weight: 700;
    font-size: 1.4375rem;
  }
  .main-header .navigation .menu-level-2 > li.first-menu-link {
    padding-inline-start: 36px;
  }
  .main-header .navigation .menu-level-2 > li {
    /*  &:hover {
        background-color: var(--mid-indigo-10);
    } */
  }
  .main-header .navigation .menu-level-2 > li > a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s;
  }
  .main-header .navigation {
    /*  .menu-dropdown-1 {
        position: absolute;
        left: 50%;
        padding-top: 80px;
        width: calc(50% + 1px);

        top: 0;
        bottom: 0;

    } */
  }
  .main-header .navigation .field--name-field-menu-image {
    background-color: var(--mid-indigo-10);
    width: calc(37.3% + 0px);
    position: absolute;
    transition: all 0.5s;
    right: 0;
    height: 100%;
    pointer-events: none;
  }
  .main-header .navigation .field--name-field-menu-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-header .mobile-menu-toggle,
  .main-header .back-btn,
  .main-header .back-btn-2,
  .main-header .is-desktop {
    display: none;
  }
  [dir=rtl] .main-header .navigation .menu-level-1 > li .submenu-level {
    left: auto;
    right: 100%;
  }
  [dir=rtl] .main-header .navigation .menu-level-1 > li.menu-item--expanded .menu-dropdown-1 {
    left: 100%;
    right: auto;
  }
  [dir=rtl] .main-header .navigation .menu-level-1 > li.menu-item--expanded.is-active .menu-dropdown-1 {
    left: 0%;
    right: auto;
  }
  [dir=rtl] .main-header .navigation .menu-level-1 > li.menu-item--expanded.is-active .submenu-level {
    left: auto;
    right: 50%;
  }
  [dir=rtl] .main-header .navigation .menu-level-2 > li .back-btn-3 {
    transform: rotate(180deg);
  }
  [dir=rtl] .main-header .navigation .field--name-field-menu-image {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1600px) {
  .main-header .navigation .mega-submenu {
    left: 50%;
    width: calc(100% + 128px);
    transform: translateX(-50%);
    max-width: 1600px;
  }
}
@media (max-width: 1199px) {
  .main-header.is-menu-opened .nav-search-wrap {
    left: 0%;
  }
  .main-header.is-menu-opened .mobile-menu-toggle {
    color: var(--mid-indigo);
    position: fixed;
    z-index: 2;
    right: 16px;
    top: 20px;
    align-items: center;
  }
  .main-header .back-btn,
  .main-header .back-btn-2 {
    color: var(--indigo);
    font-size: 1.1875rem;
    font-weight: 700;
    font-family: var(--title-font);
    position: absolute;
    z-index: 0;
    left: 10px;
    top: 20px;
    padding: 0;
  }
  .main-header .back-btn:hover,
  .main-header .back-btn-2:hover {
    color: var(--indigo);
  }
  .main-header .back-btn.btn .material-symbols-sharp,
  .main-header .back-btn-2.btn .material-symbols-sharp {
    font-size: 24px;
  }
  .main-header .back-btn-2 {
    gap: 0;
  }
  .main-header .back-btn-3 {
    display: none;
  }
  .main-header .nav-search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: var(--solid-white);
    z-index: 1;
    margin-inline-start: 0px;
    display: block;
    padding: 0 16px;
    transition: all 0.6s ease;
    left: 100%;
    padding-top: 94px;
    padding-bottom: 50px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  .main-header .nav-search-wrap.is-slide-left {
    /* left: -10%; */
    left: 0;
  }
  .main-header .nav-search-wrap::-webkit-scrollbar {
    display: none;
  }
  .main-header .nav-search-wrap .dropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 1rem;
  }
  .main-header .nav-search-wrap .dropdown.bootstrap-select .dropdown-item {
    font-size: 1rem;
  }
  .main-header .is-mobile {
    display: none;
  }
  .main-header .mobile-menu-toggle,
  .main-header .search-toggle {
    padding: 0px;
  }
  .main-header .mobile-menu-toggle.btn .material-symbols-sharp,
  .main-header .search-toggle.btn .material-symbols-sharp {
    font-size: 24px;
  }
  .main-header .btn-help {
    margin-inline-start: auto;
    margin-inline-end: 16px;
    padding: 0;
    width: 24px;
    height: 24px;
  }
  .main-header .search-toggle {
    margin-inline-end: 16px;
  }
  .main-header .main-right-nav .btn {
    display: block;
    margin-bottom: 8px;
  }
  .main-header .main-right-nav .btn:last-child {
    margin-bottom: 0;
  }
  .main-header .main-right-nav .btn.search-toggle {
    display: none;
  }
  .main-header .main-right-nav .btn.btn-tertiary-white {
    background-color: var(--solid-white);
    color: var(--indigo);
    border: 1px solid var(--mid-indigo);
  }
  .main-header .main-right-nav .btn.btn-help-dsk {
    display: none;
  }
  .main-header .navigation ul.menu-level-0 {
    list-style: none;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--violet);
    margin-bottom: 32px;
  }
  .main-header .navigation ul.menu-level-0 > li {
    font-size: 1.4375rem;
    padding: 16px 0;
  }
  .main-header .navigation ul.menu-level-0 > li:first-child {
    padding-top: 0;
  }
  .main-header .navigation ul.menu-level-0 > li:last-child {
    padding-bottom: 0;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded.is-active .mega-submenu {
    display: block;
    left: 0;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded > a:after {
    content: "";
    -webkit-mask: url(../images/icons/arrow-down.svg) center no-repeat;
            mask: url(../images/icons/arrow-down.svg) center no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background-color: var(--indigo);
    width: 30px;
    height: 30px;
    display: inline-block;
    align-items: center;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded .mega-submenu {
    position: fixed;
    z-index: 1;
    background: var(--solid-white);
    top: 0;
    height: 100%;
    left: 100%;
    transition: all 0.6s ease;
    left: 100%;
    padding-top: 100px;
    overflow: hidden;
    overflow-y: auto;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded .mega-submenu::-webkit-scrollbar {
    display: none;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded .mega-submenu.is-submenu-left {
    left: 0%;
  }
  .main-header .navigation ul.menu-level-0 > li.menu-item--expanded .mega-submenu .field--name-field-menu-image {
    display: none;
  }
  .main-header .navigation ul.menu-level-0 > li > a {
    color: var(--solid-black);
    text-decoration: none;
    font-weight: 700;
  }
  .main-header .navigation ul.menu-level-0 > li .menu-dropdown-0 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main-header .navigation .menu-level-1 {
    margin-bottom: 32px;
  }
  .main-header .navigation .menu-level-1 > li.menu-item--expanded.is-active .menu-dropdown-1 {
    left: 0;
  }
  .main-header .navigation .menu-level-1 > li {
    margin-bottom: 4px;
  }
  .main-header .navigation .menu-level-1 > li > a {
    font-size: 1rem;
    margin-bottom: 3px;
  }
  .main-header .navigation .menu-level-1 > li:not(.menu-item--expanded) > a:after {
    display: none;
  }
  .main-header .navigation .menu-level-1 li.text-section {
    font-size: 1.5rem;
    line-height: 1.3em;
    padding-top: 0;
  }
  .main-header .navigation .menu-level-1 li.text-section a {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
  .main-header .navigation .menu-dropdown-1 {
    position: fixed;
    left: 100%;
    width: 100%;
    padding-top: 94px;
    background-color: var(--mid-indigo-10);
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.6s ease;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  .main-header .navigation .menu-dropdown-1::-webkit-scrollbar {
    display: none;
  }
  .main-header .navigation .menu-dropdown-1 > .text-content p {
    padding: 0;
    margin-bottom: 16px;
    font-size: 1.3125rem;
  }
  .main-header .navigation .menu-dropdown-1 > .text-content p > a {
    padding: 0;
  }
  .main-header .navigation .menu-dropdown-1 > .text-content p > a:before {
    display: none;
  }
  .main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--violet);
    margin-bottom: 32px;
    display: none;
  }
  .main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description p:first-child {
    margin-bottom: 16px;
  }
  .main-header .navigation .menu-dropdown-0 > .field--name-field-menu-description p:first-child a {
    font-size: 1.4375rem;
    line-height: 1.2em;
    display: inline-block;
  }
  .main-header .navigation .flyout-description {
    padding: 32px 16px;
  }
  .main-header .navigation .flyout-description .c-right {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 16px;
  }
  .main-header .navigation .flyout-description .c-right p:first-child {
    font-size: 1rem;
  }
  .main-header .navigation .flyout-description .c-left {
    padding-right: 0;
    border-right: 0;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .main-header .navigation .flyout-description p:first-child {
    margin-bottom: 8px;
    font-size: 1.375rem;
  }
  .main-header .navigation .menu-level-2 > li {
    padding-inline-start: 0px;
    margin-bottom: 4px;
  }
  .main-header .navigation .menu-level-2 > li:last-child {
    margin-bottom: 0;
  }
  .main-header .navigation .menu-level-2 > li.last-menu-link {
    padding-block-start: 0px;
  }
  .main-header .navigation .menu-level-2 > li.last-menu-link a {
    font-size: 1.4375rem;
    font-weight: 700;
  }
  .main-header .navigation .menu-level-2 > li.first-menu-link {
    margin-bottom: 6px;
    padding-bottom: 8px;
    display: none;
  }
  .main-header .navigation .menu-level-2 > li.first-menu-link .menu-text {
    font-size: 1.3125rem;
  }
  .main-header .navigation .menu-level-2 > li.first-menu-link .menu-text.menu-text-d {
    display: inline;
  }
  .main-header .navigation .menu-level-2 > li.first-menu-link .menu-text.menu-text-m {
    display: none;
  }
  .main-header .navigation .menu-level-2 > li .back-btn-3 {
    padding-left: 0;
  }
  .main-header .navigation .menu-level-2 > li .back-btn-3:before {
    display: none;
  }
  .main-header .navigation .menu-level-2 > li > a {
    font-size: 1rem;
  }
  [dir=rtl] .main-header.is-menu-opened .nav-search-wrap {
    right: 0%;
  }
  [dir=rtl] .main-header.is-menu-opened .mobile-menu-toggle {
    left: 16px;
    right: auto;
  }
  [dir=rtl] .main-header .back-btn,
  [dir=rtl] .main-header .back-btn-2 {
    left: auto;
    right: 10px;
  }
  [dir=rtl] .main-header .back-btn .material-symbols-sharp,
  [dir=rtl] .main-header .back-btn-2 .material-symbols-sharp {
    transform: rotate(180deg);
  }
  [dir=rtl] .main-header .nav-search-wrap {
    right: 100%;
    min-height: 100dvh;
  }
  [dir=rtl] .main-header .navigation ul.menu-level-0 > li.menu-item--expanded > a:after {
    transform: rotate(180deg);
  }
  [dir=rtl] .main-header .navigation ul.menu-level-0 > li.menu-item--expanded.is-active .mega-submenu {
    left: auto;
    right: 0%;
  }
  [dir=rtl] .main-header .navigation ul.menu-level-0 > li.menu-item--expanded .mega-submenu {
    left: auto;
    right: 100%;
    min-height: 100dvb;
  }
  [dir=rtl] .main-header .navigation ul.menu-level-0 > li.menu-item--expanded .menu-dropdown-1 {
    left: auto;
    right: 100%;
  }
  [dir=rtl] .main-header .navigation ul.menu-level-0 > li:not(.menu-item--expanded) > a:after {
    display: none;
  }
  [dir=rtl] .main-header .navigation .menu-level-1 > li.menu-item--expanded.is-active .menu-dropdown-1 {
    left: auto;
    right: 0%;
  }
  [dir=rtl] .main-header .navigation .menu-level-1 > li > a:after {
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  .main-header .container,
  .main-header .container-lg,
  .main-header .container-md,
  .main-header .container-sm,
  .main-header .container-xl,
  .main-header .container-xxl {
    max-width: calc(1520px + 8%);
    padding-left: 4%;
    padding-right: 4%;
  }
  .main-header .navigation .field--name-field-menu-image img, .main-header .navigation .field--name-field-menu-image:after {
    min-width: 603px;
  }
}
@media (min-width: 1400px) and (max-width: 1619px) {
  .main-header .navigation .field--name-field-menu-image img, .main-header .navigation .field--name-field-menu-image:after {
    min-width: 483px;
  }
}
/*  @media (min-width:1400px) {
    .main-header {
        .navigation {
            .flyout-description {
                column-gap: 136px;
            }
        }
    }
} */
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-header .navbar-brand {
    width: 150px;
  }
  .main-header .navigation .field--name-field-menu-image img, .main-header .navigation .field--name-field-menu-image:after {
    min-width: 393px;
  }
  .main-header .navbar-brand {
    width: 147px;
  }
  .main-header .nav-search-wrap {
    margin-inline-start: 20px;
    width: calc(100% - 150px - 20px);
  }
  .main-header .navigation ul.menu-level-0 > li > a {
    font-size: 1rem;
  }
  .main-header .main-right-nav {
    gap: 10px;
  }
  .main-header .btn {
    font-size: 1rem;
  }
}
@media (min-width: 1281px) and (max-width: 1419px) {
  .main-header .navbar-brand {
    width: 150px;
  }
  .main-header .navigation .field--name-field-menu-image img, .main-header .navigation .field--name-field-menu-image:after {
    min-width: 393px;
  }
  .main-header .navbar-brand {
    width: 147px;
  }
  .main-header .nav-search-wrap {
    margin-inline-start: 20px;
    width: calc(100% - 150px - 20px);
  }
  .main-header .navigation ul.menu-level-0 {
    gap: 10px;
  }
  .main-header .navigation ul.menu-level-0 > li > a {
    font-size: 1rem;
  }
  .main-header .main-right-nav {
    gap: 10px;
  }
  .main-header .btn {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .main-header .nav-search-wrap {
    margin-inline-start: 10px;
    width: calc(100% - 150px - 10px);
  }
  .main-header .navbar-brand {
    width: 150px;
  }
  .main-header .navigation .field--name-field-menu-image img, .main-header .navigation .field--name-field-menu-image:after {
    min-width: 393px;
  }
  .main-header .navbar-brand {
    width: 135px;
  }
  .main-header .navigation ul.menu-level-0 {
    gap: 5px;
  }
  .main-header .navigation ul.menu-level-0 > li > a {
    font-size: 0.9375rem;
  }
  .main-header .main-right-nav {
    gap: 10px;
  }
  .main-header .main-right-nav .btn {
    gap: 7px;
  }
  .main-header .main-right-nav .btn .material-symbols-sharp {
    font-size: 22px;
  }
  .main-header .btn {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .main-header .navigation .flyout-description p {
    font-size: 0.875rem;
  }
  .main-header .navigation .flyout-description p:first-child {
    font-size: 1rem;
  }
  .main-header .navigation .flyout-description .c-left ul {
    flex-direction: column;
    gap: 8px;
  }
  .main-header .navigation .flyout-description .c-left ul li {
    font-size: 0.875rem;
  }
}
.footer-wrap {
  position: relative;
  z-index: 0;
}
.footer-wrap .change-lang {
  background-color: var(--official-red);
  position: relative;
}
.footer-wrap .change-lang .super-icon {
  right: -4.6%;
  left: auto;
  bottom: -51.3%;
  width: 360px;
  height: 360px;
  opacity: 0.5;
}
.footer-wrap .change-lang {
  /* .dropdown {
      &.bootstrap-select {
          min-width: 429px !important;
          background-color: var(--solid-white) !important;
          border: 2px solid var(--mid-indigo);
          padding: 7px 16px !important;
          border-radius: 4px;

          div.dropdown-menu {
              min-width: 100% !important;
              left: -16px !important;
          }
      }
  } */
}
.footer-wrap .region-language-switcher {
  position: relative;
  padding: 50px 0;
}
.footer-wrap .region-language-switcher:after {
  content: "";
  -webkit-mask: url(../images/globe.svg) bottom no-repeat;
          mask: url(../images/globe.svg) bottom no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: var(--solid-white);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 226px;
  max-width: 830px;
  z-index: 0;
  right: -36px;
}
.footer-wrap .region-language-switcher .form-item__label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer-wrap .region-language-switcher .bc-regional-browser-region-language-form {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 16px;
}
.footer-wrap .region-language-switcher h2,
.footer-wrap .region-language-switcher #edit-view-all {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.footer-wrap .region-language-switcher h2 {
  color: var(--solid-white);
  margin-bottom: 16px;
}
.footer-wrap .region-language-switcher #edit-view-all {
  color: var(--solid-white);
  font-weight: 600;
  text-decoration-color: var(--solid-white);
  font-size: 1.125rem;
}
.footer-wrap .region-language-switcher .form-select {
  border: 2px solid var(--mid-indigo);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--solid-white) url(../images/icons/arrow-select.svg) calc(100% - 15px) no-repeat;
  background-size: 16px;
  height: 48px;
}
.footer-wrap .region-language-switcher .region-language-switcher-form {
  position: relative;
  z-index: 1;
}
.footer-wrap .region-language-switcher .btn-primary {
  padding: 10.5px 16px;
  font-size: 1rem;
  font-weight: 600;
  background-image: url(../images/icons/pin.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 21px) center;
  padding-right: 58px;
}
.footer-wrap .region-language-switcher .js-form-type-select {
  max-width: 384px;
  width: 100%;
}
.footer-wrap .change-location-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.footer-wrap .change-location-wrapper .dropdown {
  max-width: 419px;
  width: 100%;
}
.footer-wrap .change-lang-inner {
  position: relative;
  z-index: 1;
}
.footer-wrap .change-lang-inner .c-row {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.footer-wrap .change-lang-inner p {
  color: var(--solid-white);
  font-size: 1.125rem;
  color: var(--solid-white);
}
.footer-wrap .change-lang-inner p a {
  color: var(--solid-white);
  font-weight: 600;
  text-decoration-color: var(--solid-white);
}

.main-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
.main-footer a {
  text-decoration: none;
}
.main-footer .footer-copyright {
  margin-bottom: 8px;
  font-size: 0.9375rem;
}
.main-footer .footer-copyright p {
  font-size: 0.9375rem;
}
.main-footer ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer ul.menu li a {
  color: var(--solid-white);
}
.main-footer .footer-top-menu {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--violet);
}
.main-footer .footer-top-menu .menu--level-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  row-gap: 40px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.main-footer .footer-top-menu .menu--level-1 > li {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.main-footer .footer-top-menu .menu--level-1 > li:last-child > a {
  margin-bottom: 0;
}
.main-footer .footer-top-menu .menu--level-1 > li a:after {
  background-color: var(--solid-white);
}
.main-footer .footer-top-menu .menu--level-1 > li.menu__item--has-children > a {
  display: inline-flex;
  position: relative;
  gap: 5px;
}
.main-footer .footer-top-menu .menu--level-1 > li.menu__item--has-children > a:hover:after, .main-footer .footer-top-menu .menu--level-1 > li.menu__item--has-children > a:hover[target=_blank]:after {
  background-color: currentColor;
}
.main-footer .footer-top-menu .menu--level-1 > li.menu__item--has-children > a:after, .main-footer .footer-top-menu .menu--level-1 > li.menu__item--has-children > a[target=_blank]:after {
  content: "";
  -webkit-mask: url(../images/icons/arrow.svg) center no-repeat;
          mask: url(../images/icons/arrow.svg) center no-repeat;
  -webkit-mask-size: 0.88em;
          mask-size: 0.88em;
  background-color: var(--solid-white);
  width: 1.75em;
  height: 1.6em;
  display: inline-block;
  align-items: center;
  transition: all 0.3s ease;
  margin: 0;
}
.main-footer .footer-top-menu .menu--level-1 > li.menu__item--has-children > ul.menu {
  display: none;
}
.main-footer .footer-top-menu .menu--level-1 > li.menu__item--has-children.is-active > ul.menu {
  display: block;
}
.main-footer .footer-top-menu .menu--level-1 > li.menu__item--has-children.is-active > a:after {
  transform: rotate(180deg);
}
.main-footer .footer-top-menu .menu--level-1 > li > a {
  font-size: 1.125rem;
  padding: 4px 0;
  display: inline-block;
  line-height: 1.5em;
  font-weight: 600;
  position: relative;
}
.main-footer .footer-top-menu .menu--level-1 > li > a:before {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: var(--violet);
  bottom: 0;
  position: absolute;
  left: -1px;
  width: 0;
  transition: all 0.4s;
}
.main-footer .footer-top-menu .menu--level-1 > li > a:hover {
  color: var(--violet);
}
.main-footer .footer-top-menu .menu--level-1 > li > a:hover:before {
  width: calc(100% + 2px);
}
.main-footer .footer-top-menu .menu--level-1 > li > a:hover:after {
  background-color: var(--violet);
}
.main-footer .footer-top-menu .menu--level-1 > li ul > li {
  font-weight: 600;
}
.main-footer .footer-top-menu .menu--level-1 > li ul > li:last-child > a {
  margin-bottom: 0px;
}
.main-footer .footer-top-menu .menu--level-1 > li ul > li > a {
  font-size: 0.9375rem;
  display: inline-block;
  padding: 4px 0;
  margin-bottom: 4px;
  position: relative;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: 5%;
  text-underline-position: from-font;
  text-decoration-color: transparent;
}
.main-footer .footer-top-menu .menu--level-1 > li ul > li > a:hover {
  color: var(--violet);
  text-decoration-color: var(--violet);
}
.main-footer .footer-top-menu .menu--level-1 > li ul > li > a:hover:after {
  background-color: var(--violet);
}
.main-footer .footer-top-menu .menu--level-1 > li ul > li > a:after {
  background-color: var(--solid-white);
}
.main-footer .footer-social {
  margin-bottom: 32px;
}
.main-footer .footer-social .h3 {
  margin-bottom: 16px;
}
.main-footer .footer-social ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .footer-social ul li {
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
}
.main-footer .footer-social ul li a {
  background: var(--solid-white);
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease;
}
.main-footer .footer-social ul li a:not(.btn):focus-visible {
  display: flex;
}
.main-footer .footer-social ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: var(--mid-indigo);
  transition: all 0.3s ease;
}
.main-footer .footer-social ul li a:after {
  display: none;
}
.main-footer .footer-social ul li a:hover {
  background-color: var(--indigo);
}
.main-footer .footer-social ul li a:hover:before {
  background-color: var(--solid-white);
}
.main-footer .footer-social ul li a:focus-visible {
  border-radius: 50%;
}
.main-footer .footer-social ul li a.social-fb:before {
  -webkit-mask: url(../images/icons/fb.svg) no-repeat;
          mask: url(../images/icons/fb.svg) no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.main-footer .footer-social ul li a.social-yt:before {
  -webkit-mask: url(../images/icons/yt.svg) no-repeat;
          mask: url(../images/icons/yt.svg) no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.main-footer .footer-social ul li a.social-x:before {
  -webkit-mask: url(../images/icons/x.svg) no-repeat;
          mask: url(../images/icons/x.svg) no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.main-footer .footer-social ul li a.social-insta:before {
  -webkit-mask: url(../images/icons/insta.svg) no-repeat;
          mask: url(../images/icons/insta.svg) no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.main-footer .footer-social ul li a.social-tik:before {
  -webkit-mask: url(../images/icons/tik.svg?ver1) no-repeat;
          mask: url(../images/icons/tik.svg?ver1) no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.main-footer .footer-menu-bottom {
  margin-bottom: 32px;
}
.main-footer .footer-menu-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.main-footer .footer-menu-bottom ul li {
  line-height: 0.9em;
  font-size: 0.9375rem;
}
.main-footer .footer-menu-bottom ul li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  margin-inline: 15px;
  margin-inline-end: 17px;
  background-color: var(--solid-white);
  vertical-align: middle;
}
.main-footer .footer-menu-bottom ul li:last-child:after {
  display: none;
}
.main-footer .footer-menu-bottom ul li a {
  line-height: 1.5em;
  display: inline-block;
  padding: 4px 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: 5%;
  text-underline-position: from-font;
  text-decoration-color: transparent;
  font-weight: 600;
}
.main-footer .footer-menu-bottom ul li a:hover {
  color: var(--violet);
  text-decoration-color: var(--violet);
}
.main-footer .footer-menu-bottom ul li a:hover:after {
  background-color: var(--violet);
}
.main-footer .footer-menu-bottom ul li a:after {
  background-color: var(--solid-white);
}
.main-footer .widget-bottom-text {
  font-size: 0.9375rem;
}
.main-footer .widget-bottom-text p {
  margin: 0;
  font-size: 0.9375rem;
}

.back-top-wrap {
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.back-top-wrap.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-top-wrap .back-top-inner {
  display: flex;
  justify-content: end;
}
.back-top-wrap .back-to-top {
  display: flex;
  padding-block: 12px;
  padding-inline-start: 16px;
  padding-inline-end: 8px;
  gap: 4px;
  align-items: center;
  background-color: var(--indigo);
  color: var(--solid-white);
  border-radius: 8px;
  border: 2px solid var(--violet);
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  pointer-events: auto;
}
.back-top-wrap .back-to-top:not(.btn):focus-visible {
  outline-offset: -2px;
  box-shadow: 0px 0px 0px 3px var(--focus-orange);
  outline: 2px solid var(--solid-black);
}
.back-top-wrap .back-to-top:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  -webkit-mask: url(../images/icons/arrow-back-top-hover.svg) center no-repeat;
          mask: url(../images/icons/arrow-back-top-hover.svg) center no-repeat;
  -webkit-mask: url(../images/icons/arrow-back-top.svg) center no-repeat;
          mask: url(../images/icons/arrow-back-top.svg) center no-repeat;
  -webkit-mask-size: 12px 12px;
          mask-size: 12px 12px;
  background-color: var(--solid-white);
}
.back-top-wrap .back-to-top:hover {
  background-color: var(--mid-indigo);
}
.back-top-wrap .back-to-top:hover:after {
  -webkit-mask: url(../images/icons/arrow-back-top-hover.svg) center no-repeat;
          mask: url(../images/icons/arrow-back-top-hover.svg) center no-repeat;
  -webkit-mask-size: 12px 18px;
          mask-size: 12px 18px;
}

[dir=rtl] .footer-wrap .change-lang:after {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .footer-wrap .region-language-switcher:after {
    max-width: 590px;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .custom-dropdown .dropdown .dropdown-toggle {
    padding: 16px 8px 16px 16px;
  }
}
@media (min-width: 992px) {
  .footer-wrap .container,
  .footer-wrap .container-lg,
  .footer-wrap .container-md,
  .footer-wrap .container-sm,
  .footer-wrap .container-xl,
  .footer-wrap .container-xxl,
  .back-top-wrap .container,
  .back-top-wrap .container-lg,
  .back-top-wrap .container-md,
  .back-top-wrap .container-sm,
  .back-top-wrap .container-xl,
  .back-top-wrap .container-xxl {
    max-width: calc(1464px + 8%);
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .region-language-switcher:after {
    max-width: 500px;
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .footer-wrap .show_super_icon .super-icon {
    -webkit-mask-position: 20px 0px;
            mask-position: 20px 0px;
    right: 0;
  }
  .footer-wrap .change-location-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .footer-wrap .change-location-wrapper .dropdown {
    max-width: none;
  }
}
@media (max-width: 991px) {
  .footer-wrap .change-lang .super-icon {
    width: 160px;
    height: 160px;
    bottom: -16.9%;
    right: -4px;
  }
  .footer-wrap .region-language-switcher {
    padding-bottom: 220px;
  }
  .footer-wrap .region-language-switcher:after {
    max-width: 500px;
    height: 170px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .back-top-wrap .back-to-top {
    font-size: 1rem;
    padding-inline-start: 8px;
    padding-inline-end: 0px;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .main-footer .footer-social {
    margin-bottom: 24px;
  }
  .main-footer .footer-social ul {
    gap: 24px;
  }
  .main-footer .footer-menu-bottom {
    margin-bottom: 16px;
  }
  .main-footer .region-language-switcher:after {
    max-width: 340px;
    height: 170px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 6px;
  }
  .main-footer .footer-top-menu .menu--level-1 {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .main-footer .footer-top-menu .menu--level-1 > li > a {
    font-size: 1rem;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .main-footer .footer-top-menu .menu--level-1 > li > a:before {
    display: none;
  }
  .main-footer .footer-top-menu .menu--level-1 > li.menu__item--has-children > a:after {
    width: 32px;
    height: 27px;
  }
  .main-footer .footer-top-menu .menu--level-1 > li ul > li > a {
    font-size: 0.75rem;
  }
  .main-footer .footer-copyright,
  .main-footer .widget-bottom-text {
    font-size: 0.75rem;
  }
  .main-footer .footer-copyright p,
  .main-footer .widget-bottom-text p {
    font-size: 0.75rem;
  }
  .main-footer .footer-menu-bottom ul li:after {
    margin-inline-start: 12px;
    margin-inline-end: 16px;
    height: 14px;
  }
  .main-footer .footer-menu-bottom ul li a {
    font-size: 0.75rem;
  }
  .footer-wrap .region-language-switcher {
    padding-bottom: 142px;
  }
  .footer-wrap .region-language-switcher:after {
    max-width: 340px;
    height: 124px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-mask-image: url(../images/globe-mobile.svg);
            mask-image: url(../images/globe-mobile.svg);
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
  .footer-wrap .region-language-switcher #edit-view-all {
    font-size: 1rem;
  }
  .footer-wrap .region-language-switcher .btn-primary {
    font-size: 0.875rem;
    padding: 9px 40px 9px 8px;
    background-size: 16px;
  }
}
[dir=rtl] .footer-wrap .show_super_icon .super-icon {
  left: 0;
  right: auto;
  transform: scaleX(1);
  -webkit-mask-position: -20px 0px;
          mask-position: -20px 0px;
}
[dir=rtl] .footer-wrap .region-language-switcher .form-select {
  background-position: 16px 18px;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}

@media (min-width: 1361px) {
  [dir=rtl] .footer-wrap .region-language-switcher:after {
    right: auto;
    left: -36px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  [dir=rtl] .footer-wrap .region-language-switcher:after {
    right: auto;
    left: -2px;
  }
}

.breadcrumb {
  overflow: hidden;
  background-color: var(--violet);
  padding: 16px 0;
  margin: 0;
}
.breadcrumb:after {
  display: none;
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb ol li {
  display: inline-flex;
  font-weight: 600;
  gap: 8px;
  font-size: 1rem;
  margin-right: 4px;
  min-height: 24px;
}
.breadcrumb ol li:last-child {
  margin-right: 0px;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol li:after {
  content: "";
  width: 24px;
  -webkit-mask: url(../images/icons/arrow-left.svg) center center no-repeat;
          mask: url(../images/icons/arrow-left.svg) center center no-repeat;
  background-color: var(--indigo);
  margin-left: 1px;
}
.breadcrumb a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--indigo);
  color: var(--indigo);
  text-decoration-thickness: 16%;
  text-underline-offset: 14%;
  text-underline-position: from-font;
}
.breadcrumb a:hover {
  text-decoration: none;
  color: var(--indigo);
}
.breadcrumb a:after {
  display: none;
}

body:has(.generic-banner.is-red) .breadcrumb,
body:has(.hero-banner-main.is-red) .breadcrumb,
body:has(.location-banner.is-red) .breadcrumb,
body:has(.blog-text-image.is-red) .breadcrumb,
body:has(.hero-banner-text-image.is-red) .breadcrumb {
  background-color: var(--official-red);
}
body:has(.generic-banner.is-red) .breadcrumb li:after,
body:has(.hero-banner-main.is-red) .breadcrumb li:after,
body:has(.location-banner.is-red) .breadcrumb li:after,
body:has(.blog-text-image.is-red) .breadcrumb li:after,
body:has(.hero-banner-text-image.is-red) .breadcrumb li:after {
  background-color: var(--solid-white);
}
body:has(.generic-banner.is-red) .breadcrumb a,
body:has(.hero-banner-main.is-red) .breadcrumb a,
body:has(.location-banner.is-red) .breadcrumb a,
body:has(.blog-text-image.is-red) .breadcrumb a,
body:has(.hero-banner-text-image.is-red) .breadcrumb a {
  color: var(--solid-white);
  text-decoration-color: var(--solid-white);
}

body:has(.generic-banner.is-white) .breadcrumb {
  background-color: var(--solid-white);
}

@media (min-width: 992px) {
  .breadcrumb .container,
  .breadcrumb .container-lg,
  .breadcrumb .container-md,
  .breadcrumb .container-sm,
  .breadcrumb .container-xl,
  .breadcrumb .container-xxl {
    max-width: calc(1520px + 8%);
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .breadcrumb ol li {
    font-size: 0.875rem;
  }
}
.bg-indigo {
  background-color: var(--indigo);
}
.bg-mid-indigo {
  background-color: var(--mid-indigo);
}
.bg-bright-indigo {
  background-color: var(--bright-indigo);
}
.bg-violet {
  background-color: var(--violet);
}
.bg-mid-indigo-10 {
  background-color: var(--mid-indigo-10);
}
.bg-official-red {
  background-color: var(--official-red);
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-aqua {
  background-color: var(--aqua);
}
.bg-solid-black {
  background-color: var(--solid-black);
}
.bg-solid-white {
  background-color: var(--solid-white);
}
.bg-ui-light {
  background-color: var(--ui-light);
}
.bg-focus-orange {
  background-color: var(--focus-orange);
}

.white-text p,
.white-text div,
.white-text li {
  color: var(--solid-white);
}

.section-space-small {
  padding: 40px 0;
}

.section-space {
  padding: 80px 0;
}

.section-space-small-btm {
  padding-bottom: 40px;
}

.section-space-top {
  padding-top: 80px;
}

.section-space-bottom {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-space {
    padding: 40px 0;
  }
  .section-space-top {
    padding-top: 40px;
  }
  .section-space-bottom {
    padding-bottom: 40px;
  }
}
/* slick slider common */
.slick-btn {
  border: 0;
  padding: 8px;
  color: var(--mid-indigo);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.slick-btn:hover {
  background-color: var(--indigo);
  color: var(--solid-white);
}
.slick-btn:focus-visible {
  outline: 2px solid var(--solid-black);
  outline-offset: 0px;
  box-shadow: 0px 0px 0px 5px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.slick-btn.disabled, .slick-btn.slick-disabled, .slick-btn[disabled] {
  color: var(--ui-light);
  background-color: var(--mid-indigo-10);
  pointer-events: none;
}
.slick-btn .material-symbols-sharp {
  font-size: 32px;
}

.slick-btn-theme-2 .slick-btn {
  color: var(--solid-white);
  background-color: var(--mid-indigo);
}
.slick-btn-theme-2 .slick-btn:hover {
  background-color: var(--indigo);
  color: var(--solid-white);
}
.slick-btn-theme-2 .slick-btn:focus-visible {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
}
.slick-btn-theme-2 .slick-btn:focus-visible:hover {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
}
.slick-btn-theme-2 .slick-btn.disabled, .slick-btn-theme-2 .slick-btn.slick-disabled, .slick-btn-theme-2 .slick-btn[disabled] {
  color: var(--ui-light);
  background-color: var(--mid-indigo-10);
  pointer-events: none;
}

.slick-btn-wrap {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.slick-btn-wrap:has(.slick-hidden) {
  display: none;
}

.slider-pagination {
  padding: 0;
  display: flex;
  gap: 8px;
  font-size: 1.125rem;
}
.slider-pagination .current-slide {
  font-weight: 600;
}

[dir=rtl] .custom-prev {
  order: -1;
  transform: rotate(180deg);
}
[dir=rtl] .custom-next {
  order: 1;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .slider-pagination {
    font-size: 1rem;
  }
  .slick-btn .material-symbols-sharp {
    font-size: 24px;
  }
}
/* slick slider common end */
/* focus global */
.focus-outline .h1 a:not(.btn):focus-visible,
.focus-outline .h2 a:not(.btn):focus-visible,
.focus-outline .h3 a:not(.btn):focus-visible,
.focus-outline .h4 a:not(.btn):focus-visible,
.focus-outline .h5 a:not(.btn):focus-visible,
.focus-outline .h6 a:not(.btn):focus-visible {
  display: inline-block;
}
.focus-outline a:not(.btn):focus-visible,
.focus-outline button:not(.btn):focus-visible {
  outline: 2px solid var(--solid-black);
  outline-offset: 0px;
  box-shadow: 0px 0px 0px 5px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.focus-outline select:focus {
  outline: 3px solid var(--solid-black);
  outline-offset: -2px;
  box-shadow: 0px 0px 0px 4px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.focus-outline input[type=checkbox]:checked:focus, .focus-outline input[type=radio]:checked:focus {
  outline: 2px solid var(--solid-black);
  outline-offset: -2px;
  box-shadow: 0px 0px 0px 3px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.focus-outline input[type=checkbox]:focus, .focus-outline input[type=radio]:focus {
  outline: 2px solid var(--solid-black);
  outline-offset: -2px;
  box-shadow: 0px 0px 0px 3px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.focus-outline .custom-dropdown .dropdown .dropdown-toggle:focus {
  outline: 0.1em solid var(--focus-orange);
  text-decoration: none;
  border-radius: 5px;
}
.focus-outline .slick-slide:focus-visible {
  outline: 2px solid var(--solid-black);
  outline-offset: -5px;
  box-shadow: inset 0px 0px 0px 5px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.breadcrumb a:focus-visible {
  outline: 2px solid var(--solid-black);
  outline-offset: 0px;
  box-shadow: 0px 0px 0px 5px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.social-sharethis .st-btn:focus-visible {
  outline: 2px solid var(--solid-black);
  outline-offset: 0px;
  box-shadow: 0px 0px 0px 5px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 0 !important;
}

.focus-outline-input [type=color]:focus,
.focus-outline-input [type=date]:focus,
.focus-outline-input [type=datetime-local]:focus,
.focus-outline-input [type=email]:focus,
.focus-outline-input [type=file]:focus,
.focus-outline-input [type=month]:focus,
.focus-outline-input [type=number]:focus,
.focus-outline-input [type=password]:focus,
.focus-outline-input [type=search]:focus,
.focus-outline-input [type=tel]:focus,
.focus-outline-input [type=text]:focus,
.focus-outline-input [type=time]:focus,
.focus-outline-input [type=url]:focus,
.focus-outline-input [type=week]:focus,
.focus-outline-input textarea:focus {
  outline: 2px solid var(--solid-black);
  outline-offset: -2px;
  box-shadow: 0px 0px 0px 4px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* common text area */
.common-content {
  max-width: 792px;
  margin-bottom: 48px;
}
.common-content h2 {
  margin-bottom: 32px;
}
.common-content .btn-wrap {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .common-content {
    margin-bottom: 32px;
  }
  .common-content h2 {
    margin-bottom: 32px;
  }
  .common-content .btn-wrap {
    margin-top: 32px;
  }
}
.h2-line .common-content {
  border-bottom: 1px solid var(--violet);
  max-width: 100%;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.h2-line .common-content h2:last-child {
  margin-bottom: 0;
}

.show_super_icon {
  position: relative;
  overflow: hidden;
}
.show_super_icon .super-icon {
  content: "";
  position: absolute;
  left: -3%;
  bottom: -8%;
  -webkit-mask: url(../images/icons/super-icon.svg) no-repeat;
          mask: url(../images/icons/super-icon.svg) no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--solid-white);
  width: 300px;
  height: 300px;
  display: inline-block;
  z-index: 0;
  opacity: 0.3;
}

[dir=rtl] .show_super_icon .super-icon {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

@media (min-width: 1200px) {
  .show_super_icon .super-icon.parallax-image-full-animate {
    bottom: auto;
    top: -8%;
  }
}
@media (max-width: 991px) {
  .show_super_icon.no-animate-mobile .super-icon {
    transform: none !important;
  }
  .show_super_icon .super-icon {
    width: 140px;
    height: 140px;
  }
}
.env-dev {
  background-color: rgb(25, 135, 84);
}

.ajax-progress-fullscreen {
  background: rgba(0, 0, 0, 0.4) url(../images/icons/loader.gif);
  width: 64px;
  height: 64px;
  background-size: 100%;
  box-shadow: 20px 0px 0 4000px rgba(0, 0, 0, 0.4);
}

/* Blog cards */
.single-card strong {
  font-weight: 600;
}
.single-card .single-card-img {
  width: 100%;
  aspect-ratio: 1.2516;
  margin-bottom: 24px;
}
.single-card .single-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-card .single-card-title a.h5 {
  color: var(--mid-indigo);
  text-decoration-color: var(--bright-indigo);
  text-underline-offset: 16%;
  display: inline-block;
  margin-bottom: 16px;
}
.single-card .single-card-date {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.single-card .single-card-date em {
  font-style: normal;
}
.single-card .single-card-topic span {
  font-weight: 600;
}
.single-card .preview-text {
  font-size: 1rem;
}
.single-card .preview-text p,
.single-card .preview-text li {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .single-card .single-card-date,
  .single-card .single-card-topic {
    font-size: 0.875rem;
  }
}
.form-check {
  padding-left: 0;
  padding-inline-start: 1.5em;
}
.form-check .form-check-input {
  margin-left: 0;
  margin-inline-start: -1.5em;
}

[dir=rtl] .form-check .form-check-input {
  float: right;
}

.is-icon-loading .material-symbols-sharp {
  opacity: 0;
  width: 26px;
  overflow: hidden;
}

.pager__items {
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.pager__item {
  width: auto;
  height: 40px;
  min-width: 40px;
  font-weight: 600;
  line-height: 1.5em;
  font-size: 1rem;
}
.pager__item > a {
  padding: 0 5px;
  border-radius: 8px;
  color: var(--indigo);
}
.pager__item > a:hover {
  color: var(--solid-white);
  background-color: var(--indigo);
}
.pager__item > a:focus:not(:hover) {
  outline: 0;
  color: var(--indigo);
}
.pager__item > a:focus-visible:not(:hover) {
  outline: 2px solid var(--solid-black);
  outline-offset: -2px;
  box-shadow: 0px 0px 0px 3px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 0;
}
.pager__item--active {
  color: var(--solid-white);
  background-color: var(--mid-indigo);
  border-radius: 8px;
}
.pager__item--last, .pager__item--first {
  display: none;
}
.pager__item--next, .pager__item--previous {
  display: flex;
  width: auto;
  gap: 4px;
  font-family: var(--title-font);
  font-size: 1.125rem;
}
.pager__item--next svg, .pager__item--previous svg {
  display: none;
}
.pager__item--next a, .pager__item--previous a {
  padding-left: 10px;
  padding-right: 10px;
}
.pager__item--next {
  padding-left: 18px;
}
.pager__item--next a:before {
  content: "Next";
}
.pager__item--next a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url(../images/icons/pager-next.svg) center no-repeat;
          mask: url(../images/icons/pager-next.svg) center no-repeat;
  background-color: var(--mid-indigo);
  margin-left: 4px;
}
.pager__item--next a:hover:after {
  background-color: var(--solid-white);
}
.pager__item--next a:hover:before {
  color: var(--solid-white);
}
.pager__item--previous {
  padding-right: 18px;
}
.pager__item--previous a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url(../images/icons/pager-prev.svg) center no-repeat;
          mask: url(../images/icons/pager-prev.svg) center no-repeat;
  background-color: var(--mid-indigo);
  margin-right: 4px;
}
.pager__item--previous a:after {
  content: "Previous";
}
.pager__item--previous a:hover:before {
  background-color: var(--solid-white);
}
.pager__item--previous a:hover:after {
  color: var(--solid-white);
}

@media (max-width: 991px) {
  .pager__item--next a:before {
    display: none;
  }
  .pager__item--previous a:after {
    display: none;
  }
}
[dir=rtl] .pager__item--next a,
[dir=rtl] .pager__item--previous a {
  flex-flow: row-reverse;
}

.bc-first-login-password-form,
.user-pass-reset {
  max-width: 700px;
  margin: 80px auto 80px;
  padding: 50px 50px 60px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.bc-first-login-password-form .messages,
.user-pass-reset .messages {
  margin-bottom: 30px;
}
.bc-first-login-password-form .form-text,
.user-pass-reset .form-text {
  width: 100%;
  border-radius: 7px;
}
.bc-first-login-password-form .js-form-item.form-item,
.user-pass-reset .js-form-item.form-item {
  margin-bottom: 20px;
}
.bc-first-login-password-form .form-item__label,
.user-pass-reset .form-item__label {
  font-weight: 700;
  font-size: 16px;
}
.bc-first-login-password-form .form-item__description,
.user-pass-reset .form-item__description {
  margin-top: 5px;
  font-size: 14px;
  color: var(--indigo);
}
.bc-first-login-password-form .button,
.user-pass-reset .button {
  padding: 14px 16px;
  font-family: var(--body-font);
  border: 0;
  border-radius: 7px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.5s;
}
.bc-first-login-password-form .button--primary,
.user-pass-reset .button--primary {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
}
.bc-first-login-password-form .button--primary:hover,
.user-pass-reset .button--primary:hover {
  background-color: var(--indigo);
}

.placeholder {
  opacity: 1;
  background: transparent;
  font-style: normal;
  cursor: auto;
}

.login-wrapping .login-right .messages-list {
  padding: 0;
  margin-left: 0;
  margin-bottom: 40px;
  margin-right: 0;
}
.login-wrapping .login-right .messages.messages-list__item {
  margin-left: 0;
  margin-right: 0;
}

.messages__close:hover::before, .messages__close:hover::after {
  border-color: currentColor;
}

.messages-list:has(.hidden) {
  display: none;
}

blockquote {
  padding-inline: 48px 16px;
  padding-bottom: 32px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5em;
}
blockquote:before {
  content: "";
  position: absolute;
  width: 5px;
  top: 32px;
  height: calc(100% - 64px);
  background-color: var(--official-red);
  left: 0;
  left: 16px;
}
blockquote em {
  font-size: 2.1875rem;
  margin-bottom: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: var(--title-font);
  line-height: 1.3em;
}
blockquote p:has(strong) {
  margin-bottom: 0;
}
blockquote p strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  blockquote {
    padding-inline: 28px 4px;
    padding-bottom: 16px;
    font-size: 1.5625rem;
  }
  blockquote:before {
    left: 2.5px;
    top: 16px;
    height: calc(100% - 32px);
  }
  blockquote p {
    font-size: 1rem;
  }
  blockquote em {
    font-size: 1.5625rem;
    margin-bottom: 20px;
  }
}
[dir=rtl] blockquote:before {
  left: auto;
  right: 16px;
}

@media (max-width: 767px) {
  [dir=rtl] blockquote:before {
    left: auto;
    right: 2.5px;
    top: 16px;
  }
}
table {
  table-layout: fixed;
  width: 100%;
  word-wrap: normal;
  white-space: normal;
  word-break: break-word;
}
table thead:not(caption):not(.table-class) tr {
  background-color: var(--indigo);
  color: var(--solid-white);
}
table thead:not(caption):not(.table-class) tr th {
  padding: 8px;
  background-color: var(--indigo);
  color: var(--solid-white);
  font-size: 1.4375rem;
  font-weight: 600;
  border-left: 1px solid var(--solid-white);
  line-height: 1.3em;
}
table thead:not(caption):not(.table-class) tr th a:not(.btn) {
  color: var(--solid-white);
}
table thead:not(caption):not(.table-class) tr th:first-child {
  border-left-color: transparent;
}
table tbody:not(caption):not(.table-class) tr {
  background-color: var(--mid-indigo-10);
  color: var(--indigo);
}
table tbody:not(caption):not(.table-class) tr td {
  background-color: var(--mid-indigo-10);
  color: var(--indigo);
  font-size: 1.125rem;
  font-weight: 400;
  border: 0;
  border-left: 1px solid var(--solid-white);
  line-height: 1.5em;
}
table tbody:not(caption):not(.table-class) tr td:first-child {
  border-left-color: transparent;
}
table tbody:not(caption):not(.table-class) tr:nth-child(even) {
  background-color: var(--solid-white);
}
table tbody:not(caption):not(.table-class) tr:nth-child(even) td {
  background-color: var(--solid-white);
}
table tbody:not(caption):not(.table-class) tr td, table tbody:not(caption):not(.table-class) tr th {
  padding: 8px;
}

@media (max-width: 991px) {
  table thead:not(caption):not(.table-class) tr th {
    font-size: 1.1875rem;
  }
  table tbody:not(caption):not(.table-class) tr {
    background-color: var(--mid-indigo-10);
    color: var(--indigo);
  }
  table tbody:not(caption):not(.table-class) tr td {
    font-size: 1rem;
  }
}
input[type=checkbox], input[type=radio] {
  border: 2px solid var(--mid-indigo);
  width: 1.4445em;
  height: 1.4445em;
  font-size: 1.125rem;
}
input[type=checkbox] + label, input[type=radio] + label {
  padding-inline-start: 13px;
}
input[type=checkbox]:hover, input[type=radio]:hover {
  border-color: var(--mid-indigo);
}
input[type=checkbox]:hover {
  border: 2px solid var(--mid-indigo);
}
input[type=checkbox]:checked {
  outline: 0;
  border: 2px solid var(--mid-indigo);
  background: url(../images/icons/check.svg) center center no-repeat;
}

.outline-input label {
  margin-bottom: 4px;
  font-size: 1.125rem;
}
.outline-input input[type=text] {
  border-radius: 0;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid var(--mid-indigo);
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0;
  min-height: 50px;
}
.outline-input input[type=text]:focus {
  outline: 2px solid var(--solid-black);
  outline-offset: 0px;
  box-shadow: 0px 0px 0px 5px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (max-width: 767px) {
  .outline-input label {
    font-size: 1rem;
  }
  .outline-input input[type=text] {
    margin-top: 6px;
    font-size: 1rem;
    border-radius: 0;
    padding: 7px 0 0px 0;
    margin-top: 0;
    min-height: 48px;
    line-height: 2.5em;
  }
}
.webform-wrap .form-item--error-message {
  padding: 4px 4px 4px 16px;
  border-left: 4px solid var(--official-red);
  margin-bottom: 8px;
}
.webform-wrap .form-item--error-message + textarea, .webform-wrap .form-item--error-message + [type=text], .webform-wrap .form-item--error-message + [type=color], .webform-wrap .form-item--error-message + [type=date], .webform-wrap .form-item--error-message + [type=datetime-local], .webform-wrap .form-item--error-message + [type=email], .webform-wrap .form-item--error-message + [type=file], .webform-wrap .form-item--error-message + [type=month], .webform-wrap .form-item--error-message + [type=number], .webform-wrap .form-item--error-message + [type=password], .webform-wrap .form-item--error-message + [type=search], .webform-wrap .form-item--error-message + [type=tel], .webform-wrap .form-item--error-message + [type=text], .webform-wrap .form-item--error-message + [type=time], .webform-wrap .form-item--error-message + [type=url], .webform-wrap .form-item--error-message + [type=week] {
  box-shadow: 0px 2px 0 0 var(--official-red);
}
.webform-wrap .form-item--error-message + select {
  outline: 2px solid var(--official-red);
  outline-offset: 0;
}
.webform-wrap .fieldset__wrapper--group {
  padding: 0;
}
.webform-wrap .webform-inner {
  max-width: 792px;
}
.webform-wrap .webform-inner p {
  margin-bottom: 21px;
}
.webform-wrap .webform-inner p:last-of-type {
  margin-bottom: 0;
}
.webform-wrap input[type=radio] + label.form-required {
  padding-inline-start: 8px;
}
.webform-wrap input[type=checkbox] + label,
.webform-wrap input[type=radio] + label {
  font-size: 1.125rem;
}
.webform-wrap label.form-item__label.form-required,
.webform-wrap label.fieldset__label.form-required {
  position: relative;
  padding-inline-start: 13px;
}
.webform-wrap label.form-item__label.form-required:after,
.webform-wrap label.fieldset__label.form-required:after {
  display: none;
}
.webform-wrap label.form-item__label.form-required:before,
.webform-wrap label.fieldset__label.form-required:before {
  content: " *";
  display: inline-block;
  height: 17px;
  margin-inline-end: 4px;
  top: 3px;
  position: absolute;
  left: 0;
}
.webform-wrap select.form-select {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  font-size: 1.125rem;
  border-radius: 4px;
  background: url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
}
.webform-wrap .form-type-webform-markup {
  padding-top: 8px;
  padding-bottom: 8px;
}
.webform-wrap .form-type-webform-markup a {
  font-weight: 600;
  color: var(--mid-indigo);
}
.webform-wrap .fieldset--group .fieldset__legend--visible ~ .fieldset__wrapper {
  padding: 0;
  border: 0;
}
.webform-wrap .fieldset--group.webform-type-radios.required .fieldset__legend {
  padding-inline-start: 13px;
  position: relative;
}
.webform-wrap .fieldset--group.webform-type-radios.required .fieldset__legend:after {
  display: none;
}
.webform-wrap .fieldset--group.webform-type-radios.required .fieldset__legend:before {
  content: " *";
  display: inline-block;
  height: 17px;
  margin-inline-end: 4px;
  top: -2px;
  position: absolute;
  left: 0;
}
.webform-wrap .form-type-boolean ~ .form-type-boolean {
  margin-top: 0;
}
.webform-wrap fieldset .fieldset__legend {
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0;
  font-weight: 600;
  font-family: var(--body-font);
  color: var(--indigo);
  margin-top: 0;
  margin-bottom: 28px;
}
.webform-wrap fieldset .fieldset__legend .fieldset__label {
  font-family: var(--body-font);
  color: var(--indigo);
  padding: 0;
}
.webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) {
  margin-bottom: 24px;
  margin-top: 0;
}
.webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) label {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.125rem;
}
.webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input {
  border-radius: 0;
}
.webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=text], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=color], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=date], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=datetime-local], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=email], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=file], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=month], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=number], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=password], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=search], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=tel], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=text], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=time], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=url], .webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) input[type=week] {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--mid-indigo);
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 10px 0;
  min-height: 48px;
  color: var(--indigo);
}
.webform-wrap .js-form-item:not(.form-type-boolean, .js-webform-type-radios) textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--mid-indigo);
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 10px 0;
  min-height: 48px;
  font-size: 1.125rem;
  border-radius: 0;
  resize: none;
  height: 120px;
}
.webform-wrap input[type=radio] {
  border-radius: 50%;
}
.webform-wrap input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Ccircle%20cx%3D%278.5%27%20cy%3D%278.5%27%20r%3D%278.5%27%20fill%3D%27%235900c1%27/%3E%3C/svg%3E");
  background-size: 1.0625rem;
}
.webform-wrap input[type=radio] + label {
  padding-inline-start: 8px;
}
.webform-wrap input[type=checkbox] {
  margin-inline-end: 10px;
}
.webform-wrap input[type=checkbox] + label {
  padding-inline-start: 0px;
}
.webform-wrap input[type=checkbox] + label.js-form-required {
  padding-inline-start: 12px;
  position: relative;
}
.webform-wrap input[type=checkbox] + label.js-form-required:before {
  content: " *";
  display: inline-block;
  height: 17px;
  margin-inline-end: 4px;
  top: 3px;
  position: absolute;
  left: 0;
}
.webform-wrap .form-type-boolean {
  margin-block-start: 0px;
  margin-block-end: 24px;
}
.webform-wrap .fieldset--group {
  padding-top: 6px;
  margin-bottom: 0;
}
.webform-wrap .captcha {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .webform-wrap input[type=checkbox] + label,
  .webform-wrap input[type=radio] + label {
    font-size: 1rem;
  }
  .webform-wrap .js-form-item:not(.form-type-boolean) label {
    font-size: 1rem;
  }
  .webform-wrap .js-form-item:not(.form-type-boolean) select.form-select {
    font-size: 0.875rem;
  }
  .webform-wrap .js-form-item:not(.form-type-boolean) input[type=text], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=color], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=date], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=datetime-local], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=email], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=file], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=month], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=number], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=password], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=search], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=tel], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=text], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=time], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=url], .webform-wrap .js-form-item:not(.form-type-boolean) input[type=week] {
    font-size: 1rem;
    padding: 8px 0;
    height: 48px;
  }
  .webform-wrap .js-form-item:not(.form-type-boolean) textarea {
    font-size: 1rem;
  }
  .webform-wrap .fieldset--group {
    padding-top: 0;
  }
  .webform-wrap fieldset .fieldset__legend .fieldset__label {
    font-size: 1rem;
  }
}
[dir=rtl] .webform-wrap label.form-item__label.form-required:before,
[dir=rtl] .webform-wrap .webform-wrap label.fieldset__label.form-required:before {
  right: 0;
}
[dir=rtl] .webform-wrap select.form-select {
  background-position: 16px center;
}

.login-wrapping {
  --brandPrimaryColor: #000000;
  --brandPrimary-hover: color-mix(in srgb, var(--brandPrimaryColor), white 20%);
  --brandWhiteColor: #ffffff;
  --errorColor: #D4351C;
  --brandPrimaryColor: #000000;
  --brandPrimary-hover: color-mix(in srgb, var(--brandPrimaryColor), white 20%);
  --errorColor: #D4351C;
  --grey-light-cs: #f6f6f6;
  --brand-primaryColor: #003595;
}
.login-wrapping .form-submit {
  padding: 12px 20px;
  border-radius: 6px;
  background-color: var(--admin-primary-color);
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  color: var(--brandWhiteColor);
}
.login-wrapping .user-login-form .forgotten-creds {
  float: right;
  line-height: 3em;
}

.hero-banner {
  overflow: hidden;
}
.hero-banner.is-red {
  background-color: var(--official-red);
}
.hero-banner.is-red .xld2,
.hero-banner.is-red li,
.hero-banner.is-red div,
.hero-banner.is-red p {
  color: var(--solid-white);
}
.hero-banner.is-red li a,
.hero-banner.is-red p a {
  color: var(--solid-white);
}
.hero-banner.is-red .hero-slider-nav:before, .hero-banner.is-red .hero-slider-nav:after,
.hero-banner.is-red .slick-btn-wrap:before,
.hero-banner.is-red .slick-btn-wrap:after {
  display: none;
}
.hero-banner .slick-slider {
  margin-bottom: 0;
}
.hero-banner .slick-slide {
  margin: 0 12px;
}
.hero-banner .slick-list {
  margin: 0 -12px;
}
.hero-banner .hero-slider-single:not(.slick-initialized) {
  display: block;
}
.hero-banner .hero-slider-single:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.hero-banner .hero-slider-nav:not(.slick-initialized) {
  visibility: hidden;
}
.hero-banner .hero-slider-nav:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.hero-banner .current-slide {
  font-size: 1.125rem;
}
.hero-banner .xld2 {
  margin-bottom: 32px;
}
.hero-banner .btn-wrap {
  margin-top: 32px;
}
.hero-banner .c-row {
  display: flex;
  align-items: center;
}
.hero-banner .c-left {
  padding-inline-start: 7.9%;
  max-width: calc(668px + 7.9%);
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-banner .c-left li,
.hero-banner .c-left p {
  font-weight: 600;
}
.hero-banner .c-left h1 {
  max-width: 553px;
}
.hero-banner .c-right {
  margin-inline-start: auto;
  width: 100%;
  max-width: 788px;
  padding: 24px 0;
  max-width: 42.775%;
}
.hero-banner .c-right img {
  width: 100%;
}
.hero-banner {
  /* slider */
}
.hero-banner .hero-slider-nav-wrap {
  background-color: var(--mid-indigo);
}
.hero-banner .hero-slider-nav {
  color: var(--solid-white);
  padding: 0px 5%;
  counter-reset: my-number-counter;
  margin: 0 auto;
  max-width: 1600px;
}
.hero-banner .hero-slider-nav:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  display: inline-block;
  background-color: var(--mid-indigo);
  height: 100%;
  top: 0;
}
.hero-banner .hero-slider-nav:after {
  content: "";
  position: absolute;
  right: -100%;
  width: 100%;
  display: inline-block;
  background-color: var(--mid-indigo);
  height: 100%;
  top: 0;
}
.hero-banner .hero-slider-nav .slick-list {
  margin: 0;
}
.hero-banner .hero-slider-nav .slick-slide {
  /*  counter-increment: my-number-counter; */
  padding: 20px 0;
  transition: all 0.1s;
  margin-block: 16px;
  margin-inline-start: 0px;
  margin-inline-end: 24px;
  border-radius: 4px;
}
.hero-banner .hero-slider-nav .slick-slide:first-child {
  margin-inline-start: 5px;
}
.hero-banner .hero-slider-nav .slick-slide:last-child {
  margin-inline-end: 0;
}
.hero-banner .hero-slider-nav .slick-slide:hover {
  opacity: 1;
  background-color: var(--indigo);
  color: var(--solid-white);
}
.hero-banner .hero-slider-nav .slick-slide.is-active {
  opacity: 1;
  background-color: var(--violet);
  color: var(--indigo);
  /* font-weight: 600; */
  /*  .single-item {
      font-weight: 600;
  } */
}
.hero-banner .hero-slider-nav .single-item {
  padding: 16px 24px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.375rem;
  border: 0;
  background-color: transparent;
  color: var(--solid-white);
  text-align: left;
  line-height: 1.3em;
  text-align: center;
  /*  &:before {
      counter-increment: item-counter;
      content: counter(my-number-counter, decimal-leading-zero)".";
      margin-right: 3px;
  } */
}
.hero-banner .hero-slider-nav .single-item:focus-visible {
  outline: 2px solid var(--solid-black);
  outline-offset: 0px;
  box-shadow: 0px 0px 0px 5px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: outline 0s, box-shadow 0s;
}
.hero-banner .slick-btn-wrap {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
  justify-content: center;
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  position: relative;
}
.hero-banner .slick-btn-wrap:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  display: inline-block;
  background-color: var(--mid-indigo);
  height: 100%;
  top: 0;
}
.hero-banner .slick-btn-wrap:after {
  content: "";
  position: absolute;
  right: -100%;
  width: 100%;
  display: inline-block;
  background-color: var(--mid-indigo);
  height: 100%;
  top: 0;
}
@media (min-width: 1441px) {
  .hero-banner .hero-slider-nav {
    padding: 0px 70px;
  }
}
@media (min-width: 1600px) {
  .hero-banner .hero-slider-nav {
    padding: 0px 120px;
    max-width: calc(1600px - 2%);
  }
}
@media (min-width: 992px) {
  .hero-banner .container,
  .hero-banner .container-lg,
  .hero-banner .container-md,
  .hero-banner .container-sm,
  .hero-banner .container-xl,
  .hero-banner .container-xxl {
    max-width: calc(1600px + 0%);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .hero-banner .container,
  .hero-banner .container-lg,
  .hero-banner .container-md,
  .hero-banner .container-sm,
  .hero-banner .container-xl,
  .hero-banner .container-xxl {
    max-width: calc(1600px + 0%);
  }
}
@media (min-width: 1600px) {
  .hero-banner .container,
  .hero-banner .container-lg,
  .hero-banner .container-md,
  .hero-banner .container-sm,
  .hero-banner .container-xl,
  .hero-banner .container-xxl {
    padding-left: 2%;
    max-width: calc(1600px + 2%);
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .hero-banner .c-left {
    padding-inline-start: 5%;
    max-width: 640px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hero-banner .c-left {
    padding-inline-start: 5%;
    max-width: 610px;
  }
  .hero-banner .hero-slider-nav .single-item {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner .c-left {
    padding-inline-start: 30px;
    max-width: 470px;
  }
  .hero-banner .hero-slider-nav {
    padding-inline-start: 24px;
    padding-inline-end: 0;
  }
  .hero-banner .hero-slider-nav .single-item {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .hero-banner .slick-btn-wrap {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-banner .hero-text-hide {
    display: none;
  }
  .hero-banner .slick-btn-wrap {
    gap: 24px;
  }
  .hero-banner .xld2 {
    margin-bottom: 24px;
  }
  .hero-banner .btn-wrap {
    margin-top: 24px;
  }
  .hero-banner .c-row {
    flex-direction: column;
  }
  .hero-banner .c-right {
    max-width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-banner .c-left {
    max-width: 100%;
    order: 1;
    padding: 0px 0 40px;
    width: 100%;
  }
  .hero-banner .hero-slider-nav {
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
  .hero-banner .hero-slider-nav .single-item {
    padding: 16px 0 20px;
    font-size: 1.125rem;
  }
  .hero-banner .hero-slider-nav .slick-slide {
    padding: 8px;
    margin: 0;
    margin-inline-end: 15px;
  }
  .hero-banner .hero-slider-nav .slick-slide:first-child {
    margin-inline-start: 0px;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-slider-nav .slick-slide {
    margin-inline-end: 0;
  }
}
/* [dir="rtl"] {
    .hero-banner {
        .hero-slider-nav {
            .single-item {
                text-align: right;
            }
        }
    }
} */
.ani-divider {
  text-align: center;
  position: relative;
  background-color: var(--solid-white);
  z-index: 0;
}
.ani-divider:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--mid-indigo);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  transition: all 1.25s;
}
.ani-divider.divider-animate:before {
  width: 0%;
}
.ani-divider.divider-animate.is-active:before {
  width: 100%;
  animation: line 1.25s ease forwards;
}
.ani-divider svg {
  width: 30px;
  height: 30px;
}
.ani-divider span {
  display: inline-block;
  background-color: var(--solid-white);
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .ani-divider-wrap.container {
    max-width: calc(1440px + 8%);
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .ani-divider-wrap.container {
    max-width: calc(1440px + 8%);
    padding-left: 4%;
    padding-right: 4%;
  }
  .ani-divider-wrap svg {
    width: 15px;
    height: 15px;
  }
}
.n-column-text-grid.col-linear .c-row {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.n-column-text-grid.is-red {
  background-color: var(--official-red);
}
.n-column-text-grid.is-red .c-row .c-col {
  background-color: var(--solid-white);
}
.n-column-text-grid.is-red .common-content h2,
.n-column-text-grid.is-red .common-content .h2,
.n-column-text-grid.is-red .common-content .h3,
.n-column-text-grid.is-red .common-content h1,
.n-column-text-grid.is-red .common-content li,
.n-column-text-grid.is-red .common-content div,
.n-column-text-grid.is-red .common-content p {
  color: var(--solid-white);
}
.n-column-text-grid.is-red .common-content li a,
.n-column-text-grid.is-red .common-content p a {
  color: var(--solid-white);
  text-decoration-color: var(--solid-white);
  text-decoration-color: var(--solid-white);
}
.n-column-text-grid.is-mid-indigo .cta-icon .material-symbols-sharp {
  color: var(--mid-indigo);
}
.n-column-text-grid.is-mid-indigo .common-content a[target=_blank]:after {
  background-color: var(--indigo);
}
.n-column-text-grid.is-mid-indigo .col-content h2 a[target=_blank]:after,
.n-column-text-grid.is-mid-indigo .col-content .h2 a[target=_blank]:after,
.n-column-text-grid.is-mid-indigo .col-content .h3 a[target=_blank]:after,
.n-column-text-grid.is-mid-indigo .col-content h1 a[target=_blank]:after,
.n-column-text-grid.is-mid-indigo .col-content li a[target=_blank]:after,
.n-column-text-grid.is-mid-indigo .col-content div a[target=_blank]:after,
.n-column-text-grid.is-mid-indigo .col-content p a[target=_blank]:after {
  background-color: var(--indigo);
}
.n-column-text-grid.is-white .c-row .c-col {
  background-color: var(--solid-white);
}
.n-column-text-grid.is-white .c-row .h3 a {
  color: var(--mid-indigo);
}
.n-column-text-grid.is-white .common-content h2 a[target=_blank]:after,
.n-column-text-grid.is-white .common-content .h2 a[target=_blank]:after,
.n-column-text-grid.is-white .common-content .h3 a[target=_blank]:after,
.n-column-text-grid.is-white .common-content h1 a[target=_blank]:after,
.n-column-text-grid.is-white .common-content li a[target=_blank]:after,
.n-column-text-grid.is-white .common-content div a[target=_blank]:after,
.n-column-text-grid.is-white .common-content p a[target=_blank]:after {
  color: var(--indigo);
}
.n-column-text-grid .cta-icon {
  margin-bottom: 24px;
  line-height: 1;
}
.n-column-text-grid .cta-icon .material-symbols-sharp {
  font-size: 2.875rem;
  color: var(--official-red);
  line-height: 1;
}
.n-column-text-grid h2 {
  margin-bottom: 32px;
}
.n-column-text-grid .btn-wrap {
  margin-top: 32px;
}
.n-column-text-grid .c-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(455px, 1fr));
}
.n-column-text-grid .c-row .c-col {
  padding: 24px;
  background-color: var(--mid-indigo-10);
}
.n-column-text-grid .c-row .h3 {
  margin-bottom: 24px;
}
.n-column-text-grid .c-row .h3:last-child {
  margin-bottom: 0;
}
.n-column-text-grid .c-row .h3 a {
  color: var(--mid-indigo);
}
.n-column-text-grid .c-row .h3 a[target=_blank]:after {
  background-color: var(--indigo);
}
.n-column-text-grid .c-row .col-content a {
  text-decoration-thickness: 18%;
}
.n-column-text-grid .c-row a:not(.btn) {
  text-decoration-line: underline;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 10%;
  color: var(--mid-indigo);
}
.n-column-text-grid .c-row a:not(.btn):hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .n-column-text-grid.col-linear .c-row .c-col {
    padding: 40px 24px;
  }
  .n-column-text-grid.is-white .c-row .c-col {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .n-column-text-grid.is-white .c-row .c-col {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .n-column-text-grid.col-linear .c-row .c-col {
    /*  flex: 1 1 100%;
    max-width: 100%; */
  }
  .n-column-text-grid h2 {
    margin-bottom: 16px;
  }
  .n-column-text-grid .btn-wrap {
    margin-top: 22px;
  }
  .n-column-text-grid .c-row {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .n-column-text-grid .c-row .h3 {
    margin-bottom: 16px;
  }
}
.featured-latest-blogs .grid-masonry {
  display: grid;
  grid-template-columns: 58.33333333% 41.66666667%;
  grid-auto-rows: 4px;
  -moz-column-gap: 0px;
       column-gap: 0px;
  justify-content: center;
  justify-items: center;
  margin: 0 -12px 0;
  position: relative;
}
.featured-latest-blogs .grid-masonry:after {
  content: "";
  display: block;
  clear: both;
}
.featured-latest-blogs .single-card {
  box-sizing: border-box;
  grid-row: span var(--height);
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 20px;
  justify-self: flex-start;
}
.featured-latest-blogs .single-card:last-child {
  padding-bottom: 0px;
}
.featured-latest-blogs .single-card img {
  width: 100%;
}
.featured-latest-blogs .single-card .card-date {
  font-weight: 600;
}
.featured-latest-blogs .single-card .card-date,
.featured-latest-blogs .single-card .card-content {
  margin-bottom: 16px;
}
.featured-latest-blogs .single-card .card-date:last-child,
.featured-latest-blogs .single-card .card-content:last-child {
  margin-bottom: 0;
}
.featured-latest-blogs .single-card .h4 {
  color: var(--mid-indigo);
  margin-bottom: 8px;
  margin-top: 5px;
}
.featured-latest-blogs .single-card .h4 a {
  color: var(--mid-indigo);
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 10.5%;
  text-underline-offset: 5%;
}
.featured-latest-blogs .single-card .h4 a:hover {
  text-decoration: none;
}
.featured-latest-blogs .card-footer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  row-gap: 10px;
}
.featured-latest-blogs .card-footer li {
  line-height: 0.9em;
  font-size: 0.9375rem;
  padding-inline-end: 8px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.featured-latest-blogs .card-footer li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 23px;
  margin-inline-end: 8px;
  background-color: var(--official-red);
}
.featured-latest-blogs .card-footer li:last-child:after {
  display: none;
}
.featured-latest-blogs .card-footer li a {
  line-height: 1.5em;
  display: inline-block;
  padding: 2px 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0%;
  text-underline-position: from-font;
  text-decoration-color: transparent;
  color: var(--indigo);
}
.featured-latest-blogs .card-footer li a:hover {
  color: var(--mid-indigo);
  text-decoration-color: var(--mid-indigo);
}
.featured-latest-blogs .card-footer li a:hover:after {
  color: var(--mid-indigo);
}
.featured-latest-blogs .card-footer li a:after {
  background-color: var(--indigo);
}
.featured-latest-blogs .card-footer li a:after:hover {
  color: var(--mid-indigo);
}

/* clearfix */
@media (max-width: 991px) {
  .featured-latest-blogs .grid-masonry {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 24px;
  }
  .featured-latest-blogs .card-footer {
    row-gap: 8px;
  }
  .featured-latest-blogs .card-footer li {
    font-size: 0.75rem;
  }
  .featured-latest-blogs .card-footer li:before {
    height: 18px;
  }
  .featured-latest-blogs .single-card {
    padding: 0;
    height: auto;
  }
}
.three-col-stats-top-title {
  font-size: 1.125rem;
}
.three-col-stats-top-title .stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(277px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.three-col-stats-top-title .xld2 {
  margin-bottom: 8px;
  display: inline-flex;
}
.three-col-stats-top-title .stat-content {
  font-weight: 600;
}
.three-col-stats-top-title .stat-single {
  text-align: center;
}

@media (max-width: 767px) {
  .three-col-stats-top-title .stats-row {
    row-gap: 24px;
  }
}
.cross-links-text.show_super_icon {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}
.cross-links-text.show_super_icon .super-icon {
  background-color: var(--bright-indigo);
}
.cross-links-text.is-red, .cross-links-text.is-mid-indigo {
  background-color: var(--official-red);
}
.cross-links-text.is-red .super-icon, .cross-links-text.is-mid-indigo .super-icon {
  background-color: var(--solid-white);
}
.cross-links-text.is-red .cross-link-list .material-symbols-sharp, .cross-links-text.is-mid-indigo .cross-link-list .material-symbols-sharp {
  color: var(--solid-white);
}
.cross-links-text.is-red .cross-link-list li a, .cross-links-text.is-mid-indigo .cross-link-list li a {
  text-decoration-color: var(--solid-white);
}
.cross-links-text.is-red p,
.cross-links-text.is-red li,
.cross-links-text.is-red .h3,
.cross-links-text.is-red h2,
.cross-links-text.is-red .cross-link-text a:not(.btn), .cross-links-text.is-mid-indigo p,
.cross-links-text.is-mid-indigo li,
.cross-links-text.is-mid-indigo .h3,
.cross-links-text.is-mid-indigo h2,
.cross-links-text.is-mid-indigo .cross-link-text a:not(.btn) {
  color: var(--solid-white);
}
.cross-links-text.is-red .h3 a, .cross-links-text.is-mid-indigo .h3 a {
  color: var(--solid-white);
}
.cross-links-text.is-mid-indigo {
  background-color: var(--mid-indigo);
}
.cross-links-text.is-mid-indigo .cross-link-list li a {
  text-decoration-color: var(--violet);
}
.cross-links-text.is-white a:after {
  background-color: var(--mid-indigo);
}
.cross-links-text .btn-wrap {
  margin-top: 24px;
}
.cross-links-text .btn-wrap .btn {
  text-align: left;
}
.cross-links-text .cross-link-icon {
  line-height: 1em;
}
.cross-links-text .h3 {
  margin-bottom: 16px;
}
.cross-links-text .cross-link-text {
  padding-inline-end: 40px;
}
.cross-links-text .cross-link-text li,
.cross-links-text .cross-link-text p {
  font-weight: 600;
}
.cross-links-text .small-content {
  font-size: 1.125rem;
  padding-inline-end: 32px;
}
.cross-links-text .small-content h2 {
  margin-bottom: 24px;
}
.cross-links-text .small-content p,
.cross-links-text .small-content li {
  font-weight: 600;
}
.cross-links-text .row {
  position: relative;
}
.cross-links-text .cross-link-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cross-links-text .cross-link-list > li {
  display: flex;
  gap: 16px;
}
.cross-links-text .cross-link-list > li a {
  color: var(--mid-indigo);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--violet);
  text-decoration-thickness: 12%;
  text-underline-offset: 5%;
}
.cross-links-text .cross-link-list > li a:hover {
  text-decoration: none;
}
.cross-links-text .cross-link-list > li ul {
  list-style: disc;
}
.cross-links-text .cross-link-list .material-symbols-sharp {
  font-size: 3rem;
  color: var(--official-red);
}

[dir=rtl] .cross-links-text .btn-wrap .btn {
  text-align: right;
}

@media (max-width: 991px) {
  .cross-links-text.show_super_icon {
    padding-bottom: 100px;
  }
  .cross-links-text.show_super_icon .super-icon {
    width: 170px;
    height: 170px;
    left: -7%;
    bottom: -44px;
  }
  .cross-links-text .cross-link-text {
    padding-right: 0;
  }
  .cross-links-text .btn-wrap {
    margin-top: 16px;
  }
  .cross-links-text .h3 {
    line-height: 1.3em;
  }
  .cross-links-text .small-content {
    margin-bottom: 24px;
  }
  .cross-links-text .small-content h2 {
    margin-bottom: 16px;
  }
  .cross-links-text .small-content p,
  .cross-links-text .small-content li {
    font-weight: 400;
  }
  .cross-links-text .cross-link-list {
    gap: 32px;
  }
  .cross-links-text .cross-link-list li {
    flex-direction: column;
  }
  .cross-links-text .cross-link-list li p,
  .cross-links-text .cross-link-list li li {
    font-weight: 400;
  }
}
.overlapping-text-image {
  z-index: 0;
  position: relative;
}
.overlapping-text-image.is-left .c-row .c-right {
  order: -1;
  margin-left: 0%;
}
.overlapping-text-image.is-left .c-row .c-left {
  margin-left: -15%;
}
.overlapping-text-image.is-red .c-row .c-left {
  background-color: var(--official-red);
}
.overlapping-text-image.is-red .c-row h2 {
  color: var(--solid-white);
}
.overlapping-text-image.is-red .c-row li,
.overlapping-text-image.is-red .c-row p {
  color: var(--solid-white);
}
.overlapping-text-image.is-red .c-row li a,
.overlapping-text-image.is-red .c-row p a {
  color: var(--solid-white);
  text-decoration-color: var(--solid-white);
}
.overlapping-text-image .c-row {
  display: flex;
  position: relative;
}
.overlapping-text-image .c-row .c-left {
  flex: 0 0 49%;
  max-width: 49%;
  position: relative;
  z-index: 1;
  background-color: var(--mid-indigo-10);
  padding: 32px;
  margin-top: 13.933%;
}
.overlapping-text-image .c-row .c-right {
  flex: 0 0 66%;
  max-width: 66%;
  margin-left: -15%;
  position: relative;
  z-index: 0;
  max-height: 528px;
}
.overlapping-text-image .c-row .c-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  [dir=rtl] .overlapping-text-image.is-right .c-row .c-left {
    margin-left: -15%;
    margin-right: 0;
  }
  [dir=rtl] .overlapping-text-image .c-row .c-left {
    margin-right: -15%;
  }
}
@media (max-width: 991px) {
  .overlapping-text-image.is-left .c-row .c-left {
    margin: -15% auto 0;
    order: 1;
  }
  .overlapping-text-image .c-row {
    flex-direction: column;
  }
  .overlapping-text-image .c-row .c-right {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0;
  }
  .overlapping-text-image .c-row .c-left {
    flex: 1 1 calc(100% - 32px);
    max-width: calc(100% - 32px);
    margin: -15% auto 0;
    order: 1;
    padding: 24px;
  }
}
/* for two components */
.image-coloured-text-block h2 {
  margin-bottom: 16px;
}
.image-coloured-text-block p,
.image-coloured-text-block li {
  font-weight: 600;
}
.image-coloured-text-block p {
  margin-bottom: 24px;
}
.image-coloured-text-block p:last-child {
  margin-bottom: 0;
}

.image-text-carousel-content.four-cols-carousel .h2 {
  font-size: 2.1875rem;
}
.image-text-carousel-content.three-cols-carousel .image-text-carousel:not(.slick-initialized), .image-text-carousel-content.four-cols-carousel .image-text-carousel:not(.slick-initialized) {
  display: none;
}
.image-text-carousel-content .h2,
.image-text-carousel-content .h3 {
  margin-top: 5px;
}
.image-text-carousel-content .h2 a:after,
.image-text-carousel-content .h3 a:after {
  background-color: var(--mid-indigo);
}
.image-text-carousel-content .h2:last-child {
  margin-bottom: 0;
}
.image-text-carousel-content .super-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-mask: url(../images/icons/super-icon.svg) center no-repeat;
          mask: url(../images/icons/super-icon.svg) center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  margin-bottom: 20px;
  background-color: var(--mid-indigo);
}
.image-text-carousel-content .slick-slide {
  margin: 0 12px;
  padding-bottom: 5px;
}
.image-text-carousel-content .slick-list {
  margin: 0 -12px;
}
.image-text-carousel-content .img-wrap {
  margin-bottom: 24px;
  aspect-ratio: 194/155;
}
.image-text-carousel-content .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text-carousel-content .common-content h2 {
  margin-bottom: 24px;
}
.image-text-carousel-content .h2,
.image-text-carousel-content .h3 {
  margin-bottom: 24px;
}
.image-text-carousel-content .h2 a,
.image-text-carousel-content .h3 a {
  color: var(--mid-indigo);
  text-decoration: underline;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 11%;
}
.image-text-carousel-content .h2 a:hover,
.image-text-carousel-content .h3 a:hover {
  text-decoration: none;
}
.image-text-carousel-content .c-row {
  display: flex;
  padding-top: 48px;
  align-items: center;
}
.image-text-carousel-content .c-row:not(:has(.c-left)) .c-right {
  margin-inline-end: auto;
}
.image-text-carousel-content .c-row .c-right {
  margin-inline-start: auto;
}
.image-text-carousel-content .c-row:has(.slick-hidden) {
  padding-top: 0px;
}
.image-text-carousel-content .c-row:has(.c-left) {
  padding-top: 48px;
}
.image-text-carousel-content .slick-btn-wrap {
  position: relative;
}

@media (max-width: 991px) {
  .image-text-carousel-content .super-icon {
    margin-bottom: 16px;
  }
  .image-text-carousel-content .common-content h2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .image-text-carousel-content.four-cols-carousel .h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-text-carousel-content.four-cols-carousel .h2, .image-text-carousel-content.three-cols-carousel .h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .image-text-carousel-content.four-cols-carousel .h2, .image-text-carousel-content.three-cols-carousel .h2 {
    font-size: 1.4375rem;
  }
  .image-text-carousel-content .c-row {
    padding-top: 32px;
    flex-direction: column;
    align-items: start;
    gap: 48px;
    flex-direction: column-reverse;
  }
  .image-text-carousel-content .c-row:has(.slick-hidden) {
    padding-top: 0px;
  }
  .image-text-carousel-content .c-row:has(.c-left) {
    padding-top: 32px;
  }
  .image-text-carousel-content .c-row .c-right {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
.logos-carousel-content {
  overflow: hidden;
}
.logos-carousel-content .slick-slide {
  margin: 0 20px;
}
.logos-carousel-content .slick-list {
  margin: 0 -20px;
}
.logos-carousel-content .slick-track {
  display: flex;
  align-items: center;
}
.logos-carousel-content .logos-carousel:not(.slick-initialized) {
  display: none;
}
.logos-carousel-content .single-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  justify-content: center;
}
.logos-carousel-content .single-item img {
  width: 100%;
  display: block;
  height: 70px;
  max-width: 208px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logos-carousel-content .slick-btn-wrap {
  padding-top: 48px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logos-carousel-content .single-item img {
    max-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logos-carousel-content .single-item img {
    max-height: 55px;
  }
}
@media (max-width: 767px) {
  .logos-carousel-content .slick-slide {
    margin: 0 8px;
  }
  .logos-carousel-content .slick-list {
    margin: 0 -8px;
  }
  .logos-carousel-content .single-item img {
    max-height: 50px;
    max-width: 163.5px;
  }
}
.accordion-common .accordion-arrow {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  padding-inline-start: 15px;
  line-height: 32px;
}
.accordion-common .accordion-arrow:before {
  content: "Hide";
}
.accordion-common .accordion-arrow:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid var(--solid-white);
  border-left: 2px solid var(--solid-white);
  margin-left: 12px;
  transform: rotate(135deg);
  margin-top: 7px;
  transition: all 0.5s;
  margin-right: 9px;
}
.accordion-common .accordion-body {
  padding: 32px;
  font-size: 1.125rem;
  color: var(--indigo);
  font-weight: 400;
  font-family: var(--body-font);
}
.accordion-common .accordion-item {
  border: 0;
  margin-bottom: 16px;
}
.accordion-common .accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion-common .accordion-item:last-of-type > .accordion-header .accordion-button, .accordion-common .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 8px;
}
.accordion-common .accordion-button {
  background-color: var(--indigo);
  color: var(--solid-white);
  font-size: 1.125rem;
  font-weight: 600;
  font-family: var(--body-font);
  padding: 16px 32px;
  border-radius: 8px;
  border: 0;
  line-height: 1.5em;
}
.accordion-common .accordion-button.collapsed {
  background-color: var(--mid-indigo);
}
.accordion-common .accordion-button.collapsed .accordion-arrow:before {
  content: "Show";
}
.accordion-common .accordion-button.collapsed .accordion-arrow:after {
  transform: rotate(-45deg);
  margin-top: -3px;
}
.accordion-common .accordion-button:after {
  display: none;
}
.accordion-common h2 {
  margin-bottom: 1em;
}
.accordion-common h2:last-child {
  margin-bottom: 0;
}
.accordion-common .common-content {
  margin-bottom: 40px;
}
.accordion-common .common-content:last-child {
  margin-bottom: 0;
}
.accordion-common .btn-wrap {
  margin-top: 24px;
}
.accordion-common .btn-wrap-out {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .accordion-common .col-lg-8.offset-lg-2 {
    margin-inline-start: 16.66666667%;
  }
}
@media (max-width: 991px) {
  .accordion-common .accordion-item:first-of-type > .accordion-header .accordion-button, .accordion-common .accordion-item:last-of-type > .accordion-header .accordion-button {
    border-radius: 8px;
  }
  .accordion-common .accordion-body {
    padding: 16px 24px;
  }
  .accordion-common .common-content {
    margin-bottom: 24px;
  }
  .accordion-common .accordion-button {
    align-items: start;
    padding: 16px;
    font-size: 1rem;
    border-radius: 8px;
  }
  .accordion-common .accordion-button.collapsed .accordion-arrow:after {
    margin-top: -2px;
  }
  .accordion-common .accordion-arrow {
    margin-top: 0px;
    height: 24px;
  }
  .accordion-common .accordion-arrow:after {
    width: 11px;
    height: 11px;
  }
  .accordion-common .accordion-arrow:before {
    display: none;
  }
  .accordion-common .btn-wrap-out {
    margin-top: 24px;
  }
}
.two-col-left-right-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-block-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contacts-block-list li {
  margin-bottom: 16px;
}
.contacts-block-list li:last-child {
  margin-bottom: 0;
}
.contacts-block-list li .f-name {
  line-height: 1.5em;
  vertical-align: super;
  display: inline-flex;
  gap: 2px;
}
.contacts-block-list li strong {
  font-weight: 600;
}
.contacts-block-list li em {
  font-style: normal;
}
.contacts-block-list li a:not(.btn):focus-visible {
  display: inline-flex;
}
.contacts-block-list li a {
  background-color: var(--mid-indigo-10);
  border-radius: 8px;
  display: inline-flex;
  padding: 4px;
  color: var(--mid-indigo);
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin-left: 4px;
}
.contacts-block-list li a:before {
  content: "";
  background: var(--bright-indigo) url(../images/icons/attherate.svg) center center no-repeat;
  background-size: 15px 15px;
  width: 27px;
  height: 27px;
  display: inline-block;
  border-radius: 4px;
}
.contacts-block .common-content {
  margin-bottom: 16px;
}
.contacts-block .common-content h2:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contacts-block-list li {
    flex-direction: column;
    gap: 8px;
    display: flex;
    align-items: start;
  }
  .contacts-block-list li a {
    margin-left: 0;
  }
  .contacts-block-list li a:before {
    width: 25px;
    height: 25px;
  }
}
.hero-banner-text-image {
  overflow: hidden;
}
.hero-banner-text-image.is-red {
  background-color: var(--official-red);
}
.hero-banner-text-image.is-red .xld2,
.hero-banner-text-image.is-red h1,
.hero-banner-text-image.is-red li,
.hero-banner-text-image.is-red div,
.hero-banner-text-image.is-red p {
  color: var(--solid-white);
}
.hero-banner-text-image.is-red li a,
.hero-banner-text-image.is-red p a {
  color: var(--solid-white);
}
.hero-banner-text-image.is-small-banner, .hero-banner-text-image.is-no-image {
  padding-top: 64px;
  padding-bottom: 64px;
}
.hero-banner-text-image.is-small-banner .c-right, .hero-banner-text-image.is-no-image .c-right {
  display: none;
}
.hero-banner-text-image.is-small-banner .c-left, .hero-banner-text-image.is-no-image .c-left {
  max-width: calc(1026px + 7.5%);
  padding-top: 0;
  padding-bottom: 0;
}
.hero-banner-text-image.is-small-banner h1, .hero-banner-text-image.is-no-image h1 {
  margin-bottom: 24px;
}
.hero-banner-text-image.is-small-banner .btn-wrap, .hero-banner-text-image.is-no-image .btn-wrap {
  margin-top: 24px;
}
.hero-banner-text-image .xld2 {
  margin-bottom: 32px;
}
.hero-banner-text-image .btn-wrap {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hero-banner-text-image .c-row {
  display: flex;
  align-items: center;
}
.hero-banner-text-image .c-left {
  padding-inline-start: 7.5%;
  max-width: 750px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-banner-text-image .c-left li,
.hero-banner-text-image .c-left p {
  font-weight: 600;
}
.hero-banner-text-image .c-right {
  margin-inline-start: auto;
  width: 100%;
  max-width: 788px;
  padding: 0;
  max-width: 42.95%;
}
.hero-banner-text-image .c-right img {
  width: 100%;
}
.hero-banner-text-image {
  /* slider */
}

@media (min-width: 992px) {
  .hero-banner-text-image .container,
  .hero-banner-text-image .container-lg,
  .hero-banner-text-image .container-md,
  .hero-banner-text-image .container-sm,
  .hero-banner-text-image .container-xl,
  .hero-banner-text-image .container-xxl {
    max-width: calc(1600px + 0%);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .hero-banner-text-image .container,
  .hero-banner-text-image .container-lg,
  .hero-banner-text-image .container-md,
  .hero-banner-text-image .container-sm,
  .hero-banner-text-image .container-xl,
  .hero-banner-text-image .container-xxl {
    max-width: calc(1600px + 0%);
  }
}
@media (min-width: 1600px) {
  .hero-banner-text-image .container,
  .hero-banner-text-image .container-lg,
  .hero-banner-text-image .container-md,
  .hero-banner-text-image .container-sm,
  .hero-banner-text-image .container-xl,
  .hero-banner-text-image .container-xxl {
    padding-left: 2%;
    max-width: calc(1600px + 2%);
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .hero-banner-text-image .c-left {
    padding-inline-start: 5%;
    max-width: 640px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hero-banner-text-image .c-left {
    padding-inline-start: 5%;
    max-width: 610px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner-text-image .c-left {
    padding-inline-start: 30px;
    max-width: 470px;
  }
}
@media (max-width: 991px) {
  .hero-banner-text-image.is-small-banner, .hero-banner-text-image.is-no-image {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hero-banner-text-image.is-small-banner h1, .hero-banner-text-image.is-no-image h1 {
    margin-bottom: 16px;
  }
  .hero-banner-text-image.is-small-banner .btn-wrap, .hero-banner-text-image.is-no-image .btn-wrap {
    margin-top: 16px;
  }
  .hero-banner-text-image .xld2 {
    margin-bottom: 32px;
  }
  .hero-banner-text-image .btn-wrap {
    margin-top: 32px;
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
  .hero-banner-text-image .c-row {
    flex-direction: column;
  }
  .hero-banner-text-image .c-right {
    max-width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-banner-text-image .c-left {
    max-width: 100%;
    order: 1;
    padding: 0px 0 40px;
    width: 100%;
  }
}
[dir=rtl] .hero-banner-text-image .hero-slider-nav .single-item {
  text-align: right;
}

.step-process-wrap {
  overflow: hidden;
}
.step-process-wrap.is-mid-indigo .step-count-wrap:after {
  background-color: var(--mid-indigo);
}
.step-process-wrap.is-mid-indigo .step-count {
  background-color: var(--mid-indigo);
}
.step-process-wrap.is-not-carousel .step-process-carousel {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.step-process-wrap.is-not-carousel .step-process-carousel > div:last-child .step-count-wrap:after {
  display: none;
}
.step-process-wrap.is-not-carousel .slick-btn-wrap {
  display: none;
}
.step-process-wrap .common-content h2 {
  margin-bottom: 24px;
}
.step-process-wrap .h4 {
  font-family: var(--title-font);
  font-weight: 600;
}
.step-process-wrap .h4 a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 14%;
  text-underline-offset: 0%;
  text-underline-position: from-font;
}
.step-process-wrap .h4 a:hover {
  text-decoration: none;
}
.step-process-wrap .step-process-carousel {
  margin-bottom: 48px;
}
.step-process-wrap .step-process-carousel:has(+ .step-bottom .slick-hidden) {
  margin-bottom: 0px;
}
.step-process-wrap .step-process-carousel:has(+ .step-bottom .btn) {
  margin-bottom: 48px;
}
.step-process-wrap .step-count-wrap {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 76px;
}
.step-process-wrap .step-count-wrap:after {
  content: "";
  -webkit-mask: url(../images/icons/large-arrow.svg) no-repeat;
          mask: url(../images/icons/large-arrow.svg) no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 50px;
  height: 60px;
  aspect-ratio: 5/6;
  display: inline-flex;
  background-color: var(--official-red);
  opacity: 0.5;
}
.step-process-wrap .step-count {
  min-width: 100px;
  font-family: var(--title-font);
  font-size: 6.446875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 0.7756em;
  letter-spacing: -2.063px;
  display: inline-flex;
  background-color: var(--official-red);
  color: var(--solid-white);
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.step-process-wrap .step-bottom {
  display: flex;
}
.step-process-wrap .step-bottom .c-left {
  flex: 1 1 50%;
  max-width: 50%;
}
.step-process-wrap .step-bottom .c-right {
  flex: 1 1 50%;
  max-width: 50%;
}

@media (min-width: 992px) {
  .step-process-wrap {
    /*   .slick-list {
               overflow: initial;
           }
    */
  }
  .step-process-wrap .h4 {
    margin-bottom: 16px;
  }
  .step-process-wrap .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
  .step-process-wrap .slick-slide:last-child .step-count-wrap:after {
    display: none;
  }
  .step-process-wrap .slick-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .step-process-wrap .slick-btn-wrap {
    justify-content: end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .step-process-wrap .slick-slide {
    margin-left: 6px;
    margin-right: 6px;
  }
  .step-process-wrap .slick-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .step-process-wrap .step-count {
    font-size: 4.6875rem;
    min-width: 75px;
  }
  .step-process-wrap .step-count-wrap {
    gap: 56px;
  }
  .step-process-wrap .step-count-wrap:after {
    width: 36px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  .step-process-wrap .step-count {
    font-size: 4.8125rem;
    min-width: 77px;
    padding: 16px 21px 16px 21px;
    line-height: 0.6891em;
    font-size: 4.08125rem;
  }
  .step-process-wrap .step-count-wrap {
    margin-bottom: 8px;
  }
  .step-process-wrap .h4 {
    margin-bottom: 8px;
  }
  .step-process-wrap .step-process-carousel {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .step-process-wrap .step-count-wrap:after {
    display: none;
  }
  .step-process-wrap .step-bottom .c-right {
    display: none;
  }
  .step-process-wrap .step-bottom .c-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .step-process-wrap .step-bottom .btn {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
[dir=rtl] .step-process-wrap .step-count-wrap:after {
  transform: rotate(182deg);
}

.content-with-left-right-image {
  overflow: hidden;
}
.content-with-left-right-image.is-large-banner.is-left-img .c-right {
  order: -1;
  margin-inline-start: 0;
  margin-inline-end: auto;
}
.content-with-left-right-image.is-large-banner.is-left-img .c-left {
  padding-inline-start: 0;
  padding-inline-end: 12.5%;
}
.content-with-left-right-image.is-large-banner .c-right {
  margin-inline-start: auto;
  width: 100%;
  max-width: 788px;
  max-width: 49.25%;
}
.content-with-left-right-image.is-large-banner .c-left {
  padding-inline-start: 12.5%;
  max-width: 750px;
}
.content-with-left-right-image.is-small-banner.is-left-img .c-right {
  order: -1;
}
.content-with-left-right-image.is-small-banner.is-left-img .c-left {
  padding-inline-start: 40px;
  padding-inline-end: 0px;
}
.content-with-left-right-image.is-small-banner .c-row {
  gap: 24px;
}
.content-with-left-right-image.is-small-banner .c-left {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  padding-inline-end: 40px;
}
.content-with-left-right-image.is-small-banner .c-right {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}
.content-with-left-right-image h2 {
  margin-bottom: 24px;
}
.content-with-left-right-image .btn-wrap {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.content-with-left-right-image .c-row {
  display: flex;
  align-items: center;
}
.content-with-left-right-image .c-left {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-with-left-right-image .btn-wrap {
  margin-top: 20px;
  font-size: 1.125rem;
}
.content-with-left-right-image .c-right {
  padding: 0;
}
.content-with-left-right-image .c-right img {
  width: 100%;
}
.content-with-left-right-image {
  /* slider */
}

@media (min-width: 992px) {
  .content-with-left-right-image.is-large-banner.is-left-img .c-right {
    order: -1;
  }
  .content-with-left-right-image.is-large-banner .container,
  .content-with-left-right-image.is-large-banner .container-lg,
  .content-with-left-right-image.is-large-banner .container-md,
  .content-with-left-right-image.is-large-banner .container-sm,
  .content-with-left-right-image.is-large-banner .container-xl,
  .content-with-left-right-image.is-large-banner .container-xxl {
    max-width: calc(1600px + 0%);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .content-with-left-right-image.is-large-banner .container,
  .content-with-left-right-image.is-large-banner .container-lg,
  .content-with-left-right-image.is-large-banner .container-md,
  .content-with-left-right-image.is-large-banner .container-sm,
  .content-with-left-right-image.is-large-banner .container-xl,
  .content-with-left-right-image.is-large-banner .container-xxl {
    max-width: calc(1600px + 0%);
  }
}
@media (min-width: 1600px) {
  .content-with-left-right-image.is-large-banner .container,
  .content-with-left-right-image.is-large-banner .container-lg,
  .content-with-left-right-image.is-large-banner .container-md,
  .content-with-left-right-image.is-large-banner .container-sm,
  .content-with-left-right-image.is-large-banner .container-xl,
  .content-with-left-right-image.is-large-banner .container-xxl {
    padding-left: 0;
    max-width: calc(1600px + 0%);
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .content-with-left-right-image.is-large-banner {
    /* .c-left {
        padding-inline-start: 5%;
        max-width: 700px;
    } */
  }
  .content-with-left-right-image.is-large-banner .c-right {
    max-width: 44.25%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .content-with-left-right-image.is-large-banner .c-left {
    padding-inline-start: 5%;
    max-width: 640px;
  }
  .content-with-left-right-image.is-large-banner .c-right {
    max-width: 44.25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-left-right-image.is-large-banner .c-left {
    padding-inline-start: 30px;
    max-width: 550px;
  }
  .content-with-left-right-image.is-large-banner .c-right {
    max-width: 42.25%;
  }
}
@media (max-width: 991px) {
  .content-with-left-right-image.is-small-banner.is-left-img .c-left, .content-with-left-right-image.is-large-banner.is-left-img .c-left {
    padding: 0;
  }
  .content-with-left-right-image.is-small-banner .c-row, .content-with-left-right-image.is-large-banner .c-row {
    flex-direction: column;
    align-items: normal;
    gap: 24px;
  }
  .content-with-left-right-image.is-small-banner .c-left, .content-with-left-right-image.is-large-banner .c-left {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .content-with-left-right-image.is-small-banner .c-right, .content-with-left-right-image.is-large-banner .c-right {
    flex: 1 1 100%;
    max-width: 100%;
    order: -1;
  }
  .content-with-left-right-image h2 {
    margin-bottom: 16px;
  }
  .content-with-left-right-image .btn-wrap {
    margin-top: 20px;
  }
}
.content-with-left-right-video {
  overflow: hidden;
}
.content-with-left-right-video.is-large-video.is-left-video .c-right {
  order: -1;
  margin-inline-start: 0;
  margin-inline-end: auto;
}
.content-with-left-right-video.is-large-video.is-left-video .c-left {
  padding-inline-start: 0;
  padding-inline-end: 12.5%;
}
.content-with-left-right-video.is-large-video .c-right {
  margin-inline-start: auto;
  width: 100%;
  max-width: 788px;
  max-width: 49.25%;
}
.content-with-left-right-video.is-large-video .c-left {
  padding-inline-start: 12.5%;
  max-width: 750px;
}
.content-with-left-right-video.is-small-video.is-left-video .c-right {
  order: -1;
}
.content-with-left-right-video.is-small-video.is-left-video .c-left {
  padding-inline-start: 40px;
  padding-inline-end: 0px;
}
.content-with-left-right-video.is-small-video .c-row {
  gap: 24px;
}
.content-with-left-right-video.is-small-video .c-left {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  padding-inline-end: 40px;
}
.content-with-left-right-video.is-small-video .c-right {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}
.content-with-left-right-video iframe {
  max-width: 100%;
}
.content-with-left-right-video iframe[src*=youtube] {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.content-with-left-right-video h2 {
  margin-bottom: 24px;
}
.content-with-left-right-video .btn-wrap {
  margin-top: 24px;
}
.content-with-left-right-video .c-row {
  display: flex;
  align-items: center;
}
.content-with-left-right-video .c-left {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-with-left-right-video .c-right {
  padding: 0;
}
.content-with-left-right-video .c-right video {
  width: 100%;
}
.content-with-left-right-video {
  /* slider */
}

@media (min-width: 992px) {
  .content-with-left-right-video.is-large-video.is-left-video .c-right {
    order: -1;
  }
  .content-with-left-right-video.is-large-video .container,
  .content-with-left-right-video.is-large-video .container-lg,
  .content-with-left-right-video.is-large-video .container-md,
  .content-with-left-right-video.is-large-video .container-sm,
  .content-with-left-right-video.is-large-video .container-xl,
  .content-with-left-right-video.is-large-video .container-xxl {
    max-width: calc(1600px + 0%);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .content-with-left-right-video.is-large-video .container,
  .content-with-left-right-video.is-large-video .container-lg,
  .content-with-left-right-video.is-large-video .container-md,
  .content-with-left-right-video.is-large-video .container-sm,
  .content-with-left-right-video.is-large-video .container-xl,
  .content-with-left-right-video.is-large-video .container-xxl {
    max-width: calc(1600px + 0%);
  }
}
@media (min-width: 1600px) {
  .content-with-left-right-video.is-large-video .container,
  .content-with-left-right-video.is-large-video .container-lg,
  .content-with-left-right-video.is-large-video .container-md,
  .content-with-left-right-video.is-large-video .container-sm,
  .content-with-left-right-video.is-large-video .container-xl,
  .content-with-left-right-video.is-large-video .container-xxl {
    padding-left: 0;
    max-width: calc(1600px + 0%);
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .content-with-left-right-video.is-large-video {
    /* .c-left {
        padding-inline-start: 5%;
        max-width: 700px;
    } */
  }
  .content-with-left-right-video.is-large-video .c-right {
    max-width: 44.25%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .content-with-left-right-video.is-large-video .c-left {
    padding-inline-start: 5%;
    max-width: 640px;
  }
  .content-with-left-right-video.is-large-video .c-right {
    max-width: 44.25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-with-left-right-video.is-large-video .c-left {
    padding-inline-start: 30px;
    max-width: 550px;
  }
  .content-with-left-right-video.is-large-video .c-right {
    max-width: 42.25%;
  }
}
@media (max-width: 991px) {
  .content-with-left-right-video.is-small-video.is-left-video .c-left, .content-with-left-right-video.is-large-video.is-left-video .c-left {
    padding: 0;
  }
  .content-with-left-right-video.is-small-video .c-row, .content-with-left-right-video.is-large-video .c-row {
    flex-direction: column;
    align-items: normal;
    gap: 24px;
  }
  .content-with-left-right-video.is-small-video .c-left, .content-with-left-right-video.is-large-video .c-left {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .content-with-left-right-video.is-small-video .c-right, .content-with-left-right-video.is-large-video .c-right {
    flex: 1 1 100%;
    max-width: 100%;
    order: -1;
  }
  .content-with-left-right-video h2 {
    margin-bottom: 16px;
  }
  .content-with-left-right-video .btn-wrap {
    margin-top: 20px;
  }
}
.location-banner {
  position: relative;
}
.location-banner.is-red, .location-banner.is-mid-indigo {
  background-color: var(--official-red);
}
.location-banner.is-red p,
.location-banner.is-red li,
.location-banner.is-red h2, .location-banner.is-mid-indigo p,
.location-banner.is-mid-indigo li,
.location-banner.is-mid-indigo h2 {
  color: var(--solid-white);
}
.location-banner.is-red p a:not(.btn),
.location-banner.is-red li a:not(.btn),
.location-banner.is-red h2 a:not(.btn), .location-banner.is-mid-indigo p a:not(.btn),
.location-banner.is-mid-indigo li a:not(.btn),
.location-banner.is-mid-indigo h2 a:not(.btn) {
  color: var(--solid-white);
}
.location-banner.is-red h1, .location-banner.is-mid-indigo h1 {
  color: var(--solid-white);
}
.location-banner.is-red h1 a, .location-banner.is-mid-indigo h1 a {
  color: var(--solid-white);
}
.location-banner .super-icon {
  left: auto;
  right: -3.5%;
  -webkit-mask-position: 0 0px;
          mask-position: 0 0px;
  bottom: -42.2%;
  opacity: 0.4;
}
.location-banner h1 {
  margin-bottom: 32px;
}
.location-banner h1:last-child {
  margin-bottom: 0px;
}
.location-banner .h4 {
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: -0.42px;
  margin-bottom: 24px;
}
.location-banner .h4:last-child {
  margin-bottom: 0px;
}
.location-banner__inner {
  max-width: 1026px;
  font-weight: 600;
}
.location-banner__inner p {
  font-weight: 600;
}
.location-banner .lb-wrap {
  display: flex;
  gap: 24px;
  font-size: 1.4375rem;
  align-items: center;
  line-height: 1.3em;
}
.location-banner .lb-worldwide {
  display: flex;
  gap: 4px;
  align-items: center;
}
.location-banner .lb-worldwide .material-symbols-sharp {
  font-size: 1.875rem;
}
.location-banner .advanced-language-selector .dropdown .dropdown-toggle {
  padding: 12px 16px !important;
  border: 2px solid var(--white) !important;
  border-radius: 4px !important;
  color: var(--solid-white);
  align-items: center;
  display: flex;
}
.location-banner .advanced-language-selector .dropdown .dropdown-toggle:after, .location-banner .advanced-language-selector .dropdown .dropdown-toggle:before {
  background-color: var(--solid-white);
}

@media (min-width: 1200px) {
  .location-banner .super-icon {
    width: 440px;
    height: 440px;
  }
}
@media (min-width: 992px) and (max-width: 1480px) {
  .location-banner .container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .location-banner .super-icon {
    width: 340px;
    height: 370px;
  }
}
@media (min-width: 992px) {
  .location-banner .container {
    max-width: 1380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-banner .super-icon {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 767px) {
  .location-banner {
    padding-bottom: 100px;
  }
  .location-banner .super-icon {
    width: 140px;
    height: 140px;
    bottom: -18.2%;
  }
  .location-banner h1 {
    margin-bottom: 24px;
  }
  .location-banner .h4 {
    letter-spacing: 0px;
  }
  .location-banner .lb-worldwide {
    font-size: 1.1875rem;
  }
  .location-banner .lb-worldwide .material-symbols-sharp {
    font-size: 1.5rem;
  }
  .location-banner .lb-wrap {
    flex-direction: column;
    align-items: unset;
    gap: 12px;
  }
  .location-banner .advanced-language-selector .dropdown .dropdown-toggle {
    width: 100%;
    padding: 10px 11px !important;
    font-size: 1rem;
  }
  .location-banner .advanced-language-selector .dropdown .dropdown-toggle:after {
    margin-left: auto;
  }
}
[dir=rtl] .show_super_icon.location-banner .super-icon {
  right: auto;
  left: -2%;
}

.page-btm-banner.is-red .pbb-inner, .page-btm-banner.is-mid-indigo .pbb-inner {
  background-color: var(--official-red);
}
.page-btm-banner.is-red p,
.page-btm-banner.is-red li,
.page-btm-banner.is-red h2, .page-btm-banner.is-mid-indigo p,
.page-btm-banner.is-mid-indigo li,
.page-btm-banner.is-mid-indigo h2 {
  color: var(--solid-white);
}
.page-btm-banner.is-red p a:not(.btn),
.page-btm-banner.is-red li a:not(.btn),
.page-btm-banner.is-red h2 a:not(.btn), .page-btm-banner.is-mid-indigo p a:not(.btn),
.page-btm-banner.is-mid-indigo li a:not(.btn),
.page-btm-banner.is-mid-indigo h2 a:not(.btn) {
  color: var(--solid-white);
}
.page-btm-banner.is-red h2, .page-btm-banner.is-mid-indigo h2 {
  color: var(--solid-white);
}
.page-btm-banner.is-red h2 a, .page-btm-banner.is-mid-indigo h2 a {
  color: var(--solid-white);
}
.page-btm-banner .pbb-inner {
  padding: 60px 80px;
  position: relative;
}
.page-btm-banner .super-icon {
  bottom: -48%;
  left: auto;
  right: 0;
  -webkit-mask-position: 50px 0px;
          mask-position: 50px 0px;
  width: 340px;
  height: 340px;
}
.page-btm-banner p {
  font-size: 1rem;
}
.page-btm-banner .h4 {
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: -0.42px;
  margin-bottom: 16px;
}
.page-btm-banner .btn-wrap {
  margin-top: 24px;
}
.page-btm-banner .lb-wrap {
  display: flex;
  gap: 24px;
  font-size: 1.4375rem;
  align-items: center;
}
.page-btm-banner .lb-worldwide {
  display: flex;
  gap: 4px;
}

@media (max-width: 767px) {
  .page-btm-banner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-btm-banner .pbb-inner {
    padding: 24px 16px 124px;
  }
  .page-btm-banner .h4 {
    letter-spacing: 0;
  }
  .page-btm-banner .super-icon {
    width: 154px;
    height: 154px;
    bottom: -1%;
    -webkit-mask-position: 38px 0px;
            mask-position: 38px 0px;
  }
}
.blog-text-image {
  overflow: hidden;
}
.blog-text-image.is-red {
  background-color: var(--official-red);
}
.blog-text-image.is-red .h2,
.blog-text-image.is-red h1,
.blog-text-image.is-red li,
.blog-text-image.is-red div,
.blog-text-image.is-red p {
  color: var(--solid-white);
}
.blog-text-image.is-red li a,
.blog-text-image.is-red p a {
  color: var(--solid-white);
  text-decoration-color: var(--solid-white);
}
.blog-text-image.is-small-banner, .blog-text-image.is-no-image {
  padding-top: 64px;
  padding-bottom: 64px;
}
.blog-text-image.is-small-banner .c-right, .blog-text-image.is-no-image .c-right {
  display: none;
}
.blog-text-image.is-small-banner .c-left, .blog-text-image.is-no-image .c-left {
  max-width: calc(1026px + 7.5%);
  padding-top: 0;
  padding-bottom: 0;
}
.blog-text-image.is-small-banner .h2, .blog-text-image.is-no-image .h2 {
  margin-bottom: 24px;
}
.blog-text-image.is-small-banner .btn-wrap, .blog-text-image.is-no-image .btn-wrap {
  margin-top: 24px;
}
.blog-text-image .blog-img {
  aspect-ratio: 1.2516;
}
.blog-text-image .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-text-image .meta-wrap {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px 16px;
  flex-wrap: wrap;
  font-size: 1rem;
  max-width: 530px;
}
.blog-text-image .meta-wrap li {
  font-size: 1rem;
  display: flex;
  gap: 10px;
}
.blog-text-image .meta-wrap strong {
  font-weight: 600;
}
.blog-text-image .meta-wrap em {
  font-style: normal;
}
.blog-text-image .meta-wrap a {
  font-weight: 600;
}
.blog-text-image .h2 {
  margin-bottom: 28px;
}
.blog-text-image .c-row {
  display: flex;
  align-items: center;
}
.blog-text-image .c-left {
  padding-inline-start: 7.5%;
  max-width: 750px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog-text-image .c-right {
  margin-inline-start: auto;
  width: 100%;
  max-width: 788px;
  padding: 0;
  max-width: 42.95%;
}
.blog-text-image .c-right img {
  width: 100%;
}
.blog-text-image {
  /* slider */
}

@media (min-width: 992px) {
  .blog-text-image .container,
  .blog-text-image .container-lg,
  .blog-text-image .container-md,
  .blog-text-image .container-sm,
  .blog-text-image .container-xl,
  .blog-text-image .container-xxl {
    max-width: calc(1600px + 0%);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .blog-text-image .container,
  .blog-text-image .container-lg,
  .blog-text-image .container-md,
  .blog-text-image .container-sm,
  .blog-text-image .container-xl,
  .blog-text-image .container-xxl {
    max-width: calc(1600px + 0%);
  }
}
@media (min-width: 1600px) {
  .blog-text-image .container,
  .blog-text-image .container-lg,
  .blog-text-image .container-md,
  .blog-text-image .container-sm,
  .blog-text-image .container-xl,
  .blog-text-image .container-xxl {
    padding-left: 2%;
    max-width: calc(1600px + 2%);
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .blog-text-image .c-left {
    padding-inline-start: 5%;
    max-width: 640px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .blog-text-image .c-left {
    padding-inline-start: 5%;
    max-width: 610px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-text-image .c-left {
    padding-inline-start: 30px;
    max-width: 470px;
  }
}
@media (max-width: 991px) {
  .blog-text-image.is-small-banner, .blog-text-image.is-no-image {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .blog-text-image.is-small-banner h1, .blog-text-image.is-no-image h1 {
    margin-bottom: 16px;
  }
  .blog-text-image .h2 {
    margin-bottom: 16px;
  }
  .blog-text-image .meta-wrap {
    flex-direction: column;
    gap: 16px;
  }
  .blog-text-image .meta-wrap li {
    font-size: 0.875rem;
  }
  .blog-text-image .c-row {
    flex-direction: column;
  }
  .blog-text-image .c-right {
    max-width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .blog-text-image .c-left {
    max-width: 100%;
    order: 1;
    padding: 0px 0 40px;
    width: 100%;
  }
}
[dir=rtl] .blog-text-image .hero-slider-nav .single-item {
  text-align: right;
}

.details-page-nav-wrap {
  position: relative;
  z-index: 1;
}
.details-page-nav-wrap:has(.is-open) {
  z-index: 3;
}

.details-page-nav:has(.snb-button.is-open) {
  box-shadow: 0px 2000px 0px 2000px rgba(0, 0, 0, 0.4);
}
.details-page-nav.snb-fixed {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: var(--mid-indigo);
}
.details-page-nav.snb-fixed .details-page-nav-list {
  /* list-style: decimal;
  list-style-position: inside; */
  padding: 16px 8px;
  list-style: none;
}
.details-page-nav.snb-fixed .details-page-nav-list li {
  margin-bottom: 16px;
  color: var(--indigo);
}
.details-page-nav.snb-fixed .details-page-nav-list li:hover {
  color: var(--mid-indigo);
}
.details-page-nav.snb-fixed .details-page-nav-list li:hover::marker {
  color: var(--mid-indigo);
}
.details-page-nav.snb-fixed .details-page-nav-list li:last-child {
  margin-bottom: 0;
}
.details-page-nav.snb-fixed .details-page-nav-list li a:hover {
  color: var(--mid-indigo);
}
.details-page-nav.snb-fixed .details-page-nav-list li.is-active {
  color: var(--mid-indigo);
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
}
.details-page-nav.snb-fixed .details-page-nav-list li.is-active a {
  color: var(--mid-indigo);
}
.details-page-nav.snb-fixed .dpn-dropdown {
  width: 267px;
}
.details-page-nav.snb-fixed .dpn-dropdown .navtext {
  width: 223px;
  overflow: hidden;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.details-page-nav .details-page-nav-inner {
  background-color: var(--mid-indigo);
  padding: 40px;
}
.details-page-nav .details-page-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.details-page-nav .details-page-nav-list.snb-dropdown {
  display: block;
}
.details-page-nav .details-page-nav-list a {
  color: var(--solid-white);
  /*  color: var(--mid-indigo); */
  text-decoration-color: var(--solid-white);
  font-weight: 600;
  text-underline-offset: 5%;
}
.details-page-nav .h3 {
  margin-bottom: 24px;
  font-family: var(--title-font);
  color: var(--solid-white);
}
.details-page-nav .snb-button {
  display: flex;
  position: relative;
  background-color: transparent;
  padding: 0;
  align-items: center;
  gap: 12px;
  color: var(--solid-white);
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 16px;
}
.details-page-nav .snb-button.is-open:after {
  transform: rotate(180deg);
}
.details-page-nav .snb-button:after {
  content: "";
  width: 14.134px;
  height: 8.385px;
  display: inline-block;
  -webkit-mask: url(../images/icons/arrow-select.svg) center center no-repeat;
          mask: url(../images/icons/arrow-select.svg) center center no-repeat;
  background-size: 100%;
  background-color: var(--solid-white);
  margin-right: 1px;
  flex: 0 0 15px;
}
.details-page-nav .dpn-dropdown {
  margin-inline-start: auto;
  position: relative;
  min-width: 267px;
  padding-right: 1px;
}
.details-page-nav .dpn-dropdown button {
  text-align: left;
}

@media (min-width: 768px) {
  .details-page-nav.snb-fixed .h3 {
    margin-bottom: 0;
    font-size: 1.1875rem;
    font-weight: 600;
    font-family: var(--body-font);
  }
  .details-page-nav.snb-fixed .details-page-nav-inner {
    display: flex;
    padding: 28px 0px;
  }
  .details-page-nav.snb-fixed .details-page-nav-list {
    display: none;
  }
  .details-page-nav.snb-fixed .details-page-nav-list.snb-dropdown {
    display: block;
    position: absolute;
    top: calc(100% + 28px);
    left: 0;
    background-color: var(--solid-white);
  }
  .details-page-nav.snb-fixed .details-page-nav-list li {
    font-family: var(--body-font);
    font-weight: 600;
    padding: 8px;
    color: var(--indigo);
    position: relative;
  }
  .details-page-nav.snb-fixed .details-page-nav-list li a {
    border-radius: 4px;
    padding: 0px;
    color: var(--indigo);
    font-size: 1.125rem;
    text-decoration: none;
  }
  .details-page-nav .snb-button:not(.is-sticky) {
    display: none;
  }
}
@media (max-width: 767px) {
  .details-page-nav-wrap .details-page-nav {
    background-color: var(--mid-indigo);
  }
  .details-page-nav.snb-fixed .h3 {
    font-size: 1.125rem;
  }
  .details-page-nav.snb-fixed .dpn-dropdown {
    width: 100%;
  }
  .details-page-nav.snb-fixed .h3 {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .details-page-nav .details-page-nav-inner {
    flex-direction: column;
    padding: 16px 0;
  }
  .details-page-nav .h3 {
    margin: 0;
    margin-bottom: 15px;
  }
  .details-page-nav .snb-button {
    width: 100%;
    font-size: 1rem;
    width: 100%;
    background: var(--solid-white);
    padding: 12px 8px 12px 16px;
    border-radius: 4px;
    border: 1px solid var(--indigo);
    line-height: 1.4em;
    padding-block: 12px;
    padding-inline: 16px 8px;
    color: var(--indigo);
  }
  .details-page-nav .snb-button:after {
    margin-inline-start: auto;
    margin-inline-end: 8px;
    background-color: var(--mid-indigo);
  }
  .details-page-nav .snb-button.is-open {
    background-color: var(--solid-white);
    border-radius: 4px 4px 0 0;
    border: 1px solid var(--mid-indigo);
    border-bottom: 0;
    padding-left: 16px;
  }
  .details-page-nav .snb-button.is-open:after {
    background-color: var(--mid-indigo);
    margin-top: -6px;
  }
  .details-page-nav .details-page-nav-list {
    display: none;
    width: calc(100% - 1px);
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    border: 1px solid var(--mid-indigo);
    border-top: 0;
    box-shadow: none;
  }
  .details-page-nav .details-page-nav-list.snb-dropdown {
    display: block;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    background-color: var(--solid-white);
    box-shadow: 0px 2px 3px 0px #e9e9e9;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .details-page-nav .details-page-nav-list li {
    font-family: var(--body-font);
    font-weight: 600;
    padding: 8px 16px;
    color: var(--indigo);
    position: relative;
  }
  .details-page-nav .details-page-nav-list li a {
    color: var(--indigo);
    font-size: 1rem;
    text-decoration: none;
  }
  .details-page-nav .dpn-dropdown {
    width: 100%;
    min-width: inherit;
  }
}
[dir=rtl] .details-page-nav .dpn-dropdown button {
  text-align: right;
}

.useful-pages-inner {
  background-color: var(--mid-indigo-10);
  padding: 40px;
}
.useful-pages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.useful-pages-list a {
  color: var(--mid-indigo);
  text-decoration-color: var(--bright-indigo);
  font-weight: 600;
}
.useful-pages h2 {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .useful-pages-inner {
    padding: 16px;
  }
  .useful-pages-list {
    flex-direction: column;
    gap: 16px;
  }
}
.tabbed-content-block {
  position: relative;
  z-index: 0;
}
.tabbed-content-block.is-red .common-content p,
.tabbed-content-block.is-red .common-content li,
.tabbed-content-block.is-red .common-content h2, .tabbed-content-block.is-mid-indigo .common-content p,
.tabbed-content-block.is-mid-indigo .common-content li,
.tabbed-content-block.is-mid-indigo .common-content h2 {
  color: var(--solid-white);
}
.tabbed-content-block.is-red .common-content p a:not(.btn),
.tabbed-content-block.is-red .common-content li a:not(.btn),
.tabbed-content-block.is-red .common-content h2 a:not(.btn), .tabbed-content-block.is-mid-indigo .common-content p a:not(.btn),
.tabbed-content-block.is-mid-indigo .common-content li a:not(.btn),
.tabbed-content-block.is-mid-indigo .common-content h2 a:not(.btn) {
  color: var(--solid-white);
  text-decoration-color: var(--solid-white);
}
.tabbed-content-block.is-red .common-content .h3 a, .tabbed-content-block.is-mid-indigo .common-content .h3 a {
  color: var(--solid-white);
  text-decoration-color: var(--solid-white);
}
.tabbed-content-block.is-red {
  background-color: var(--official-red);
}
.tabbed-content-block.is-mid-indigo {
  background-color: var(--mid-indigo);
}
.tabbed-content-block.is-mid-indigo .nav-tabs {
  border: 1px solid var(--violet);
}
.tabbed-content-block .accordion-body-inner {
  max-width: 744px;
}
.tabbed-content-block .accordion-body-inner a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 18%;
  text-underline-offset: 0%;
  text-underline-position: from-font;
}
.tabbed-content-block .accordion-body-inner a:hover {
  text-decoration: none;
}
.tabbed-content-block .accordion-body-inner a:after {
  background-color: currentColor;
}
.tabbed-content-block .accordion {
  position: relative;
}
.tabbed-content-block .tabs-wrapper {
  background-color: var(--solid-white);
  border-radius: 8px;
}
.tabbed-content-block .btn-wrap-item.is-bottom {
  margin-top: 48px;
}
.tabbed-content-block .common-content h2 {
  margin-bottom: 24px;
}
.tabbed-content-block .nav-tabs {
  background-color: var(--mid-indigo);
  padding: 8px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  z-index: 1;
  position: relative;
}
.tabbed-content-block .nav-tabs li .nav-link {
  text-align: center;
  width: 100%;
  border-radius: 4px;
  color: var(--solid-white);
  border: 0;
  font-size: 1.1875rem;
  font-weight: 600;
}
.tabbed-content-block .nav-tabs li .nav-link:hover {
  background: var(--indigo);
}
.tabbed-content-block .nav-tabs li .nav-link.active {
  background-color: var(--violet);
  color: var(--indigo);
}
.tabbed-content-block .accordion-body {
  padding: 40px 24px;
  font-size: 1rem;
  border-radius: 0 0 10px 10px;
}
.tabbed-content-block .accordion-body .btn-wrap-item {
  margin-top: 24px;
}
.tabbed-content-block .accordion-body .btn-wrap-item a {
  color: var(--mid-indigo);
  font-weight: 600;
  font-size: 1.125rem;
}
.tabbed-content-block h4 {
  margin-bottom: 24px;
  font-family: var(--title-font);
  font-weight: 600;
}
.tabbed-content-block .accordion-button {
  background-color: var(--violet);
  color: var(--indigo);
  border-radius: 8px;
  line-height: 1.5em;
  padding-block-start: 16px;
  padding-block-end: 16px;
  padding-inline-start: 16px;
  padding-inline-end: 24px;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--body-font);
}
.tabbed-content-block .accordion-button:focus {
  box-shadow: none;
}
.tabbed-content-block .accordion-button.collapsed {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
}
.tabbed-content-block .accordion-button.collapsed:after {
  background: var(--solid-white);
}
.tabbed-content-block .accordion-button:after {
  -webkit-mask: url(../images/icons/arrow-select.svg) center center no-repeat;
          mask: url(../images/icons/arrow-select.svg) center center no-repeat;
  background: var(--indigo);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 17.025px;
  height: 32px;
  margin-left: 0;
  margin-inline-start: auto;
}

@media (min-width: 992px) {
  .tabbed-content-block.vertical-accordioin.is-mid-indigo .nav-tabs {
    border-radius: 8px 8px 0px 0px;
  }
  .tabbed-content-block.vertical-accordioin .nav-tabs {
    border-radius: 8px;
    gap: 10px;
  }
  .tabbed-content-block.vertical-accordioin .nav-tabs li .nav-link {
    height: 100%;
  }
  .tabbed-content-block.horizental-accordioin .nav-tabs {
    flex-direction: column;
    display: flex;
    max-width: 360px;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .tabbed-content-block.is-mid-indigo .accordion-button {
    border: 1px solid var(--violet);
  }
  .tabbed-content-block .common-content h2 {
    margin-bottom: 16px;
  }
  .tabbed-content-block .nav-tabs {
    display: none;
  }
  .tabbed-content-block .tabs-wrapper {
    background-color: transparent;
  }
  .tabbed-content-block .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    background-color: var(--solid-white);
    border-radius: 8px;
  }
  .tabbed-content-block .accordion-body {
    padding: 16px 24px;
  }
  .tabbed-content-block .accordion-body .btn-wrap-item a {
    font-size: 0.875rem;
  }
  .tabbed-content-block .accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.testimonial-block.is-red, .testimonial-block.is-mid-indigo {
  background-color: var(--official-red);
}
.testimonial-block.is-red .h3:before, .testimonial-block.is-mid-indigo .h3:before {
  background-color: var(--solid-white);
}
.testimonial-block.is-red .h2,
.testimonial-block.is-red .h3,
.testimonial-block.is-red h1,
.testimonial-block.is-red li,
.testimonial-block.is-red div,
.testimonial-block.is-red p, .testimonial-block.is-mid-indigo .h2,
.testimonial-block.is-mid-indigo .h3,
.testimonial-block.is-mid-indigo h1,
.testimonial-block.is-mid-indigo li,
.testimonial-block.is-mid-indigo div,
.testimonial-block.is-mid-indigo p {
  color: var(--solid-white);
}
.testimonial-block.is-red li a,
.testimonial-block.is-red p a, .testimonial-block.is-mid-indigo li a,
.testimonial-block.is-mid-indigo p a {
  color: var(--solid-white);
  text-decoration-color: var(--solid-white);
  text-decoration-color: var(--solid-white);
}
.testimonial-block.is-red .testimonial-list li:before, .testimonial-block.is-mid-indigo .testimonial-list li:before {
  background-color: var(--solid-white);
}
.testimonial-block.is-red .btn-wrap a, .testimonial-block.is-mid-indigo .btn-wrap a {
  color: var(--solid-white);
  text-decoration-color: var(--solid-white);
}
.testimonial-block.is-mid-indigo {
  background-color: var(--mid-indigo);
}
.testimonial-block .btn-wrap {
  padding: 12px 0;
}
.testimonial-block .btn-wrap a {
  font-weight: 600;
}
.testimonial-block .h3 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-inline-end: 122px;
  margin: 0;
}
.testimonial-block .h3:before {
  content: "";
  -webkit-mask: url(../images/icons/super-icon.svg) no-repeat;
          mask: url(../images/icons/super-icon.svg) no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--violet);
  width: 50px;
  height: 50px;
  display: inline-block;
  z-index: 0;
}
.testimonial-block .testimonial-list {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  gap: 20px;
  flex-wrap: wrap;
}
.testimonial-block .testimonial-list li {
  position: relative;
  padding-inline-end: 2px;
  font-weight: 600;
}
.testimonial-block .testimonial-list li:last-child:before {
  display: none;
}
.testimonial-block .testimonial-list li:before {
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--indigo);
}
.testimonial-block .c-row {
  display: flex;
  gap: 24px;
  align-items: center;
}
.testimonial-block .c-row .c-left {
  flex: 0 0 calc(100% - 282px);
  min-width: calc(100% - 282px);
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.testimonial-block .c-row .c-right {
  flex: 0 0 282px;
  max-width: 282px;
}
.testimonial-block .c-row .c-right .bg-cover {
  width: 100%;
  aspect-ratio: 1;
}
.testimonial-block .c-row .c-right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .testimonial-block .h3 {
    padding-inline-end: 0;
  }
  .testimonial-block .h3:before {
    width: 25px;
    height: 25px;
  }
  .testimonial-block .testimonial-list {
    row-gap: 8px;
    padding-bottom: 16px;
  }
  .testimonial-block .c-row {
    flex-direction: column;
  }
  .testimonial-block .c-row .c-right,
  .testimonial-block .c-row .c-left {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .testimonial-block .c-row .c-left {
    gap: 16px;
  }
  .testimonial-block .c-row .c-right img {
    max-width: 164px;
  }
}
[dir=rtl] .testimonial-block .testimonial-list li:before {
  left: -10px;
  right: auto;
}

.full-width-text-block .common-content {
  max-width: 792px;
}
.full-width-text-block .common-content:last-child {
  margin-bottom: 0;
}
.full-width-text-block .common-content h2,
.full-width-text-block .common-content .h2 {
  margin-bottom: 24px;
}
.full-width-text-block .common-content .btn-wrap {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .full-width-text-block .common-content .btn-wrap .btn {
    /*   width: 100%; */
    text-align: left;
  }
}
/* .content-component-width {
    .media-block-cms {
        &__inner {
            max-width: 996px; 
        }
    }
} */
.media-block-cms__inner {
  max-width: 792px;
  margin: 0 auto;
}
.media-block-cms img {
  display: block;
}
.media-block-cms img,
.media-block-cms iframe,
.media-block-cms .responsive-table-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.media-block-cms img:first-child,
.media-block-cms iframe:first-child,
.media-block-cms .responsive-table-wrapper:first-child {
  margin-top: 0;
}
.media-block-cms img:last-child,
.media-block-cms iframe:last-child,
.media-block-cms .responsive-table-wrapper:last-child {
  margin-bottom: 0;
}
.media-block-cms iframe {
  max-width: 100%;
}
.media-block-cms iframe[src*=youtube] {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.media-block-cms p:not(:first-child) img:first-child,
.media-block-cms p:not(:first-child) iframe:first-child,
.media-block-cms p:not(:first-child) .responsive-table-wrapper:first-child {
  margin-top: 40px;
}
.media-block-cms p:not(:first-child) img:last-child,
.media-block-cms p:not(:first-child) iframe:last-child,
.media-block-cms p:not(:first-child) .responsive-table-wrapper:last-child {
  margin-bottom: 40px;
}
.media-block-cms p:last-child img:last-child,
.media-block-cms p:last-child iframe:last-child,
.media-block-cms p:last-child .responsive-table-wrapper:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1240px) {
  .media-block-cms .responsive-table-wrapper {
    width: 151.6%;
    margin-inline-start: -25.8%;
  }
}
@media (min-width: 992px) {
  .media-block-cms .table-controls {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .media-block-cms .responsive-table-wrapper {
    width: 121.29%;
    margin-inline-start: -10.65%;
  }
}
@media (max-width: 991px) {
  .media-block-cms ::-webkit-scrollbar {
    display: none;
  }
  .media-block-cms .responsive-table-wrapper {
    width: 100%;
  }
  .media-block-cms .responsive-table {
    overflow-x: auto;
    width: 100%;
  }
  .media-block-cms .responsive-table table {
    min-width: 600px;
  }
  .media-block-cms .table-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .media-block-cms img,
  .media-block-cms iframe,
  .media-block-cms table {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .media-block-cms img:first-child,
  .media-block-cms iframe:first-child,
  .media-block-cms table:first-child {
    margin-top: 0;
  }
  .media-block-cms img:last-child,
  .media-block-cms iframe:last-child,
  .media-block-cms table:last-child {
    margin-bottom: 0;
  }
  .media-block-cms p:not(:first-child) img:first-child,
  .media-block-cms p:not(:first-child) iframe:first-child,
  .media-block-cms p:not(:first-child) table:first-child {
    margin-top: 40px;
  }
  .media-block-cms p:not(:first-child) img:last-child,
  .media-block-cms p:not(:first-child) iframe:last-child,
  .media-block-cms p:not(:first-child) table:last-child {
    margin-bottom: 16px;
  }
  .media-block-cms p:last-child img:last-child,
  .media-block-cms p:last-child iframe:last-child,
  .media-block-cms p:last-child table:last-child {
    margin-bottom: 0px;
  }
}
.language-fallback {
  background-color: var(--indigo);
  padding: 56px 0px;
  position: absolute;
  width: 100%;
  top: 100%;
  box-shadow: 0px 5000px 0px 5000px rgba(0, 0, 0, 0.4);
}
.language-fallback h2 {
  color: var(--solid-white);
}
.language-fallback .c-row {
  display: flex;
  align-items: end;
  gap: 24px;
}
.language-fallback .c-right {
  margin-left: auto;
}
.language-fallback .btn-wrap-group {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .language-fallback .container,
  .language-fallback .container-lg,
  .language-fallback .container-md,
  .language-fallback .container-sm,
  .language-fallback .container-xl,
  .language-fallback .container-xxl {
    max-width: calc(1520px + 8%);
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .language-fallback {
    padding: 24px 0px;
  }
  .language-fallback h2 {
    margin-bottom: 24px;
  }
  .language-fallback .c-row {
    flex-direction: column;
  }
}
.compare-table {
  position: relative;
  z-index: 0;
}
.compare-table .table-content {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
}
.compare-table ::-webkit-scrollbar {
  display: none;
}
.compare-table table {
  border-collapse: collapse;
  min-width: 100%;
  table-layout: auto;
  text-align: center;
  border: 0;
}
.compare-table table tbody {
  overflow: scroll;
}
.compare-table table tbody tr > th:first-child {
  position: sticky;
  background: var(--solid-white);
  left: 0;
}
.compare-table table thead:not(caption):not(.table-class) tr th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--mid-indigo);
  color: var(--solid-white);
  font-weight: 600;
  font-size: 1rem;
  padding: 24px 6.667px;
  border: 0;
  border-right: 4px solid var(--solid-white);
  vertical-align: middle;
  line-height: 1.5em;
  word-break: normal;
  overflow-wrap: normal;
}
.compare-table table thead:not(caption):not(.table-class) tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}
.compare-table table thead:not(caption):not(.table-class) tr th:first-child:empty {
  background-color: var(--solid-white);
}
.compare-table table thead:not(caption):not(.table-class) tr th.is-white {
  background-color: var(--solid-white);
  color: var(--indigo);
  border-bottom: 1px solid var(--mid-indigo-10);
}
.compare-table table thead:not(caption):not(.table-class) tr th.is-white a:not(.btn) {
  color: var(--indigo);
}
.compare-table table thead:not(caption):not(.table-class) tr th:last-child {
  border-right: 0;
}
.compare-table table thead:not(caption):not(.table-class) tr th img {
  max-width: 130px;
}
.compare-table table thead:not(caption):not(.table-class) tr th em {
  display: inline-block;
  margin: 0 auto 8px;
  font-style: normal;
  width: 100%;
  line-height: 1.5em;
}
.compare-table table thead:not(caption):not(.table-class) {
  /* .dflex {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
  } */
}
.compare-table table tbody:not(caption):not(.table-class) tr {
  border-bottom: 1px solid var(--mid-indigo-10);
}
.compare-table table tbody:not(caption):not(.table-class) {
  /* &:last-child {
      td {

          a {
              font-family: var(--body-font);
              font-weight: 600;
              background-color: var(--violet);
              color: var(--indigo);
              padding: 12px 16px;
              font-size: px-to-rem(16px);
              line-height: 1.5em;
              text-decoration: none;
              border-radius: 8px;
              transition: all 0.3s;
              margin-top: 8px;
              display: inline-block;

              &:hover {
                  background-color: var(--bright-indigo);
                  color: var(--solid-white);
              }

              &:focus-visible {
                  outline: 3px solid var(--focus-orange);
                  outline-offset: -3px;
              }
          }
      }
  } */
}
.compare-table table tbody:not(caption):not(.table-class) td,
.compare-table table tbody:not(caption):not(.table-class) th {
  border: 0;
  border-right: 4px solid var(--solid-white);
  padding: 24px 16px;
  box-sizing: border-box;
  vertical-align: middle;
  max-width: 250px;
  font-weight: 400;
  font-size: 1.125rem;
  word-break: normal;
  overflow-wrap: normal;
}
.compare-table table tbody:not(caption):not(.table-class) td:last-child,
.compare-table table tbody:not(caption):not(.table-class) th:last-child {
  border-right: 0;
}
.compare-table table tbody:not(caption):not(.table-class) td p,
.compare-table table tbody:not(caption):not(.table-class) th p {
  font-size: 1.125rem;
}
.compare-table table tbody:not(caption):not(.table-class) td {
  min-width: 170px;
}
.compare-table table tbody:not(caption):not(.table-class) th {
  font-weight: 600;
  text-align: left;
  padding: 16px 16px 16px 0px;
  width: 170px;
}
.compare-table table tbody:not(caption):not(.table-class) th:first-child {
  left: 0;
  z-index: 2;
}
.compare-table table tbody:not(caption):not(.table-class) span,
.compare-table table tbody:not(caption):not(.table-class) img {
  display: block;
  margin: 0 auto 4px;
}
.compare-table table tbody:not(caption):not(.table-class) img {
  max-width: 28px;
}
.compare-table table tbody:not(caption):not(.table-class) strong {
  display: inline-block;
  clear: both;
  width: 100%;
  font-weight: 400;
}
.compare-table table {
  /*  tfoot {
      position: -webkit-sticky;
      bottom: 0;
      z-index: 2;

      td {
          position: sticky;
          bottom: 0;
          z-index: 2;

          &:first-child {
              z-index: 3;
          }
      }
  } */
}
.compare-table table p {
  font-size: 1rem;
}
.compare-table table p:has(img) {
  margin-bottom: 0;
}
.compare-table table p:has(span) {
  margin-bottom: 0;
}
.compare-table .responsive-table {
  position: relative;
  width: 100%;
  overflow: auto;
  margin-bottom: 48px;
}
.compare-table .c-row {
  display: flex;
  gap: 10px;
}
.compare-table .c-row .c-right {
  margin-inline-start: auto;
  display: flex;
  gap: 30px;
}

[dir=rtl] .compare-table table thead:not(caption):not(.table-class) tr th:last-child {
  border-right: 4px solid var(--solid-white);
}
[dir=rtl] .compare-table table thead:not(caption):not(.table-class) th:first-child {
  right: 0;
  left: auto;
  z-index: 3;
}
[dir=rtl] .compare-table table tbody:not(caption):not(.table-class) td:first-child,
[dir=rtl] .compare-table table tbody:not(caption):not(.table-class) th:first-child {
  border-right: 4px solid var(--solid-white);
}
[dir=rtl] .compare-table table tr > :first-child {
  position: sticky;
  right: 0;
  left: auto;
}

@media (max-width: 991px) {
  .compare-table table {
    min-width: 100%;
  }
  .compare-table table thead:not(caption):not(.table-class) tr th {
    font-size: 1rem;
  }
  .compare-table table thead:not(caption):not(.table-class) tr th p {
    font-size: 1rem;
  }
  .compare-table table thead:not(caption):not(.table-class) tr th img {
    max-width: 70px;
  }
  .compare-table table thead:not(caption):not(.table-class) tr th em {
    margin-bottom: 4px;
  }
  .compare-table table tbody:not(caption):not(.table-class) td,
  .compare-table table tbody:not(caption):not(.table-class) th {
    min-width: 122px;
  }
  .compare-table table tbody:not(caption):not(.table-class) td p,
  .compare-table table tbody:not(caption):not(.table-class) th p {
    font-size: 1rem;
  }
  .compare-table table tbody:not(caption):not(.table-class) th {
    font-size: 1rem;
  }
  .compare-table table tbody:not(caption):not(.table-class) th:first-child {
    min-width: 112px;
    width: 112px;
  }
  .compare-table table tbody:not(caption):not(.table-class) td {
    font-size: 1rem;
  }
  .compare-table .c-row {
    flex-direction: column;
    gap: 48px;
  }
  .compare-table .c-row .c-right {
    margin-inline-start: 0;
    order: -1;
    margin: 0 auto;
  }
}
.related-links .rl-nav-inner {
  background-color: var(--mid-indigo-10);
  padding: 40px;
}
.related-links .rl-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.related-links .rl-nav-list a {
  text-decoration-color: var(--bright-indigo);
  font-weight: 600;
  text-underline-offset: 5%;
}
.related-links .h4 {
  margin-bottom: 24px;
  font-family: var(--title-font);
}

@media (max-width: 991px) {
  .related-links .rl-nav-inner {
    background-color: var(--mid-indigo-10);
    padding: 16px;
  }
}
.ui-widget.ui-widget-content:has(#autologout-confirm) {
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-buttonpane {
  padding: 15px 25px;
  border-color: var(--violet);
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-buttonpane button {
  background-color: var(--violet);
  color: var(--indigo);
  border-radius: 5px;
  padding: 10px 20px;
  border: 0;
  font-weight: 500;
  margin-left: 10px;
  font-family: var(--body-font);
  font-size: 1.125rem;
  min-width: 100px;
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-buttonpane button:hover {
  background-color: var(--bright-indigo);
  color: var(--solid-white);
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-buttonpane button:first-child {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
  margin-left: 0;
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-buttonpane button:first-child:hover {
  background-color: var(--indigo);
  color: var(--solid-white);
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-title {
  font-size: 1.75rem;
  color: var(--solid-white);
  margin-top: 0;
  margin-bottom: 0rem;
  font-family: var(--title-font);
  font-weight: normal;
  line-height: 1.3em;
  font-weight: 700;
  padding: 0;
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-content {
  padding: 30px 25px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: var(--title-font);
  font-weight: 500;
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-titlebar {
  background-color: var(--mid-indigo);
  padding: 12px 25px;
  position: relative;
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-titlebar-close {
  background-color: var(--mid-indigo);
  border: 0;
  margin-right: 10px;
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-titlebar-close:hover:before, .ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-titlebar-close:hover:after {
  background-color: var(--violet);
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-titlebar-close:before, .ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-titlebar-close:after {
  content: "";
  width: 2px;
  height: 100%;
  display: inline-block;
  position: absolute;
  background-color: var(--solid-white);
  top: 0;
  transform: rotate(45deg);
}
.ui-widget.ui-widget-content:has(#autologout-confirm) .ui-dialog-titlebar-close:after {
  transform: rotate(-45deg);
}

.bc-ctf {
  background-color: var(--official-red);
}
.bc-ctf strong {
  font-weight: 600;
}
.bc-ctf__inpwrp {
  padding: 64px 48px;
  background: var(--solid-white);
}
.bc-ctf__inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 24px;
}
.bc-ctf__country-suggestions {
  border: 2px solid var(--mid-indigo);
  border-radius: 0 0 4px 4px;
  max-width: 312.5px;
  border-top: 0;
  padding: 8px !important;
  position: absolute;
  top: calc(100% - 3px);
  width: 100%;
  background: white;
  left: 0;
}
.bc-ctf__country-suggestions li {
  font-size: 1rem;
  font-weight: 600;
  color: var(--indigo) !important;
  border-radius: 4px;
  display: inline-block;
  border: 0;
  padding: 5px 8px;
  margin: 0;
  white-space: normal;
  text-decoration: none;
}
.bc-ctf__country-suggestions li:hover {
  color: var(--mid-indigo) !important;
  border: 0;
  background-color: var(--mid-indigo-10) !important;
}
.bc-ctf__field {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bc-ctf__field--country, .bc-ctf__field--city, .bc-ctf__field--test, .bc-ctf__field--date, .bc-ctf__field--type {
  flex: 1 1 0;
  min-width: 0;
}
.bc-ctf__field--date {
  display: flex;
  flex-direction: column;
}
.bc-ctf__field--btn {
  flex: 0 0 100px;
}
.bc-ctf__field--btn .btn {
  width: 100%;
  padding: 12px 8px;
  font-size: 0.875rem;
}
.bc-ctf__field > span,
.bc-ctf__field .field__label {
  font-size: 1.1875rem;
  font-weight: 600;
}
.bc-ctf__field select,
.bc-ctf__field input[data-f=country] {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  font-size: 1.125rem;
  border-radius: 4px;
  background: var(--solid-white) url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
}
.bc-ctf__field--country input[type=text][data-f=country] {
  background: var(--solid-white) url(../images/icons/country-search.svg) calc(100% - 10px) center no-repeat;
  text-align: left;
  background-size: 24.486px;
}
.bc-ctf__field--date, .bc-ctf__field--country {
  position: relative;
}
.bc-ctf {
  /*
   * Country autocomplete suggestions — same interaction/markup shape as
   * the main search widget's country picker (bc-product-finder-widget.js).
   */
}
.bc-ctf__country-suggestions {
  border: 2px solid var(--mid-indigo);
  border-radius: 0 0 4px 4px;
  max-width: 312.5px;
  border-top: 0;
  padding: 8px !important;
  position: absolute;
  top: calc(100% - 3px);
  width: 100%;
  background: var(--solid-white);
  left: 0;
  z-index: 20;
}
.bc-ctf__country-suggestions li {
  font-size: 1rem;
  font-weight: 600;
  color: var(--indigo) !important;
  border-radius: 4px;
  display: inline-block;
  border: 0;
  padding: 5px 8px;
  margin: 0;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
.bc-ctf__country-suggestions li:hover {
  color: var(--mid-indigo) !important;
  border: 0;
  background-color: var(--mid-indigo-10) !important;
}
.bc-ctf {
  /*
   * Date trigger + calendar popup — same interaction/markup shape as the
   * main search widget's date picker (bc-product-finder-widget.js), own
   * bc-ctf__ classes so it can't be affected by (or affect) that widget.
   */
}
.bc-ctf__date-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  border: 2px solid var(--mid-indigo);
  border-radius: 4px;
  background: var(--solid-white) url(../images/icons/calendar.svg) calc(100% - 10px) no-repeat;
  background-size: 20px;
  min-height: 48px;
  height: 48px;
  padding-block: 6px;
  padding-inline: 16px 34px;
  font-size: 1rem;
  color: #1a1a1a;
  cursor: pointer;
  text-align: left;
}
.bc-ctf__calendar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  padding: 16px 40px;
  background: var(--solid-white);
  border: 1px solid var(--violet);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.bc-ctf__calendar-nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "prev months next";
  align-items: start;
  gap: 16px;
}
.bc-ctf__calendar-months {
  grid-area: months;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.bc-ctf__calendar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid var(--violet);
  background: var(--solid-white);
  color: #444;
  font-size: 1.125rem;
  cursor: pointer;
}
.bc-ctf__calendar-nav:hover:not(:disabled) {
  border-color: var(--mid-indigo);
}
.bc-ctf__calendar-nav:disabled {
  background: #f2f2f2;
  border-color: #ececec;
  color: #bbb;
  cursor: default;
}
.bc-ctf__calendar-nav--prev {
  grid-area: prev;
}
.bc-ctf__calendar-nav--next {
  grid-area: next;
  background: var(--mid-indigo);
  border-color: var(--mid-indigo);
  color: var(--solid-white);
}
.bc-ctf__calendar-nav--next:hover {
  opacity: 0.9;
}
.bc-ctf__calendar-month h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.bc-ctf__calendar-weekdays, .bc-ctf__calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 28px);
  gap: 2px;
}
.bc-ctf__calendar-weekdays {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--violet);
}
.bc-ctf__calendar-weekdays span {
  font-size: 0.75rem;
  color: #666;
  text-align: center;
}
.bc-ctf__calendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  font-size: 0.875rem;
  color: #1a1a1a;
  background: none;
  border: 0;
  border-radius: 4px;
}
.bc-ctf__calendar-day--empty {
  visibility: hidden;
}
.bc-ctf__calendar-day--available {
  color: var(--mid-indigo);
  text-decoration: none;
  cursor: pointer;
}
.bc-ctf__calendar-day--available.is-selected {
  background: var(--mid-indigo);
  color: var(--solid-white);
  text-decoration: none;
}
.bc-ctf__calendar-day--available.is-in-range {
  background: #f0e8f9;
  text-decoration: none;
}
.bc-ctf__calendar-footer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--violet);
  text-align: right;
}
.bc-ctf__calendar-clear {
  background: none;
  border: 0;
  padding: 0;
  color: var(--mid-indigo);
  font-size: 0.8125rem;
  text-decoration: underline;
  cursor: pointer;
}
.bc-ctf__wrap {
  padding-top: 48px;
}
.bc-ctf__summary {
  font-weight: 600;
  margin-bottom: 16px;
}
.bc-ctf__results {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.bc-ctf__results .c-row-n {
  padding: 24px 0;
  border-bottom: 1px solid var(--violet);
  display: flex;
  gap: 40px;
  align-items: end;
}
.bc-ctf__results .c-right-n {
  margin-left: auto;
  flex: 0 0 auto;
}
.bc-ctf__results .c-left-n {
  flex: 1 1 auto;
}
.bc-ctf__results-count {
  font-size: 1.125rem;
}
.bc-ctf__row-date {
  display: inline-block;
  padding-right: 4px;
}
.bc-ctf__row-date:before {
  content: "";
  -webkit-mask: url(../images/icons/calendar.svg) center no-repeat;
          mask: url(../images/icons/calendar.svg) center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--mid-indigo);
  margin-right: 8px;
  margin-right: 4px;
  margin-bottom: -2px;
}
.bc-ctf__row-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
.bc-ctf__row-price:before {
  content: "";
  -webkit-mask: url(../images/icons/tags.svg) center no-repeat;
          mask: url(../images/icons/tags.svg) center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--mid-indigo);
  margin-right: 8px;
  margin-right: 4px;
  margin-bottom: -2px;
}
.bc-ctf__row-pills {
  display: flex;
  flex-wrap: wrap;
}
.bc-ctf__row .btn[target=_blank]:after {
  display: none;
}
.bc-ctf__pill {
  border-left: 3px solid var(--official-red);
  line-height: 1.5em;
  padding-left: 9px;
  font-weight: 600;
  padding-right: 12px;
  margin-right: 8px;
}
.bc-ctf__calendar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: var(--solid-white);
  border-radius: 4px;
  border: 2px solid var(--mid-indigo);
}
.bc-ctf__calendar-month h3 {
  text-align: center;
  font-size: 1.125rem;
  margin: 0;
  padding: 0px 24px;
  margin-bottom: 16px;
}
.bc-ctf__calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 34px);
  margin-bottom: 8px;
  border-bottom: 1px solid var(--mid-indigo-10);
  font-weight: 600;
}
.bc-ctf__calendar-weekdays span {
  font-size: 0.875rem;
  color: var(--indigo);
  text-align: center;
  padding: 10px;
  line-height: 1em;
}
.bc-ctf__calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 34px);
  gap: 0;
}
.bc-ctf__calendar-footer {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid var(--mid-indigo-10);
  text-align: right;
}
.bc-ctf__calendar-clear {
  color: var(--indigo);
}
.bc-ctf__calendar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: var(--mid-indigo);
  color: var(--solid-black);
  font-size: 1.1rem;
  cursor: pointer;
  position: absolute;
  left: 16px;
  top: 16px;
  border: 0;
  border-radius: 4px;
}
.bc-ctf__calendar-nav:before {
  content: "";
  -webkit-mask: url(../images/icons/calendar-arrow.svg) center no-repeat;
          mask: url(../images/icons/calendar-arrow.svg) center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--solid-white);
  width: 11px;
  height: 24px;
  display: inline-block;
  align-items: center;
}
.bc-ctf__calendar-nav:hover:not(:disabled) {
  border-color: #999;
}
.bc-ctf__calendar-nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "prev months next";
  align-items: start;
}
.bc-ctf__calendar-nav--prev {
  grid-area: prev;
}
.bc-ctf__calendar-nav--prev:before {
  transform: rotate(180deg);
}
.bc-ctf__calendar-nav--next {
  grid-area: next;
  left: auto;
  right: 16px;
}
.bc-ctf__calendar-nav:disabled {
  cursor: default;
  background-color: var(--solid-white);
  padding: 3px;
}
.bc-ctf__calendar-nav:disabled:before {
  background: rgba(39, 0, 76, 0.5);
  width: 24px;
}
.bc-ctf__calendar-months {
  grid-area: months;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.bc-ctf__calendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  font-size: 0.875rem;
  color: rgba(39, 0, 76, 0.5);
  background: none;
  border: 0;
  border-radius: 0px;
  padding: 0;
  text-decoration: none;
}
.bc-ctf__calendar-day--empty {
  visibility: hidden;
}
.bc-ctf__calendar-day--available {
  color: var(--indigo);
  cursor: pointer;
  /*   &.is-in-range:has(+ .is-selected) {
                      &+.is-selected {
                          background-color: var(--solid-white);
                      }
                  }
  */
}
.bc-ctf__calendar-day--available.is-selected {
  padding: 0;
  background: var(--mid-indigo-10);
  border-radius: 50% 0 0% 50%;
}
.bc-ctf__calendar-day--available.is-selected ~ .is-in-range ~ .is-selected {
  background-color: var(--mid-indigo-10);
  border-radius: 0 50% 50% 0;
}
.bc-ctf__calendar-day--available.is-selected:not(:has(+ .is-in-range)) {
  background-color: var(--solid-white);
}
.bc-ctf__calendar-day--available.is-selected span.c-day {
  border-radius: 50%;
  z-index: 1;
  color: var(--solid-white);
  background: var(--mid-indigo);
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.bc-ctf__calendar-day--available.is-in-range {
  background: var(--mid-indigo-10);
  text-decoration: none;
}
.bc-ctf__calendar-day--available.is-in-range + .is-selected {
  border-radius: 0 50% 50% 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bc-ctf__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .bc-ctf__field select[data-f=centre] {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bc-ctf__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .bc-ctf__calendar {
    left: auto;
    right: 0;
  }
  .bc-ctf__field select[data-f=centre] {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .is-filter-open .bc-ctf__body .c-left {
    display: block;
  }
  .bc-ctf--page .search-mobile-btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    position: sticky;
    background-color: var(--solid-white);
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .bc-ctf--page .search-mobile-btn .btn {
    justify-content: center;
  }
  .bc-ctf--page .search-mobile-btn .btn .material-symbols-sharp {
    font-size: 1.375rem;
  }
  .bc-ctf--page .mobile-search-panel select {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  .bc-ctf__sort {
    display: none;
  }
  .bc-ctf__sortwrap .is-js-filter-open {
    width: 100%;
    justify-content: center;
  }
  .bc-ctf__body .c-left {
    flex: 0 0 auto;
    position: fixed;
    z-index: 9;
    background: var(--solid-white);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 16px 0px;
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    display: none;
  }
  .bc-ctf__banner {
    margin-bottom: 40px;
  }
  .bc-ctf__results {
    gap: 16px;
  }
  .bc-ctf__results-header {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 24px;
  }
  .bc-ctf__results .c-row-n {
    flex-direction: column;
    align-items: normal;
    gap: 16px;
    padding: 16px 0 16px;
  }
  .bc-ctf__results .c-row-n .btn-med {
    padding: 12px 8px;
  }
  .bc-ctf__results .c-right-n {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0;
  }
  .bc-ctf__results .c-right-n .btn-med {
    width: 100%;
  }
  .bc-ctf__card-action {
    display: block;
  }
  .bc-ctf__card-subtitle {
    display: block;
    font-size: 0.875rem;
  }
  .bc-ctf__card-address {
    display: block;
    padding-left: 20px;
    font-size: 0.875rem;
  }
  .bc-ctf__card-wrap {
    font-size: 0.875rem;
  }
  .bc-ctf__card-meta-label {
    font-size: 0.875rem;
  }
  .bc-ctf__card-when {
    display: block;
    margin-bottom: 8px;
  }
  .bc-ctf__pill {
    font-size: 0.875rem;
  }
  .bc-ctf__facet-option {
    font-size: 1rem;
  }
  .bc-ctf__body .c-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .bc-ctf__field > span,
  .bc-ctf__field .field__label {
    font-size: 1.125rem;
  }
  .bc-ctf .field__label {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .bc-ctf__inputs {
    display: grid;
    grid-template-columns: 1fr;
  }
  .bc-ctf__field select[data-f=centre] {
    width: 100%;
    max-width: none;
  }
  .bc-ctf__inpwrp {
    padding: 40px 16px;
  }
  .bc-ctf {
    /* Single month only on narrow viewports — both months always
      render (see renderCalendarPopup() in bc-country-test-finder.js),
      CSS alone decides how many show and how prev/next reflow, same
      pattern as the main search widget's calendar. */
  }
  .bc-ctf__calendar {
    padding: 16px 20px;
  }
  .bc-ctf__calendar-month--second {
    display: none;
  }
  .bc-ctf__calendar-nav-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "months months" "prev next";
    row-gap: 16px;
    justify-items: center;
  }
  .bc-ctf__calendar {
    padding-bottom: 60px;
  }
  .bc-ctf__calendar-weekdays, .bc-ctf__calendar-days {
    grid-template-columns: repeat(7, 44px);
  }
  .bc-ctf__calendar-day {
    width: 44px;
    height: 44px;
  }
  .bc-ctf__calendar-nav {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 16px;
    left: auto;
    right: calc(50% + 10px);
  }
  .bc-ctf__calendar-nav:before {
    width: 16.406px;
    height: 16.406px;
  }
  .bc-ctf__calendar-nav--next {
    right: auto;
    left: calc(50% + 10px);
  }
  .bc-ctf__calendar-nav:disabled {
    background: linear-gradient(0deg, rgba(39, 0, 76, 0.1) 0%, rgba(39, 0, 76, 0.1) 100%), #FFF;
  }
  .bc-ctf__calendar-nav:disabled:before {
    width: 16.406px;
    height: 16.406px;
  }
}
@media (max-width: 575px) {
  .bc-ctf__calendar {
    width: 100%;
  }
  .bc-ctf__calendar-months {
    width: 100%;
  }
  .bc-ctf__calendar-month {
    width: 100%;
  }
  .bc-ctf__calendar-weekdays span {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bc-ctf__calendar-day {
    width: 100%;
  }
  .bc-ctf__calendar-weekdays, .bc-ctf__calendar-days {
    grid-template-columns: repeat(7, 14.29%);
  }
}
.press-release h2 {
  margin-bottom: 8px;
}
.press-release .common-content {
  margin-bottom: 40px;
}
.press-release .press-filter form.form--inline {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.press-release .press-filter form.form--inline .form-type-boolean {
  flex: 0 0 100%;
  max-width: 100%;
  margin-block: 0;
  display: inline-flex;
  align-items: center;
  order: 1;
}
.press-release .press-filter label:not(.option) {
  font-size: 1.4375rem;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3em;
}
.press-release .press-filter label.option {
  font-size: 1.125rem;
  margin-bottom: 0px;
  line-height: 1.3em;
}
.press-release .press-filter .form-select {
  width: 384px;
  border-radius: 4px;
  border: 2px solid var(--mid-indigo);
  background: var(--solid-white) url(../images/icons/arrow-select.svg) calc(100% - 15px) no-repeat;
  height: 48px;
  padding: 6px 30px 6px 16px;
  padding-inline: 16px 30px;
  padding-block: 6px 6px;
}
.press-release .press-filter .form-select[disabled] {
  background: rgba(39, 0, 76, 0.1) url(../images/icons/arrow-select-grey.svg) calc(100% - 15px) no-repeat;
  color: rgba(39, 0, 76, 0.5);
  border-color: rgb(234, 229, 237);
  opacity: 1;
}
.press-release .press-filter .form-submit {
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 12px 16px;
  font-weight: 600;
  text-align: center;
  color: var(--solid-white);
  background: var(--mid-indigo);
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
  align-self: end;
}
.press-release .press-filter .form-submit:hover {
  background: var(--indigo);
}
.press-release .press-filter .form-submit:focus-visible {
  outline: 3px solid var(--focus-orange);
  box-shadow: none;
  outline-offset: -3px;
}

.press-list-main .small-content-cms + .small-content-cms {
  padding-top: 0;
}
.press-list-main .small-content-cms:has(+ .small-content-cms) {
  padding-bottom: 20px;
}

.page-node-type-blog .small-content-cms [dir=ltr] > .responsive-table-wrapper,
.page-node-type-blog .small-content-cms [dir=rtl] > .responsive-table-wrapper {
  margin-bottom: 20px;
}
.page-node-type-blog .responsive-table table tbody:not(caption):not(.table-class) tr:first-child td {
  background-color: var(--indigo);
  color: var(--solid-white);
}
.page-node-type-blog .responsive-table table tbody:not(caption):not(.table-class) tr:first-child td a {
  color: var(--solid-white);
}

.press-release-wrap .press-release-list {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-bottom: 40px;
}
.press-release-wrap .group-year {
  border-bottom: 1px solid var(--violet);
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.press-release-wrap .group-year .material-symbols-sharp {
  color: var(--official-red);
  font-size: 2.375rem;
  font-weight: 600;
}
.press-release-wrap .press-single {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.press-release-wrap .h4,
.press-release-wrap h4 {
  font-family: var(--title-font);
  font-weight: 600;
}
.press-release-wrap .c-row {
  display: flex;
  gap: 24px;
}
.press-release-wrap .c-row .c-left {
  flex: 0 0 282px;
  max-width: 282px;
}
.press-release-wrap .c-row .c-right {
  flex: 0 0 calc(100% - 282px);
  max-width: calc(100% - 282px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.press-release-wrap .c-row .c-row-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.press-release-wrap .c-row .c-row-2 a {
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--mid-indigo);
  text-decoration-thickness: 10%;
  text-underline-offset: 8%;
  padding-top: 4px;
}
.press-release-wrap .c-row .c-row-2 a[target=_blank]:after {
  background-color: var(--mid-indigo);
}
.press-release-wrap .c-row .c-row-2 time {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
}
.press-release-wrap .c-row .h5 {
  margin-bottom: 16px;
}
.press-release-wrap .c-row .h5 a {
  text-decoration: underline;
  color: var(--mid-indigo);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .press-release .press-filter .form-select {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .press-release .common-content {
    margin-bottom: 32px;
  }
  .press-release .press-filter form.form--inline {
    flex-direction: column;
    gap: 16px;
  }
  .press-release .press-filter form.form--inline .form-type-boolean {
    margin-top: 16px;
  }
  .press-release .press-filter .form-submit {
    align-self: flex-start;
    width: 100%;
    font-size: 0.875rem;
  }
  .press-release .press-filter label:not(.option) {
    font-size: 1.1875rem;
  }
  .press-release .press-filter label.option {
    font-size: 1rem;
  }
  .press-release .press-filter .form-select {
    width: 100%;
  }
  .press-release-wrap .group-year .material-symbols-sharp {
    font-size: 1.5rem;
  }
  .press-release-wrap .press-single {
    gap: 25px;
  }
  .press-release-wrap .c-row {
    flex-direction: column;
    gap: 20px;
  }
  .press-release-wrap .c-row .c-left,
  .press-release-wrap .c-row .c-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .press-release-wrap .c-row .c-right {
    gap: 21px;
  }
  .press-release-wrap .c-row .c-row-2 {
    gap: 8px;
  }
  .press-release-wrap .c-row .c-row-2 a {
    font-size: 1.1875rem;
  }
}
/* Detail page */
.back-to-listing {
  margin-top: 48px;
}
.back-to-listing .back-to-listing-inner a {
  display: inline-flex;
  font-weight: 600;
  font-size: 1.125rem;
  gap: 5px;
  line-height: 1.5em;
  position: relative;
  padding-left: 24px;
  text-underline-offset: 3%;
}
.back-to-listing .back-to-listing-inner a:before {
  content: "";
  width: 22px;
  -webkit-mask: url(../images/icons/arrow-left.svg) left center no-repeat;
          mask: url(../images/icons/arrow-left.svg) left center no-repeat;
  background-color: var(--indigo);
  transform: rotate(-180deg);
  -webkit-mask-size: 130%;
          mask-size: 130%;
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
}

@media (min-width: 992px) and (max-width: 1480px) {
  .back-to-listing .container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 992px) {
  .back-to-listing .container {
    max-width: 1380px;
  }
}
@media (max-width: 767px) {
  .back-to-listing {
    margin-top: 40px;
  }
  .back-to-listing .back-to-listing-inner a {
    font-size: 1rem;
  }
}
/* Press Detail Page */
.single-pages__inner {
  max-width: 996px;
  margin: 0 auto;
}
.single-pages img {
  display: block;
}
.single-pages img,
.single-pages blockquote,
.single-pages table {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-pages img:first-child,
.single-pages blockquote:first-child,
.single-pages table:first-child {
  margin-top: 0;
}
.single-pages img:last-child,
.single-pages blockquote:last-child,
.single-pages table:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .single-pages img,
  .single-pages blockquote,
  .single-pages table {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .single-pages img:first-child,
  .single-pages blockquote:first-child,
  .single-pages table:first-child {
    margin-top: 0;
  }
  .single-pages img:last-child,
  .single-pages blockquote:last-child,
  .single-pages table:last-child {
    margin-bottom: 0;
  }
}
[dir=rtl] .press-release .press-filter .form-select {
  background-position: left 15px center;
}

/* //Press Detail Page */
.country-list-wrap h2 {
  margin-bottom: 8px;
}
.country-list-wrap .c-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.country-list-wrap .c-row .accordion-btn {
  display: none;
}
.country-list-wrap .country-tabs-container:has(.tabs) {
  background-color: var(--mid-indigo);
  padding: 8px 4px;
  border-radius: 0;
  border-radius: 8px;
  margin-bottom: 40px;
}
.country-list-wrap .tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 16px;
}
.country-list-wrap .tabs li {
  min-width: 150px;
  margin: 0;
}
.country-list-wrap .tabs li.active a,
.country-list-wrap .tabs li.active button {
  background-color: var(--violet);
  color: var(--indigo);
  border-radius: 4px;
}
.country-list-wrap .tabs a,
.country-list-wrap .tabs button {
  color: var(--solid-white);
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  border: 0;
  background-color: transparent;
  width: 100%;
  font-weight: 600;
}
.country-list-wrap .tabs a:hover,
.country-list-wrap .tabs button:hover {
  text-decoration: underline;
}
.country-list-wrap .tabs a.disabled,
.country-list-wrap .tabs button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.country-list-wrap .view-filters {
  margin-bottom: 48px;
}
.country-list-wrap .text-normal {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-bottom: 8px;
}
.country-list-wrap .lang-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.country-list-wrap .lang-list li {
  display: inline-flex;
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
  font-weight: 600;
  font-size: 1rem;
}
.country-list-wrap .lang-list li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: var(--violet);
  height: calc(100% - 12px);
  top: 50%;
  transform: translateY(-50%);
}
.country-list-wrap .lang-list a {
  color: var(--mid-indigo);
}
.country-list-wrap .lang-list a[target=_blank]:after {
  display: none;
}
.country-list-wrap .f-row {
  display: flex;
  padding-bottom: 24px;
  gap: 24px;
}
.country-list-wrap .f-left {
  flex: 1 1 50%;
  max-width: 50%;
}
.country-list-wrap .f-right {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  align-items: end;
  gap: 16px;
  position: relative;
  padding-top: 14px;
  line-height: 1.5em;
}
.country-list-wrap .f-right .js-form-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  order: -1;
}
.country-list-wrap .f-right .form-submit[name=reset] {
  margin-bottom: 12px;
  order: -1;
  order: -1;
  right: 140px;
  position: absolute;
}
.country-list-wrap .bc-search-input-group {
  position: relative;
  display: flex;
  gap: 16px;
}
.country-list-wrap .bc-search-input-group input[name=text] {
  flex: 1 1 auto;
}
.country-list-wrap .reset-close-icon {
  right: 170px;
}

@media (min-width: 992) and (max-width: 1199px) {
  .country-list-wrap .tabs {
    justify-content: space-around;
  }
  .country-list-wrap .tabs li {
    min-width: 130px;
  }
}
@media (max-width: 991px) {
  .country-list-wrap.form-submit-btn .form-submit:not([name=reset]) {
    width: 100%;
    background-position: calc(50% - 30px);
  }
  .country-list-wrap .f-row {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .country-list-wrap .f-left,
  .country-list-wrap .f-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .country-list-wrap .f-right {
    flex-direction: column;
    gap: 8px;
    padding-top: 0;
  }
  .country-list-wrap .f-right .form-submit[name=reset] {
    bottom: 50px;
    right: 0;
  }
  .country-list-wrap .f-right .js-form-item {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .country-list-wrap .tabs {
    justify-content: space-around;
  }
  .country-list-wrap .tabs li {
    min-width: 94px;
  }
}
@media (max-width: 767px) {
  .country-list-wrap .c-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .country-list-wrap .c-row .accordion-btn {
    display: flex;
    background-color: transparent;
    border: 0;
    padding: 0;
    justify-content: start;
    border-bottom: 1px solid var(--violet);
    font-family: var(--title-font);
    font-weight: 600;
    line-height: 1.3em;
    color: var(--indigo);
    padding: 8px 0;
    font-size: 1.4375rem;
    align-items: center;
    margin-top: 24px;
  }
  .country-list-wrap .c-row .accordion-btn:first-child {
    margin-top: 0;
  }
  .country-list-wrap .c-row .accordion-btn.is-active:after {
    transform: rotate(180deg);
  }
  .country-list-wrap .c-row .accordion-btn:after {
    content: "";
    -webkit-mask: url(../images/icons/arrow-select.svg) no-repeat;
            mask: url(../images/icons/arrow-select.svg) no-repeat;
    background-color: var(--indigo);
    -webkit-mask-size: 100%;
            mask-size: 100%;
    margin-left: auto;
    width: 14.134px;
    height: 8.385px;
    transition: 0.4s;
  }
  .country-list-wrap .text-normal {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .country-list-wrap .country-tabs-container {
    display: none;
  }
  .country-list-wrap .lang-list li {
    font-size: 0.875rem;
  }
  .country-list-wrap .accordion-items {
    display: none;
    padding-top: 24px;
  }
  .country-list-wrap .country-item {
    padding-bottom: 24px;
  }
}
.country-list-pg h2 {
  margin-bottom: 8px;
}
.country-list-pg .text-normal {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-bottom: 8px;
}
.country-list-pg .bc-region-tabs {
  background-color: var(--mid-indigo);
  padding: 8px;
  border-radius: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  margin-bottom: 40px;
  margin-top: 48px;
}
.country-list-pg .bc-region-tabs button {
  min-width: 150px;
  margin: 0;
  color: var(--solid-white);
  padding: 8px 16px;
  justify-content: center;
  border: 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 1.1875rem;
}
.country-list-pg .bc-region-tabs button:hover {
  text-decoration: underline;
}
.country-list-pg .bc-region-tabs button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.country-list-pg .bc-region-tabs button.active {
  background-color: var(--violet);
  color: var(--indigo);
  border-radius: 4px;
}
.country-list-pg .lang-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.country-list-pg .lang-list li {
  display: inline-flex;
  position: relative;
  padding-right: 5px;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 9px;
}
.country-list-pg .lang-list li:after {
  content: "";
  position: absolute;
  right: -5px;
  width: 1px;
  background-color: var(--violet);
  height: calc(100% - 12px);
  top: 50%;
  transform: translateY(-50%);
}
.country-list-pg .lang-list li:last-child:after {
  display: none;
}
.country-list-pg .lang-list a {
  color: var(--mid-indigo);
  text-underline-offset: 17%;
}
.country-list-pg .lang-list a[target=_blank]:after {
  display: none;
}
.country-list-pg .f-row {
  display: flex;
  padding-bottom: 24px;
  gap: 24px;
}
.country-list-pg .f-left {
  flex: 1 1 50%;
  max-width: 50%;
}
.country-list-pg .f-right {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  align-items: end;
  gap: 16px;
  position: relative;
  padding-top: 14px;
  line-height: 1.5em;
}
.country-list-pg .f-right .js-form-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  order: -1;
}
.country-list-pg .f-right .form-submit[name=reset] {
  margin-bottom: 12px;
  order: -1;
  order: -1;
  right: 140px;
  position: absolute;
}
.country-list-pg .bc-search-input-group {
  position: relative;
  display: flex;
  gap: 16px;
}
.country-list-pg .bc-search-input-group input[name=text] {
  flex: 1 1 auto;
}
.country-list-pg .reset-close-icon {
  right: 140px;
  top: auto;
  bottom: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .country-list-pg .bc-region-tabs {
    justify-content: space-around;
  }
  .country-list-pg .bc-region-tabs button {
    min-width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .country-list-pg .bc-region-tabs {
    justify-content: space-around;
    gap: 12px;
  }
  .country-list-pg .bc-region-tabs button {
    min-width: 100px;
  }
}
@media (max-width: 991px) {
  .country-list-pg.form-submit-btn .form-submit:not([name=reset]) {
    width: 100%;
    background-position: calc(50% - 30px);
  }
  .country-list-pg .f-row {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .country-list-pg .f-left,
  .country-list-pg .f-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .country-list-pg .f-right {
    flex-direction: column;
    gap: 8px;
    padding-top: 0;
  }
  .country-list-pg .f-right .form-submit[name=reset] {
    bottom: 50px;
    right: 0;
  }
  .country-list-pg .f-right .js-form-item {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  .country-list-pg .f-right .btn-primary {
    width: 100%;
    justify-content: center;
  }
  .country-list-pg .reset-close-icon {
    right: 0px;
    top: auto;
    bottom: 72px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .country-list-pg .tabs {
    justify-content: space-around;
  }
  .country-list-pg .tabs li {
    min-width: 94px;
  }
}
@media (max-width: 767px) {
  .country-list-pg .c-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .country-list-pg .bc-search-button .material-symbols-sharp .material-symbols-sharp {
    font-size: 1.5rem;
  }
  .country-list-pg .accordion-btn {
    display: flex;
    background-color: transparent;
    border: 0;
    padding: 0;
    justify-content: start;
    border-bottom: 1px solid var(--violet);
    font-family: var(--title-font);
    font-weight: 600;
    line-height: 1.3em;
    color: var(--indigo);
    padding: 8px 0;
    font-size: 1.4375rem;
    align-items: center;
    margin-top: 24px;
    width: 100%;
  }
  .country-list-pg .accordion-btn[aria-expanded=true]:after {
    transform: rotate(180deg);
  }
  .country-list-pg .accordion-btn[aria-disabled=true] {
    opacity: 0.5;
    pointer-events: none;
  }
  .country-list-pg .accordion-btn:after {
    content: "";
    -webkit-mask: url(../images/icons/arrow-select.svg) no-repeat;
            mask: url(../images/icons/arrow-select.svg) no-repeat;
    background-color: var(--indigo);
    -webkit-mask-size: 100%;
            mask-size: 100%;
    margin-inline-start: auto;
    width: 14.134px;
    height: 8.385px;
    transition: 0.4s;
  }
  .country-list-pg .text-normal {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .country-list-pg .country-tabs-container {
    display: none;
  }
  .country-list-pg .lang-list li {
    font-size: 0.875rem;
  }
  .country-list-pg .accordion-items {
    display: none;
    padding-top: 24px;
  }
  .country-list-pg .country-item {
    padding-bottom: 24px;
  }
  .country-list-pg .country-item:last-child {
    padding-bottom: 0;
  }
}
[dir=rtl] .country-list-pg .lang-list li:after {
  left: -8px;
  width: 1px;
  right: auto;
}

.error-pages h1 {
  margin-bottom: 16px;
}
.error-pages .h6 {
  margin-bottom: 20px;
}
.error-pages .error-top {
  margin-bottom: 40px;
}
.error-pages .error-top p {
  font-weight: 600;
}
.error-pages .error-bottom {
  background-color: var(--mid-indigo-10);
  padding: 24px;
}
.error-pages .error-bottom ul {
  padding-left: 19px;
}
.error-pages .error-bottom li {
  padding-left: 8px;
}
.error-pages .error-bottom li::marker {
  font-size: 10px;
}
.error-pages .error-bottom li a {
  color: var(--mid-indigo);
  text-decoration-color: var(--mid-indigo);
}
.error-pages .text-indigo {
  color: var(--official-red);
  font-size: 1.1875rem;
}
.error-pages input[type=search] {
  border: 0;
  border-bottom: 2px solid var(--bright-indigo);
  width: 100%;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 8px;
  border-radius: 0;
  min-height: 2.6111111em;
}
.error-pages .search-form {
  display: flex;
  gap: 16px;
}
.error-pages .search-close {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  background-color: var(--light-grey);
  border-radius: 50%;
  top: 12px;
  cursor: pointer;
  transition: all 0.5s;
}
.error-pages .search-close:hover {
  background-color: var(--mid-indigo);
}
.error-pages .search-close:hover:before, .error-pages .search-close:hover:after {
  background-color: var(--solid-white);
}
.error-pages .search-close:before, .error-pages .search-close:after {
  content: "";
  width: 2px;
  height: 11px;
  display: inline-block;
  background-color: var(--mid-indigo);
  position: absolute;
  top: 6px;
  left: 11px;
  transform: rotate(45deg);
}
.error-pages .search-close:after {
  transform: rotate(-45deg);
}
.error-pages .form-no-label {
  position: relative;
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .error-pages .error-top {
    margin-bottom: 32px;
  }
  .error-pages .error-bottom {
    padding: 16px;
  }
  .error-pages .error-bottom ul {
    padding-left: 20px;
    margin-bottom: 22px;
  }
  .error-pages .error-bottom ul li {
    padding-left: 4px;
  }
  .error-pages input[type=search] {
    min-height: 40px;
  }
  .error-pages .search-form {
    flex-direction: column;
    margin-top: 24px;
    gap: 8px;
  }
  .error-pages .search-form .btn {
    justify-content: center;
  }
}
.blog-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.related-blogs .common-content {
  margin-bottom: 40px;
}
.related-blogs .slick-list {
  margin: 0 -12px;
}
.related-blogs .slick-slide > div {
  padding: 0 12px;
}
.related-blogs .slick-btn-wrap {
  margin-top: 48px;
}
.related-blogs .slick-track {
  margin-left: 0;
}

.blog-filter-view .form-submit[id^=edit-submit-blogs] {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.blog-filter-view .blog-filter-wrap [data-drupal-selector=edit-field-topics-target-id] ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.blog-filter-view .blog-filter-wrap [data-drupal-selector=edit-field-topics-target-id] ul li a {
  background-color: var(--mid-indigo-10);
  padding: 2px 8px;
  color: var(--mid-indigo);
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}
.blog-filter-view .blog-filter-wrap [data-drupal-selector=edit-field-topics-target-id] ul li a.bef-link--selected {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
}
.blog-filter-view .blog-filter-wrap [data-drupal-selector=edit-field-topics-target-id] ul li a[target=_blank]:after {
  display: none;
}
.blog-filter-view .blog-filter-by {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.blog-filter-view .blog-filter-by .js-form-type-checkbox {
  flex: 0 0 100%;
  max-width: 100%;
  margin-block: 0;
  display: inline-flex;
  align-items: center;
  order: 1;
}
.blog-filter-view .blog-filter-by .js-form-type-checkbox .option {
  font-size: 1.125rem;
  margin-bottom: 0px;
  line-height: 1.3em;
  margin: 0;
  font-weight: 400;
}
.blog-filter-view .form-submit {
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 12px 16px;
  font-weight: 600;
  text-align: center;
  color: var(--solid-white);
  background: var(--mid-indigo);
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
  align-self: end;
  margin: 0;
}
.blog-filter-view .form-submit:hover {
  background: var(--indigo);
}
.blog-filter-view .form-submit:focus-visible {
  outline: 3px solid var(--focus-orange);
  box-shadow: none;
  outline-offset: -3px;
}
.blog-filter-view .blog-showing {
  margin-top: -24px;
  font-size: 1.125rem;
}
.blog-filter-view .views-filters-summary {
  margin-top: 32px;
}
.blog-filter-view .blog-mobile-filter {
  display: none;
}
.blog-filter-view .common-content {
  max-width: 100%;
  padding-bottom: 8px;
}
.blog-filter-view .fieldset--group {
  margin: 0;
}
.blog-filter-view .fieldset--group .fieldset__legend--visible ~ .fieldset__wrapper {
  padding: 0;
  border: 0;
}
.blog-filter-view .fieldset--group .form-boolean-group {
  /* display: flex;
  gap: 16px; */
  position: relative;
}
.blog-filter-view .fieldset--group .form-boolean-group .bef-toggle.bef-toggle--select-all,
.blog-filter-view .fieldset--group .form-boolean-group .bef-toggle.bef-toggle--deselect-all {
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  min-width: 60px;
  text-indent: 0em;
  padding: 0;
  padding: 0;
  background-color: var(--mid-indigo-10);
  padding: 2px 8px;
  color: var(--mid-indigo);
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5em;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-filter-view .fieldset--group .form-boolean-group .bef-toggle.bef-toggle--deselect-all {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
}
.blog-filter-view .fieldset--group .form-boolean-group .bef-select-all-none {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  /* &:before{
      content: 'All';
  } */
}
.blog-filter-view .fieldset--group .form-boolean-group .js-form-type-checkbox {
  flex: 0 0 auto;
  max-width: inherit;
}
.blog-filter-view .fieldset--group .form-boolean-group .js-form-type-checkbox:first-child {
  padding-inline-start: 72px;
}
.blog-filter-view .fieldset--group .form-boolean-group .js-form-type-checkbox input[type=checkbox] {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.blog-filter-view .fieldset--group .form-boolean-group .js-form-type-checkbox input[type=checkbox]:focus + label {
  outline: 2px solid var(--solid-black);
  outline-offset: 0px;
  box-shadow: 0px 0px 0px 5px var(--focus-orange);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 0;
}
.blog-filter-view .fieldset--group .form-boolean-group .js-form-type-checkbox input[type=checkbox]:checked + label {
  background-color: var(--mid-indigo);
  color: var(--solid-white);
}
.blog-filter-view .fieldset--group .form-boolean-group .js-form-type-checkbox input[type=checkbox] + label {
  padding: 0;
  padding: 0;
  background-color: var(--mid-indigo-10);
  padding: 2px 8px;
  color: var(--mid-indigo);
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5em;
}
.blog-filter-view .fieldset__legend--composite {
  margin: 0 0 14px;
  background-color: transparent;
  line-height: 1em;
}
.blog-filter-view .fieldset__legend--composite .fieldset__label {
  padding: 0;
  font-weight: 600;
  font-size: 1rem;
  color: var(--indigo);
}
.blog-filter-view label {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--indigo);
}
.blog-filter-view .blog-filter-by .multiselect-dropdown {
  min-width: 383px;
}
.blog-filter-view .blog-filter-by .form-select {
  border-radius: 4px;
  border: 2px solid var(--mid-indigo);
  background: var(--solid-white);
  padding-inline: 16px 8px;
  padding-block: 6px;
  display: flex;
  line-height: 2em;
  align-items: center;
}
.blog-filter-view .blog-filter-by .form-select:after {
  content: "";
  -webkit-mask: url(../images/icons/arrow-select.svg) center no-repeat;
          mask: url(../images/icons/arrow-select.svg) center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--mid-indigo);
  width: 17.325px;
  height: 14px;
  display: inline-block;
  align-items: center;
  margin-inline: auto 6px;
}
.blog-filter-view .blog-filter-sort {
  display: flex;
  justify-content: flex-end;
}
.blog-filter-view .blog-filter-sort .form-select {
  padding-inline: 16px 8px;
  padding-block: 6px;
  min-width: 282px;
  border: 2px solid var(--mid-indigo);
  border-radius: 4px;
  background-color: var(--solid-white);
  background-image: url(../images/icons/arrow-select.svg);
}
.blog-filter-view .blog-filter-header .items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-filter-view .blog-filter-header .value {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
}
.blog-filter-view .blog-filter-header .value-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  justify-content: center;
}
.blog-filter-view .blog-filter-header .value-container .value {
  color: var(--mid-indigo);
  font-weight: 600;
}
.blog-filter-view .blog-filter-header .remove-filter {
  margin: 0;
  background-color: var(--bright-indigo);
  border-radius: 4px;
  font-size: 0;
  padding: 7px;
  display: flex;
  height: 24px;
  width: 24px;
}
.blog-filter-view .blog-filter-header .remove-filter:hover {
  background-color: var(--indigo);
}
.blog-filter-view .blog-filter-header .remove-filter:before {
  content: "";
  -webkit-mask: url(../images/icons/cross.svg) center no-repeat;
          mask: url(../images/icons/cross.svg) center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--solid-white);
  width: 10.023px;
  height: 10.023px;
  display: inline-block;
  align-items: center;
}
.blog-filter-view .blog-filter-header .item {
  background-color: var(--mid-indigo-10);
  padding: 2px 8px 2px 2px;
  border-radius: 4px;
}
.blog-filter-view .article-close {
  position: absolute;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 1.1875rem;
  color: var(--mid-indigo);
  background-color: transparent;
  border: 0;
  right: 15px;
  top: 15px;
  display: none;
  align-items: center;
  gap: 4px;
}

.blog-no-result {
  margin-top: 24px;
}
.blog-no-result .h4 {
  margin-bottom: 32px;
}

.blog-filter-feature .c-row {
  display: flex;
  align-items: center;
  gap: 26px;
}
.blog-filter-feature .c-left {
  flex: 1 1 50%;
  max-width: 50%;
}
.blog-filter-feature .c-left .img-wrap {
  aspect-ratio: 1.2516;
  width: 100%;
}
.blog-filter-feature .c-left .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-filter-feature .h4 {
  margin-bottom: 24px;
  font-family: var(--title-font);
  font-weight: 600;
}
.blog-filter-feature .h4 a {
  color: var(--mid-indigo);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-underline-offset: 0%;
  text-underline-position: from-font;
  text-decoration-color: var(--bright-indigo);
  text-underline-offset: 16%;
}
.blog-filter-feature .h4 a:hover {
  text-decoration: none;
}
.blog-filter-feature .feature-date {
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1.5em;
}
.blog-filter-feature .feature-date em {
  font-style: normal;
}
.blog-filter-feature .feature-date strong {
  font-weight: 600;
  margin-right: 6px;
}
.blog-filter-feature .feature-topic {
  font-size: 1rem;
  margin-bottom: 24px;
  line-height: 1.5em;
}
.blog-filter-feature .feature-topic em {
  font-style: normal;
}
.blog-filter-feature .feature-topic strong {
  font-weight: 600;
  margin-right: 6px;
}
.blog-filter-feature .c-right {
  flex: 1 1 50%;
  max-width: 50%;
  padding-inline-start: 40px;
}

.blog-main-list {
  padding-bottom: 80px;
}

.listing-blogs-wrap .single-card .single-card-title a.h5 {
  text-decoration-thickness: 10.5%;
  text-underline-offset: 16%;
}
.listing-blogs-wrap .single-card .single-card-topic {
  display: flex;
  gap: 8px;
}
.listing-blogs-wrap .single-card .single-card-topic strong {
  font-weight: 600;
  flex: 1 1 auto;
}
.listing-blogs-wrap .single-card .single-card-topic strong:first-child {
  flex: 0;
}
.listing-blogs-wrap .blog-cards-grid {
  row-gap: 40px;
  position: relative;
}
.listing-blogs-wrap .blog-cards-grid .single-card {
  position: relative;
}
.listing-blogs-wrap .blog-cards-grid .global-tagging {
  padding: 5px;
  background-color: var(--violet);
  padding: 4px 8px;
  align-items: flex-start;
  gap: 4px;
  color: var(--mid-indigo);
  display: inline-flex;
  left: 10px;
  top: 10px;
  position: absolute;
  border-radius: 8px;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-cards-grid {
    grid-template-columns: 1fr 1fr;
  }
  .blog-filter-view .blog-filter-by .multiselect-dropdown {
    min-width: 273px;
  }
  .blog-filter-view .blog-filter-sort .form-select {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .blog-main-list {
    padding-bottom: 40px;
  }
  .blog-no-result .h4 {
    margin-bottom: 18px;
  }
  .blog-cards-grid {
    grid-template-columns: 1fr;
  }
  .listing-blogs-wrap {
    padding-top: 0;
  }
  .listing-blogs-wrap .blog-cards-grid {
    row-gap: 32px;
  }
  .blog-filter-view .common-content {
    margin-bottom: 24px;
  }
  .blog-filter-view {
    /* .blog-filter-wrap {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        padding: 50px 16px;
        background: var(--solid-white);
        bottom: 0;
        display: none;
        z-index: 2;

        &.is-open {
            display: block;
        }

        form {
            display: flex;
            flex-direction: column-reverse;
            gap: 24px;
            ;
        }
    } */
  }
  .blog-filter-view .article-close {
    display: flex;
  }
  .blog-filter-view .blog-filter-sort {
    width: 100%;
    display: block;
  }
  .blog-filter-view .blog-filter-sort .form-select {
    height: 48px;
  }
  .blog-filter-view .blog-filter-by {
    flex-direction: column;
    align-items: normal;
  }
  .blog-filter-view .blog-filter-by .multiselect-dropdown {
    min-width: inherit;
  }
  .blog-filter-view .views-filters-summary {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .blog-filter-feature .c-row {
    flex-direction: column;
    align-items: normal;
    gap: 24px;
  }
  .blog-filter-feature .h4 {
    margin-bottom: 16px;
  }
  .blog-filter-feature .c-left,
  .blog-filter-feature .c-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .blog-filter-feature .c-right {
    padding: 0;
  }
  .blog-filter-feature .feature-date,
  .blog-filter-feature .feature-topic {
    font-size: 0.875rem;
  }
  .blog-filter-feature .feature-topic {
    margin-bottom: 16px;
  }
  .blog-filter-view .blog-filter-wrap {
    margin-bottom: 24px;
  }
  .blog-filter-view .blog-showing {
    margin-top: 0px;
    margin-bottom: 32px;
  }
  .blog-filter-view .form-submit {
    width: 100%;
  }
  .blog-filter-view .blog-mobile-filter {
    display: flex;
    border-radius: 8px;
    background-color: var(--violet);
    padding: 12px 8px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 40px;
    display: none;
  }
  .blog-filter-view .blog-mobile-filter:before {
    content: "";
    -webkit-mask: url(../images/icons/filter.svg) no-repeat;
            mask: url(../images/icons/filter.svg) no-repeat;
    background: var(--indigo);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    width: 24px;
    height: 14px;
    display: inline-block;
  }
  .related-blogs .slick-btn-wrap {
    margin-top: 32px;
  }
  .related-blogs .common-content {
    margin-bottom: 32px;
  }
  .related-blogs .common-content h2:last-child {
    margin-bottom: 0;
  }
  .blog-no-result {
    margin-top: 30px;
  }
}
[dir=rtl] .blog-filter-view .blog-filter-sort button.form-select {
  background-position-x: calc(100% - 10px);
}
[dir=rtl] .blog-filter-view .article-close {
  left: 15px;
  right: auto;
  flex-direction: row-reverse;
}

.ro-contact-info a[target=_blank]:after {
  display: none;
}
.ro-contact-info .ro-contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.ro-contact-info .ro-contact-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.ro-contact-info .ro-contact-list .h3 {
  margin: 0;
}
.ro-contact-info .ro-contact-list a {
  font-weight: 600;
  color: var(--mid-indigo);
}
.ro-contact-info .ro-contact-list a:focus-visible {
  display: inline-block;
}
.ro-contact-info .ro-contact-list .material-symbols-sharp {
  font-size: 2.875rem;
  color: var(--official-red);
  font-weight: 700;
}

.ro-grid-wrap .ro-grid {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.ro-grid-wrap .h5 {
  font-family: var(--body-font);
  font-weight: 600;
}
.ro-grid-wrap .h5 a {
  color: var(--mid-indigo);
  text-decoration-line: underline;
  text-decoration-color: var(--bright-indigo);
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 14%;
  text-underline-offset: 5%;
  text-underline-position: from-font;
}
.ro-grid-wrap .h5 a:hover {
  text-decoration: none;
}
.ro-grid-wrap .ro-meta {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 16px;
  row-gap: 8px;
}
.ro-grid-wrap .ro-meta li {
  font-size: 1rem;
}
.ro-grid-wrap .ro-meta strong {
  font-weight: 600;
}
.ro-grid-wrap .ro-meta .ro-last-list {
  flex: 1 1 100%;
  max-width: 100%;
}

.ro-filter-wrap {
  padding-top: 48px;
}
.ro-filter-wrap .view-filters {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--violet);
}
.ro-filter-wrap .view-header {
  margin-bottom: 48px;
}
.ro-filter-wrap .view-header h1 {
  margin-bottom: 0;
}
.ro-filter-wrap input {
  border-radius: 0;
}
.ro-filter-wrap .js-form-item-title {
  display: flex;
  flex-direction: column;
  grid-column: 1/-1;
  position: relative;
}
.ro-filter-wrap .js-form-item-title input[type=text] {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding-block: 10px;
  padding-inline-end: 40px;
  padding-inline-start: 15px;
  min-height: 48px;
  font-size: 1rem;
  background-color: var(--solid-white);
  border-radius: 4px;
  background-image: none;
  /* transition: all 0.3s; */
}
.ro-filter-wrap .js-form-item-title input[type=text]::-webkit-search-decoration, .ro-filter-wrap .js-form-item-title input[type=text]::-webkit-search-cancel-button, .ro-filter-wrap .js-form-item-title input[type=text]::-webkit-search-results-button, .ro-filter-wrap .js-form-item-title input[type=text]::-webkit-search-results-decoration {
  display: none;
}
.ro-filter-wrap .js-form-item-title label {
  margin-bottom: 8px;
}
.ro-filter-wrap .js-form-item-title .search-close {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  background-color: var(--light-grey);
  border-radius: 50%;
  bottom: 12px;
  cursor: pointer;
  transition: all 0.5s;
}
.ro-filter-wrap .js-form-item-title .search-close:hover {
  background-color: var(--mid-indigo);
}
.ro-filter-wrap .js-form-item-title .search-close:hover:before, .ro-filter-wrap .js-form-item-title .search-close:hover:after {
  background-color: var(--solid-white);
}
.ro-filter-wrap .js-form-item-title .search-close:before, .ro-filter-wrap .js-form-item-title .search-close:after {
  content: "";
  width: 2px;
  height: 14px;
  display: inline-block;
  background-color: var(--mid-indigo);
  position: absolute;
  top: 5px;
  left: 11.2px;
  transform: rotate(45deg);
}
.ro-filter-wrap .js-form-item-title .search-close:after {
  transform: rotate(-45deg);
}
.ro-filter-wrap form {
  display: grid;
  grid-template-columns: 28fr 28fr 28fr 16fr;
  align-items: end;
  gap: 24px;
  row-gap: 48px;
}
.ro-filter-wrap label {
  font-weight: 600;
  font-size: 1.1875rem;
  display: inline-block;
  margin-bottom: 4px;
}
.ro-filter-wrap .form-item-sort-by,
.ro-filter-wrap .form-item-sort-order {
  display: none;
}
.ro-filter-wrap select.form-select {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  font-size: 1.125rem;
  border-radius: 4px;
  background: url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
}
.ro-filter-wrap .form-item-field-location-target-id input {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  font-size: 1.125rem;
  border-radius: 4px;
  background: url(../images/icons/search-mid-indigo.svg) calc(100% - 8px) no-repeat;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
}
.ro-filter-wrap ::-moz-placeholder {
  color: var(--indigo);
}
.ro-filter-wrap ::placeholder {
  color: var(--indigo);
}
.ro-filter-wrap .form-item__description {
  margin-bottom: 16px;
  font-size: 1rem;
}

body:has(.ro-filter-wrap) .ui-state-active,
body:has(.ro-filter-wrap) .ui-widget-content .ui-state-active,
body:has(.ro-filter-wrap) .ui-widget-header .ui-state-active,
body:has(.ro-filter-wrap) a.ui-button:active,
body:has(.ro-filter-wrap) .ui-button:active,
body:has(.ro-filter-wrap) .ui-button.ui-state-active:hover {
  background-color: var(--solid-white);
}
body:has(.ro-filter-wrap) .ui-state-active a,
body:has(.ro-filter-wrap) .ui-widget-content .ui-state-active a,
body:has(.ro-filter-wrap) .ui-widget-header .ui-state-active a,
body:has(.ro-filter-wrap) a.ui-button:active a,
body:has(.ro-filter-wrap) .ui-button:active a,
body:has(.ro-filter-wrap) .ui-button.ui-state-active:hover a {
  background-color: var(--mid-indigo-10);
  outline: 0;
}
body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  border: 2px solid var(--mid-indigo);
  border-radius: 0 0 4px 4px;
  max-width: 312.5px;
  border-top: 0;
  padding: 8px;
}
body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front:before {
  content: "";
  position: absolute;
  top: -2px;
  background-color: var(--solid-white);
  width: calc(100% + 4px);
  height: 2px;
  left: -2px;
  border-left: 2px solid var(--mid-indigo);
  border-right: 2px solid var(--mid-indigo);
}
body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item {
  font-size: 1rem;
  font-weight: 400;
}
body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item:hover a {
  background-color: var(--mid-indigo-10) !important;
  color: var(--mid-indigo);
  /* background-color: var(--mid-indigo-10);
  color: var(--mid-indigo); */
}
body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item a {
  color: var(--indigo);
  border-radius: 4px;
  display: inline-block;
  border: 0;
  padding: 5px 8px;
  margin: 0;
  white-space: normal;
  text-decoration: none;
}
body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item a:hover {
  background-color: var(--mid-indigo-10);
  color: var(--mid-indigo);
  border: 0;
}

.ro-your-result {
  margin-bottom: 40px;
}
.ro-your-result .h4 {
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 10px;
}
.ro-your-result .ro-clear {
  font-weight: 600;
  color: var(--mid-indigo);
}
.ro-your-result .c-row {
  display: flex;
}
.ro-your-result .c-right {
  margin-inline-start: auto;
}
.ro-your-result .sort {
  min-width: 283px;
}
.ro-your-result label {
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 8px;
}
.ro-your-result select.form-select {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  font-size: 1rem;
  border-radius: 4px;
  background: url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
}
.ro-your-result .ro-highlights {
  margin-top: 40px;
  align-items: center;
}

.ro-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ro-highlights .value-item {
  background-color: var(--mid-indigo-10);
  padding-block: 2px;
  padding-inline: 2px 8px;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.ro-highlights .value-item strong {
  color: var(--mid-indigo);
  font-weight: 600;
}
.ro-highlights .remove-filter {
  margin: 0;
  background-color: var(--bright-indigo);
  border-radius: 4px;
  font-size: 0;
  padding: 7px;
  display: flex;
  height: 24px;
  width: 24px;
}
.ro-highlights .remove-filter:focus-visible {
  outline: 2px solid var(--focus-orange);
}
.ro-highlights .remove-filter:hover {
  background-color: var(--indigo);
}
.ro-highlights .remove-filter:before {
  content: "";
  -webkit-mask: url(../images/icons/cross.svg) center no-repeat;
          mask: url(../images/icons/cross.svg) center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--solid-white);
  width: 10.023px;
  height: 10.023px;
  display: inline-block;
  align-items: center;
}

.ro-requirements .h3 {
  margin-bottom: 40px;
}
.ro-requirements .h4 {
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: -0.42px;
  margin-bottom: 8px;
}
.ro-requirements .ro-rqr-inner {
  background-color: var(--mid-indigo-10);
  padding-block: 48px;
  padding-inline: 40px 57px;
}
.ro-requirements .c-row {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
.ro-requirements .c-row .h6 em {
  color: var(--mid-indigo);
  font-style: normal;
  margin-left: 5px;
}

.ro-n-columns h2 {
  margin-bottom: 24px;
}
.ro-n-columns .btn-wrap {
  margin-top: 48px;
}
.ro-n-columns .c-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(455px, 1fr));
}
.ro-n-columns .c-row .c-col {
  padding: 24px;
  background-color: var(--mid-indigo-10);
}
.ro-n-columns .c-row .h3 {
  margin-bottom: 24px;
}
.ro-n-columns .c-row a {
  text-decoration-line: underline;
  text-underline-offset: 10.5%;
  text-decoration-color: var(--bright-indigo);
  color: var(--mid-indigo);
  text-decoration-thickness: 16%;
}
.ro-n-columns .c-row a:hover {
  text-decoration: none;
}

.ro-no-result .h4 {
  font-family: var(--title-font);
  font-weight: 600;
}
.ro-no-result .ro-highlights {
  margin-bottom: 40px;
}
.ro-no-result .common-content {
  margin-bottom: 32px;
}
.ro-no-result .common-content .h4 {
  margin-bottom: 32px;
}
.ro-no-result .common-content .h4:last-child {
  margin-bottom: 0;
}
.ro-no-result .ro-no-bottom {
  background-color: var(--mid-indigo-10);
  padding: 24px;
}
.ro-no-result .ro-no-bottom .h4 {
  margin-bottom: 16px;
}
.ro-no-result .ro-no-bottom ul {
  padding-inline-start: 19px;
}
.ro-no-result .ro-no-bottom li {
  padding-inline-start: 8px;
}
.ro-no-result .ro-no-bottom li::marker {
  font-size: 10px;
}
.ro-no-result .ro-no-bottom li a {
  color: var(--mid-indigo);
  text-decoration-color: var(--mid-indigo);
}

@media (min-width: 1200px) and (max-width: 1280px) {
  body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-width: 284px;
  }
}
@media (min-width: 992px) {
  .ro-n-columns.col-linear .c-row .c-col {
    padding: 40px 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-width: 218px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ro-filter-wrap form {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-width: 336px;
  }
}
@media (max-width: 991px) {
  .ro-contact-info .ro-contact-list {
    grid-template-columns: 1fr;
  }
  /*   .ro-requirements {
      .h3 {
          margin-bottom: 24px;
      }

      .c-row {
          grid-template-columns: 1fr;
      }

      .ro-rqr-inner {
          padding: 24px 16px;
      }
  } */
}
.page-node-type-landing-page .full-width-text-block {
  padding-bottom: 0;
}
.page-node-type-landing-page .ro-filter-wrap {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .ro-n-columns.col-linear .c-row .c-col {
    /*  flex: 1 1 100%;
    max-width: 100%; */
  }
  .ro-n-columns .c-row {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .ro-n-columns .c-row .h3 {
    margin-bottom: 16px;
  }
  .ro-n-columns h2 {
    margin-bottom: 16px;
  }
  .ro-n-columns .btn-wrap {
    margin-top: 32px;
  }
  .ro-requirements .h3 {
    margin-bottom: 24px;
  }
  .ro-requirements .h4 {
    letter-spacing: 0;
  }
  .ro-requirements .c-row {
    grid-template-columns: 1fr;
  }
  .ro-requirements .ro-rqr-inner {
    padding: 24px 16px;
  }
  .ro-no-result .common-content {
    margin-bottom: 16px;
  }
  .ro-no-result .common-content .h4 {
    margin-bottom: 16px;
  }
  .ro-no-result .common-content .h4:last-child {
    margin-bottom: 0;
  }
  .ro-no-result .ro-no-bottom {
    padding: 16px;
  }
  .ro-no-result .ro-no-bottom li {
    padding-inline-start: 4px;
  }
  .ro-no-result .ro-no-bottom .h4 {
    margin-bottom: 8px;
  }
  .ro-filter-wrap .view-filters {
    padding-bottom: 40px;
  }
  .ro-filter-wrap label {
    font-size: 1.125rem;
  }
  .ro-filter-wrap form {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .ro-filter-wrap .view-header {
    margin-bottom: 40px;
  }
  .ro-filter-wrap .form-item__description {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .ro-filter-wrap select.form-select {
    font-size: 0.875rem;
  }
  .ro-filter-wrap .form-item-field-location-target-id input {
    font-size: 0.875rem;
  }
  .ro-filter-wrap .js-form-item-title {
    margin-bottom: 16px;
  }
  .ro-filter-wrap .js-form-item-title input[type=text] {
    min-height: 46px;
    font-size: 0.875rem;
  }
  .ro-your-result .c-row {
    flex-direction: column;
  }
  .ro-your-result .c-left {
    margin-bottom: 24px;
  }
  .ro-your-result .c-right {
    width: 100%;
  }
  .ro-your-result label,
  .ro-your-result select.form-select {
    font-size: 0.875rem;
  }
  .ro-your-result select.form-select {
    width: 100%;
  }
  .ro-your-result .ro-clear {
    font-size: 0.875rem;
  }
  .ro-your-result .ro-highlights {
    margin-top: 40px;
  }
  .ro-highlights .value-item strong {
    font-size: 0.875rem;
  }
  .ro-grid-wrap .ro-meta li {
    font-size: 0.875rem;
  }
  body:has(.ro-filter-wrap) .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-width: 322px;
  }
  .page-node-type-landing-page .ro-filter-wrap {
    padding-top: 40px;
  }
}
[dir=rtl] .ro-filter-wrap select.form-select {
  background-position: 16px center;
}
[dir=rtl] .ro-filter-wrap .form-item-field-location-target-id input {
  background-position: 8px center;
}
[dir=rtl] .ro-filter-wrap .js-form-item-title .search-close {
  right: auto;
  left: 12px;
}
[dir=rtl] .ro-your-result select.form-select {
  background-position: 16px center;
}

.sitemap-page .sitemap-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap-page .sitemap-inner ul a {
  text-decoration-thickness: 10.5%;
  text-underline-offset: 8%;
  text-underline-position: from-font;
  color: var(--mid-indigo);
}
.sitemap-page .sitemap-inner ul .button-toggle {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  background-color: transparent;
  transition: all 0.3s ease;
  margin-inline-end: -32px;
}
.sitemap-page .sitemap-inner ul .button-toggle:before {
  content: "";
  -webkit-mask: url(../images/icons/arrow-bold.svg) 8px 16px no-repeat;
          mask: url(../images/icons/arrow-bold.svg) 8px 16px no-repeat;
  -webkit-mask-size: 50%;
          mask-size: 50%;
  background-color: var(--indigo);
  width: 100%;
  height: 100%;
  display: inline-block;
  align-items: center;
  transition: all 0.3s ease;
  margin: 0;
  top: 7px;
  left: 0px;
  position: absolute;
}
.sitemap-page .sitemap-inner > ul {
  display: flex;
  flex-direction: column;
}
.sitemap-page .sitemap-inner > ul > li {
  padding-top: 64px;
  padding-bottom: 64px;
}
.sitemap-page .sitemap-inner > ul > li > a {
  font-weight: 700;
  padding-bottom: 24px;
  display: inline-block;
  font-size: 1.75rem;
  font-family: var(--title-font);
  line-height: 1.25em;
}
.sitemap-page .sitemap-inner > ul > li > ul {
  grid-template-columns: repeat(auto-fit, minmax(352px, 1fr));
  display: grid;
  gap: 48px 24px;
  padding-top: 32px;
  border-top: 1px solid var(--violet);
}
.sitemap-page .sitemap-inner > ul > li > ul > li {
  font-size: 1.5rem;
  font-family: var(--title-font);
  font-weight: normal;
  line-height: 1.3em;
  padding-right: 32px;
}
.sitemap-page .sitemap-inner > ul > li > ul > li > a {
  font-weight: 600;
  padding: 8px 0;
  display: inline-block;
}
.sitemap-page .sitemap-inner > ul > li > ul > li > ul > li {
  font-size: 1.375rem;
  font-family: var(--body-font);
  font-weight: normal;
  padding: 24px 0 8px 4px;
  line-height: 1.25em;
}
.sitemap-page .sitemap-inner > ul > li > ul > li > ul > li.expanded {
  position: relative;
}
.sitemap-page .sitemap-inner > ul > li > ul > li > ul > li.expanded.is-active .button-toggle:before {
  transform: rotate(180deg);
  -webkit-mask-position: center 27%;
          mask-position: center 27%;
  top: 4px;
}
.sitemap-page .sitemap-inner > ul > li > ul > li > ul > li.expanded.is-active > ul {
  display: block;
}
.sitemap-page .sitemap-inner > ul > li > ul > li > ul > li > a {
  font-weight: 600;
  display: inline;
}
.sitemap-page .sitemap-inner > ul > li > ul > li > ul > li > ul {
  display: none;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sitemap-page .sitemap-inner > ul > li > ul > li > ul > li > ul > li {
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: normal;
  line-height: 1.3em;
}
.sitemap-page .sitemap-inner > ul > li > ul > li > ul > li > ul > li > a {
  font-weight: 400;
  display: inline-block;
  padding: 8px 0 8px 4px;
}

@media (max-width: 767px) {
  .sitemap-page .sitemap-inner > ul > li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sitemap-page .sitemap-inner > ul > li > a {
    font-size: 1.5rem;
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .sitemap-page .sitemap-inner > ul > li > ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
  }
  .sitemap-page .sitemap-inner > ul > li > ul > li {
    line-height: 1.05em;
  }
  .sitemap-page .sitemap-inner > ul > li > ul > li > a {
    font-size: 1.375rem;
  }
  .sitemap-page .sitemap-inner > ul > li > ul > li > ul > li {
    padding: 24px 0 2px 0px;
  }
  .sitemap-page .sitemap-inner > ul > li > ul > li > ul > li > a {
    font-size: 1.1875rem;
  }
  .sitemap-page .sitemap-inner > ul > li > ul > li > ul > li > ul > li {
    margin-bottom: 10px;
  }
  .sitemap-page .sitemap-inner > ul > li > ul > li > ul > li > ul > li ul > li > a {
    padding: 8px 0;
  }
}
.confirm-page-success {
  overflow: hidden;
}
.confirm-page-success .h2 {
  margin-bottom: 24px;
}
.confirm-page-success .c-row {
  display: flex;
  align-items: center;
}
.confirm-page-success .c-left {
  margin-inline-start: 0;
  width: 100%;
  max-width: 788px;
  max-width: 49.25%;
}
.confirm-page-success .c-left img {
  width: 100%;
}
.confirm-page-success .c-right {
  padding-inline-end: 24px;
  padding-inline-start: 40px;
  max-width: 548px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.confirm-page-success h2 {
  margin-bottom: 24px;
}
.confirm-page-success .btn-wrap {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 1.125rem;
}
.confirm-page-success {
  /* slider */
}

@media (min-width: 992px) {
  .confirm-page-success .container,
  .confirm-page-success .container-lg,
  .confirm-page-success .container-md,
  .confirm-page-success .container-sm,
  .confirm-page-success .container-xl,
  .confirm-page-success .container-xxl {
    max-width: calc(1600px + 0%);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .confirm-page-success .container,
  .confirm-page-success .container-lg,
  .confirm-page-success .container-md,
  .confirm-page-success .container-sm,
  .confirm-page-success .container-xl,
  .confirm-page-success .container-xxl {
    max-width: calc(1600px + 0%);
  }
}
@media (min-width: 1600px) {
  .confirm-page-success .container,
  .confirm-page-success .container-lg,
  .confirm-page-success .container-md,
  .confirm-page-success .container-sm,
  .confirm-page-success .container-xl,
  .confirm-page-success .container-xxl {
    padding-left: 0;
    max-width: calc(1600px + 0%);
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .confirm-page-success .c-left {
    max-width: 44.25%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .confirm-page-success .c-right {
    padding-inline-start: 5%;
    max-width: 640px;
  }
  .confirm-page-success .c-left {
    max-width: 44.25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .confirm-page-success .c-right {
    padding-inline-start: 30px;
    max-width: 550px;
  }
  .confirm-page-success .c-left {
    max-width: 42.25%;
  }
}
@media (max-width: 991px) {
  .confirm-page-success .h2 {
    margin-bottom: 16px;
  }
  .confirm-page-success .c-right {
    padding: 0;
  }
  .confirm-page-success .c-row {
    flex-direction: column;
    align-items: normal;
    gap: 24px;
  }
  .confirm-page-success .c-right {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
  .confirm-page-success .c-left {
    flex: 1 1 100%;
    max-width: 100%;
    margin-inline-start: calc(var(--bs-gutter-x) * -0.75);
  }
  .confirm-page-success h2 {
    margin-bottom: 16px;
  }
  .confirm-page-success .btn-wrap {
    margin-top: 20px;
  }
}
.search-page .common-content {
  margin-bottom: 0px;
}
.search-page .common-content h1 {
  margin-bottom: 8px;
}
.search-page .section-space.small-content-cms {
  padding-top: 0;
  padding-bottom: 24px;
}
.search-page .search-filter {
  margin-bottom: 48px;
}
.search-page .search-filter .view-filters .btn .material-symbols-sharp {
  font-size: 1.5rem;
}
.search-page .search-filter .view-filters .js-form-item,
.search-page .search-filter .view-filters .form-submit {
  display: none;
}
.search-page .search-filter .view-filters .js-form-item[name=reset],
.search-page .search-filter .view-filters .form-submit[name=reset] {
  display: inline-block;
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.search-page .search-filter .view-filters .js-form-item-query,
.search-page .search-filter .view-filters .js-form-item-search-api-fulltext {
  display: flex;
  gap: 16px;
  position: relative;
}
.search-page .search-filter .view-filters .js-form-item-query input[type=text],
.search-page .search-filter .view-filters .js-form-item-search-api-fulltext input[type=text] {
  flex: 1 1 auto;
  border: 0;
  border-bottom: 1px solid var(--bright-indigo);
  width: 100%;
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 8px 0;
  border-radius: 0;
  min-height: 48px;
  margin: 0;
}
.search-page .search-filter .view-filters .js-form-item-query input[type=text]:focus,
.search-page .search-filter .view-filters .js-form-item-search-api-fulltext input[type=text]:focus {
  outline-color: var(--focus-orange);
  outline-style: auto;
  outline-offset: 2px;
}
.search-page .search-filter .view-filters .js-form-item-query label,
.search-page .search-filter .view-filters .js-form-item-search-api-fulltext label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.search-page .search-filter .view-filters .js-form-item-query .btn,
.search-page .search-filter .view-filters .js-form-item-search-api-fulltext .btn {
  min-width: 123px;
  justify-content: center;
  font-size: 1.125rem;
}
.search-page .search-filter .search-close {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 144px;
  background-color: var(--light-grey);
  border-radius: 50%;
  top: 12px;
  cursor: pointer;
  transition: all 0.5s;
}
.search-page .search-filter .search-close:hover {
  background-color: var(--mid-indigo);
}
.search-page .search-filter .search-close:hover:before, .search-page .search-filter .search-close:hover:after {
  background-color: var(--solid-white);
}
.search-page .search-filter .search-close:before, .search-page .search-filter .search-close:after {
  content: "";
  width: 2px;
  height: 11px;
  display: inline-block;
  background-color: var(--mid-indigo);
  position: absolute;
  top: 6px;
  left: 11px;
  transform: rotate(45deg);
}
.search-page .search-filter .search-close:after {
  transform: rotate(-45deg);
}
.search-page .search-info {
  margin-bottom: 32px;
}
.search-page .search-info .h4 span {
  font-weight: normal;
}
.search-page .search-info select {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  font-size: 1.125rem;
  border-radius: 4px;
  background: url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
  min-width: 282px;
}
.search-page .search-info .c-row {
  display: flex;
  align-items: end;
}
.search-page .search-info .c-row .c-right {
  margin-inline-start: auto;
}
.search-page .search-content .h6 {
  margin-bottom: 24px;
}
.search-page .search-content .c-row {
  display: flex;
  gap: 24px;
}
.search-page .search-content .c-left {
  padding-inline-end: 16px;
  flex: 0 0 282px;
  max-width: 282px;
}
.search-page .search-content .c-left ul.js-facets-widget {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 16px;
  flex-direction: column;
}
.search-page .search-content .c-left label {
  font-size: 1rem;
}
.search-page .search-content .c-right {
  flex: 0 0 calc(100% - 282px);
  max-width: calc(100% - 282px);
}
.search-page .search-content .c-right .h5 {
  margin-bottom: 16px;
}
.search-page .search-content .c-right .h5:last-child {
  margin-bottom: 0;
}
.search-page .search-content .c-right .h5 a {
  color: var(--mid-indigo);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 18%;
  text-underline-offset: 5%;
  text-underline-position: from-font;
}
.search-page .search-content .c-right .h5 a:hover {
  text-decoration: none;
}
.search-page .search-content .card-content {
  margin-bottom: 16px;
}
.search-page .search-content .card-footer {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  row-gap: 10px;
}
.search-page .search-content .card-footer li {
  line-height: 0.9em;
  font-size: 0.9375rem;
  padding-inline-end: 8px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.search-page .search-content .card-footer li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 23px;
  margin-inline-end: 8px;
  background-color: var(--official-red);
}
.search-page .search-content .card-footer li:last-child:after {
  display: none;
}
.search-page .search-content .card-footer li a {
  line-height: 1.5em;
  display: inline-block;
  padding: 2px 0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0%;
  text-underline-position: from-font;
  text-decoration-color: transparent;
  color: var(--indigo);
}
.search-page .search-content .card-footer li a:hover {
  color: var(--mid-indigo);
  text-decoration-color: var(--mid-indigo);
}
.search-page .search-content .card-footer li a:hover:after {
  color: var(--mid-indigo);
}
.search-page .search-content .card-footer li a:after {
  background-color: var(--indigo);
}
.search-page .search-content .card-footer li a:after:hover {
  color: var(--mid-indigo);
}
.search-page .search-content .view-content {
  gap: 40px;
  margin-bottom: 40px;
}
.search-page .search-content .form-check {
  margin: 0;
}
.search-page .search-content .content-type {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 1px solid var(--violet);
}
.search-page .search-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.search-page .search-highlights .value-item {
  background-color: var(--mid-indigo-10);
  padding-block: 2px;
  padding-inline: 2px 8px;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.search-page .search-highlights .value-item strong {
  color: var(--mid-indigo);
  font-weight: 600;
}
.search-page .search-highlights .search-clear {
  color: var(--mid-indigo);
  font-weight: 600;
}
.search-page .search-highlights .remove-filter {
  margin: 0;
  background-color: var(--bright-indigo);
  border-radius: 4px;
  font-size: 0;
  padding: 7px;
  display: flex;
  height: 24px;
  width: 24px;
}
.search-page .search-highlights .remove-filter:focus-visible {
  outline: 2px solid var(--focus-orange);
}
.search-page .search-highlights .remove-filter:hover {
  background-color: var(--indigo);
}
.search-page .search-highlights .remove-filter:before {
  content: "";
  -webkit-mask: url(../images/icons/cross.svg) center no-repeat;
          mask: url(../images/icons/cross.svg) center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--solid-white);
  width: 10.023px;
  height: 10.023px;
  display: inline-block;
  align-items: center;
}

.search-no-result .h4 {
  font-family: var(--title-font);
  font-weight: 600;
}
.search-no-result .search-highlights {
  margin-bottom: 40px;
}
.search-no-result .common-content {
  margin-bottom: 48px;
  max-width: 894px;
}
.search-no-result .common-content .h4 {
  margin-bottom: 32px;
  max-width: 588px;
}
.search-no-result .common-content .h4 span {
  font-weight: normal;
}
.search-no-result .common-content .h4:last-child {
  margin-bottom: 0;
}
.search-no-result .common-content .h5 {
  margin-bottom: 16px;
}
.search-no-result .common-content a {
  color: var(--mid-indigo);
  font-weight: 600;
}
.search-no-result .search-no-bottom {
  background-color: var(--mid-indigo-10);
  padding: 24px;
}
.search-no-result .search-no-bottom .h6 {
  margin-bottom: 16px;
}
.search-no-result .search-no-bottom ul {
  padding-inline-start: 19px;
}
.search-no-result .search-no-bottom li {
  padding-inline-start: 8px;
}
.search-no-result .search-no-bottom li::marker {
  font-size: 10px;
}
.search-no-result .search-no-bottom li a {
  color: var(--mid-indigo);
  text-decoration-color: var(--mid-indigo);
  font-weight: 600;
}

.search-language-wrap.is-red p a,
.search-language-wrap.is-red li a {
  color: var(--solid-white);
  text-decoration-color: var(--solid-white);
}
.search-language-wrap .c-row {
  background-color: var(--official-red);
  padding: 35px 80px;
  position: relative;
}
.search-language-wrap p,
.search-language-wrap li {
  font-size: 1rem;
}
.search-language-wrap p {
  padding-right: 4px;
}
.search-language-wrap .c-col {
  max-width: 597px;
  position: relative;
}
.search-language-wrap .h4 {
  margin-bottom: 16px;
}
.search-language-wrap .input-wrap {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.search-language-wrap .input-wrap .btn {
  flex: 0 0 158px;
}
.search-language-wrap select {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  font-size: 1.125rem;
  border-radius: 4px;
  background: var(--solid-white) url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
  min-width: 282px;
}
.search-language-wrap .super-icon {
  right: -3%;
  left: auto;
  bottom: -25%;
}

@media (min-width: 768px) {
  .search-page .mobile-search-panel {
    display: none;
  }
  .search-page .search-mobile-btn {
    display: none;
  }
  .search-page .is-mobile-ftr {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-language-wrap .c-col {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .search-language-wrap .c-row {
    padding: 24px 16px 100px;
  }
  .search-language-wrap p,
  .search-language-wrap li {
    font-size: 0.875rem;
  }
  .search-language-wrap .super-icon {
    bottom: -8%;
  }
  .search-language-wrap .input-wrap {
    flex-direction: column;
  }
  .search-language-wrap .input-wrap .btn {
    flex: 0 0 auto;
  }
  .search-language-wrap select {
    font-size: 0.875rem;
    padding: 0 16px;
    min-width: initial;
  }
  .search-page .section-space.small-content-cms {
    padding-bottom: 15px;
  }
  .search-page .is-mobile-ftr {
    display: flex;
  }
  .search-page .is-mobile-ftr .btn {
    width: 100%;
    justify-content: center;
  }
  .search-page .search-highlights {
    margin-bottom: 24px;
  }
  .search-page .search-highlights .value-item strong {
    font-size: 0.875rem;
  }
  .search-page .search-highlights .search-clear {
    font-size: 0.875rem;
  }
  .search-page .common-content {
    margin-bottom: 0px;
  }
  .search-page .search-filter .search-close {
    right: 5px;
  }
  .search-page .search-filter .btn {
    text-align: center;
    justify-content: center;
    font-size: 1rem;
  }
  .search-page .search-filter .btn .material-symbols-sharp {
    font-size: 1.625rem;
  }
  .search-page .search-filter .view-filters .js-form-item-query,
  .search-page .search-filter .view-filters .js-form-item-search-api-fulltext {
    flex-direction: column;
    align-items: normal;
    gap: 8px;
  }
  .search-page .search-filter .view-filters .js-form-item-query input[type=text],
  .search-page .search-filter .view-filters .js-form-item-search-api-fulltext input[type=text] {
    max-width: 100%;
    font-size: 1rem;
    min-height: 40px;
  }
  .search-page .search-filter .view-filters .js-form-item-query .btn,
  .search-page .search-filter .view-filters .js-form-item-search-api-fulltext .btn {
    font-size: 1rem;
  }
  .search-page .search-info {
    margin-bottom: 24px;
  }
  .search-page .search-info .c-row {
    flex-direction: column;
    align-items: normal;
    gap: 20px;
  }
  .search-page .search-info .c-row .c-right {
    margin-inline-start: 0;
    display: none;
  }
  .search-page .search-info select {
    max-width: 100%;
    min-width: initial;
  }
  .search-page .mobile-search-toggle {
    color: var(--mid-indigo);
    padding: 0;
    font-weight: 700;
  }
  .search-page .search-mobile-btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .search-page .search-mobile-btn .btn {
    justify-content: center;
  }
  .search-page .search-mobile-btn .btn .material-symbols-sharp {
    font-size: 1.375rem;
  }
  .search-page .facets-widget-checkbox {
    margin-bottom: 24px;
  }
  .search-page .mobile-search-panel {
    margin-bottom: 24px;
  }
  .search-page .mobile-search-panel .h1 {
    margin-bottom: 24px;
  }
  .search-page .mobile-search-panel label {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  .search-page .mobile-search-panel .btn-wrap {
    padding: 16px 0;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 8px;
  }
  .search-page .mobile-search-panel select {
    width: 100%;
    border: 0;
    border: 2px solid var(--mid-indigo);
    margin: 0;
    padding-block: 6px;
    padding-inline: 16px 40px;
    font-size: 1.125rem;
    border-radius: 4px;
    background: var(--solid-white) url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat;
    min-height: 48px;
    height: 48px;
    font-size: 1rem;
    min-width: 282px;
    margin-bottom: 24px;
  }
  .search-page .mobile-search-panel .h6.is-mobile {
    border-bottom: 1px solid var(--violet);
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .search-page .search-content .c-row {
    flex-direction: column;
    gap: 20px;
  }
  .search-page .search-content .c-row .c-left,
  .search-page .search-content .c-row .c-right {
    max-width: 100%;
  }
  .search-page .search-content .c-row .c-left {
    flex: 0 0 auto;
    position: fixed;
    z-index: 9;
    background: var(--solid-white);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 16px 50px;
    display: none;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .search-page .search-content .c-row .c-left .h6:not(.is-mobile),
  .search-page .search-content .c-row .c-left .content-type {
    display: none;
  }
  .search-page .search-content .c-row .view-content {
    gap: 24px;
  }
  .search-no-result .common-content {
    margin-bottom: 16px;
  }
  .search-no-result .common-content .h4 {
    margin-bottom: 16px;
  }
  .search-no-result .common-content .h4:last-child {
    margin-bottom: 0;
  }
  .search-no-result .search-no-bottom {
    padding: 16px;
  }
  .search-no-result .search-no-bottom li {
    padding-inline-start: 4px;
  }
  .search-no-result .search-no-bottom .h4 {
    margin-bottom: 8px;
  }
  .is-filter-open .search-page .search-content .c-row .c-left {
    display: block;
  }
}
[dir=rtl] .search-language-wrap.show_super_icon .super-icon {
  left: -3%;
  right: auto;
}
[dir=rtl] .search-language-wrap select {
  background-position: 16px center;
}
[dir=rtl] .search-page .search-info select {
  background-position: 16px center;
}

.bc-product-finder__results {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.bc-product-finder__results .c-row-n {
  padding: 24px 0;
  border-bottom: 1px solid var(--violet);
  display: flex;
  gap: 40px;
  align-items: end;
}
.bc-product-finder__results .c-right-n {
  margin-left: auto;
  flex: 0 0 auto;
}
.bc-product-finder__results .c-left-n {
  flex: 1 1 auto;
}
.bc-product-finder__results-count {
  font-size: 1.125rem;
}
.bc-product-finder__date-trigger {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  border-radius: 4px;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
  background: var(--solid-white) url(../images/icons/calendar.svg) calc(100% - 10px) center no-repeat;
  text-align: left;
  background-size: 24.5px;
}
.bc-product-finder__date-trigger:hover {
  border-color: #333;
}
.bc-product-finder__sortwrap {
  margin-bottom: 32px;
}
.bc-product-finder__status {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 1.375rem;
}
.bc-product-finder__banner {
  margin-bottom: 80px;
}
.bc-product-finder__body .c-row {
  display: flex;
  gap: 24px;
}
.bc-product-finder__body .c-right {
  flex: 1 1 calc(100% - 306px);
  max-width: calc(100% - 306px);
}
.bc-product-finder__body .c-left {
  flex: 1 1 282px;
  max-width: 282px;
  padding-right: 16px;
}
.bc-product-finder__body .c-left .h6 {
  margin-bottom: 24px;
}
.bc-product-finder__body .c-left .normal-text {
  font-size: 1rem;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--violet);
  margin-bottom: 24px;
  font-weight: 600;
}
.bc-product-finder__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
}
.bc-product-finder__inputs label {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.bc-product-finder__txt {
  margin-bottom: 48px;
}
.bc-product-finder .field__label {
  font-size: 1.1875rem;
  font-weight: 600;
}
.bc-product-finder__sort .field__label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1rem;
  font-family: var(--body-font);
}
.bc-product-finder__sort .form-select {
  min-width: 282px;
}
.bc-product-finder__field--country, .bc-product-finder__field--city, .bc-product-finder__field--test, .bc-product-finder__field--date, .bc-product-finder__field--type {
  flex: 1 1 0;
  min-width: 0;
}
.bc-product-finder__field--date {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.bc-product-finder__field--btn {
  flex: 0 0 100px;
}
.bc-product-finder__field--btn .btn {
  width: 100%;
  padding: 12px 8px;
  font-size: 0.875rem;
}
.bc-product-finder__field--country input[type=text][data-f=country] {
  background: var(--solid-white) url(../images/icons/country-search.svg) calc(100% - 10px) center no-repeat;
  text-align: left;
  background-size: 24.486px;
}
.bc-product-finder__country-suggestions {
  border: 2px solid var(--mid-indigo);
  border-radius: 0 0 4px 4px;
  max-width: 312.5px;
  border-top: 0;
  padding: 8px !important;
  position: absolute;
  top: calc(100% - 3px);
  width: 100%;
  background: white;
  left: 0;
}
.bc-product-finder__country-suggestions li {
  font-size: 1rem;
  font-weight: 600;
  color: var(--indigo) !important;
  border-radius: 4px;
  display: inline-block;
  border: 0;
  padding: 5px 8px;
  margin: 0;
  white-space: normal;
  text-decoration: none;
}
.bc-product-finder__country-suggestions li:hover {
  color: var(--mid-indigo) !important;
  border: 0;
  background-color: var(--mid-indigo-10) !important;
}
.bc-product-finder__card-action {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
.bc-product-finder__card-action .btn[target=_blank]:after {
  display: none;
}
.bc-product-finder__card-subtitle {
  display: inline;
  font-size: 1rem;
  font-weight: 600;
}
.bc-product-finder__card-subtitle:before {
  content: "";
  -webkit-mask: url(../images/icons/marker.svg) center center no-repeat;
          mask: url(../images/icons/marker.svg) center center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--mid-indigo);
  margin-right: 8px;
  margin-right: 3px;
  margin-bottom: -3px;
}
.bc-product-finder__card-when {
  display: inline-block;
  padding-right: 4px;
  margin-right: 12px;
}
.bc-product-finder__card-when:before {
  content: "";
  -webkit-mask: url(../images/icons/calendar.svg) center no-repeat;
          mask: url(../images/icons/calendar.svg) center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--mid-indigo);
  margin-right: 8px;
  margin-right: 4px;
  margin-bottom: -2px;
}
.bc-product-finder__card-meta {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.bc-product-finder__card-meta-label {
  border-left: 3px solid var(--official-red);
  line-height: 1.5em;
  padding-left: 9px;
  font-weight: 600;
  padding-right: 12px;
  margin-right: 8px;
}
.bc-product-finder__card-wrap {
  display: inline-block;
  margin-bottom: 8px;
}
.bc-product-finder__card-address {
  display: inline;
}
.bc-product-finder__card strong {
  font-weight: 600;
}
.bc-product-finder__pill {
  border-left: 3px solid var(--official-red);
  line-height: 1.6em;
  padding-left: 12px;
  font-weight: 600;
}
.bc-product-finder__price {
  display: inline;
}
.bc-product-finder__price:before {
  content: "";
  -webkit-mask: url(../images/icons/tags.svg) center no-repeat;
          mask: url(../images/icons/tags.svg) center no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--mid-indigo);
  margin-right: 8px;
  margin-right: 4px;
  margin-bottom: -2px;
}
.bc-product-finder__more-slots {
  display: none;
}
.bc-product-finder__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.bc-product-finder__facet-group {
  margin-bottom: 24px;
}
.bc-product-finder__facet-group:last-child {
  margin-bottom: 0;
}
.bc-product-finder__calendar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: var(--solid-white);
  border-radius: 4px;
  border: 2px solid var(--mid-indigo);
}
.bc-product-finder__calendar-month h3 {
  text-align: center;
  font-size: 1.125rem;
  margin: 0;
  padding: 0px 24px;
  margin-bottom: 16px;
}
.bc-product-finder__calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 34px);
  margin-bottom: 8px;
  border-bottom: 1px solid var(--mid-indigo-10);
  font-weight: 600;
}
.bc-product-finder__calendar-weekdays span {
  font-size: 0.875rem;
  color: var(--indigo);
  text-align: center;
  padding: 10px;
  line-height: 1em;
}
.bc-product-finder__calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 34px);
  gap: 0;
}
.bc-product-finder__calendar-footer {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid var(--mid-indigo-10);
  text-align: right;
}
.bc-product-finder__calendar-clear {
  color: var(--indigo);
}
.bc-product-finder__calendar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: var(--mid-indigo);
  color: var(--solid-black);
  font-size: 1.1rem;
  cursor: pointer;
  position: absolute;
  left: 16px;
  top: 16px;
  border: 0;
  border-radius: 4px;
}
.bc-product-finder__calendar-nav:before {
  content: "";
  -webkit-mask: url(../images/icons/calendar-arrow.svg) center no-repeat;
          mask: url(../images/icons/calendar-arrow.svg) center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--solid-white);
  width: 11px;
  height: 24px;
  display: inline-block;
  align-items: center;
}
.bc-product-finder__calendar-nav:hover:not(:disabled) {
  border-color: #999;
}
.bc-product-finder__calendar-nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "prev months next";
  align-items: start;
}
.bc-product-finder__calendar-nav--prev {
  grid-area: prev;
}
.bc-product-finder__calendar-nav--prev:before {
  transform: rotate(180deg);
}
.bc-product-finder__calendar-nav--next {
  grid-area: next;
  left: auto;
  right: 16px;
}
.bc-product-finder__calendar-nav:disabled {
  cursor: default;
  background-color: var(--solid-white);
  padding: 3px;
}
.bc-product-finder__calendar-nav:disabled:before {
  background: rgba(39, 0, 76, 0.5);
  width: 24px;
}
.bc-product-finder__calendar-months {
  grid-area: months;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.bc-product-finder__calendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  font-size: 0.875rem;
  color: rgba(39, 0, 76, 0.5);
  background: none;
  border: 0;
  border-radius: 0px;
  padding: 0;
  text-decoration: none;
}
.bc-product-finder__calendar-day--empty {
  visibility: hidden;
}
.bc-product-finder__calendar-day--available {
  color: var(--indigo);
  cursor: pointer;
  /*   &.is-in-range:has(+ .is-selected) {
                      &+.is-selected {
                          background-color: var(--solid-white);
                      }
                  }
  */
}
.bc-product-finder__calendar-day--available.is-selected {
  padding: 0;
  background: var(--mid-indigo-10);
  border-radius: 50% 0 0% 50%;
}
.bc-product-finder__calendar-day--available.is-selected ~ .is-in-range ~ .is-selected {
  background-color: var(--mid-indigo-10);
  border-radius: 0 50% 50% 0;
}
.bc-product-finder__calendar-day--available.is-selected:not(:has(+ .is-in-range)) {
  background-color: var(--solid-white);
}
.bc-product-finder__calendar-day--available.is-selected span.c-day {
  border-radius: 50%;
  z-index: 1;
  color: var(--solid-white);
  background: var(--mid-indigo);
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.bc-product-finder__calendar-day--available.is-in-range {
  background: var(--mid-indigo-10);
  text-decoration: none;
}
.bc-product-finder__calendar-day--available.is-in-range + .is-selected {
  border-radius: 0 50% 50% 0;
}

.bc-product-finder__facet-option {
  gap: 6px;
  font-size: 1.125rem;
}
.bc-product-finder__facet-option input[type=checkbox],
.bc-product-finder__facet-option input[type=radio] {
  margin-right: 6px;
  flex: 0 0 1.4445em;
}

.bc-product-finder--page input[type=text] {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding-block: 10px;
  padding-inline-end: 40px;
  padding-inline-start: 15px;
  min-height: 48px;
  font-size: 1rem;
  background-color: var(--solid-white);
  border-radius: 4px;
  background-image: none;
  /* transition: all 0.3s; */
}
.bc-product-finder--page input[type=text]::-webkit-search-decoration, .bc-product-finder--page input[type=text]::-webkit-search-cancel-button, .bc-product-finder--page input[type=text]::-webkit-search-results-button, .bc-product-finder--page input[type=text]::-webkit-search-results-decoration {
  display: none;
}
.bc-product-finder--page select.form-select {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  font-size: 1.125rem;
  border-radius: 4px;
  background: var(--solid-white) url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
}
.bc-product-finder--page .value-item {
  background-color: var(--mid-indigo-10);
  padding-block: 2px;
  padding-inline: 2px 8px;
  border-radius: 4px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.bc-product-finder--page .value-item strong {
  color: var(--mid-indigo);
  font-weight: 600;
}
.bc-product-finder--page .remove-filter {
  margin: 0;
  background-color: var(--bright-indigo);
  border-radius: 4px;
  font-size: 0;
  padding: 7px;
  display: flex;
  height: 24px;
  width: 24px;
  border: 0;
}
.bc-product-finder--page .remove-filter:focus-visible {
  outline: 2px solid var(--focus-orange);
}
.bc-product-finder--page .remove-filter:hover {
  background-color: var(--indigo);
}
.bc-product-finder--page .remove-filter:before {
  content: "";
  -webkit-mask: url(../images/icons/cross.svg) center no-repeat;
          mask: url(../images/icons/cross.svg) center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: var(--solid-white);
  width: 10.023px;
  height: 10.023px;
  display: inline-block;
  align-items: center;
}
.bc-product-finder--page .pf-clear {
  font-weight: 600;
  color: var(--mid-indigo);
  border: 0;
  background-color: transparent;
  text-decoration: underline;
}
.bc-product-finder--page .pf-clear:hover {
  text-decoration: none;
}
.bc-product-finder--page .mobile-search-toggle {
  color: var(--mid-indigo);
  padding: 0;
  font-weight: 600;
}
.bc-product-finder--page .mobile-search-panel {
  margin-bottom: 24px;
}
.bc-product-finder--page .mobile-search-panel .h1 {
  margin-bottom: 24px;
}
.bc-product-finder--page .mobile-search-panel label {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.bc-product-finder--page .mobile-search-panel .btn-wrap {
  padding: 16px 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 8px;
}
.bc-product-finder--page .mobile-search-panel select {
  width: 100%;
  border: 0;
  border: 2px solid var(--mid-indigo);
  margin: 0;
  padding-block: 6px;
  padding-inline: 16px 40px;
  font-size: 1.125rem;
  border-radius: 4px;
  background: var(--solid-white) url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
  min-width: 282px;
  margin-bottom: 24px;
}
.bc-product-finder--page .mobile-search-panel .h6.is-mobile {
  border-bottom: 1px solid var(--violet);
  padding-bottom: 5px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .bc-product-finder--page .mobile-search-panel,
  .bc-product-finder--page .search-mobile-btn,
  .bc-product-finder--page .is-mobile-ftr {
    display: none;
  }
  .bc-product-finder__reset-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bc-product-finder__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .bc-product-finder__field select[data-f=centre] {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bc-product-finder__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .bc-product-finder__calendar {
    left: auto;
    right: 0;
  }
  .bc-product-finder__field select[data-f=centre] {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .is-filter-open .bc-product-finder__body .c-left {
    display: block;
  }
  .bc-product-finder--page .search-mobile-btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    position: sticky;
    background-color: var(--solid-white);
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .bc-product-finder--page .search-mobile-btn .btn {
    justify-content: center;
  }
  .bc-product-finder--page .search-mobile-btn .btn .material-symbols-sharp {
    font-size: 1.375rem;
  }
  .bc-product-finder--page .mobile-search-panel select {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  .bc-product-finder__sort {
    display: none;
  }
  .bc-product-finder__sortwrap .is-js-filter-open {
    width: 100%;
    justify-content: center;
  }
  .bc-product-finder__body .c-left {
    flex: 0 0 auto;
    position: fixed;
    z-index: 9;
    background: var(--solid-white);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 16px 0px;
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    display: none;
  }
  .bc-product-finder__banner {
    margin-bottom: 40px;
  }
  .bc-product-finder__results {
    gap: 16px;
  }
  .bc-product-finder__results-header {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 24px;
  }
  .bc-product-finder__results-count {
    margin-bottom: 20px;
  }
  .bc-product-finder__results .c-row-n {
    flex-direction: column;
    align-items: normal;
    gap: 16px;
    padding: 16px 0 16px;
  }
  .bc-product-finder__results .c-row-n .btn-med {
    padding: 12px 8px;
  }
  .bc-product-finder__results .c-right-n {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0;
  }
  .bc-product-finder__results .c-right-n .btn-med {
    width: 100%;
  }
  .bc-product-finder__card-action {
    display: block;
  }
  .bc-product-finder__card-subtitle {
    display: block;
    font-size: 0.875rem;
  }
  .bc-product-finder__card-address {
    display: block;
    padding-left: 20px;
    font-size: 0.875rem;
  }
  .bc-product-finder__card-wrap {
    font-size: 0.875rem;
  }
  .bc-product-finder__card-meta-label {
    font-size: 0.875rem;
  }
  .bc-product-finder__card-when {
    display: block;
    margin-bottom: 8px;
  }
  .bc-product-finder__pill {
    font-size: 0.875rem;
  }
  .bc-product-finder__facet-option {
    font-size: 1rem;
  }
  .bc-product-finder__body .c-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .bc-product-finder .field__label {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .bc-product-finder__inputs {
    display: grid;
    grid-template-columns: 1fr;
  }
  .bc-product-finder__calendar {
    padding-bottom: 60px;
  }
  .bc-product-finder__calendar-weekdays, .bc-product-finder__calendar-days {
    grid-template-columns: repeat(7, 44px);
  }
  .bc-product-finder__calendar-day {
    width: 44px;
    height: 44px;
  }
  .bc-product-finder__calendar-nav {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 16px;
    left: auto;
    right: calc(50% + 10px);
  }
  .bc-product-finder__calendar-nav:before {
    width: 16.406px;
    height: 16.406px;
  }
  .bc-product-finder__calendar-nav--next {
    right: auto;
    left: calc(50% + 10px);
  }
  .bc-product-finder__calendar-nav:disabled {
    background: linear-gradient(0deg, rgba(39, 0, 76, 0.1) 0%, rgba(39, 0, 76, 0.1) 100%), #FFF;
  }
  .bc-product-finder__calendar-nav:disabled:before {
    width: 16.406px;
    height: 16.406px;
  }
  .bc-product-finder__field select[data-f=centre] {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .bc-product-finder__calendar {
    width: 100%;
  }
  .bc-product-finder__calendar-months {
    width: 100%;
  }
  .bc-product-finder__calendar-month {
    width: 100%;
  }
  .bc-product-finder__calendar-weekdays span {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bc-product-finder__calendar-day {
    width: 100%;
  }
  .bc-product-finder__calendar-weekdays, .bc-product-finder__calendar-days {
    grid-template-columns: repeat(7, 14.29%);
  }
}
.user-logged-in .toolbar .toolbar-bar .toolbar-tab {
  border-left: solid 1px #494949;
}
.user-logged-in .toolbar .toolbar-bar .toolbar-tab > a.toolbar-icon {
  padding-right: 1em;
  padding-left: 1em;
}
.user-logged-in .toolbar .toolbar-bar .toolbar-tab > a.toolbar-icon:before {
  display: none;
}
.user-logged-in .toolbar .toolbar-bar .toolbar-lining .toolbar-icon {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.user-logged-in .toolbar .toolbar-bar .toolbar-lining .toolbar-icon:before {
  display: none;
}
.user-logged-in .toolbar .toolbar-bar .toolbar-lining .menu-item:first-child .toolbar-icon.toolbar-icon-admin-toolbar-tools-help {
  width: 48px;
  background-image: url(/themes/custom/bc_ielts/favicon.ico) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  background-color: transparent;
}

.env-ribbon.env-preprod {
  background-color: rgb(0, 0, 0);
  padding-left: 30px;
}

.user-logged-in .toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:not(:nth-child(200)):focus {
  background-image: none !important;
  box-shadow: none !important;
}

.user-logged-in .toolbar .toolbar-lining .menu-itema a {
  border-right: 1px solid #dadada;
}

/* .content-component-width {
    .small-content-cms {
        &__inner {
            max-width: 996px; 
        }
    }
} */
.press-list-main .small-content-cms__inner, .blog-detail-main .small-content-cms__inner {
  max-width: 792px;
  margin: 0 auto;
}

.small-content-cms img {
  display: block;
}
.small-content-cms img,
.small-content-cms iframe,
.small-content-cms .responsive-table-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.small-content-cms img:first-child,
.small-content-cms iframe:first-child,
.small-content-cms .responsive-table-wrapper:first-child {
  margin-top: 0;
}
.small-content-cms img:last-child,
.small-content-cms iframe:last-child,
.small-content-cms .responsive-table-wrapper:last-child {
  margin-bottom: 0;
}
.small-content-cms iframe {
  max-width: 100%;
}
.small-content-cms iframe[src*=youtube] {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.small-content-cms p:not(:first-child) img:first-child,
.small-content-cms p:not(:first-child) iframe:first-child,
.small-content-cms p:not(:first-child) .responsive-table-wrapper:first-child {
  margin-top: 40px;
}
.small-content-cms p:not(:first-child) img:last-child,
.small-content-cms p:not(:first-child) iframe:last-child,
.small-content-cms p:not(:first-child) .responsive-table-wrapper:last-child {
  margin-bottom: 40px;
}
.small-content-cms p:last-child img:last-child,
.small-content-cms p:last-child iframe:last-child,
.small-content-cms p:last-child .responsive-table-wrapper:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1240px) {
  .press-list-main .small-content-cms .responsive-table-wrapper, .blog-detail-main .small-content-cms .responsive-table-wrapper {
    width: 151.6%;
    margin-inline-start: -25.8%;
  }
}
@media (min-width: 992px) {
  .small-content-cms .table-controls {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .press-list-main .small-content-cms .responsive-table-wrapper, .blog-detail-main .small-content-cms .responsive-table-wrapper {
    width: 121.29%;
    margin-inline-start: -10.65%;
  }
}
@media (max-width: 991px) {
  .small-content-cms ::-webkit-scrollbar {
    display: none;
  }
  .small-content-cms .responsive-table-wrapper {
    width: 100%;
  }
  .small-content-cms .responsive-table {
    overflow-x: auto;
    width: 100%;
  }
  .small-content-cms .responsive-table table {
    min-width: 600px;
  }
  .small-content-cms .table-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .small-content-cms img,
  .small-content-cms iframe,
  .small-content-cms table {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .small-content-cms img:first-child,
  .small-content-cms iframe:first-child,
  .small-content-cms table:first-child {
    margin-top: 0;
  }
  .small-content-cms img:last-child,
  .small-content-cms iframe:last-child,
  .small-content-cms table:last-child {
    margin-bottom: 0;
  }
  .small-content-cms p:not(:first-child) img:first-child,
  .small-content-cms p:not(:first-child) iframe:first-child,
  .small-content-cms p:not(:first-child) table:first-child {
    margin-top: 40px;
  }
  .small-content-cms p:not(:first-child) img:last-child,
  .small-content-cms p:not(:first-child) iframe:last-child,
  .small-content-cms p:not(:first-child) table:last-child {
    margin-bottom: 16px;
  }
  .small-content-cms p:last-child img:last-child,
  .small-content-cms p:last-child iframe:last-child,
  .small-content-cms p:last-child table:last-child {
    margin-bottom: 0px;
  }
}
.generic-banner {
  padding-top: 64px;
  padding-bottom: 64px;
}
.generic-banner.is-red, .generic-banner.is-mid-indigo {
  background-color: var(--official-red);
}
.generic-banner.is-red p,
.generic-banner.is-red li,
.generic-banner.is-red h2, .generic-banner.is-mid-indigo p,
.generic-banner.is-mid-indigo li,
.generic-banner.is-mid-indigo h2 {
  color: var(--solid-white);
}
.generic-banner.is-red p a:not(.btn),
.generic-banner.is-red li a:not(.btn),
.generic-banner.is-red h2 a:not(.btn), .generic-banner.is-mid-indigo p a:not(.btn),
.generic-banner.is-mid-indigo li a:not(.btn),
.generic-banner.is-mid-indigo h2 a:not(.btn) {
  color: var(--solid-white);
}
.generic-banner.is-red h1, .generic-banner.is-mid-indigo h1 {
  color: var(--solid-white);
}
.generic-banner.is-red h1 a, .generic-banner.is-mid-indigo h1 a {
  color: var(--solid-white);
}
.generic-banner.is-detail-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.generic-banner .meta-list {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.generic-banner .meta-list strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.generic-banner h1 {
  margin-bottom: 24px;
}
.generic-banner h1:last-child {
  margin-bottom: 0px;
}
.generic-banner {
  /*  h1, p{
      margin-bottom: 24px;
      &:last-child{
          margin-bottom: 24px;
      }
  } */
}
.generic-banner__inner {
  max-width: 1026px;
  font-weight: 600;
}
.generic-banner__inner p {
  font-weight: 600;
}
.generic-banner .btn-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}

@media (min-width: 992px) and (max-width: 1480px) {
  .generic-banner .container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 992px) {
  .generic-banner .container {
    max-width: 1380px;
  }
  .generic-banner .container.is-normal {
    max-width: 1224px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .generic-banner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .generic-banner.is-detail-page {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .generic-banner.is-detail-page .h2 {
    font-size: 1.875rem;
  }
  .generic-banner h1 {
    margin-bottom: 16px;
  }
  .generic-banner .btn-wrap {
    flex-direction: column;
    align-items: start;
    margin-top: 16px;
    gap: 16px;
  }
}
.country-cta.is-red {
  background-color: var(--official-red);
}
.country-cta.is-mid-indigo {
  background-color: var(--mid-indigo);
}
.country-cta .c-row {
  display: flex;
  gap: 24px;
  padding: 64px 48px;
  background-color: var(--solid-white);
  position: relative;
}
.country-cta .c-col {
  flex: 1 1 50%;
  max-width: 50%;
}
.country-cta .btn-wrap {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.country-cta .btn-wrap:first-child {
  margin-top: 4px;
}
.country-cta p,
.country-cta li {
  font-weight: 600;
}
.country-cta .cta-icon {
  color: var(--official-red);
}
.country-cta .cta-icon .material-symbols-sharp,
.country-cta .cta-icon .material-icons {
  font-size: 3.375rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .country-cta {
    padding-bottom: 95px;
  }
  .country-cta.show_super_icon .super-icon {
    width: 170px;
    height: 170px;
    left: -7%;
    bottom: -44px;
  }
  .country-cta .c-row {
    flex-direction: column;
    gap: 24px;
    padding: 32px 16px;
  }
  .country-cta p,
  .country-cta li {
    font-size: 1.125rem;
  }
  .country-cta .c-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .country-cta .btn-wrap {
    margin-top: 16px;
    gap: 8px;
    flex-direction: column;
  }
  .country-cta .btn {
    display: block;
    text-align: center;
  }
}
.country-download-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.country-download-list li {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid var(--violet);
  line-height: 1.3em;
  font-size: 1.1875rem;
  flex: 1;
}
.country-download-list li .f-name {
  line-height: 1.5em;
  display: inline-flex;
  gap: 2px;
}
.country-download-list li strong {
  font-weight: 600;
}
.country-download-list li em {
  font-style: normal;
  padding-left: 4px;
}
.country-download .common-content {
  margin-bottom: 20px;
}
.country-download .common-content h2:last-child {
  margin-bottom: 0;
}
.country-download .cd-download {
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--body-font);
  color: var(--mid-indigo);
  text-decoration-color: var(--bright-indigo);
  text-decoration: underline;
  position: relative;
  padding-inline-start: 28px;
  font-size: 1.125rem;
  text-decoration-thickness: 14%;
  text-underline-offset: 20%;
  text-decoration-color: var(--bright-indigo);
  flex: 0 0 auto;
  max-width: 220px;
}
.country-download .cd-download:not(.btn):focus-visible {
  display: flex;
}
.country-download .cd-download:hover {
  text-decoration: none;
}
.country-download .cd-download:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.3em;
  height: 1.5em;
  -webkit-mask: url(../images/icons/download.svg) center bottom no-repeat;
          mask: url(../images/icons/download.svg) center bottom no-repeat;
  background-color: var(--mid-indigo);
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.country-download .cd-download:after {
  display: none;
}

@media (max-width: 991px) {
  .country-download-list li {
    flex-direction: column;
    gap: 16px;
    font-size: 1.125rem;
  }
  .country-download .cd-download {
    margin-left: 0;
    font-size: 1rem;
    text-underline-offset: 14%;
  }
  .country-download .common-content {
    margin-bottom: 5px;
  }
}
[dir=rtl] .country-download .cd-download:before {
  left: auto;
  right: 0;
}

ul.social-listing {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 26px;
  margin: 30px 0 0 7px;
}
ul.social-listing li {
  padding-inline-end: 15px;
  font-weight: 600;
}
ul.social-listing li a {
  color: var(--mid-indigo);
  position: relative;
  padding-inline-start: 30px;
  font-weight: 600;
}
ul.social-listing li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--mid-indigo);
  width: 1.1em;
  height: 1.15em;
  transform: translateY(-50%);
  margin-top: 1px;
}
ul.social-listing li a.fb:before {
  -webkit-mask: url(../images/icons/fb.svg) left center no-repeat;
          mask: url(../images/icons/fb.svg) left center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
ul.social-listing li a.linkedin:before {
  -webkit-mask: url(../images/icons/linkedin.svg) left center no-repeat;
          mask: url(../images/icons/linkedin.svg) left center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
ul.social-listing li a.twitter:before {
  -webkit-mask: url(../images/icons/x.svg) left center no-repeat;
          mask: url(../images/icons/x.svg) left center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
ul.social-listing li a.social-email:before {
  -webkit-mask: url(../images/icons/email.svg) left center no-repeat;
          mask: url(../images/icons/email.svg) left center no-repeat;
  -webkit-mask-size: 88%;
          mask-size: 88%;
}
ul.social-listing li a.social-link:before {
  -webkit-mask: url(../images/icons/link.svg) left center no-repeat;
          mask: url(../images/icons/link.svg) left center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
ul.social-listing li a[target=_blank]:after {
  display: none;
}
ul.social-listing .url-copied {
  color: var(--success-green);
  font-size: 0.875rem;
  margin-inline-start: 30px;
  position: absolute;
  margin-top: 0px;
  color: var(--indigo);
}

@media (max-width: 767px) {
  ul.social-listing {
    flex-direction: column;
  }
  ul.social-listing li a {
    font-size: 0.875rem;
    padding-inline-start: 34px;
  }
  ul.social-listing li a:before {
    width: 22px;
    height: 22px;
  }
  ul.social-listing li a.social-link:before {
    -webkit-mask-size: 90%;
            mask-size: 90%;
  }
}
.social-sharethis h2 {
  margin-bottom: 24px;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 {
  margin-inline-start: 7px;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn {
  font-family: var(--body-font);
  font-size: 1.125rem;
  border: 0;
  text-align: left;
  margin-inline-end: 38px;
  padding-inline-start: 34px;
  padding-inline-end: 0;
  min-width: auto;
  position: relative;
  margin-block: 2px;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn:hover {
  top: 0;
  opacity: 1;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn:hover:after {
  text-decoration: none;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn .copy-notify {
  padding-inline-start: 20px;
  position: absolute;
  top: 100%;
  left: 10px;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn .st-label {
  display: none;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn img {
  display: none;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn:after {
  color: var(--mid-indigo);
  position: relative;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: var(--body-font);
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-color: var(--bright-indigo);
  text-decoration-thickness: 18%;
  text-underline-offset: 6%;
  text-underline-position: from-font;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--mid-indigo);
  width: 1.1em;
  height: 1.15em;
  transform: translateY(-50%);
  margin-top: 1px;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=facebook]:before {
  -webkit-mask: url(../images/icons/fb.svg) left center no-repeat;
          mask: url(../images/icons/fb.svg) left center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=facebook]:after {
  content: "Facebook";
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=linkedin]:before {
  -webkit-mask: url(../images/icons/linkedin.svg) left center no-repeat;
          mask: url(../images/icons/linkedin.svg) left center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=linkedin]:after {
  content: "LinkedIn";
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=twitter]:before {
  -webkit-mask: url(../images/icons/x.svg) left center no-repeat;
          mask: url(../images/icons/x.svg) left center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=twitter]:after {
  content: "X (Formerly Twitter)";
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=email]:before {
  -webkit-mask: url(../images/icons/email.svg) left center no-repeat;
          mask: url(../images/icons/email.svg) left center no-repeat;
  -webkit-mask-size: 88%;
          mask-size: 88%;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=email]:after {
  content: "Email";
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=copy]:before {
  -webkit-mask: url(../images/icons/link.svg) left center no-repeat;
          mask: url(../images/icons/link.svg) left center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=copy]:after {
  content: "Copy Link";
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=whatsapp]:before {
  -webkit-mask: url(../images/icons/whatsapp.svg) left center no-repeat;
          mask: url(../images/icons/whatsapp.svg) left center no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[data-network=whatsapp]:after {
  content: "WhatsApp";
}
.social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn[target=_blank]:after {
  display: none;
}

[dir=rtl] .social-sharethis .sharethis-inline-share-buttons#st-1 {
  direction: rtl;
}

@media (max-width: 767px) {
  .social-sharethis .sharethis-inline-share-buttons#st-1 {
    padding-top: 5px;
  }
  .social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn {
    width: 100%;
    margin-bottom: 26px;
    display: inline-block !important;
    margin-inline-end: 0px;
  }
  .social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn:last-child {
    margin-bottom: 0;
  }
  .social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn {
    margin-bottom: 20px;
  }
  .social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn:after {
    font-size: 0.875rem;
  }
}
[dir=rtl] .social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn {
  text-align: right;
}
[dir=rtl] .social-sharethis .sharethis-inline-share-buttons#st-1 .st-btn:before {
  left: auto;
  right: 0;
}

.country-releated-pages .country-rp-cards {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  display: grid;
  gap: 24px;
}
.country-releated-pages .country-rp-cards .col {
  background-color: var(--mid-indigo-10);
  padding: 40px 24px;
  font-size: 1.125rem;
  position: relative;
  transition: all 0.3s;
}
.country-releated-pages .country-rp-cards .h3 {
  margin-bottom: 24px;
}
.country-releated-pages .country-rp-cards .h3 a {
  color: var(--mid-indigo);
  text-decoration: underline;
  text-decoration-color: var(--bright-indigo);
}
.country-releated-pages .country-rp-cards .h3 a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.country-releated-pages .country-rp-cards .h3 a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .country-releated-pages .country-rp-cards .col {
    padding: 24px;
  }
  .country-releated-pages .country-rp-cards .h3 {
    margin-bottom: 12px;
  }
}
div.wFormFooter,
div.wFormHeader {
  display: none;
}

div.wFormContainer {
  margin: 0 auto !important;
  padding: 0 15px !important;
  font-family: var(--body-font) !important;
}
div.wFormContainer input[type=radio]:checked {
  background-image: none;
}
div.wFormContainer .actions input[type=submit],
div.wFormContainer .actions .wfPageNextButton,
div.wFormContainer .actions .wfPagePreviousButton,
div.wFormContainer input[type=submit].primaryAction,
div.wFormContainer .actions .primaryAction {
  background-color: var(--mid-indigo) !important;
  font-family: var(--body-font) !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
}
div.wFormContainer .wForm .inputWrapper input:not([type=file]):not(.tt-hint):-moz-read-only, div.wFormContainer .wForm .inputWrapper textarea:-moz-read-only {
  border-width: 2px !important;
}
div.wFormContainer .wForm .inputWrapper input:not([type=file]):not(.tt-hint):read-only,
div.wFormContainer .wForm .inputWrapper textarea:read-only {
  border-width: 2px !important;
}
div.wFormContainer .wForm .inputWrapper input:not([type=file]):not(.tt-hint):-moz-read-only + label, div.wFormContainer .wForm .inputWrapper textarea:-moz-read-only + label {
  padding-left: 0;
}
div.wFormContainer .wForm .inputWrapper input:not([type=file]):not(.tt-hint):read-only + label,
div.wFormContainer .wForm .inputWrapper textarea:read-only + label {
  padding-left: 0;
}
div.wFormContainer div.wForm {
  max-width: 792px !important;
  margin-left: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}
div.wFormContainer div.wForm table.columnLayout:has(select[title="Mobile prefix (optional)"]) tr td:first-child {
  width: 130px;
}
div.wFormContainer div.wForm table tbody:not(caption):not(.table-class) tr {
  background-color: transparent !important;
}
div.wFormContainer div.wForm .htmlSection * {
  font-family: var(--body-font) !important;
}
div.wFormContainer div.wForm .htmlSection a {
  color: var(--indigo) !important;
}
div.wFormContainer div.wForm .columnLayout td {
  background-color: transparent !important;
  padding-left: 0 !important;
}
div.wFormContainer div.wForm .tt-suggestion:hover, div.wFormContainer div.wForm .tt-suggestion.tt-cursor {
  background-color: var(--official-red);
  color: var(--solid-white) !important;
}
div.wFormContainer div.wForm .inputWrapper input[type=text],
div.wFormContainer div.wForm .inputWrapper input[type=password],
div.wFormContainer div.wForm .inputWrapper select,
div.wFormContainer div.wForm .inputWrapper textarea {
  font-family: var(--body-font) !important;
}
div.wFormContainer div.wForm .inputWrapper input[type=text][data-dataset-json],
div.wFormContainer div.wForm .inputWrapper input[type=text][data-dataset-id] {
  padding-left: 0px !important;
}
div.wFormContainer div.wForm .inputWrapper .fa {
  display: none;
}
div.wFormContainer div.wForm .inputWrapper .oneChoice input[type=radio]:focus,
div.wFormContainer div.wForm .inputWrapper .oneChoice input[type=checkbox]:focus {
  outline: 2px solid var(--solid-black) !important;
  outline-offset: -2px !important;
  box-shadow: 0px 0px 0px 2px var(--focus-orange) !important;
  -webkit-box-decoration-break: clone;
}
div.wFormContainer div.wForm div.inline {
  display: block;
}
div.wFormContainer div.wForm .label {
  font-family: var(--body-font) !important;
}
div.wFormContainer div.wForm div.oneField,
div.wFormContainer div.wForm .oneFieldWrapper {
  display: block;
}
div.wFormContainer div.wForm .oneField[role=radiogroup] .oneChoice .label.preField {
  margin-bottom: 8px !important;
  padding: 0 !important;
}
div.wFormContainer div.wForm .oneField[role=radiogroup] .oneChoice .label.preField b {
  font-weight: 600 !important;
}
div.wFormContainer div.wForm .oneField .label.preField,
div.wFormContainer div.wForm .group .label.preField {
  margin-bottom: 8px !important;
  padding: 0 !important;
}
div.wFormContainer div.wForm .oneField .label.preField b,
div.wFormContainer div.wForm .group .label.preField b {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  margin: 0;
}
div.wFormContainer div.wForm .label.preField {
  margin-bottom: 8px !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  padding: 0;
}
div.wFormContainer div.wForm .label.preField + br {
  display: none;
}
div.wFormContainer div.wForm .label.preField b {
  font-weight: 600 !important;
}
div.wFormContainer div.wForm .wFormTitle {
  padding: 0 !important;
  font-weight: 600 !important;
  border: 0 !important;
  color: var(--indigo) !important;
  font-family: var(--body-font) !important;
}
div.wFormContainer div.wForm form {
  padding: 0;
}
div.wFormContainer div.wForm .twitter-typeahead {
  display: block !important;
}
div.wFormContainer div.wForm div.inputWrapper {
  display: block;
}
div.wFormContainer div.wForm div.inputWrapper input {
  border-radius: 0;
}
div.wFormContainer div.wForm div.inputWrapper input[type=text], div.wFormContainer div.wForm div.inputWrapper input[type=color], div.wFormContainer div.wForm div.inputWrapper input[type=date], div.wFormContainer div.wForm div.inputWrapper input[type=datetime-local], div.wFormContainer div.wForm div.inputWrapper input[type=email], div.wFormContainer div.wForm div.inputWrapper input[type=file], div.wFormContainer div.wForm div.inputWrapper input[type=month], div.wFormContainer div.wForm div.inputWrapper input[type=number], div.wFormContainer div.wForm div.inputWrapper input[type=password], div.wFormContainer div.wForm div.inputWrapper input[type=search], div.wFormContainer div.wForm div.inputWrapper input[type=tel], div.wFormContainer div.wForm div.inputWrapper input[type=text], div.wFormContainer div.wForm div.inputWrapper input[type=time], div.wFormContainer div.wForm div.inputWrapper input[type=url], div.wFormContainer div.wForm div.inputWrapper input[type=week] {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 2px solid var(--mid-indigo) !important;
  margin: 0 !important;
  font-size: 1.125rem !important;
  line-height: 1.5em !important;
  padding: 10px 0 !important;
  min-height: 48px !important;
  color: var(--indigo) !important;
  max-width: 100% !important;
  min-width: 100% !important;
  border-radius: 0 !important;
}
div.wFormContainer div.wForm div.inputWrapper input[type=text]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=color]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=date]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=datetime-local]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=email]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=file]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=month]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=number]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=password]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=search]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=tel]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=text]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=time]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=url]:focus, div.wFormContainer div.wForm div.inputWrapper input[type=week]:focus {
  border: 0 !important;
  border-bottom: 2px solid var(--mid-indigo) !important;
  outline: 2px solid var(--solid-black) !important;
  outline-offset: -2px !important;
  box-shadow: 0px 0px 0px 4px var(--focus-orange) !important;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 0 !important;
}
div.wFormContainer div.wForm div.inputWrapper select {
  width: 100% !important;
  border: 0 !important;
  border: 2px solid var(--mid-indigo) !important;
  margin: 0 !important;
  font-size: 1.125rem !important;
  line-height: 1.5em !important;
  padding: 10px 15px !important;
  min-height: 48px !important;
  color: var(--indigo) !important;
  max-width: 100% !important;
  min-width: 100% !important;
  border-radius: 0 !important;
  background: url(../images/icons/arrow-select.svg) calc(100% - 16px) no-repeat !important;
}
div.wFormContainer div.wForm div.inputWrapper select:focus {
  border: 0 !important;
  border-bottom: 2px solid var(--mid-indigo) !important;
  outline: 2px solid var(--solid-black) !important;
  outline-offset: -2px !important;
  box-shadow: 0px 0px 0px 4px var(--focus-orange) !important;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 0 !important;
}
div.wFormContainer div.wForm div.inputWrapper textarea {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 2px solid var(--mid-indigo) !important;
  margin: 0 !important;
  font-size: 1.125rem !important;
  line-height: 1.5em !important;
  padding: 10px 0 !important;
  min-height: 120px !important;
  color: var(--indigo) !important;
  max-width: 100% !important;
  min-width: 100% !important;
  resize: none !important;
  border-radius: 0 !important;
}
div.wFormContainer div.wForm div.inputWrapper textarea:focus {
  border: 0 !important;
  border-bottom: 2px solid var(--mid-indigo) !important;
  outline: 2px solid var(--solid-black) !important;
  outline-offset: -2px !important;
  box-shadow: 0px 0px 0px 4px var(--focus-orange) !important;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 0 !important;
}

@media (min-width: 1200px) {
  div.wFormContainer {
    max-width: 1140px !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 1280px) {
  div.wFormContainer {
    max-width: 1224px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=main.css.map */