@charset "UTF-8";

@keyframes fadeinout {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeinslideup {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#wttw-header-full {
  position: relative;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Segoe, "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  background: #002f87;
}

#wttw-header-full .section-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: unset;
}

@media (min-width: 768px) {
  #wttw-header-full .section-container {
    width: 744px;
  }
}

@media (max-width: 767px) {
  #wttw-header-full .section-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  #wttw-header-full .section-container {
    width: 924px;
  }
}

@media (min-width: 1200px) {
  #wttw-header-full .section-container {
    width: 1184px;
  }
}

@media (min-width: 1400px) {
  #wttw-header-full .section-container {
    width: 1384px;
  }
}

#wttw-header-full *,
#wttw-header-full *::before,
#wttw-header-full *::after {
  box-sizing: border-box;
}

#wttw-header-full ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
}

#wttw-header-full a {
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

#wttw-header-full .offscreen {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#wttw-header-full .wttw-header-container {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 0px;
}

#wttw-header-full .wttw-menu {
  display: flex;
  margin: 0;
}

#wttw-header-full #wttw-menu-desktop-state,
#wttw-header-full #wttw-menu-mobile-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#wttw-header-full #wttw-header-upper {
  position: relative;
  z-index: 2;
  background: #002f87;
}

#wttw-header-full #wttw-header-upper .wttw-header-container {
  gap: 24px;
  align-items: center;
}

#wttw-header-full #wttw-header-upper .wttw-logo-container {
  display: flex;
  align-items: center;
  height: 40px;
  flex: 0 0 auto;
}

#wttw-header-full #wttw-header-upper a.wttw-logo {
  display: flex;
  height: 40px;
  max-width: 290px;
}

#wttw-header-full #wttw-header-upper a.wttw-logo img {
  width: auto;
  height: 100%;
  display: block;
}

#wttw-header-full #wttw-header-upper #wttw-header-upper-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  min-height: 40px;
  gap: 36px;
  flex: 1 1 auto;
  min-width: 0;
}

#wttw-header-full #wttw-header-upper #wttw-nav-compact-utility {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 28px;
  flex: 0 0 auto;
  white-space: nowrap;
}

#wttw-header-full #wttw-header-upper #wttw-nav-compact-utility > li {
  display: flex;
  align-items: center;
  height: 40px;
  flex: 0 0 auto;
}

#wttw-header-full #wttw-header-upper #wttw-nav-compact-utility a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  gap: 6px;
  padding: 0;
  color: #fff;
  font-size: 0.95em;
  letter-spacing: 0.01em;
  line-height: 1;
}

#wttw-header-full #wttw-header-upper #wttw-nav-compact-utility a:hover,
#wttw-header-full #wttw-header-upper #wttw-nav-compact-utility a:focus-visible {
  opacity: 0.8;
}

#wttw-header-full #wttw-header-upper #wttw-nav-compact-utility .utility-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e30000;
  box-shadow: 0 0 10px rgba(227, 0, 0, 0.7);
  animation: fadeinout 1s 5 forwards;
  flex: 0 0 8px;
}

#wttw-header-full #wttw-header-upper #wttw-nav-compact-utility .utility-passport-icon {
  width: 16px;
  height: 16px;
  background: url("https://www.wttw.com/global/wttw-header-full/img/passport-icon-new.svg") no-repeat center center;
  background-size: contain;
  flex: 0 0 16px;
}

#wttw-header-full #wttw-header-upper #wttw-nav-compact-utility .utility-label {
  display: inline-block;
  font-size: 18px;
}

#wttw-header-full #wttw-header-upper .wttw-global-search {
  flex: 0 0 auto;
  min-width: 0;
  height: 40px;
  background: transparent;
}

#wttw-header-full #wttw-header-upper .wttw-global-search .input-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
}

#wttw-header-full #wttw-header-upper .wttw-global-search .global-search-form-text {
  width: 142px;
  height: 40px;
  padding: 0 28px 0 0;
  font-size: 18px;
  font-family: 'Open Sans';
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent url("https://www.wttw.com/global/wttw-header-compact/img/thin-search-icon.svg") no-repeat right center;
  background-size: 18px;
  color: #fff;
  text-align: right;
}

#wttw-header-full #wttw-header-upper .wttw-global-search .global-search-form-text::placeholder {
  color: #fff;
  opacity: 1;
}

