/*! U30 - v2.3.0 */
#u30skip2content {
  --u30skipbg: #211e1c;
}

#u30 {
  --scrollbar-color-track: transparent;
  --scrollbar-color-thumb: #5c5651;
  --listmarginstart: 0px;
  --listitemspacing: 0px;
  --noscroll-offset: 0px;
  position: relative !important;
  height: auto;
  background: initial;
  overflow: initial;
  margin: 0;
  border: 0;
}

#u30 #u30nav,
#u30 #u30tools {
  visibility: initial;
}

#u30.u30nonstick {
  position: relative;
}

#u30.nonav #u30nav {
  display: none;
}

#u30.nonav #u30ham {
  display: none;
}

@media (min-width: 1744px) {
  #u30 .cwidth {
    --cwidthpad: 0px;
    --cwidthmax: 1600px;
  }
}

@media (max-width: 1743px) {
  #u30 .cwidth {
    --cwidthmax: 1600px;
    padding-inline: 0;
    margin-inline: var(--cwidthpad);
    width: calc(100% - var(--cwidthpad) * 2);
  }
}

#u30 p {
  margin-bottom: 1.1em;
}

#u30:not(.u30mobile) #u30nav,
#u30:not(.u30mobile) #u30tools {
  opacity: 0;
  animation-duration: 80ms !important;
  animation-delay: 120ms !important;
  animation-name: u30fadein !important;
  animation-fill-mode: forwards !important;
}

@keyframes u30fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (min-height: 600px) {
  #u30.u30nonstick {
    position: sticky;
  }
}

.u30visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#u30skip2content {
  transform: translateY(-100%);
  position: fixed;
  float: left;
  opacity: 0;
  width: auto;
  top: 0;
  left: 2%;
  bottom: auto;
  z-index: 23;
}

#u30skip2content:focus-within {
  opacity: 1;
}

#u30skip2content ul li {
  float: left;
}

#u30skip2content ul li a {
  display: block;
  margin: 4px 6px;
  padding: 6px 8px;
  background: var(--u30skipbg);
  font-size: 15px;
  color: #fff;
  height: 100%;
  opacity: 0;
  transition:
    transform 50ms ease,
    opacity 50ms ease;
}

#u30skip2content ul li a:focus {
  outline-offset: 0px;
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: currentColor;
}

#u30skip2content ul li a#u30skip2c:focus {
  transform: translateY(calc(100% + 6px));
  opacity: 1;
}

#u30skip2content ul li a#u30acc:focus {
  transform: translateY(calc(100% + 6px));
  opacity: 1;
}

.u30scrollbars,
.u30.u30mobile #u30nav.navactive,
.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical [data-navtype],
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent],
.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype],
.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype],
.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype],
#u30searchw3 {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 4em !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

@supports (scrollbar-gutter: stable) {

  .u30scrollbars,
  .u30.u30mobile #u30nav.navactive,
  .u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical [data-navtype],
  .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent,
  .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent],
  .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype],
  .u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype],
  .u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype],
  #u30searchw3 {
    scrollbar-gutter: stable;
  }
}

@supports (scrollbar-width: thin) {

  .u30scrollbars,
  .u30.u30mobile #u30nav.navactive,
  .u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical [data-navtype],
  .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent,
  .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent],
  .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype],
  .u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype],
  .u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype],
  #u30searchw3 {
    scrollbar-width: thin;
  }
}

@supports (scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track)) {

  .u30scrollbars,
  .u30.u30mobile #u30nav.navactive,
  .u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical [data-navtype],
  .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent,
  .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent],
  .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype],
  .u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype],
  .u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype],
  #u30searchw3 {
    scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
  }
}

.u30subulstyles,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm li ul,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm li ul,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm li ul,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm li ul,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm li ul,
.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) li ul,
.u30:not(.u30mobile) ul.subul {
  display: inline-block;
  list-style-type: none;
  width: 100%;
}

.u30subulstyles>li a,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) li ul>li a,
.u30:not(.u30mobile) ul.subul>li a {
  padding: 0 0 0 0.8em;
  position: relative;
}

.rtl .u30subulstyles>li a,
.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm li .rtl ul>li a,
.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm li .rtl ul>li a,
.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm li .rtl ul>li a,
.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm li .rtl ul>li a,
.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm li ul>li a,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm li .rtl ul>li a,
.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) li ul>li a,
.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) li .rtl ul>li a,
.rtl .u30:not(.u30mobile) ul.subul>li a,
.u30:not(.u30mobile) .rtl ul.subul>li a {
  padding: 0 0.8em 0 0;
}

.u30subulstyles>li a:before,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) li ul>li a:before,
.u30:not(.u30mobile) ul.subul>li a:before {
  content: '– ';
  position: absolute;
  left: 0;
}

.rtl .u30subulstyles>li a:before,
.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm li .rtl ul>li a:before,
.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm li .rtl ul>li a:before,
.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm li .rtl ul>li a:before,
.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm li .rtl ul>li a:before,
.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm li .rtl ul>li a:before,
.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) li ul>li a:before,
.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) li .rtl ul>li a:before,
.rtl .u30:not(.u30mobile) ul.subul>li a:before,
.u30:not(.u30mobile) .rtl ul.subul>li a:before {
  left: auto;
  right: 0;
}

.u30 {
  width: 100%;
  font-size: 14px;
  z-index: 21;
  position: relative;
}

.u30:before {
  content: '';
  background: #312d2a;
  width: 100%;
  height: 100%;
  position: absolute;
}

.u30:after {
  content: '';
  position: absolute;
  bottom: 0px;
  z-index: 0;
  height: 1px;
  width: 100%;
  background-color: #201e1c;
}

.f11 .u30 {
  line-height: 1.4;
}

.u30w1 {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

#u30nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  z-index: 2;
  opacity: 1;
  transition: z-index 0s ease 500ms;
}

#u30nav .u30contactBtn,
#u30nav .u30cloud {
  display: none;
}

#u30navw1 {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  justify-content: center;
  padding: 0;
}

#u30navw1>ul {
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 auto;
  justify-content: center;
  padding: 0;
}

#u30navw1.u30navchk {
  left: 0;
  position: fixed;
  flex-wrap: nowrap;
  transform: translateX(0) !important;
}

#u30navw1.u30navchk .u30navitem {
  white-space: nowrap;
}

#u30navw1 .u30navitem {
  color: #fff;
  line-height: 1.3;
  padding: 2px 8px 1px;
  position: relative;
  transform: translate(0, 0);
  font-size: 16px;
  text-decoration: none;
  transition: color 100ms ease-in;
  display: inline-block;
}

#u30navw1 .u30navitem:not(a):after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 8L7 2L13 8' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 15px 15px;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  transform: rotate(-180deg);
  transition: transform 100ms ease;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

#u30navw1 .u30navitem.active:after {
  transform: rotate(0deg);
}

#u30navw1 .u30navitem:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  transform: translate(0, -3px);
  background-color: #fbf9f8;
  opacity: 0;
  transition:
    opacity 100ms ease-in,
    transform 100ms ease-in;
}

#u30navw1 .u30navitem:hover:before,
#u30navw1 .u30navitem.active:before {
  opacity: 1;
  transform: translate(0, 0);
}

#u30navw1 button.u30navitem {
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

#u30navw1 button.u30navitem:hover {
  cursor: pointer;
}

.u30subhead {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 6px;
  display: inline-block;
  color: #f0cc71;
}

div.u30subhead {
  padding: 0 21px 12px;
}

#u30brand {
  display: flex;
  z-index: 2;
  transition: z-index 0s ease 300ms;
  height: auto;
  max-width: initial;
  margin: 0;
  padding: 0 24px 0 0;
}

.rtl #u30brand {
  padding: 0 0 0 24px;
}

#u30brand .u30brandw1 {
  display: flex;
  align-items: center;
  text-decoration: none;
}

#u30brand .u30brandw1 a {
  color: #fff !important;
}

#u30brand .u30brandw1 #u30btxt {
  color: #fff;
  position: relative;
  transition: color 100ms ease-in;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  padding: 0;
  margin: 0 16px !important;
  display: flex;
  align-items: center;
  height: 100%;
}

#u30brand .u30brandw1 #u30btxt:before {
  content: '';
  position: absolute;
  left: -16px;
  height: 100%;
  width: 1px;
  background: #fbf9f8;
  opacity: 0.3;
  transition: opacity 400ms ease-in;
}

.rtl #u30brand .u30brandw1 #u30btxt:before {
  right: -16px;
}

#u30brand .u30brandw1:hover:hover span:after,
#u30brand .u30brandw1:hover.active span:after {
  opacity: 1;
  transform: translate(0, 0);
}

#u30brand #u30btitle {
  display: block;
  margin-right: 12px;
}

.rtl #u30brand #u30btitle {
  margin-left: 12px;
  margin-right: 0;
}

#u30brand #u30logo {
  min-width: 32px;
  width: 32px;
  height: 44px;
  text-indent: -9999px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0);
  border: none;
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
}

#u30brand #u30logo .u30-oicn {
  height: auto;
  align-self: center;
}

#u30brand #u30logo path {
  fill: #c74634;
  stroke-width: 0;
}

#u30brand #u30logo:hover,
#u30brand #u30logo:active {
  cursor: pointer;
}

#u30brand #u30logo:focus {
  outline-color: #fff !important;
}

.u30contactBtn {
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0);
  border: none;
  transition: background-color 200ms ease;
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.u30contactBtn svg {
  height: auto;
  align-self: center;
}

.u30contactBtn path {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 2;
  stroke: #fbf9f8;
}

.u30contactBtn span {
  display: none;
}

.u30contactBtn:hover,
.u30contactBtn:active {
  cursor: pointer;
  background-color: #312d2a;
}

.u30contactBtn:focus {
  outline-color: #fff !important;
}

.u30cloud {
  color: #fbf9f8;
  min-height: 44px;
  min-width: 44px;
  padding: 0 20px 0 0;
  background-color: #161513;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.2s ease;
  display: inline-flex;
  z-index: 1;
}

.rtl .u30cloud {
  padding: 0 0 0 20px;
}

.u30cloud svg {
  width: 24px;
  height: 100%;
  margin: 0 0.8em;
}

.u30cloud path {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 2;
  stroke: #fbf9f8;
}

.u30cloud span {
  color: #fbf9f8;
  white-space: nowrap;
  height: auto;
  align-self: center;
}

.u30cloud:active {
  background-color: #312d2a;
  text-decoration: none;
}

.u30cloud:visited {
  color: #fbf9f8;
}

.u30cloud:hover {
  text-decoration: none;
}

.u30cloud:focus {
  outline-color: #fff !important;
}

.u30title {
  color: #fbf9f8;
}

#u30tools {
  display: -ms-flexbox !important;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: none !important;
  flex-flow: row nowrap;
  -ms-flex-pack: end !important;
  justify-content: flex-end;
  -ms-flex-align: stretch !important;
  align-items: stretch;
  margin-left: auto;
  padding: 0 0 0 24px;
  z-index: 1;
}

.rtl #u30tools {
  padding: 0 24px 0 0;
  margin-left: 0;
  margin-right: auto;
}

.rtl #u30tools #ac-flag .acs-wrapper {
  right: -440px;
}

.rtl #u30tools #ac-flag .acs-wrapper.acs-wrapper:before {
  right: 440px;
}

@media (max-width: 860px) {
  .rtl #u30tools #ac-flag .acs-wrapper {
    right: -360px;
  }
}

@media (max-width: 600px) {
  .rtl #u30tools #ac-flag .acs-wrapper {
    right: -70px;
  }

  .rtl #u30tools #ac-flag .acs-wrapper.acs-wrapper:before {
    right: 80%;
  }
}

.acs-details-wrapper {
  display: flex;
  flex-direction: column;
}

.acs-details-wrapper a.choose-language {
  position: relative;
  padding: 0px 0px 0px 0;
  margin-top: 10px;
}

.acs-details-wrapper a.choose-language:focus {
  width: fit-content;
}

.u30searchBtn,
.u30contactBtn,
#u30ham {
  margin-right: 10px;
}

.rtl .u30searchBtn,
.rtl .u30contactBtn,
.rtl #u30ham {
  margin-right: 0;
  margin-left: 10px;
}

#u30search {
  position: relative;
  z-index: 0;
}

#u30tools #ac-flag {
  margin-right: 10px;
}

