/* header */
.gfrtlc {
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 64px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(230, 232, 234);
  z-index: 4000;
  transition: height 0.5s;
}

/* div header container*/
.bVcCEw {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 40px;
  padding: 12px 16px;
  transition: height 0.5s;
}

/* svg logo */
.efWuwG {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

/* nav */
.bduaXp {
  z-index: 3000;
  position: sticky;
  background-color: rgb(255, 255, 255);
  top: 65px;
  left: 0px;
  right: 0px;
  transform: translateY(-150%);
  transition: transform 0.5s;
}

/* =========================== */

.jLeQjS {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: end;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .jLeQjS {
    display: none;
  }
}

.kLrqPI {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: end;
}
@media screen and (max-width: 599px) {
  .kLrqPI {
    display: flex;
  }
}

/* === Buttons === */
.ffpPdD:hover {
  background-color: rgb(58, 60, 62);
  color: rgb(255, 255, 255);
}
.ffpPdD:focus {
  background-color: #3a3c3e;
  color: rgb(255, 255, 255);
  outline: none;
}

.erQoVq {
  color: #000;
}
.erQoVq:hover {
  background-color: transparent;
}
.erQoVq:focus {
  background-color: transparent;
  outline: none;
}

/* =========================== */

.kHfxfq {
  display: block;
  fill: currentcolor;
}
.cySMiL {
  display: block;
  height: 28px;
  fill: #000;
  max-width: initial;
}
@media screen and (max-width: 399px) {
  .cySMiL {
    height: 26px;
    max-width: 248px;
  }
}
@media screen and (max-width: 599px) {
  .cySMiL {
    height: 26px;
    max-width: 248px;
  }
}
.cwJkjb {
  white-space: nowrap;
}
.eKUnhs {
  cursor: pointer;
  font-weight: 500;
  border: 2px solid transparent;
  outline: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 9.3px;
  column-gap: 9.3px;
  row-gap: 9.3px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 6px 12px 6px 12px;
  font-family: BBC Reith Sans, BBCReithSans-fallback, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
}
.fpbsEG {
  position: relative;
  background-color: #000000;
  color: #ffffff;
}
.fpbsEG:hover {
  background-color: #3a3c3e;
}
.fpbsEG:focus {
  background-color: #3a3c3e;
  outline: 2px solid #3a3c3e;
  border: 2px solid #3a3c3e;
}
.fpbsEG:active {
  background-color: #545658;
  color: #ffffff;
  border-color: #545658;
  outline-color: #545658;
}
.fpbsEG:disabled {
  cursor: not-allowed;
  background-color: #d2d4d6;
  color: #8a8c8e;
  outline-color: #d2d4d6;
  border-color: #d2d4d6;
}
.hMvGwj {
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  color: unset;
}
.nwUOK {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e8ea;
  z-index: 4000;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.nwUOK * {
  z-index: 4000;
}
@media screen and (max-width: 599px) {
  .nwUOK {
    height: 48px;
  }
}
.dOSZGz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  padding: 12px 16px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media screen and (max-width: 599px) {
  .dOSZGz {
    height: 48px;
    padding: 0 12px;
  }
}
.kapeML {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kapeML svg {
  height: 40px;
  width: auto;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media screen and (max-width: 599px) {
  .kapeML svg {
    height: 30px;
  }
}
.jRdYJr {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000;
}
.jRdYJr:hover {
  background-color: #e6e8ea;
}
.kqJDGj {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}
.dxtE {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
}
.hnyAFT {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 20px;
  height: 40px;
}
.eSxicc {
  border-bottom: 1px solid #e6e8ea;
  position: relative;
  text-align: center;
  overflow: hidden;
  line-height: 0;
  max-width: 100vw;
  z-index: 3000;
}
.eSxicc * {
  z-index: 3000;
}
@media screen and (max-width: 1007px) {
  .eSxicc {
    border-bottom: none;
    display: none;
  }
}
.eEJeEv {
  display: inline-block;
  overflow-x: hidden;
  white-space: nowrap;
  margin-bottom: -1px;
}
.iWReBz {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 1007px) {
  .iWReBz {
    display: none;
  }
}
.kojiiL {
  position: relative;
}
.kojiiL::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.jJjzKF {
  position: relative;
}
.cqCeYW {
  position: relative;
}
.cqCeYW::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #e6e8ea;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.iYmKNM {
  position: relative;
  display: block;
  color: #000000;
  cursor: pointer;
  padding: 12px 8px;
  font-family: BBC Reith Sans, BBCReithSans-fallback, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
}
.iYmKNM:hover {
  background-color: #e6e8ea;
}
.eeXkpK {
  position: relative;
  display: block;
  color: #000000;
  cursor: pointer;
  padding: 12px 8px;
  font-family: BBC Reith Sans, BBCReithSans-fallback, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
}
.eeXkpK:hover {
  background-color: #e6e8ea;
}
.fWOtNO {
  z-index: 3000;
  position: -webkit-sticky;
  position: sticky;
  background-color: #ffffff;
  top: 80px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.fWOtNO * {
  z-index: 3000;
}
@media screen and (max-width: 1007px) {
  .fWOtNO {
    height: 0;
  }
}
html,
body,
div,
span,
a,
ul,
li,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
header,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
@supports (-webkit-text-size-adjust: none) or (text-size-adjust: none) {
  body {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
}
ul {
  list-style: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  border: 0;
  font-family: inherit;
  color: inherit;
}