#wttw-header-full #wttw-header-upper ul.wttw-donate {
  display: flex;
  flex: 0 0 auto;
}

#wttw-header-full #wttw-header-upper ul.wttw-donate a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  min-width: 100px;
  padding: 0 34px;
  background: #cc0000;
  color: #fff;
  font-size: 18px;
  border: 0;
}

#wttw-header-full #wttw-header-upper ul.wttw-donate a:hover,
#wttw-header-full #wttw-header-upper ul.wttw-donate a:focus-visible {
  background: #e30000;
}

#wttw-header-full #wttw-header-upper .wttw-mobile-donate {
  display: none;
}

#wttw-header-full #wttw-header-upper .wttw-mobile-donate a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  min-width: 88px;
  padding: 0 20px;
  background: #cc0000;
  color: #fff;
  font-size: 0.95em;
  border: 0;
  white-space: nowrap;
}

#wttw-header-full #wttw-header-upper .wttw-mobile-donate a:hover,
#wttw-header-full #wttw-header-upper .wttw-mobile-donate a:focus-visible {
  background: #e30000;
}

#wttw-header-full #wttw-header-upper .wttw-menu-desktop-btn {
  margin-bottom: 0px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#wttw-header-full #wttw-header-upper .wttw-menu-desktop-btn-icon,
#wttw-header-full #wttw-header-upper .wttw-menu-desktop-btn-icon::before,
#wttw-header-full #wttw-header-upper .wttw-menu-desktop-btn-icon::after {
  position: absolute;
  width: 28px;
  height: 2px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
  content: "";
}

#wttw-header-full #wttw-header-upper .wttw-menu-desktop-btn-icon {
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

#wttw-header-full #wttw-header-upper .wttw-menu-desktop-btn-icon::before {
  top: -8px;
  left: 0;
}

#wttw-header-full #wttw-header-upper .wttw-menu-desktop-btn-icon::after {
  top: 8px;
  left: 0;
}

#wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn,
#wttw-header-full #wttw-header-upper #wttw-menu-mobile,
#wttw-header-full #wttw-header-upper .wttw-global-search.mobile,
#wttw-header-full #wttw-header-upper .wttw-inline-search.mobile {
  display: none;
}

#wttw-header-full #wttw-header-lower {
  position: relative;
  z-index: 1;
  background: #002f87;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
  border-bottom: 0 solid transparent;
}