.rtl #u30tools #ac-flag {
  margin: 0 0 0 10px;
}

.searchexpand #u30search {
  z-index: 4;
}

#u30searchw1 {
  position: absolute;
  right: 10px;
  height: 100%;
  overflow: hidden;
  padding: 2px 0;
  display: none;
}

.rtl #u30searchw1 {
  right: auto;
  left: 10px;
}

#u30searchw2 {
  position: absolute;
  background: #fbf9f8;
  right: 0;
  bottom: 2px;
  top: 2px;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000;
  -webkit-perspective: 1000;
  transition:
    transform 500ms ease-in-out,
    opacity 250ms ease-in 50ms,
    visibility 0ms ease-in 300ms,
    scale 0ms ease-in 300ms;
  -webkit-transition:
    -webkit-transform 500ms ease-in-out,
    opacity 250ms ease-in 50ms,
    visibility 0ms ease-in 300ms,
    scale 0ms ease-in 300ms;
  transform: translate(calc(100% - 44px), 0) scale(0, 1);
  -webkit-transform: translate(calc(100% - 44px), 0) scale(0, 1);
  transform-origin: right;
  width: 100%;
}

.rtl #u30searchw2 {
  transform: translate(calc(-100% - 44px), 0) scale(0, 1);
  -webkit-transform: translate(calc(-100% - 44px), 0) scale(0, 1);
  right: auto;
  left: 0;
}

#u30.searchexpand #u30searchw2 {
  transform: translate(0, 0) scale(1, 1);
  -webkit-transform: translate(0, 0) scale(1, 1);
  transition:
    transform 500ms ease-in-out,
    opacity 250ms ease-in 50ms,
    visibility 300ms ease-in 0ms,
    scale 0ms ease-in 300ms;
  -webkit-transition:
    -webkit-transform 500ms ease-in-out,
    opacity 250ms ease-in 50ms,
    visibility 300ms ease-in 0ms,
    scale 0ms ease-in 300ms;
  opacity: 1;
  visibility: visible;
}

#u30.searchexpand .u30searchBtn {
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  transition:
    background-color 200ms ease,
    visibility 200ms ease,
    opacity 200ms ease;
}

#u30.searchexpand #u30searchw1 {
  z-index: 2;
}

#u30.searchexpand #u30searchForm {
  display: block;
}

#u30.searchexpand #u30nav {
  z-index: 0;
}

#u30.searchexpand #u30brand {
  z-index: 0;
}

#u30.searchexpand #u30btxt:before {
  opacity: 0;
}

#u30.searchexpand:not(.u30tablet) #u30nav {
  visibility: hidden;
  transition: visibility 0s ease 500ms;
}

#u30closeresults {
  opacity: 0;
  visibility: hidden;
  transition:
    visibility 100ms ease-out 0ms,
    opacity 100ms ease-out 0ms;
  text-align: right;
  border: none;
  align-items: center;
  width: auto;
  display: flex;
  margin: clamp(0.5em, 3vh, 1.5em) 0 1vh auto;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 4px;
}

.rtl #u30closeresults {
  margin: clamp(0.5em, 3vh, 1.5em) auto 1vh 0;
  flex-direction: row-reverse;
}

#u30closeresults span {
  line-height: 0;
}

#u30closeresults path {
  stroke: #161513;
  stroke-width: 2px;
}

#u30closeresults:hover {
  cursor: pointer;
}

#u30searchw3 {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px + 8px);
  height: 0;
  opacity: 0;
  background-color: #fbf9f8;
  transition:
    opacity 200ms ease-out,
    min-height 200ms ease-out;
  border-radius: 0.5em;
  transform: translate(0, -5px);
  padding-bottom: 0 !important;
}

#u30searchw3:after {
  display: none;
}

#u30searchw3:before {
  position: absolute;
  z-index: 0;
  width: 100%;
  background-color: #fbf9f8;
  transform: translate(0, -100%);
  transition:
    transform 200ms ease-out,
    opacity 200ms ease-out;
  will-change: transform, opacity;
  height: 100%;
  top: 0;
  opacity: 0;
}

#u30searchw3:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  transition: opacity 100ms ease-out;
  height: 20px;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #f5f4f2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

#u30.searchsuggest,
#u30.searchresults,
#u30.skel,
#u30.navexpand {
  position: sticky !important;
}

#u30.searchsuggest #u30searchw1,
#u30.searchresults #u30searchw1,
#u30.skel #u30searchw1 {
  overflow: visible;
}

#u30.searchsuggest #u30searchw3,
#u30.searchresults #u30searchw3,
#u30.skel #u30searchw3 {
  opacity: 1;
  transition:
    opacity 800ms ease-out,
    min-height 200ms ease-out;
  height: auto;
  max-height: calc(100dvh - 60px);
  pointer-events: all;
}

#u30.searchsuggest #u30searchw3.li1results,
#u30.searchresults #u30searchw3.li1results,
#u30.skel #u30searchw3.li1results {
  height: 54px;
}

#u30.searchsuggest #u30searchw3.li2results,
#u30.searchresults #u30searchw3.li2results,
#u30.skel #u30searchw3.li2results {
  height: 108px;
}

#u30.searchsuggest #u30searchw3.li3results,
#u30.searchresults #u30searchw3.li3results,
#u30.skel #u30searchw3.li3results {
  height: 162px;
}

#u30.searchsuggest #u30searchw3.li4results,
#u30.searchresults #u30searchw3.li4results,
#u30.skel #u30searchw3.li4results {
  height: 216px;
}

#u30.searchsuggest #u30searchw3.li5results,
#u30.searchresults #u30searchw3.li5results,
#u30.skel #u30searchw3.li5results {
  height: 270px;
}

#u30.searchsuggest #u30searchw3.li6results,
#u30.searchresults #u30searchw3.li6results,
#u30.skel #u30searchw3.li6results {
  height: 324px;
}

#u30.searchsuggest #u30searchw3.li7results,
#u30.searchresults #u30searchw3.li7results,
#u30.skel #u30searchw3.li7results {
  height: 378px;
}

#u30.searchsuggest #u30searchw3.li8results,
#u30.searchresults #u30searchw3.li8results,
#u30.skel #u30searchw3.li8results {
  height: 432px;
}

#u30.searchsuggest #u30searchw3.li9results,
#u30.searchresults #u30searchw3.li9results,
#u30.skel #u30searchw3.li9results {
  height: 486px;
}

#u30.searchsuggest #u30searchw3.li10results,
#u30.searchresults #u30searchw3.li10results,
#u30.skel #u30searchw3.li10results {
  height: 540px;
}

#u30.searchsuggest #u30searchw3.li11results,
#u30.searchresults #u30searchw3.li11results,
#u30.skel #u30searchw3.li11results {
  height: 594px;
}

#u30.searchsuggest #u30searchw3.li12results,
#u30.searchresults #u30searchw3.li12results,
#u30.skel #u30searchw3.li12results {
  height: 648px;
}

#u30.searchsuggest #u30searchw3.li13results,
#u30.searchresults #u30searchw3.li13results,
#u30.skel #u30searchw3.li13results {
  height: 702px;
}

#u30.searchsuggest #u30searchw3.li14results,
#u30.searchresults #u30searchw3.li14results,
#u30.skel #u30searchw3.li14results {
  height: 756px;
}

#u30.searchsuggest #u30searchw3.li15results,
#u30.searchresults #u30searchw3.li15results,
#u30.skel #u30searchw3.li15results {
  height: 810px;
}

#u30.searchsuggest #u30searchw3.li16results,
#u30.searchresults #u30searchw3.li16results,
#u30.skel #u30searchw3.li16results {
  height: 864px;
}

#u30.searchsuggest #u30searchw3.li17results,
#u30.searchresults #u30searchw3.li17results,
#u30.skel #u30searchw3.li17results {
  height: 918px;
}

#u30.searchsuggest #u30searchw3.li18results,
#u30.searchresults #u30searchw3.li18results,
#u30.skel #u30searchw3.li18results {
  height: 972px;
}

#u30.searchsuggest #u30searchw3.li19results,
#u30.searchresults #u30searchw3.li19results,
#u30.skel #u30searchw3.li19results {
  height: 1026px;
}

#u30.searchsuggest #u30searchw3.li20results,
#u30.searchresults #u30searchw3.li20results,
#u30.skel #u30searchw3.li20results {
  height: 1080px;
}

.u30tablet #u30.searchsuggest #u30searchw3,
.u30tablet #u30.searchresults #u30searchw3,
.u30tablet #u30.skel #u30searchw3 {
  height: calc(100dvh - 103px);
  max-height: calc(100dvh - 103px);
}

#u30.searchsuggest #u30searchw3:before,
#u30.searchresults #u30searchw3:before,
#u30.skel #u30searchw3:before {
  transform: translate(0, 0);
  opacity: 1;
}

#u30.searchsuggest #u30autosuggest {
  visibility: visible;
  opacity: 1;
}

#u30.searchsuggest #u30skel {
  opacity: 0 !important;
}

#u30.searchresults #u30resultsw1 {
  visibility: visible;
  opacity: 1;
}

#u30.searchresults #u30autosuggest {
  transition:
    visibility 0ms ease-out 0ms,
    opacity 0ms ease-out 0ms;
}

#u30.searchresults #u30closeresults {
  opacity: 1;
  visibility: visible;
}

#u30.searchresults #u30skel {
  transition: opacity 0ms ease-out 0ms;
}

#u30.skel #u30skel {
  opacity: 1;
}

#u30.skel #u30skel li {
  animation-name: u30skelcolor;
  -webkit-animation-name: u30skelcolor;
}

#u30.skel #u30resultsw1 {
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0ms ease-out 0ms,
    opacity 0ms ease-out 0ms;
}

@keyframes u30skelcolor {
  0% {
    background-color: #f1efed;
  }

  50% {
    background-color: #7a736e;
  }

  100% {
    background-color: #f1efed;
  }
}

#u30skel li:nth-child(1) {
  animation-delay: 160 ms;
}

#u30skel li:nth-child(2) {
  animation-delay: 240 ms;
}

#u30skel li:nth-child(3) {
  animation-delay: 320 ms;
}

#u30skel li:nth-child(4) {
  animation-delay: 400 ms;
}

#u30skel li:nth-child(5) {
  animation-delay: 480 ms;
}

#u30skel li:nth-child(6) {
  animation-delay: 560 ms;
}

#u30skel li:nth-child(7) {
  animation-delay: 640 ms;
}

#u30skel li:nth-child(8) {
  animation-delay: 720 ms;
}

#u30skel li:nth-child(9) {
  animation-delay: 800 ms;
}

#u30skel li:nth-child(10) {
  animation-delay: 880 ms;
}

#u30skel {
  opacity: 0;
  transition: opacity 100ms ease-in;
  position: absolute;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  top: 0;
}

#u30skel li {
  margin: 2em 0 2.3em 0;
  background-color: #f5f4f2;
  width: 100%;
  display: block;
  height: 110px;
  color: rgba(0, 0, 0, 0);
  opacity: 0.3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

#u30searchForm {
  height: 100%;
  width: 100%;
  display: none;
}

.u30s1 {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1 1 auto;
}

.u30s1 .u30input {
  flex-grow: 1;
  display: inline-flex;
  height: 100%;
  flex: 1 1 auto;
}

.u30s1 .u30input .u30inputw1 {
  width: 100%;
}

.u30s1 .u30input #u30input {
  height: 100%;
  width: calc(100% - 44px);
  flex-grow: 1;
  border: 0;
  font-size: 18px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  text-overflow: ellipsis;
  padding: 0;
}

.u30s1 .u30input #u30input:focus {
  outline: none !important;
}

.u30s1 .u30input #u30input::-moz-placeholder {
  color: #000;
}

.u30s1 .u30input #u30input::-webkit-input-placeholder {
  color: #000;
}

.u30s1 .u30input .u30submit {
  display: none;
}

.u30s1 .u30input #u30clear {
  width: 44px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  border: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: 4px;
  visibility: hidden;
  transition:
    opacity 300ms ease-in,
    visibility 300ms ease-in;
  position: absolute;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  color: currentColor;
  margin-inline-end: 0;
}

.u30s1 .u30input #u30clear span {
  display: none;
}

.u30s1 .u30input #u30clear svg {
  height: auto;
  align-self: center;
}

.u30s1 .u30input #u30clear path {
  stroke: #161513;
}

.u30s1 .u30input #u30clear.active {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
  visibility: visible;
  transition:
    opacity 300ms ease-in,
    visibility 300ms ease-in;
  background: #fbf9f8;
}

.u30s1 .u30input #u30clear.active:hover {
  cursor: pointer;
}

.u30s1 .u30input #u30clear:focus {
  outline: #3a3632;
  outline-offset: -2px;
}

.rtl .u30s1 .u30input #u30clear {
  right: auto;
  left: 0;
}

#u30autosuggest {
  width: 100%;
  transition:
    visibility 100ms ease-out 100ms,
    opacity 100ms ease-out 100ms;
  will-change: visibility, opacity, height;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 2em;
  left: 0;
  z-index: 2;
  background-color: #fbf9f8;
}

.rtl #u30autosuggest {
  right: 0;
  left: auto;
}

#u30autosuggest li {
  position: relative;
}

#u30autosuggest li a {
  color: #161513;
  align-items: center;
  padding: clamp(5px, 3vh, 15px) 0 clamp(5px, 3vh, 15px) 44px;
  display: block;
  font-size: 20px;
}

.rtl #u30autosuggest li a {
  padding: clamp(5px, 3vh, 15px) 44px clamp(5px, 3vh, 15px) 0;
}

#u30autosuggest li a b {
  font-weight: 600;
  color: #577346;
}

#u30autosuggest li a cite {
  color: #161513;
  margin-top: -7px;
  line-height: 1.3;
  opacity: 0.8;
  font-size: 14px;
  font-style: normal;
  padding-top: 8px;
  display: flex;
  overflow: hidden;
}

.rtl #u30autosuggest li a cite {
  direction: ltr;
  flex-direction: column;
}

#u30autosuggest li[aria-selected='true']:before {
  background-color: #c6c1bd;
  width: 200vw;
  position: absolute;
  height: 100%;
  content: '';
  left: -50%;
  z-index: -1;
  opacity: 0.3;
}

.u30complete:before,
.u30suggestlnk:before {
  content: '';
  background-size: 20px 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 44px;
  color: #161513;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.1212266 1c5.0372326 0 9.1212266 4.08405043 9.1212266 9.1213526 0 2.1536493-.7465159 4.133053-1.9948779 5.6935382l5.7524247 5.7518269-1.4332625 1.4332823-5.7516795-5.7524977c-1.5605211 1.2485582-3.5400409 1.995203-5.6938314 1.995203-5.03723262 0-9.1212266-4.0840504-9.1212266-9.1213527 0-5.03730217 4.08399398-9.1213526 9.1212266-9.1213526zm0 2.02696725c-3.91778498 0-7.09428736 3.17654628-7.09428736 7.09438535 0 3.9178392 3.17650238 7.0943854 7.09428736 7.0943854 3.9177849 0 7.0942873-3.1765462 7.0942873-7.0943854 0-3.91783907-3.1765024-7.09438535-7.0942873-7.09438535z' fill='%23312d2a' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.rtl .u30complete:before,
.rtl .u30suggestlnk:before {
  right: 0;
  left: auto;
}

.u30suggestlnk,
.u30-globe {
  padding: clamp(5px, 3vh, 15px) 0 clamp(5px, 3vh, 15px) 44px !important;
}

.rtl .u30suggestlnk,
.rtl .u30-globe {
  padding: clamp(5px, 3vh, 15px) 44px clamp(5px, 3vh, 15px) 0 !important;
}

.u30suggestlnk:before,
.u30-globe:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:%23312d2a;%7D.a%7Bclip-rule:evenodd;%7D.c%7Bclip-path:url(%23a);%7D.d%7Bclip-path:url(%23b);%7D.e%7Bfill:%23312d2a;%7D%3C/style%3E%3CclipPath id='a'%3E%3Cpath class='a' d='M10,0A10,10,0,1,1,0,10,10,10,0,0,1,10,0Zm.84,18.09a8.16,8.16,0,0,0,7.28-7.27A2.4,2.4,0,0,1,16.94,10c-.84-1.05-.07-2.36.52-3.1l.07.18A8.73,8.73,0,0,0,13.26,2.5a7.1,7.1,0,0,0-.81-.3s0,0,0,0-.29-.11-.29,0,.08.21,0,.24-.27-.13-.37-.22a1.59,1.59,0,0,0-.5-.15s0-.06.27-.1h0l-.45-.07a3,3,0,0,1-.73.26s-.42.23-.85.53-.38.47-.12.68.65-.1.5.15S9.78,4,9.9,4s.29-.42.34-.51.16,0,.33-.13A.39.39,0,0,0,10.74,3c0-.09,0-.06.21-.25s.18-.3.24-.34a.68.68,0,0,1,.34,0,.27.27,0,0,1,.23.19,1,1,0,0,0-.11.25c0,.09.11.12.22.11s.35-.31.37-.24a3.28,3.28,0,0,1,0,.44c0,.19.09.14.2.28s.2.23.07.34-.2,0-.38.17-.59.13-.71.13-.46.09-.34.15.31,0,.32.08-.18.15-.18.27.48.14.34.21A2.9,2.9,0,0,1,10.9,5c-.06,0,0-.23-.24-.11s-.36.41-.52.47A2.11,2.11,0,0,0,9.35,6a4.24,4.24,0,0,1-.9.86.57.57,0,0,0-.26.58c0,.25,0,.48-.14.52S8,7.31,7.93,7.25a1.15,1.15,0,0,0-.62,0c-.22,0-.25.17-.25.17s-.17-.18-.67,0a1.6,1.6,0,0,0-.67,1.4.48.48,0,0,0,.76,0c.19-.32.63-.41.61-.33a2.8,2.8,0,0,1-.34.67c-.14.17-.13.14.24.14s.4.1.28.43a.39.39,0,0,0,.22.53c.15.09.19-.1.34-.11s.27.17.29.21a1.1,1.1,0,0,1,.22-.22c.1-.07,0-.16.19-.22a2.14,2.14,0,0,1,.34-.17c.11,0,.11.09.22.09s.2.07.34.09A2.93,2.93,0,0,1,9.8,10c.17,0,.21,0,.41,0s.19.14.27.25a.84.84,0,0,0,.46.35c.26.08.7.2.74.31a2.58,2.58,0,0,0,.16.33.69.69,0,0,0,.09.2s.16,0,.16.07-.13.24-.07.21.11-.13.18-.15.13,0,.34.1.05.13.05.13a.49.49,0,0,0,0,.11s0,0,.08-.08.3,0,.49.05.83.38.83.68-.53.81-.54.88a6.25,6.25,0,0,1-.08,1c-.09.49-.55.52-.85.65s-.2.45-.19.54a3.18,3.18,0,0,1-.54,1c-.18.17-.61-.23-.58-.11s.41.3.28.59-.59,0-.6.08.15.22.14.31-.26,0-.32,0,.06.11.11.28A.39.39,0,0,1,10.82,18.09ZM4.66,3.78A8.16,8.16,0,0,0,9.81,18.14,4.29,4.29,0,0,1,9.46,17c-.06-.52-.27-2.73-.34-2.86s-.78-.43-.86-.6a5.37,5.37,0,0,0-.74-1.13c-.16-.13-.11-.66.21-1A.84.84,0,0,0,8,10.52c-.08-.06,0-.22-.13-.29s-.11.2-.22.22S7,10.12,7,10s-.57-.33-.69-.36S6,9.22,5.86,9.28s-.17.07-.59,0-.71-.49-.67-.6-.19-.38-.29-.52-.21-.85-.38-.76S4.18,8.51,4,8.51s-.36-.94-.33-1.22-.23,0-.22-.54.8-1.26.85-1.3a2,2,0,0,0,.22-.3l.1,0s0,0,.13-.09-.09-.32-.11-.45a1.06,1.06,0,0,1,0-.42c0-.08.17-.48,0-.46Z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Crect class='b' width='19.95' height='19.95'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Eglobe%3C/title%3E%3Cg class='c'%3E%3Cg class='d'%3E%3Crect class='e' width='20' height='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#u30resultsw1 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 100ms ease-out 200ms,
    opacity 100ms ease-out 200ms;
}

.rtl #u30resultsw1 {
  right: 0;
  left: auto;
}

#u30resultsw1>div:first-of-type {
  padding-top: 0;
}

#u30resultsw1>div:first-of-type .u30sitelinksp {
  padding-top: 0;
}

#u30resultsw1 .cb19.cb19v2 {
  display: inline-block;
  width: 100%;
  margin: clamp(1em, 5vh, 2em) 0 0 0;
  position: relative;
}

#u30resultsw1 .cb19.cb19v2 .cb19w1 {
  border: 0;
}

#u30resultsw1 .cb19.cb19v2 .cb19w2 {
  background: #ebeae7;
  border-radius: 4px;
  float: left;
  padding: 10px;
  width: calc(100% + 10px);
  transform: translate(-10px, 0);
}

#u30resultsw1 .cb19.cb19v2 .cb19w2 p {
  font-size: 16px;
  white-space: normal;
  line-height: 1.3;
  word-wrap: break-word;
  color: #161513;
  margin-bottom: 0;
}

#u30resultsw1 .cb19.cb19v2 .cb19w2 p a {
  color: #161513;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  outline-offset: -3px;
}

#u30resultsw1 .cb19.cb19v2 .cb19w2 cite a {
  font-size: 14px;
  line-height: 1.3;
  color: #161513;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 10px 0;
}

.rtl #u30resultsw1 .cb19.cb19v2 .cb19w2 cite a {
  direction: ltr;
}

#u30resultsw1 .cb19.cb19v2 .cb19w2>strong {
  display: none;
}

#u30resultsw1 .cb19.cb19v2 .cb19w2 img {
  float: left;
  margin: 0 10px 0 0;
  width: 39%;
  max-width: 241px;
}

.rtl #u30resultsw1 .cb19.cb19v2 .cb19w2 img {
  float: right;
  margin: 0 0 0 10px;
}

#u30resultsw1 .cb19.cb19v2 .cb19w2+br+.cb19w2 {
  margin-top: clamp(0.5em, 3vh, 1.5em);
}

.u30result {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d8d4cf;
  position: relative;
  padding: clamp(1em, 5vh, 2em) 0;
}

.u30result .u30head {
  display: block;
  margin-bottom: 6px;
  font-weight: normal;
  color: #161513;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-text-size-adjust: 100%;
  font-weight: bold;
}

.u30result p {
  margin: 0;
  font-size: 14px !important;
  white-space: normal;
  line-height: 1.3;
  word-wrap: break-word;
  color: #161513;
  padding-top: 4px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 43px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-text-size-adjust: 100%;
}

.rtl .u30result p {
  float: right;
}

.u30result .u30rw1 {
  clear: both;
}

.u30result cite {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1.3;
}

.rtl .u30result cite {
  float: right;
  direction: ltr;
}

.u30result cite a {
  font-style: normal;
  color: #161513;
  font-size: 14px;
  line-height: 1.3;
  word-break: break-all;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.rtl .u30result cite a {
  direction: ltr;
  float: right;
}

.u30result cite .u30type span {
  font-style: normal;
  padding-right: 1em;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  line-height: 1.6;
  color: #161513;
}

.rtl .u30result cite .u30type span {
  float: right;
}

.u30result .u30rw3 cite {
  display: block;
}

.u30result.u30video .u30rw1 {
  position: relative;
  float: left;
  width: 100%;
}

.rtl .u30result.u30video .u30rw1 {
  float: right;
}

.u30result.u30video .u30rw1 .u30rw2 {
  float: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.rtl .u30result.u30video .u30rw1 .u30rw2 {
  float: right;
}

.u30result.u30video .u30rw1 .u30rw3 {
  flex-basis: 70%;
  max-width: 70%;
}

.u30result.u30video .u30rw1 .u30rw3 .u30head,
.u30result.u30video .u30rw1 .u30rw3 cite,
.u30result.u30video .u30rw1 .u30rw3 p {
  padding-right: 50px;
}

.rtl .u30result.u30video .u30rw1 .u30rw3 .u30head,
.rtl .u30result.u30video .u30rw1 .u30rw3 cite,
.rtl .u30result.u30video .u30rw1 .u30rw3 p {
  padding-right: 0;
  padding-left: 50px;
}

.u30result.u30video .u30rw1 .u30rw3 cite {
  overflow-wrap: break-word;
}

.u30result.u30video .u30rw1 .bcthumbnail {
  border-radius: 4px;
  flex-basis: 30%;
  max-width: 30%;
}

.u30result.u30video .u30rw1 .bcthumbnail .bcimg {
  border-radius: 4px;
}

.u30result.u30video .u30rw1 .u30ytembed {
  flex-basis: 30%;
  max-width: 30%;
}

.u30result.u30video .u30rw1 .u30ytembed .ytvideo {
  border-radius: 4px;
}

.u30result.u30video .u30rw1 .u30ytembed .ytvideo img {
  border-radius: 4px;
}

#u30noresults {
  display: none;
}

#u30resultsw1 .noresults {
  display: block;
  border-bottom: none;
}