#wttw-header-full #wttw-header-lower .wttw-header-container {
  padding: 0;
  gap: 18px;
  align-items: stretch;
  min-height: 36px;
  max-height: 36px;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary {
  display: flex;
  align-items: stretch;
  gap: 0;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary {
  flex: 1 1 auto;
  min-width: 0;
}

#wttw-header-full #wttw-header-lower #wttw-nav-secondary {
  flex: 0 0 auto;
  white-space: nowrap;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary > li,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary > li {
  display: flex;
  position: relative;
  height: 36px;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary a,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary a {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 20px;
  border-bottom: 4px solid #002f87;
  color: #fff;
  font-size: 0.95em;
  letter-spacing: 0.02em;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary a:hover,
#wttw-header-full #wttw-header-lower #wttw-nav-primary a:focus-visible,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary a:hover,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary a:focus-visible {
  background: #0063d0;
  border-bottom-color: #0093ff;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub > a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url("https://www.wttw.com/global/wttw-header-full/img/chevron-down.svg") no-repeat center center;
  filter: brightness(80%);
  transition: transform 0.25s ease;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub:hover > a::after,
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub:focus-within > a::after {
  transform: rotate(180deg);
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 320px;
  max-width: 420px;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  animation: fadeinslideup 0.25s ease;
  z-index: 20;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu a {
  color: #000;
  padding: 10px 18px;
  border-bottom: 0;
  font-size: 0.9em;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu a:hover,
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu a:focus-visible {
  background: #f1f1f1;
  color: #0063d0;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu li.live-stream span {
  position: relative;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu li.live-stream span::after {
  position: absolute;
  top: -4px;
  right: -15px;
  color: #e30000;
  content: "•";
  font-family: Georgia, serif;
  font-size: 175%;
  line-height: 1;
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu .wttw-chevron-right::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url("https://www.wttw.com/global/wttw-header-full/img/chevron-right.svg") no-repeat center center;
  filter: brightness(40%);
}

#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub:hover .wttw-sub-menu,
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub:focus-within .wttw-sub-menu {
  display: block;
}

#wttw-header-full #wttw-menu-desktop-state:checked~#wttw-header-upper .wttw-menu-desktop-btn-icon {
  background: transparent;
}

#wttw-header-full #wttw-menu-desktop-state:checked~#wttw-header-upper .wttw-menu-desktop-btn-icon::before {
  top: 0;
  transform: rotate(-45deg);
}

#wttw-header-full #wttw-menu-desktop-state:checked~#wttw-header-upper .wttw-menu-desktop-btn-icon::after {
  top: 0;
  transform: rotate(45deg);
}

#wttw-header-full #wttw-menu-desktop-state:checked~#wttw-header-upper #wttw-header-lower {
  max-height: 520px;
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.sm-wttw ul {
  position: absolute;
  width: 12em;
}

.sm-wttw ul li,
.sm-wttw.sm-rtl ul li,
.sm-wttw.sm-vertical li {
  float: none;
}

.sm-wttw a {
  white-space: nowrap;
}

.sm-wttw ul a,
.sm-wttw.sm-vertical a {
  white-space: normal;
}

.sm-wttw .sm-nowrap > li > a,
.sm-wttw .sm-nowrap > li > :not(ul) a {
  white-space: nowrap;
}

@media (max-width: 1399px) {
  #wttw-header-full {
    font-size: 17px;
  }

  #wttw-header-full #wttw-header-upper .wttw-header-container {
    padding: 16px 0px;
  }

  #wttw-header-full #wttw-header-upper #wttw-header-upper-right {
    gap: 24px;
  }

  #wttw-header-full #wttw-header-upper #wttw-nav-compact-utility {
    gap: 22px;
  }

  #wttw-header-full #wttw-header-upper #wttw-nav-compact-utility a {
    gap: 10px;
  }

  #wttw-header-full #wttw-header-lower .wttw-header-container {
    padding: 0;
  }

  #wttw-header-full #wttw-header-lower #wttw-nav-primary a,
  #wttw-header-full #wttw-header-lower #wttw-nav-secondary a {
    padding-inline: 16px;
  }
}

@media (max-width: 1180px) {
  #wttw-header-full {
    font-size: 16px;
  }

  #wttw-header-full #wttw-header-upper .wttw-header-container {
    gap: 18px;
  }

  #wttw-header-full #wttw-header-upper a.wttw-logo {
    height: 40px;
  }

  #wttw-header-full #wttw-header-upper #wttw-header-upper-right {
    gap: 14px;
  }

  #wttw-header-full #wttw-header-upper #wttw-nav-compact-utility {
    gap: 18px;
  }

  #wttw-header-full #wttw-header-upper #wttw-nav-compact-utility a {
    gap: 10px;
    font-size: 0.92em;
  }

  #wttw-header-full #wttw-header-upper #wttw-nav-compact-utility .utility-passport-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  #wttw-header-full #wttw-header-upper #wttw-nav-compact-utility .utility-live-dot {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
  }

  #wttw-header-full #wttw-header-upper .wttw-global-search .global-search-form-text {
    width: 126px;
    background-size: 18px;
  }

  #wttw-header-full #wttw-header-upper ul.wttw-donate a {
    height: 40px;
    min-height: 40px;
    min-width: 100px;
    padding-inline: 26px;
  }

  #wttw-header-full #wttw-header-lower .wttw-header-container {
    min-height: 36px;
    max-height: 36px;
  }

  #wttw-header-full #wttw-header-lower #wttw-nav-primary a,
  #wttw-header-full #wttw-header-lower #wttw-nav-secondary a {
    padding-inline: 14px;
    font-size: 0.92em;
  }
}