#u30resultsw1 .noresults>div {
  color: #161513;
  font-size: 20px !important;
}

#u30resultsw1 .noresults p {
  display: block;
  width: 100%;
  font-size: 16px !important;
}

#u30resultsw1 .noresults .u30nr1 {
  display: block;
  width: 100%;
  float: left;
  padding-top: 3vh;
  color: #161513;
  font-size: 15px;
  white-space: normal;
  line-height: 1.3;
}

.rtl #u30resultsw1 .noresults .u30nr1 {
  float: right;
}

#u30resultsw1 .noresults .u30nr1 li {
  padding: 0.3em 0;
  list-style: disc;
  list-style-position: inside;
}

.u30sitelinkw1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.u30sitelinkw1:before {
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  background-color: #d8d4cf;
}

.u30sitelinkw1 .u30sitelinksp.u30result {
  border-bottom: 0;
}

.u30sitelinkw1 .u30sitelinksp.u30result>.u30head {
  margin: 0 0 12px 0;
}

.u30sitelinkw1 .u30sitelinksp.u30result cite {
  width: 100%;
  float: left;
  line-height: 1.3;
}

.rtl .u30sitelinkw1 .u30sitelinksp.u30result cite {
  float: right;
}

.u30sitelinkw1 .u30sitelinksc.u30result {
  flex: 0 50%;
  padding: clamp(0.5em, 5vh, 1.5em) 40px;
  margin-bottom: 0;
  border-bottom: 0;
}

.u30sitelinkw1 .u30sitelinksc.u30result .u30head {
  color: #577346;
  font-weight: bold;
  font-size: 15px;
}

.u30sitelinkw1 .u30sitelinksc.u30result .u30head:hover {
  color: #161513;
}

.cb19v2+.u30sitelinkw1 {
  display: none;
}

.u30sitelinkw1+.u30sitelinkw1 {
  display: none;
}

#u30closesearch {
  width: 44px !important;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: currentColor;
  margin-inline-end: 0;
}

#u30closesearch span {
  display: none;
}

#u30closesearch svg {
  height: auto;
  align-self: center;
}

.rtl #u30closesearch svg {
  transform: rotate(180deg);
}

#u30closesearch path {
  stroke: #161513;
}

#u30closesearch:hover {
  cursor: pointer;
}

#u30closesearch:focus {
  outline: #3a3632;
  outline-offset: -2px;
}

.u30searchBtn {
  pointer-events: none;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0);
  border: none;
  transition:
    background-color 200ms ease,
    visibility 200ms ease,
    opacity 200ms ease;
  position: relative;
  display: inline-flex;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  border: none;
}

.u30searchBtn svg {
  height: auto;
  align-self: center;
}

.u30searchBtn path {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 2;
  stroke: #fbf9f8;
}

.u30searchBtn span {
  display: none;
}

.u30searchBtn:hover,
.u30searchBtn:active {
  cursor: pointer;
  background-color: #312d2a;
}

.u30searchBtn:focus {
  outline-color: #fff !important;
}

#u30ham,
#u30searchBtn,
#u30navw1 .u30navitem {
  pointer-events: none;
}

#u30.contentloaded #u30navBg {
  display: block;
}

#u30.contentloaded #u30searchw1 {
  display: flex;
}

#u30.contentloaded #u30ham,
#u30.contentloaded #u30searchBtn,
#u30.contentloaded #u30navw1 .u30navitem,
#u30.contentloaded #u30-flyout {
  pointer-events: all;
}

#u30.contentloaded.u30mobile #u30nav {
  display: none;
  padding-top: clamp(0.5em, 2vh, 1em);
  visibility: hidden;
}

#u30ham {
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  transition: background-color 200ms ease;
  position: relative;
  display: inline-flex;
  justify-content: center;
  display: none;
}

#u30ham svg {
  height: auto;
  align-self: center;
  z-index: 1;
  backface-visibility: visible;
}

#u30ham path {
  transition: 200ms;
  stroke-width: 2px;
  stroke: #fbf9f8;
}

#u30ham path.p1,
#u30ham path.p2,
#u30ham path.p3 {
  transition:
    opacity 100ms ease-in 100ms,
    transform 100ms ease-in 100ms;
}

#u30ham path.p4,
#u30ham path.p5 {
  opacity: 0;
  transform-origin: center;
  transition:
    opacity 100ms ease-in,
    transform 100ms ease-in 100ms;
  will-change: transform;
  transform: rotate(0deg);
}

#u30ham:hover {
  cursor: pointer;
  background-color: #312d2a;
}

#u30ham:focus {
  outline-color: #fff !important;
}

#u30ham[aria-expanded='true'] {
  background-color: #312d2a;
}

#u30ham[aria-expanded='true'] .p1,
#u30ham[aria-expanded='true'] .p2,
#u30ham[aria-expanded='true'] .p3 {
  transition:
    opacity 100ms ease-in,
    transform 100ms ease-in;
  opacity: 0;
}

#u30ham[aria-expanded='true'] .p4,
#u30ham[aria-expanded='true'] .p5 {
  transition:
    opacity 100ms ease-in 100ms,
    transform 100ms ease-in 100ms;
  opacity: 1;
}

#u30ham[aria-expanded='true'] .p1 {
  transform: translate(0, 8px);
}

#u30ham[aria-expanded='true'] .p3 {
  transform: translate(0, -8px);
}

#u30ham[aria-expanded='true'] .p4 {
  transform: rotate(45deg);
}

#u30ham[aria-expanded='true'] .p5 {
  transform: rotate(-45deg);
}

.closenav {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: inline-flex;
  justify-content: center;
  z-index: 3;
  position: absolute;
  top: clamp(1em, 5vh, 2em);
  right: -24px;
}

.rtl .closenav {
  right: auto;
  left: -24px;
}

.closenav:hover {
  cursor: pointer;
}

.closenav:focus {
  outline-color: #fff !important;
  outline-offset: -6px;
}

.closenav svg {
  height: auto;
  align-self: center;
  pointer-events: none;
}

.closenav path,
.closenav circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 2;
  stroke: #fbf9f8;
}

.u30navw2[data-dropdown] {
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  left: 0;
  opacity: 0;
  display: none;
  height: calc(90dvh - 60px);
  max-height: calc(90dvh - 60px);
}

.shortnav .u30navw2[data-dropdown] {
  height: calc(100dvh - 60px);
  max-height: calc(100dvh - 60px);
}

.navshow .u30navw2[data-dropdown] {
  visibility: hidden;
  display: grid;
}

.u30tablet .u30navw2[data-dropdown] {
  top: calc(100% + 17px);
  left: 8px;
  height: calc(90dvh - 103px);
  max-height: calc(90dvh - 103px);
}

.rtl .u30tablet .u30navw2[data-dropdown] {
  left: -8px;
}

.u30navw2[data-dropdown] li>a:not(.u30acta):not(.u30inlinecta),
.u30navw2[data-dropdown] button:not(.closenav) {
  color: #fbf9f8;
  display: inline-block;
  position: relative;
  transition: color 100ms ease-in;
  text-align: left;
  font-weight: 600;
  margin: 6px 0;
  font-size: 14px;
}

.rtl .u30navw2[data-dropdown] li>a:not(.u30acta):not(.u30inlinecta),
.rtl .u30navw2[data-dropdown] button:not(.closenav) {
  text-align: right;
}

.u30navw2[data-dropdown] li>a:not(.u30acta):not(.u30inlinecta).active,
.u30navw2[data-dropdown] button:not(.closenav).active {
  text-decoration: none;
  color: #f0cc71;
}

.u30navw2[data-dropdown] li>a:not(.u30acta):not(.u30inlinecta):hover,
.u30navw2[data-dropdown] button:not(.closenav):hover {
  cursor: pointer;
  color: #f0cc71;
  text-decoration: underline;
}

.u30navw2[data-dropdown] li>p>a {
  color: #fbf9f8;
  transition: all 100ms ease-in;
  text-decoration: underline;
  text-decoration-color: #fbf9f8;
}

.u30navw2[data-dropdown] li>p>a:hover {
  color: #f0cc71;
  text-decoration-color: #f0cc71;
}

.u30navw2[data-dropdown] button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.u30navw2[data-dropdown]>li {
  max-height: 100%;
}

.u30navw2[data-dropdown] .u30t1 {
  color: #fff;
  padding-top: 20px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-right: auto;
}

.u30navw2[data-dropdown] .u30t1:after {
  display: none;
}

.rtl .u30navw2[data-dropdown] .u30t1 {
  margin-right: 0;
  margin-left: auto;
}

.navshow .u30navw2[data-dropdown].active {
  visibility: visible;
}

.u30navw2[data-dropdown].active {
  z-index: 2;
  opacity: 1;
}

.u30navw2[data-dropdown].active .u30navw3 {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
  transition:
    transform 250ms ease-out 150ms,
    opacity 200ms ease-out 200ms,
    visibility 200ms ease-out 200ms;
}

.u30navtitle {
  font-weight: 700;
  font-size: 20px;
  padding: 0 14px 1vh 5px;
  margin: 0 auto 0 -5px;
  position: relative;
  display: flex;
}

.u30mobile .u30navtitle {
  display: none;
}

.u30tablet #u30nav {
  z-index: 0;
}

.u30tablet.shortnav .u30navw2[data-dropdown] {
  height: calc(100dvh - 103px);
  max-height: calc(100dvh - 103px);
}

#u30navBg {
  position: absolute;
  top: 100%;
  overflow: hidden;
  width: 100%;
  left: 0;
  transform: translate(0, -100%);
  z-index: -1;
  transition: transform 350ms ease-out 0ms;
  background-color: #312d2a;
  height: calc(90dvh - 60px);
  max-height: calc(90dvh - 60px);
  will-change: transform;
  display: none;
}

#u30navBg .shortnav {
  height: calc(100dvh - 60px);
  max-height: calc(100dvh - 60px);
}

.u30tablet #u30navBg {
  height: calc(90dvh - 103px) !important;
  max-height: calc(90dvh - 103px) !important;
}

.shortnav.u30tablet #u30navBg {
  height: calc(100dvh - 103px);
  max-height: calc(100dvh - 103px);
}

#u30navBg:before {
  content: '';
  opacity: 0;
  background-color: #312d2a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  transform: translate(0, -2em);
  transition:
    transform 350ms ease-out 0ms,
    opacity 300ms ease-out 200ms;
  will-change: transform, opacity;
}

#u30navBg #u30navBgscroll {
  height: 100%;
  position: relative;
  opacity: 0;
}

#u30navBg #u30navBgscroll>div {
  height: 100%;
  position: relative;
}

#u30navBg #u30navBgscroll>div:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  width: calc(100vw - var(--noscroll-offset));
  right: 0;
  left: 24%;
}

.rtl #u30navBg #u30navBgscroll>div:after {
  right: 24%;
  left: 0;
}

#u30navBg.scroll #u30navBgscroll {
  opacity: 1;
}

#u30pgOverlay {
  opacity: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  transition:
    transform 0ms ease-out 0ms,
    opacity 0ms ease-out 0ms;
  transform: translate(0, -100%);
}

.navexpand #u30navBg {
  transform: translate(0, -1px);
  transition: transform 300ms ease-out 0ms;
  /* height: calc(90dvh - 59px); */
  height: 800px;
  max-height: calc(90dvh - 59px);
}

.u30tablet .navexpand #u30navBg {
  height: calc(90dvh - 102px);
  max-height: calc(90dvh - 102px);
}

.navexpand #u30navBg:before {
  opacity: 1;
  transform: translate(0, 0);
  transition:
    transform 300ms ease-out 300ms,
    opacity 300ms ease-out 300ms;
}

.navexpand .u30navw3 {
  height: calc(90dvh - 60px);
  max-height: calc(90dvh - 60px);
}

.u30tablet .navexpand .u30navw3 {
  height: calc(90dvh - 103px);
  max-height: calc(90dvh - 103px);
}

.navexpand #u30pgOverlay {
  opacity: 0.4;
  transform: translate(0, 0);
  transition:
    transform 0ms ease-out 0ms,
    opacity 150ms ease-out 0ms;
}

.navexpand.shortnav #u30navBg {
  height: calc(100dvh - 59px) !important;
  max-height: calc(100dvh - 59px) !important;
}

.navexpand.shortnav .u30navw3 {
  height: calc(100dvh - 60px);
  max-height: calc(100dvh - 60px);
}

.navexpand.shortnav.tablet #u30navBg {
  height: calc(100dvh - 102px);
  max-height: calc(100dvh - 102px);
}

.navexpand.shortnav.tablet .u30navw3 {
  height: calc(100dvh - 103px);
  max-height: calc(100dvh - 103px);
}

.u30navw3 {
  display: grid;
  z-index: 1;
  opacity: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1744px;
  visibility: hidden;
  transform: translate(0, 20px);
  transition:
    transform 0ms ease-out 300ms,
    opacity 0ms ease-out 300ms,
    visibility 0ms ease-out 300ms;
  height: calc(90dvh - 60px);
  max-height: calc(90dvh - 60px);
}

.u30tablet .u30navw3 {
  height: calc(90dvh - 103px);
  max-height: calc(90dvh - 103px);
}

.shortnav .u30navw3 {
  height: calc(100dvh - 60px);
  max-height: calc(100dvh - 60px);
}

.u30navw3 .divider {
  padding: 0;
  padding-bottom: clamp(1em, 5vh, 2em) !important;
  margin: 0 0 clamp(1em, 5vh, 2em) 0 !important;
  position: relative;
}

.u30navw3 .divider:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5c5651;
}

.u30navw3 ul:not([class]) ::marker {
  content: initial;
}

.u30navw3 ul li {
  list-style: none !important;
}

.u30navw3 li>p {
  color: #fff;
}

.shortnav.u30tablet .u30navw3 {
  height: calc(100dvh - 103px);
  max-height: calc(100dvh - 103px);
}

.u30t1w1 {
  padding-bottom: 1vh;
}

.u30breakclm {
  -webkit-column-break-before: always;
  break-before: column;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 -5px;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical:before {
  background-color: #3a3632 !important;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical .u30t1 {
  padding-bottom: 1vh;
  display: block;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical div.u30subhead {
  padding: 5px 0 1vh 21px;
}

.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical div.u30subhead {
  padding: 5px 21px 1vh 0;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) {
  column-count: 4;
  column-gap: 2em;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) li a {
  width: 100%;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype] ul li button {
  display: none;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype] li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical .single-column {
  display: inline-block;
  width: 100%;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm {
  column-count: 2 !important;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm.align-threeclm {
  padding-right: 33.33%;
}

.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm.align-threeclm {
  padding-right: 0;
  padding-left: 33.33%;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm.align-fourclm {
  padding-right: calc(50% + 1em);
}

.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm.align-fourclm {
  padding-right: 0;
  padding-left: calc(50% + 1em);
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm {
  column-count: 3 !important;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm.align-fourclm {
  padding-right: calc(25% + 1em);
}

.rtl .u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm.align-fourclm {
  padding-right: 0;
  padding-left: calc(25% + 1em);
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm {
  column-count: 4;
}

.u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .threeclm,
.u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm {
  column-gap: 2em;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 -5px;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical:before {
  background-color: #3a3632 !important;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical .u30t1 {
  padding-bottom: 1vh;
  display: block;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical div.u30subhead {
  padding: 5px 0 1vh 21px;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-cta-vertical div.u30subhead {
  padding: 5px 21px 1vh 0;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype]>ul:not(.tworow) {
  column-count: 2;
  column-gap: 2em;
  width: 50%;
  float: left;
  padding-bottom: 4em;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype]>ul:not(.tworow) {
  float: right;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype]>ul:not(.tworow) li a {
  width: 100%;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype]>ul:not(.tworow) li ul {
  display: inline-block;
  padding-left: 1em;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype] ul li button {
  display: none;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype] li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical .u30cta {
  width: calc(50% - 1em);
  margin-left: 1em;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-cta-vertical .u30cta {
  margin-left: 0;
  margin-right: 1em;
}

.u30:not(.u30mobile) .u30navw3.two-column-cta-vertical .single-column {
  display: inline-block;
  width: 100%;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 -5px;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical:before {
  background-color: #3a3632 !important;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical .u30t1 {
  padding-bottom: 1vh;
  display: inline-block;
  width: 100%;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical div.u30subhead {
  padding: 5px 0 1vh 21px;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical div.u30subhead {
  padding: 5px 21px 1vh 0;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype] {
  height: auto !important;
  position: relative;
  column-count: 2;
  transform: translate(-4px, 0);
  right: 0;
  left: 0;
  padding: 0 50% 0 4px;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype] {
  padding: 0 4px 0 50%;
  transform: translate(4px, 0);
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype]>ul {
  width: 100%;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype]>ul li ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype] ul li button {
  display: none;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical .u30cta {
  width: calc(50% - 1em);
  position: absolute;
  right: 0;
  top: 20px;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical .u30cta {
  left: 0;
  right: auto;
  margin-right: 1em;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical.twolists [data-navtype] {
  column-count: unset;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical.twolists [data-navtype]>ul>li {
  width: 50%;
  float: left;
}

.u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical.twolists [data-navtype]>ul>li:first-child {
  padding-right: 2em;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical .u30t1 {
  padding-bottom: 1vh;
  display: block;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical div.u30subhead {
  padding: 5px 0 1vh 21px;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical div.u30subhead {
  padding: 5px 21px 1vh 0;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent] {
  padding: 0 0 0 5px;
  margin: 0 0 0 -5px;
  width: 24%;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent] {
  padding: 0 5px 0 0;
  margin: 0 -5px 0 0;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li {
  padding-right: 14px;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li {
  padding-right: 0;
  padding-left: 14px;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent {
  position: absolute;
  right: 0;
  width: 76%;
  top: 0;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition:
    transform 100ms ease-out 0ms,
    opacity 200ms ease-out 0ms,
    visibility 100ms ease-out 0ms;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent {
  right: auto;
  left: 0;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .tworow .twoclm {
  padding-bottom: 0;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .tworow .threeclm {
  padding-bottom: 0;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm {
  column-count: 2;
  padding: 0;
  margin: 0;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm.align-threeclm {
  padding-right: 33.33%;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm.align-threeclm {
  padding-right: 21px;
  padding-left: 33.33%;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm {
  column-count: 3;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm,
.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm {
  padding-left: 21px;
  column-gap: 2em;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm,
.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm {
  padding-right: 21px;
  padding-left: 0;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .divider:after {
  left: 21px;
  width: calc(100% - 21px);
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .divider:after {
  left: 0;
  right: 21px;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent aside.fiftycta {
  width: 50%;
  margin-left: 21px;
}

.rtl .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent aside.fiftycta {
  margin-left: 0;
  margin-right: 21px;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent ul li ul li a {
  width: 98%;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul li ul li button {
  display: none;
}

.u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent] li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.u30:not(.u30mobile) [data-dropdown].active .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li>.u30scontent.active {
  opacity: 1;
  visibility: visible;
  transition:
    transform 100ms ease-out 0ms,
    opacity 200ms ease-out 0ms,
    visibility 100ms ease-out 0ms;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 -5px;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical:before {
  background-color: #3a3632 !important;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .u30t1 {
  padding-bottom: 1vh;
  display: block;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical div.u30subhead {
  padding: 5px 0 1vh 21px;
}

.rtl .u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical div.u30subhead {
  padding: 5px 21px 1vh 0;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical [data-navtype] ul li button {
  display: none;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical [data-navtype] li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .single-column {
  display: inline-block;
  width: 100%;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .twoclm {
  column-count: 2;
  padding: 0;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .twoclm.align-threeclm {
  padding-right: 33.33%;
}

.rtl .u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .twoclm.align-threeclm {
  padding-right: 0;
  padding-left: 33.33%;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .twoclm.align-fourclm {
  padding-right: calc(50% + 1em);
}

.rtl .u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .twoclm.align-fourclm {
  padding-right: 0;
  padding-left: calc(50% + 1em);
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .threeclm {
  column-count: 3;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .fourclm {
  column-count: 4;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .twoclm,
.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .threeclm,
.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .fourclm {
  column-gap: 2em;
}

.u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .tworow>li:not(:first-of-type) .u30t1 {
  padding-top: 0;
}

.u30:not(.u30mobile) .twoclm.equalcta {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.u30:not(.u30mobile) .twoclm.equalcta li {
  display: flex;
  flex-direction: row;
  width: calc(50% - 2em / 2);
}

.u30:not(.u30mobile) .twoclm.equalcta li .u30cta {
  display: flex;
  flex-direction: column;
}

.u30:not(.u30mobile) .twoclm.equalcta li .u30cta .obttns {
  margin-top: auto;
}

.u30:not(.u30mobile) .u30navw3 [data-navcontent] {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 -5px;
}

.u30:not(.u30mobile).searchsuggest #u30pgOverlay {
  opacity: 0.4;
  transform: translate(0, 0);
  transition:
    transform 0ms ease-out 0ms,
    opacity 150ms ease-out 0ms;
  pointer-events: all;
}

.u30:not(.u30mobile) .u30auto-title {
  font-size: 16px;
  line-height: 22px;
  color: #7a736e;
  padding: 16px 33px;
  display: block;
}

.u30:not(.u30mobile) #u30closesearch,
.u30:not(.u30mobile) #u30clear {
  border-radius: 0.5em;
}

.u30:not(.u30mobile) #u30closesearch:focus,
.u30:not(.u30mobile) #u30clear:focus {
  outline-offset: -3px;
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: currentColor;
}

.u30:not(.u30mobile) #u30pages,
.u30:not(.u30mobile) #u30autocomplete,
.u30:not(.u30mobile) #u30quicklinks,
.u30:not(.u30mobile) #u30searchallul {
  display: none;
  border-bottom: 1px solid #bcb6b1;
  position: relative;
}

.u30:not(.u30mobile) #u30pages.active,
.u30:not(.u30mobile) #u30autocomplete.active,
.u30:not(.u30mobile) #u30quicklinks.active,
.u30:not(.u30mobile) #u30searchallul.active {
  display: block;
}

.u30:not(.u30mobile) #u30quicklinks {
  border-bottom: none;
  padding-bottom: 16px;
}

.u30:not(.u30mobile) #u30pages li,
.u30:not(.u30mobile) #u30autocomplete li,
.u30:not(.u30mobile) #u30quicklinks li {
  opacity: 0;
}

.u30:not(.u30mobile) #u30pages li a,
.u30:not(.u30mobile) #u30autocomplete li a,
.u30:not(.u30mobile) #u30quicklinks li a {
  display: block;
  color: #000;
  padding: 16px 33px;
  font-size: 16px !important;
  line-height: 22px !important;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 250ms cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

.u30:not(.u30mobile) #u30pages li a:hover,
.u30:not(.u30mobile) #u30autocomplete li a:hover,
.u30:not(.u30mobile) #u30quicklinks li a:hover {
  background-color: #f1efed;
  text-decoration: none;
}

.u30:not(.u30mobile) #u30pages li.autocomplete-active,
.u30:not(.u30mobile) #u30autocomplete li.autocomplete-active,
.u30:not(.u30mobile) #u30quicklinks li.autocomplete-active {
  background-color: #f1efed;
  outline-offset: -3px;
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: currentColor;
}

.u30:not(.u30mobile) #u30pages.active li,
.u30:not(.u30mobile) #u30autocomplete.active li,
.u30:not(.u30mobile) #u30quicklinks.active li {
  animation: u30fadein 300ms forwards;
}

.u30:not(.u30mobile) #u30searchallul {
  border-bottom: none;
}

.u30:not(.u30mobile) #u30searchallul li {
  opacity: 0;
}

.u30:not(.u30mobile) #u30searchallul li.autocomplete-active {
  background-color: #f1efed;
  outline-offset: -3px;
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: currentColor;
}

.u30:not(.u30mobile) #u30searchallul.active li {
  animation: u30fadein 300ms forwards;
}

.u30:not(.u30mobile) a#u30searchall {
  display: block;
  color: #000;
  width: 100%;
  padding: 16px 70px;
  font-size: 16px !important;
  line-height: 22px !important;
  align-self: flex-end;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 250ms cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

.u30:not(.u30mobile) a#u30searchall:hover {
  background-color: #f1efed;
  text-decoration: none;
}

.u30:not(.u30mobile) a#u30searchall:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.1212266 1c5.0372326 0 9.1212266 4.08405043 9.1212266 9.1213526 0 2.1536493-.7465159 4.133053-1.9948779 5.6935382l5.7524247 5.7518269-1.4332625 1.4332823-5.7516795-5.7524977c-1.5605211 1.2485582-3.5400409 1.995203-5.6938314 1.995203-5.03723262 0-9.1212266-4.0840504-9.1212266-9.1213527 0-5.03730217 4.08399398-9.1213526 9.1212266-9.1213526zm0 2.02696725c-3.91778498 0-7.09428736 3.17654628-7.09428736 7.09438535 0 3.9178392 3.17650238 7.0943854 7.09428736 7.0943854 3.9177849 0 7.0942873-3.1765462 7.0942873-7.0943854 0-3.91783907-3.1765024-7.09438535-7.0942873-7.09438535z' fill='%23161513' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  left: 33px;
  background-position: center;
}

.rtl .u30:not(.u30mobile) a#u30searchall:before {
  left: auto;
  right: 33px;
}

.u30cta {
  display: inline-block;
  margin-bottom: 2rem;
  width: 100%;
  position: relative;
}

.u30cta+.u30cta {
  margin-top: 5vh;
}

.u30a1 {
  padding: 1.5em;
  background-size: cover;
  background-position: right;
  border-radius: 0.5em;
}

.u30a1 span {
  font-weight: 700;
}

.u30a1 p {
  font-size: 14px;
  margin: 0;
}

.u30a1 .obttns {
  padding-top: clamp(1em, 5vh, 2em);
}

.u30a2 img {
  width: 100%;
  float: left;
  border-radius: 0.5em 0.5em 0 0;
}

.u30a2 span {
  padding: 1em 1em 2em 1em;
  display: block;
  border-radius: 0 0 0.5em 0.5em;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  background-color: #161513;
  color: #fbf9f8;
}

.u30a2 p {
  margin-bottom: 3em;
}

.u30a2.u30light span {
  background-color: #fbf9f8;
  color: #161513;
}

.u30a3 {
  border-radius: 0.5em;
  padding: 1em 1em 2em 1em;
  background-color: #161513;
}

.u30a3 a {
  color: #fbf9f8;
}

.u30a3 span {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 1em;
}

.u30a3 b {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0.5em;
}

.u30a3 p {
  display: block;
  float: left;
  width: 100%;
}

.u30a3.u30light {
  background-color: #fbf9f8;
}

.u30a3.u30light a {
  color: #161513;
}

.u30a2:after,
.u30a3:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:white;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M10.79,5.89l6.1,6.1m0,0-6.1,6.11M17,12H4.9M12,23A11,11,0,1,0,1,12,11,11,0,0,0,12,23Z' transform='translate(-0.01 0)'/%3E%3C/svg%3E");
  right: 1em;
  bottom: 1em;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.u30a2.u30light:after,
.u30a3.u30light:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23161513;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M10.79,5.89l6.1,6.1m0,0-6.1,6.11M17,12H4.9M12,23A11,11,0,1,0,1,12,11,11,0,0,0,12,23Z' transform='translate(-0.01 0)'/%3E%3C/svg%3E");
}

.u30 #u30brand {
  order: 0;
}

.u30 #u30nav {
  order: 1;
}

.u30 #u30tools {
  order: 2;
}

.u30.u30tablet #u30nav {
  order: 2;
}

.u30.u30tablet #u30tools {
  order: 1;
}

.u30.u30tablet #u30nav {
  padding: 10px 0;
}

.u30.u30tablet #u30navw1 {
  justify-content: left;
  transform: translateX(-8px);
}

.u30.u30tablet #u30navw1>ul {
  justify-content: left;
}

.rtl .u30.u30tablet #u30navw1 {
  justify-content: right;
  transform: translateX(8px);
}

.rtl .u30.u30tablet #u30navw1>ul {
  justify-content: right;
}

.u30.u30tablet #u30skel {
  width: auto !important;
}

.u30.u30tablet .u30navw3.four-column-vertical .threeclm.align-fourclm {
  padding-right: 0;
}

.rtl .u30.u30tablet .u30navw3.four-column-vertical .threeclm.align-fourclm {
  padding-left: 0;
}

.rtl .u30.u30tablet .u30navw3.four-column-vertical .twoclm.align-fourclm {
  padding-left: 0;
}

.rtl .u30.u30tablet .u30navw3.four-column-tworow-vertical .twoclm.align-fourclm {
  padding-left: 0;
}

.u30.u30tablet #u30searchw3 {
  min-width: 400px;
}

.u30.u30notitle #u30btxt {
  display: none !important;
}

.u30.u30notitle #u30brand {
  max-width: 100%;
  overflow: hidden;
}

.u30.u30mobile #u30searchw1 {
  right: 10px;
}

.rtl .u30.u30mobile #u30searchw1 {
  left: 10px;
  right: auto;
}

.u30.u30mobile #u30brand {
  padding: 0;
}

.u30.u30mobile .u30-contact a {
  border: 0px;
}

.u30.u30mobile .u30subhead {
  display: none;
}

.u30.u30mobile .closenav {
  display: none;
}

.u30.u30mobile .u30searchBtn {
  margin-right: 1px;
}

.u30.u30mobile #u30autosuggest li a {
  font-size: 15px;
}

.u30.u30mobile .u30complete:before,
.u30.u30mobile .u30suggestlnk:before {
  left: -7px;
}

.rtl .u30.u30mobile .u30complete:before,
.rtl .u30.u30mobile .u30suggestlnk:before {
  right: -7px;
  left: auto;
}

.u30.u30mobile .u30suggestlnk,
.u30.u30mobile .u30-globe,
.u30.u30mobile #u30autosuggest li a {
  padding-left: 37px !important;
  max-height: none;
}

.u30.u30mobile #u30autosuggest li a cite {
  display: block;
}

.u30.u30mobile #u30ham {
  display: flex;
}

.u30.u30mobile .u30w1 {
  justify-content: flex-end;
}

.u30.u30mobile #u30navBg {
  background-color: rgba(0, 0, 0, 0.4);
  transition:
    transform 0ms ease-out 0ms,
    opacity 100ms ease-out 0ms;
  opacity: 0;
}

.u30.u30mobile #u30navBg:before {
  display: none;
}

.u30.u30mobile #u30navBg #u30navBgscroll {
  display: none;
}

.u30.u30mobile.navexpand #u30navBg {
  opacity: 1 !important;
  height: calc(100dvh - 59px);
  max-height: calc(100dvh - 59px);
}

.u30.u30mobile.navexpand #u30pgOverlay {
  display: none;
}

.u30.u30mobile .u30cta {
  display: none;
}

.u30.u30mobile .u30t1w1 {
  display: none !important;
}

.u30.u30mobile .u30t1 {
  display: none !important;
}

.u30.u30mobile #u30tools .u30cloud {
  display: none;
}

.u30.u30mobile #u30tools .u30contactBtn {
  display: none;
}

.u30.u30mobile .u30a1 {
  display: none;
}

.u30.u30mobile #u30search,
.u30.u30mobile #u30ham,
.u30.u30mobile #ac-flag,
.u30.u30mobile #u30searchBtn {
  margin: 0 !important;
}

.u30.u30mobile #u30w1 {
  flex-flow: row nowrap;
  justify-content: left;
  position: relative;
}