@media (max-width: 991px) {
  #wttw-header-full {
    font-size: 16px;
  }

  #wttw-header-full #wttw-menu-desktop-state,
  #wttw-header-full #wttw-header-upper .wttw-menu-desktop-btn,
  #wttw-header-full #wttw-header-lower {
    display: none !important;
  }

  #wttw-header-full #wttw-header-upper {
    border-bottom: 0;
  }

  #wttw-header-full #wttw-header-upper .wttw-header-container {
    min-height: 70px;
    gap: 12px;
    justify-content: flex-start;
  }

  #wttw-header-full #wttw-header-upper .wttw-logo-container {
    flex: 1 1 auto;
    min-width: 0;
  }

  #wttw-header-full #wttw-header-upper a.wttw-logo {
    height: 40px;
    max-width: 90%;
  }

  #wttw-header-full #wttw-header-upper #wttw-header-upper-right {
    display: none;
  }

  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn {
    position: relative;
    top: auto;
    right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 0;
    overflow: hidden;
    text-indent: 40px;
    white-space: nowrap;
    cursor: pointer;
  }

  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon,
  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon::before,
  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon::after {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: all 0.25s;
  }

  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon::before {
    content: "";
    top: -7px;
    left: 0;
  }

  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon::after {
    content: "";
    top: 7px;
    left: 0;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:checked~.wttw-menu-mobile-btn .wttw-menu-mobile-btn-icon {
    height: 0;
    background: transparent;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:checked~.wttw-menu-mobile-btn .wttw-menu-mobile-btn-icon::before {
    top: 0;
    transform: rotate(-45deg);
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:checked~.wttw-menu-mobile-btn .wttw-menu-mobile-btn-icon::after {
    top: 0;
    transform: rotate(45deg);
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:not(:checked)~#wttw-menu-mobile {
    display: none;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:checked~#wttw-menu-mobile {
    display: block;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 1em 0 0.75em;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 9999;
    animation: fadeinslideup 0.3s ease-in-out;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a {
    display: block;
    padding: 0.5em 2em;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.025em;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.primary {
    color: #002f87;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.primary:hover,
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.primary:focus-visible {
    color: #0063d0;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.live-stream span {
    position: relative;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.live-stream span::after {
    position: absolute;
    top: -4px;
    right: -15px;
    color: #e30000;
    content: "•";
    font-family: Georgia, serif;
    font-size: 175%;
    line-height: 1;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile li.wttw-passport a {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile li.wttw-passport .utility-passport-icon {
    width: 16px;
    height: 16px;
    background: url("https://www.wttw.com/global/wttw-header-full/img/passport-icon-new.svg") no-repeat center center;
    background-size: contain;
    flex: 0 0 16px;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.support {
    color: #cc0000;
  }

  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.kids {
    color: #708209;
  }

  #wttw-header-full #wttw-header-upper .wttw-inline-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    padding: 2px 0 0 0;
    cursor: pointer;
    flex: 0 0 auto;
  }

  #wttw-header-full #wttw-header-upper .wttw-inline-search.mobile,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile {
    display: inherit !important;
  }

  #wttw-header-full #wttw-header-upper .wttw-inline-search > .search-icon {
    width: 20px;
    height: 20px;
  }

  #wttw-header-full #wttw-header-upper .wttw-inline-search > .wttw-global-search.mobile {
    position: absolute;
    /* top: 101%; */
    right: -20px;
    width: 50%;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }

  #wttw-header-full #wttw-header-upper .wttw-inline-search:focus .wttw-global-search.mobile,
  #wttw-header-full #wttw-header-upper .wttw-inline-search:focus-within .wttw-global-search.mobile,
  #wttw-header-full #wttw-header-upper .wttw-inline-search:hover .wttw-global-search.mobile,
  #wttw-header-full #wttw-header-upper .wttw-inline-search:active .wttw-global-search.mobile {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }

  #wttw-header-full #wttw-header-upper .wttw-mobile-donate {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
  }

  #wttw-header-full #wttw-header-upper .wttw-global-search,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile {
    display: inherit !important;
    height: 40px;
    margin: 0 1em;
    background: #f1f1f1;
  }

  #wttw-header-full #wttw-header-upper .wttw-global-search .input-group,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile .input-group {
    width: 100%;
    justify-content: flex-start;
  }

  #wttw-header-full #wttw-header-upper .wttw-global-search .global-search-form-text,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile .global-search-form-text {
    width: 90%;
    height: 40px;
    padding: 4px 8px;
    border: 0;
    outline: none;
    box-shadow: none;
    background: #f1f1f1;
    color: #444;
    font-size: 15px;
    text-align: left;
  }

  #wttw-header-full #wttw-header-upper .wttw-global-search .global-search-form-text::placeholder,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile .global-search-form-text::placeholder {
    color: #999;
    opacity: 1;
  }
}