.u30.u30mobile #u30toolsMobile {
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
}

.u30.u30mobile #u30toolsMobile .u30contactBtn {
  min-width: 44px;
  display: flex;
  margin-right: 4px;
}

.u30.u30mobile #u30toolsMobile .u30cloud {
  display: flex;
}

.u30.u30mobile #u30toolsMobile .u30cloud span {
  white-space: normal;
  line-height: 1.2;
}

.u30.u30mobile .u30navw3.two-column-cta:before {
  background-color: #47423e !important;
}

.u30.u30mobile .u30navw3.two-column-cta .u30c2>ul {
  overflow: visible !important;
  visibility: visible !important;
  max-height: none !important;
  padding-left: 0 !important;
}

.u30.u30mobile #u30results #u30resultsw1 .cb19.cb19v2 .cb19w2 img {
  float: none;
  margin-bottom: 5px;
}

.u30.u30mobile #u30results .u30sitelinkw1 .u30sitelinksc.u30result p {
  display: none;
}

.u30.u30mobile #u30results .u30sitelinkw1 .u30sitelinksc.u30result {
  flex: auto;
  padding: 3px 0;
}

.u30.u30mobile #u30nav {
  height: 0;
  overflow: hidden;
  position: absolute;
  padding-left: inherit;
  padding-right: inherit;
  left: 0;
  order: 2;
  opacity: 0;
}

.u30.u30mobile #u30nav #u30navw1 {
  transform: translateX(-8px);
}

.u30.u30mobile #u30nav.navactive {
  position: absolute;
  left: auto;
  right: 0;
  height: calc(100dvh - 60px);
  display: block !important;
  top: 100%;
  width: 360px;
  background: #47423e;
  transform: translate(100%, 0);
  transition:
    transform 200ms ease-out,
    visibility 200ms ease-out;
  will-change: transform;
  display: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

.u30tablet .u30.u30mobile #u30nav.navactive {
  height: calc(100dvh - 103px);
}

.rtl .u30.u30mobile #u30nav.navactive {
  transform: translate(-100%, 0);
  left: 0;
  right: auto;
}

.u30.u30mobile #u30nav.navactive.active {
  transform: translate(var(--cwidthpad), 0);
  visibility: visible !important;
  opacity: 1;
}

.rtl .u30.u30mobile #u30nav.navactive.active {
  transform: translate(calc(-1 * var(--cwidthpad)), 0);
}

.u30.u30mobile #u30nav.navactive #u30navw1 {
  padding-bottom: 8em;
  width: 100%;
  position: relative;
  transform: translateX(0);
  margin-top: clamp(0.5em, 2vh, 1em);
  padding-top: clamp(0.5em, 2vh, 1em);
}

.u30.u30mobile #u30nav.navactive #u30navw1>ul {
  flex-flow: column;
  justify-content: left;
  width: 100%;
}

.u30.u30mobile #u30nav.navactive #u30navw1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: #5c5651;
}

.u30.u30mobile #u30nav.navactive #u30navw1 .u30navitem {
  padding: 0.5em 16px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

.u30.u30mobile #u30nav.navactive #u30navw1 .u30navitem:after {
  display: block;
}

.u30.u30mobile #u30nav.navactive #u30navw1 .u30navitem:before {
  display: none;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] {
  height: auto;
  max-height: none;
  position: relative;
  top: auto;
  opacity: 1;
  padding-top: 0;
  transition: all 100ms ease-out;
  z-index: 1;
  visibility: hidden;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] a,
.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] button {
  width: 100%;
  padding: 0.5em 44px 0.5em 0;
  margin: 0;
  text-align: left;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] a.active,
.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] button.active {
  color: #fbf9f8;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] a.active:hover,
.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] button.active:hover {
  color: #f0cc71;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] a[aria-expanded]:before,
.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] button[aria-expanded]:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 8L7 2L13 8' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 15px 15px;
  background-color: rgba(0, 0, 0, 0);
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  transform: rotate(-180deg);
  transition:
    transform 200ms ease,
    background-color 200ms ease;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] a[aria-expanded='true']:before,
.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] button[aria-expanded='true']:before {
  transform: rotate(0deg);
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] a[aria-expanded='true']:after,
.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] button[aria-expanded='true']:after {
  opacity: 1;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown].active {
  visibility: visible;
  overflow: visible;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] {
  height: auto;
  max-height: none;
  opacity: 1;
  transform: translate(0, 0);
  display: none;
  visibility: hidden;
  overflow: hidden;
  padding: 0 0 0 16px;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] p {
  display: none;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical']:before {
  content: '';
  position: absolute;
  height: 100%;
  width: calc(100% + 16px);
  top: 0;
  left: -16px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-scroll-vertical'] ul>li>.u30scontent {
  padding-left: 16px;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  transition: all 200ms ease-out;
  height: 100%;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-scroll-vertical'] ul>li>.u30scontent.active {
  visibility: visible;
  max-height: none;
  transition: all 200ms ease-out;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-scroll-vertical'] ul>li>.u30scontent>ul>li>button+ul {
  padding-left: 16px;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  transition: all 200ms ease-out;
  height: 100%;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-scroll-vertical'] ul>li>.u30scontent>ul>li>button+ul.active {
  visibility: visible;
  max-height: none;
  transition: all 200ms ease-out;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='four-column-vertical'] ul.tworow li button+ul {
  padding-left: 16px;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  transition: all 200ms ease-out;
  height: 100%;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='four-column-vertical'] ul.tworow li button+ul.active {
  visibility: visible;
  max-height: none;
  transition: all 200ms ease-out;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='four-column-tworow-vertical'] ul.tworow li button+ul {
  padding-left: 16px;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  transition: all 200ms ease-out;
  height: 100%;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='four-column-tworow-vertical'] ul.tworow li button+ul.active {
  visibility: visible;
  max-height: none;
  transition: all 200ms ease-out;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='four-column-tworow-vertical'] ul.tworow li button+ul.active li a:after {
  background-color: rgba(0, 0, 0, 0);
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-heading-cta-vertical'] ul li button+ul,
.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-heading-cta-vertical twolists'] ul li button+ul {
  padding-left: 16px;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  transition: all 200ms ease-out;
  height: 100%;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-heading-cta-vertical'] ul li button+ul.active,
.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-heading-cta-vertical twolists'] ul li button+ul.active {
  visibility: visible;
  max-height: none;
  transition: all 200ms ease-out;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-heading-cta-vertical'] ul li button+ul.active li a:after,
.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown] .u30navw3[class*='-vertical'] [data-navtype='two-column-heading-cta-vertical twolists'] ul li button+ul.active li a:after {
  background-color: rgba(0, 0, 0, 0);
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown].active .u30navw3 {
  display: block;
  visibility: visible;
}

.u30.u30mobile #u30nav.navactive #u30navw1 [data-dropdown].active .u30navw3>ul {
  visibility: visible !important;
}

.u30.u30mobile #u30-profile .acttxt {
  display: none;
}

.u30.u30mobile #u30-flyout {
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0);
}

.u30.u30mobile #u30-flyout:hover {
  cursor: pointer;
  background-color: #312d2a;
}

.u30.u30mobile.u30v3 .u30-contact {
  margin: 0;
  z-index: 3;
}

.u30.u30mobile.u30v3 .u30-contact a {
  border: none;
}

.u30.u30mobile.u30v3 .u30-contact a:hover {
  cursor: pointer;
  background-color: #312d2a;
}

.u30.u30mobile.u30v3 .u30-contact a span {
  display: none;
}

.u30.u30mobile.u30v3 #u30brand {
  padding: 0;
}

.u30.u30mobile.u30v3 #u30brand #u30btitle.mrgnright {
  margin-right: 12px;
}

.u30.u30mobile.u30v3 #u30brand #u30logo {
  width: 0;
}

.u30.u30mobile [data-navcontent] button:after,
.u30.u30mobile [data-navcontent] a:after {
  content: '';
  background-color: #47423e;
  position: absolute;
  left: -32px;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: background-color 50ms ease 0;
}

.u30.u30mobile [data-navcontent] button[aria-expanded='true']:after,
.u30.u30mobile [data-navcontent] .u30scontent.active a:after,
.u30.u30mobile [data-navcontent] .u30scontent.active button:after,
.u30.u30mobile [data-navcontent] .fourclm.active a:after,
.u30.u30mobile [data-navcontent] .fourclm.active button:after {
  background-color: rgba(0, 0, 0, 0);
}

.u30.u30mobile .u30navw3 .divider {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.u30.u30mobile .u30navw3 .divider:after {
  display: none;
}

.u30.u30mobile .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm li ul>li a:before {
  content: '–';
  float: left;
}

.u30.u30mobile .u30navitem {
  outline-offset: -2px;
}

.u30.u30mobile #u30searchw3 {
  width: calc(100vw - var(--noscroll-offset));
  min-width: auto;
}

.u30.u30mobile #u30searchw3:before {
  background-color: #fff;
}

.u30.u30mobile #u30searchw3:after {
  display: none;
}

.u30.u30mobile.searchsuggest #u30pgOverlay {
  opacity: 0.4;
  transform: translate(0, 0);
  transition:
    transform 0ms ease-out 0ms,
    opacity 150ms ease-out 0ms;
  pointer-events: all;
}

.u30.u30mobile .u30auto-title {
  font-size: 16px;
  line-height: 22px;
  color: #7a736e;
  padding: 16px 33px;
  display: block;
}

.u30.u30mobile #u30closesearch,
.u30.u30mobile #u30clear {
  border-radius: 0.5em;
}

.u30.u30mobile #u30closesearch:focus,
.u30.u30mobile #u30clear:focus {
  outline-offset: -3px;
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: currentColor;
}

.u30.u30mobile #u30pages,
.u30.u30mobile #u30autocomplete,
.u30.u30mobile #u30quicklinks {
  display: none;
  border-bottom: 1px solid #bcb6b1;
  position: relative;
}

.u30.u30mobile #u30pages.active,
.u30.u30mobile #u30autocomplete.active,
.u30.u30mobile #u30quicklinks.active {
  display: block;
}

.u30.u30mobile #u30quicklinks {
  border-bottom: none;
}

.u30.u30mobile ul.autocomplete-items li,
.u30.u30mobile ul#u30quicklinks li,
.u30.u30mobile ul#u30searchallul li {
  opacity: 0;
}

.u30.u30mobile ul.autocomplete-items li a,
.u30.u30mobile ul#u30quicklinks li a,
.u30.u30mobile ul#u30searchallul li a {
  display: block;
  color: #000;
  padding: 16px 33px;
  font-size: 16px !important;
  line-height: 22px !important;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 250ms cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

.u30.u30mobile ul.autocomplete-items li:hover,
.u30.u30mobile ul.autocomplete-items li.autocomplete-active,
.u30.u30mobile ul#u30quicklinks li:hover,
.u30.u30mobile ul#u30quicklinks li.autocomplete-active,
.u30.u30mobile ul#u30searchallul li:hover,
.u30.u30mobile ul#u30searchallul li.autocomplete-active {
  background-color: #f1efed;
  outline-offset: -3px;
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: currentColor;
}

.u30.u30mobile ul.autocomplete-items.active li,
.u30.u30mobile ul#u30quicklinks.active li,
.u30.u30mobile ul#u30searchallul.active li {
  animation: u30fadein 300ms forwards;
}

.u30.u30mobile ul#u30searchallul li a#u30searchall {
  display: block;
  width: 100%;
  padding: 16px 70px;
  font-size: 16px !important;
  line-height: 22px !important;
  align-self: flex-end;
  border-radius: 4px;
}

.u30.u30mobile ul#u30searchallul li a#u30searchall:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.1212266 1c5.0372326 0 9.1212266 4.08405043 9.1212266 9.1213526 0 2.1536493-.7465159 4.133053-1.9948779 5.6935382l5.7524247 5.7518269-1.4332625 1.4332823-5.7516795-5.7524977c-1.5605211 1.2485582-3.5400409 1.995203-5.6938314 1.995203-5.03723262 0-9.1212266-4.0840504-9.1212266-9.1213527 0-5.03730217 4.08399398-9.1213526 9.1212266-9.1213526zm0 2.02696725c-3.91778498 0-7.09428736 3.17654628-7.09428736 7.09438535 0 3.9178392 3.17650238 7.0943854 7.09428736 7.0943854 3.9177849 0 7.0942873-3.1765462 7.0942873-7.0943854 0-3.91783907-3.1765024-7.09438535-7.0942873-7.09438535z' fill='%23161513' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  left: 33px;
  background-position: center;
}

.rtl .u30.u30mobile ul#u30searchallul li a#u30searchall:before {
  left: auto;
  right: 33px;
}

.u30.u30mobile #u30tools #ac-flag {
  margin-right: 0;
}

.u30v3 #u30brand #u30logo:not(.ologo) {
  width: 121px;
}

.u30v3 #u30brand #u30logo:not(.ologo) .u30-oicn-mobile {
  height: auto;
  align-self: center;
  display: none;
}

.u30v3 #u30-profile {
  position: relative;
  z-index: 3;
}

.u30v3.accountexpand #u30pgOverlay {
  opacity: 0;
  transform: translate(0, 0);
  transition:
    transform 0ms ease-out 0ms,
    opacity 150ms ease-out 0ms;
}

.u30v3 #u30-flyout {
  color: #fbf9f8;
  min-height: 44px;
  min-width: 44px;
  border: none;
  padding: 0 20px 0 0;
  background-color: #161513;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.2s ease;
  display: inline-flex;
  z-index: 1;
  pointer-events: none;
}

.rtl .u30v3 #u30-flyout {
  padding: 0 0 0 20px;
}

.u30v3 #u30-flyout svg {
  width: 24px;
  height: 100%;
  margin: 0 0.8em;
  align-self: center;
}

.u30v3 #u30-flyout path {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 2;
  stroke: #fbf9f8;
}

.u30v3 #u30-flyout span {
  color: #fbf9f8;
  white-space: nowrap;
  height: auto;
  align-self: center;
}

.u30v3 #u30-flyout:active {
  background-color: #312d2a;
  text-decoration: none;
}

.u30v3 #u30-flyout:visited {
  color: #fbf9f8;
}

.u30v3 #u30-flyout:hover {
  text-decoration: none;
  cursor: pointer;
}

.u30v3 #u30-flyout.active {
  background-color: #312d2a;
}

.u30v3 #u30-profilew1 {
  display: none;
  visibility: hidden;
  position: absolute;
  background-color: #fbf9f8;
  width: 370px;
  border-radius: 4px;
  opacity: 0;
  top: 100%;
  right: 0;
  padding: 32px;
  transform: translate(0, 0);
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.15);
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  transition:
    visibility 200ms ease,
    opacity 200ms ease,
    transform 200ms ease;
}

.rtl .u30v3 #u30-profilew1 {
  right: auto;
  left: 0 !important;
}

.u30v3 #u30-profilew1.active {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 10px);
}

.u30v3 #u30-profilew1 #u30actbck {
  display: none;
  color: #161513;
  position: relative;
  margin-bottom: 2em;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 5px;
}

.u30v3 #u30-profilew1 #u30actbck:before {
  content: '';
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 36.55 46.39'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;%7D.a%7Bclip-rule:evenodd;%7D.c%7Bclip-path:url(%23a);%7D.d%7Bclip-path:url(%23b);%7D.e%7Bfill:%23161513;%7D%3C/style%3E%3CclipPath id='a' transform='translate(9.17 12.17)'%3E%3Cpath class='a' d='M7.72,10l7.77-7.78A1.3,1.3,0,0,0,13.65.38L4,10l9.62,9.62a1.3,1.3,0,1,0,1.84-1.85Z'/%3E%3C/clipPath%3E%3CclipPath id='b' transform='translate(9.17 12.17)'%3E%3Crect class='b' x='-7.57' y='-7.25' width='34.79' height='34.79'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Ecvleft%3C/title%3E%3Cg class='c'%3E%3Cg class='d'%3E%3Crect class='e' width='36.55' height='46.39'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  background-size: cover;
  transform: translate(-7px, 3px);
}

.rtl .u30v3 #u30-profilew1 #u30actbck:before {
  transform: translate(5px, 7px) rotate(180deg);
}

.u30v3 #u30-profilew1 #u30actbck:hover {
  cursor: pointer;
}

.u30v3 #u30-profilew1 span.u30acttitle {
  color: #161513;
}

.u30v3 #u30-profilew1 a {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 16px 11px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  transition: background-color 100ms linear;
}

.u30v3 #u30-profilew1 a span {
  display: inline-block;
  white-space: nowrap;
}

.u30v3 #u30-profilew1 a.u30lightcta {
  margin: 1em 0 1em 0;
  background-color: #fff;
  color: #161513;
  border: 1px solid #161513;
}

.u30v3 #u30-profilew1 a.u30lightcta:hover {
  background-color: #f5f4f2;
  text-decoration: none;
}

.u30v3 #u30-profilew1 a.u30lightcta:active {
  background-color: #ebeae7;
}

.u30v3 #u30-profilew1 a.u30lightcta:focus {
  background-color: #f5f4f2;
}

.u30v3 #u30-profilew1 a.u30lightcta:disabled {
  background-color: #fff;
  border: 1px solid #c6c1bd;
}

.u30v3 #u30-profilew1 a.u30darkcta {
  margin: 1em 0 1em 0;
  background-color: #312d2a;
  color: #fbf9f8;
}

.u30v3 #u30-profilew1 a.u30darkcta:hover,
.u30v3 #u30-profilew1 a.u30darkcta:active,
.u30v3 #u30-profilew1 a.u30darkcta:focus {
  background-color: #161513;
  outline-color: #161513;
}

.u30v3 #u30-profilew1 a.u30darkcta:disabled {
  background-color: #7a736e;
}

.u30v3 #u30-profilew1 .u30cloudbg span:after {
  content: '';
  position: relative;
  display: inline-block;
  color: currentColor;
  margin: -2px 0 -6px 8px;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3.102 18h14.507c1.87 0 3.391-1.704 3.391-3.7985455 0-1.5654545-.877-2.9912727-2.181-3.5498181l-.614-.2629091-.02-.71890912c-.06-2.05745454-1.548-3.66981818-3.389-3.66981818-1.531 0-2.878 1.15527273-3.275 2.81018182l-.268 1.11381818-1.005-.35236364c-.285-.09927272-.582-.14945454-.884-.14945454-1.629 0-2.954 1.48581818-2.954 3.31090908 0 .1341818.006.2672727.021.396l.086.7996364-.674.3250909c-1.422.6883636-2.429 2.0967273-2.741 3.7461818m14.507 2h-16.609v-1.0666667c0-2.6464 1.319-5.0613333 3.411-6.3434666.063-2.9034667 2.26-5.24373337 4.953-5.24373337.183 0 .364.01066667.544.032.872-2.02986666 2.768-3.37813333 4.888-3.37813333 2.718 0 4.951 2.13973333 5.333 4.9824 1.74 1.00373333 2.871 3.0016 2.871 5.1701333 0 3.2245334-2.418 5.8474667-5.391 5.8474667' fill='%23fbf9f8' fill-rule='evenodd'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}

.u30v3 #u30-profilew1 .u30l-in {
  display: none;
}

.u30v3 #u30-profilew1 .u30l-in a {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  width: auto;
}

.u30v3 #u30-profilew1.loggedin .u30l-in {
  display: block;
}

.u30v3 #u30-profilew1.loggedin .u30l-out {
  display: none;
}

.u30v3 #u30-profilew1.shortprof {
  max-height: 100vh;
  overflow-y: scroll;
  border-radius: 0;
  z-index: -1;
  left: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 75px;
  transition:
    visibility 250ms ease,
    opacity 250ms ease,
    transform 0ms ease !important;
}

.u30v3 #u30-profilew1.shortprof ul.u30l-out li {
  width: 100%;
}

.u30v3 #u30-profilew1.shortprof ul.u30l-out li:first-child a {
  width: 100%;
}

.u30v3 .u30-profilew2 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}

.u30v3 .u30-profilew2:after {
  content: '';
  left: -32px;
  right: -32px;
  bottom: 0;
  height: 1px;
  background-color: #161513;
  position: absolute;
  opacity: 0.2;
}

.u30v3.u30mobile #u30brand #u30logo .u30-oicn {
  display: none;
}

.u30v3.u30mobile #u30brand #u30logo .u30-oicn-mobile {
  display: block;
}

.u30v3.u30mobile #u30tools .u30contactBtn {
  display: inline-flex;
  margin-right: 0;
}

.rtl .u30v3.u30mobile #u30tools .u30contactBtn {
  margin-left: 0;
}

.u30v3.u30mobile #u30nav.navactive #u30navw1 {
  margin-top: 0;
  padding-top: 0;
}

.u30v3.u30mobile #u30nav.navactive #u30navw1:before {
  display: none;
}

.u30v3 .u30-contact {
  display: inline-flex;
  width: auto;
  height: auto;
  margin: 0 0 0 10px;
}

.rtl .u30v3 .u30-contact {
  margin: 0 10px 0 0;
}

.u30v3 .u30-contact a {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fbf9f8;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M17,2V6h5V22H18.46l-2-3H7V15.8L5.54,18H2V2Zm3,6H17v7H9v2h8.54l2,3H20ZM15,4H4V16h.46l2-3H15Z' transform='translate(-2 -2)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  border-radius: 4px;
  border: 1px #fbf9f8 solid;
  background-color: rgba(0, 0, 0, 0);
  color: #fbf9f8;
  font-weight: bold;
  transition: background-color 0.2s ease;
  background-position: 10px center;
}

.u30v3 .u30-contact a:active {
  background-color: #312d2a;
  text-decoration: none;
}

.u30v3 .u30-contact a:focus {
  outline: 2px dotted #fff;
  border: 1px solid #fff;
  outline-offset: 2px;
}

.u30v3 .u30-contact a:hover {
  text-decoration: none;
}

.u30v3 .u30-contact a span {
  color: #fbf9f8;
  white-space: nowrap;
  height: auto;
  align-self: center;
  padding: 0 20px 0 44px;
}

@media (max-width: 1024px) {
  .u30:not(.u30mobile) .u30breakclm {
    -webkit-column-break-before: initial;
    break-before: initial;
  }

  .u30:not(.u30mobile) .u30navw3.four-column-vertical [data-navtype]>ul:not(.tworow) {
    column-count: 3;
  }

  .u30:not(.u30mobile) .u30navw3.four-column-vertical .fourclm {
    column-count: 3;
  }

  .u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm {
    column-count: 3;
  }

  .u30:not(.u30mobile) .u30navw3.four-column-vertical .twoclm.align-fourclm {
    padding-right: 0;
  }

  .u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .twoclm.align-fourclm {
    padding-right: 0;
  }

  .u30:not(.u30mobile) .u30navw3.four-column-tworow-vertical .fourclm {
    column-count: 2;
  }

  .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .threeclm {
    column-count: 2;
  }

  .u30:not(.u30mobile) .u30navw3.two-column-scroll-vertical [data-navcontent]>ul>li .u30scontent .twoclm.align-threeclm {
    padding-right: 0;
  }

  .u30:not(.u30mobile) .u30navw3.two-column-cta-vertical [data-navtype]>ul:not(.tworow) {
    width: 100%;
  }

  .u30:not(.u30mobile) .u30navw3.two-column-cta-vertical .u30cta {
    margin-left: 0;
    margin-top: 2em;
  }

  .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype] {
    columns: auto;
  }

  .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical [data-navtype]>ul {
    width: 100%;
    display: inline-block;
  }

  .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical .u30t1 {
    width: 100%;
  }

  .u30:not(.u30mobile) .u30navw3.two-column-heading-cta-vertical .u30cta {
    width: calc(50% - 1em);
  }
}

@media (max-width: 601px) {
  .u30.u30mobile #u30nav.navactive {
    max-width: 926px;
    width: calc(100% + var(--cwidthpad) * 2);
  }

  .u30.u30mobile #u30searchw3 {
    width: calc(100vw - var(--noscroll-offset));
  }

  .u30.u30mobile #u30tools {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .u30result.u30video .u30rw1 .u30rw2 {
    flex-direction: column;
  }

  .u30result.u30video .u30rw1 .u30rw3 {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 1em;
  }

  .u30result.u30video .u30rw1 .u30rw3 .u30head,
  .u30result.u30video .u30rw1 .u30rw3 cite,
  .u30result.u30video .u30rw1 .u30rw3 p {
    padding-right: 0;
  }

  .u30result.u30video .u30rw1 .bcthumbnail {
    flex-basis: 100%;
    max-width: 100%;
  }

  .u30result.u30video .u30rw1 .u30ytembed {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .u30v3 #u30-profile {
    position: inherit;
  }

  .u30v3 #u30-profilew1 {
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
    box-shadow: none;
    padding: 24px;
  }

  .u30v3 #u30-profilew1 #u30actbck {
    display: block;
  }

  .u30v3 #u30-profilew1.active {
    transform: translate(0, 0);
  }

  .rtl .u30v3 #u30-profilew1 {
    right: 0;
  }
}

#u30searchw3 {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

@media (-ms-high-contrast: active),
(forced-colors: active) {
  .u30s1 .u30input #u30clear path {
    stroke: #fbf9f8;
  }

  #u30closesearch path {
    stroke: #fbf9f8;
  }
}

#u30 #ac-flag {
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
}

#u30 #ac-flag .acs-arrow {
  background-color: #fff;
  border-left: 1px solid #d4cfca;
  border-bottom: 1px solid #d4cfca;
  padding: 7px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  top: 55px;
  position: absolute;
  transform: rotate(135deg);
  z-index: 1;
}

@media screen and (max-width: 505px) {
  #u30 #ac-flag .acs-arrow {
    top: 58px;
  }
}

#u30 #ac-flag .acs-arrow.show {
  visibility: visible;
  animation: slide-in-top 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

#u30 #ac-flag .acs-arrow.close-acs {
  display: none;
}

#u30 #ac-flag .default-globe {
  color: #fff;
}

#u30 #ac-flag .flag-focus {
  border-radius: 4px;
  transition: background-color 200ms ease;
  display: inline-flex;
  justify-content: center;
  width: 44px;
  height: 44px;
  align-items: center;
}

#u30 #ac-flag .flag-focus:focus {
  outline: 2px dotted #fbf9f8;
}

#u30 #ac-flag .flag-focus:hover {
  background-color: rgba(22, 21, 19, 0.12);
}

#u30 #ac-flag .acs-wrapper {
  display: none;
  visibility: hidden;
  background: #fff;
  padding: 5px 28px 28px;
  border-radius: 8px;
  position: absolute;
  top: 62px;
  z-index: 0;
  width: 492px;
  color: #161513;
  right: -40px;
  border: 1px solid #d4cfca;
}

@media (max-width: 974px) {
  #u30 #ac-flag .acs-wrapper {
    right: -60px;
  }
}

#u30 #ac-flag .acs-wrapper.show {
  display: block;
  visibility: visible;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#u30 #ac-flag .acs-wrapper.close-acs {
  display: none;
}

#u30 #ac-flag .acs-wrapper .acs-close {
  border: 0;
  background: rgba(0, 0, 0, 0);
  position: relative;
  inset-inline-end: -100%;
  font-size: 1.4rem;
  line-height: 1.571425;
  cursor: pointer;
  z-index: 10;
  color: inherit;
}

#u30 #ac-flag .acs-wrapper .acs-close:before {
  color: #161513;
}

#u30 #ac-flag .acs-wrapper .acs-buttons {
  padding: 5px 0 10px;
}

#u30 #ac-flag .acs-wrapper .acs-buttons a {
  font-size: 1.4rem;
  line-height: 1.571425;
}

#u30 #ac-flag .acs-wrapper .acs-buttons a.page-button {
  color: #fff;
}

#u30 #ac-flag .acs-wrapper .countrynamewrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#u30 #ac-flag .acs-wrapper .countrynamewrapper .countryname {
  position: relative;
}

#u30 #ac-flag .acs-wrapper p.stay-message,
#u30 #ac-flag .acs-wrapper p.continue-message {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.571425;
  margin: 0 0 10px 0;
}

.rtl #u30 #ac-flag .acs-wrapper {
  right: -440px;
}

.rtl #u30 #ac-flag .acs-wrapper.acs-wrapper:before {
  right: 440px;
}

@media (max-width: 600px) {
  .rtl #u30 #ac-flag .acs-wrapper {
    right: -70px;
  }

  .rtl #u30 #ac-flag .acs-wrapper .acs-wrapper:before {
    right: 80%;
  }
}

.rtl .rtl #u30 #ac-flag .acs-wrapper .icn-close.acs-close {
  right: 97%;
  top: 11px;
}

@media (max-width: 600px) {
  #u30 #ac-flag .acs-wrapper {
    left: 30%;
    transform: translate(-27%, 3%);
    width: 88%;
    position: fixed;
  }
}

@keyframes slide-in-top {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#u30 #ac-flag img[src$='.svg'] {
  width: 24px;
  height: 24px;
}

#u30 .acs-details-wrapper {
  display: flex;
  flex-direction: column;
}

#u30 .acs-details-wrapper .cta {
  padding-top: 0px;
}

#u30 .acs-details-wrapper .cta .choose-language {
  position: relative;
  margin-bottom: 0px;
  color: var(--linkcolor) !important;
  font-size: 16px !important;
}

#u30 .acs-details-wrapper .cta .choose-language:focus {
  width: fit-content;
}

.u30[data-ocomid] {
  opacity: unset;
}