.main-header {
  background-color: #1E3364;
}

.main-header .mh-container {
  max-width: 1310px;
  margin: 0 auto;
  width: 100%;
}

.main-header .mh-topbar {
  background-color: #F9F9FA1A;
  border-bottom: 1px solid rgb(238 238 240 / 25%);
  padding: 10px 16px;
}

.main-header .mh-topbar .mht-bs {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
}

.main-header .mht-bs .mhtbs-st{
  font-family: Moderat;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.6px;
  text-align: center;
  color: #F9F9FA; 
  cursor: pointer;
}

.main-header.whiteHeader .mht-bs .mhtbs-st {
  color: #182a54;
}

.main-header .mht-bs .mhtbs-btn {
  display: flex;
  gap: 14px;
}

.main-header .mht-bs .mhtbs-btn a {
  border: 2px solid #F9F9FA;
  font-family: 'Moderat';
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #F9F9FA;
  padding: 5px 30px;
  border-radius: 30px;
}

.main-header .mht-bs .mhtbs-search {
  display: flex;
}

.main-header .mht-bs .mhtbs-search form {
  align-items: center;
  background-color: transparent;
  border: 2px solid #f9f9fa;
  border-radius: 30px;
  display: flex;
  position: relative;
}

.main-header .mht-bs .mhtbs-search form input {
  background-color: transparent;
  border: 0;
  border-radius: 30px;
  color: #fff;
  font-family: Moderat;
  font-size: 13px;
  font-weight: 500;
  height: auto;
  line-height: 16px;
  outline: 0;
  padding: 7px 15px;
  padding-right: 15px;
  text-align: left;
  width: 30px;
  position: relative;
  z-index: 1;
  transition: all ease .5s;
  cursor: pointer;
  box-sizing: border-box;
}

.main-header .mht-bs .mhtbs-search form input:focus {
  width: 250px;
  padding-right: 30px;
  cursor: text;
}

.main-header .mht-bs .mhtbs-search form input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.main-header .mht-bs .mhtbs-search form input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

.main-header .mht-bs .mhtbs-search form svg {
  position: absolute;
  right: 6px;
  top: 6px;
  color: #fff;
}

.main-header .mh-middle {
  padding: 15px 16px;
}

.main-header .mh-middle .mhm-lb {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-header .mh-middle .mhm-lb .mhmlb-logo,
.main-header .mh-middle .mhm-lb .mhmlb-logo .mhmlb-desk,
.main-header .mh-middle .mhm-lb .mhmlb-logo .mhmlb-desk a, {
  display: flex;
}

.main-header .mh-middle .mhm-lb .mhmlb-logo .mhmlb-mob {
  display: none;
}

.main-header .mh-middle .mhm-lb .mhmlb-btns {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.main-header .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bo {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: Moderat;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1875em;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all ease .3s;
}

.main-header .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bo:hover {
  opacity: .8;
}

.main-header .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bo img.color_icon {
  display: none;
}



.main-header .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bt {
  border: 2px solid #F9F9FA;
  background-color: #F9F9FA;
  font-family: Moderat;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1875em;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 32px;
  border-radius: 30px;
  color: #1E3364;
  transition: all ease .5s;
}
}

@media only screen and (max-width: 767px) {
  .main-header .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bt {
    font-size: 11px;
    line-height: 16px;
  }
}

.main-header .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bt:hover {
  background-color: transparent;
  color: #fff;
}

.main-header .mh-bottom { 
  background-color: #F9F9FA;
  position: relative;
  padding: 0 16px;
}

.main-header .mh-bottom .mhb-row {
  display: flex;
  align-items: center;
}

.main-header .mh-bottom .mhb-row .mhb-left {
  display: flex;
  gap: 30px;
}

.main-header .mh-bottom .mhb-row .mhb-left a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: Moderat;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.6px;
  text-align: left;
  color: #182A54;
}

.main-header .mh-bottom .mhb-row .mhb-left a:hover {
  color: #2B4583;
}

.main-header .mh-bottom .mhb-row .mhb-left a img.color_icon {
  display: none;
}

.main-header .mh-bottom .mhb-menus {
  display: flex;
  flex-wrap: wrap; 
}

.main-header .mh-bottom .mhb-row .mhb-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}


.main-header .mh-bottom .mhb-menus .mhbm-item .mhbmi-title {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.main-header .mh-bottom .mhb-menus .mhbm-item .mhbmi-title a {
  color: #182a54;
  font-family: Moderat;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 25px 15px;
}
.main-header .mh-bottom .mhb-menus .mhbm-item:hover .mhbmi-title a {
  color: #2B4583;
}
.main-header .mh-bottom .mhb-menus .mhbm-item .mhbmi-title.mhbmi-dd a {
  padding-right: 25px;
}

.main-header .mh-bottom .mhb-menus .mhbm-item .mhbmi-title.mhbmi-dd span { 
  position: absolute;
  right: 7px;
  top: calc(50% - 4px);
  width: 10px;
  height: 10px; 
  transition: all ease .3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8' fill='none'><path d='M1.52051 1.45996L6.60043 6.53996L11.6804 1.45996' stroke='rgb(22 48 118)' stroke-width='2' /></svg>");
}

.main-header .mhb-left-button a {
  background-color: #1c2953 !important;
  color: #fff;
  font-family: Moderat;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 25px 10px;
}

.main-header .mhb-left-button a img {
  width: 17px;
  height: 17px;
}

.main-header .mh-bottom .mhb-search {
  align-self: center;
  padding-left: 30px;
  margin-left: 20px;
  border-left: 1px solid #FFFFFF;
  position: relative;
}

.main-header .mh-bottom .mhb-search .mhbs-btn {
  display: flex;
  border: 2px solid #F4F4F6;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}

.main-header .mh-bottom .mhb-search .mhbs-input {
  position: absolute;
  top: 50px;
  right: 0; 
  width: 350px;
  display: none;
}

.main-header .mh-bottom .mhb-search .mhbs-input form {
  position: relative;
  display: flex;
  background-color: #182a54;
  border-top: 1px solid #ffffff54;
}

.main-header .mh-bottom .mhb-search .mhbs-input form input {
  width: 100%;
  padding: 15px;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  padding-left: 50px;
  color: #fff;
  background-color: transparent;
  outline: 0;
  letter-spacing: .5px;
  position: relative;
  z-index: 1;
}

.main-header .mh-bottom .mhb-search .mhbs-input form input::placeholder {
  color: #fff;   
  opacity: 1; 
}

.main-header .mh-bottom .mhb-search .mhbs-input form svg {
  position: absolute;
  left: 15px;
  top: calc(50% - 9px);
  color: #fff;
}

@media (min-width: 1200px) {
  .main-header .mh-bottom .mhb-menus .mhbm-item:hover .mhbmi-title.mhbmi-dd span {
    transform: rotate(180deg);
  }
}

@media (max-width: 1200px) {
  .main-header .mh-bottom .mhb-menus .mhbm-item .mhbmi-title.mhbmi-dd.open span {
    transform: rotate(180deg);
  }
}

.main-header .mh-bottom .mhb-menus .mhbm-item .mhbm-sub-menu {
  background-color: #f9f9fa;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
  transform: translateY(30px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s;
  padding: 0 16px;
}

.main-header .mh-bottom .mhb-menus .mhbm-item:hover .mhbm-sub-menu {
  transform: translateY(0px);
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.main-header .mh-bottom .mhb-menus .mhbm-item .mhbm-sub-menu .mhbmsm-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1334px;
  width: 100%;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-left {
  border-right: 1px solid rgb(0 0 0/5%);
  padding-top: 52px;
  padding-right: 40px;
  padding-bottom: 52px;
  max-width: 325px;
  width: 100%;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-left h4 {
  font-family: 'Gza';
  font-size: 40px;
  font-weight: 400;
  line-height: 47.6px;
  text-align: left;
  margin-bottom: 15px;
  color: #231F20;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-left p {
  font-family: Moderat;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;
  color: #231F20;
  margin-bottom: 45px;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-left .mhbmsm-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-left .mhbmsm-btns a {
  border: 1px solid #182A54;
  background-color: #182A54;
  border-radius: 30px;
  padding: 9.5px 29px;
  font-family: Moderat;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1875em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: all ease .3s;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-left .mhbmsm-btns a:hover { 
  border: 1px solid #182A54;
  color: #182A54; 
  background-color:transparent;
}

.main-header .mh-bottom .mhb-menus .mhbm-item:last-child .mhbmi-title a {
  padding-right: 0;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right {
  flex: 1;
  padding-right: 14px;
  padding-top: 40px;
  padding-left: 32px;
  padding-bottom: 40px;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right h5 {
  font-family: 'Gza';
  font-size: 28px;
  font-weight: 400;
  line-height: 33.32px;
  text-align: left;
  color: #231F20;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding-left: 10px;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 44px;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item {
  width: calc(33.33% - 30px);
  padding: 10px;
  position: relative;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item a {
  display: block;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease .3s;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item a:hover::before {
  background-color: #2B45830D;
  border-radius: 4px;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item .mhbmsmf-title {
  font-family: Moderat;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.4px;
  text-align: left;
  color: #231F20;
  margin-bottom: 15px;
  transition: all .5s ease;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item:hover div {
  color: #2b4583
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item .mhbmsmf-title a {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  transition: all .5s ease;
}

.mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item .mhbmsmf-des {
  font-family: Moderat;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #231F20;
}

.main-header .mh-bottom .mhb-row .mhb-left .mhb-left-mob {
  display: none;
}

.main-header .mh-bottom .mht-bs {
  display: none;
}

.main-header .mh-middle .mhm-lb .mhmlb-btns button.mhm-hbtn {
  display: none;
}

/* Start White Header  */

.main-header.whiteHeader {
  background-color: #F9F9FA0D;
}

.main-header.whiteHeader .mh-topbar {
  background-color: #F9F9FA;
  border-color: #F9F9FA;
}

.main-header.whiteHeader .mht-bs .mhtbs-btn a {
  color: #2B4583;
  border-color: #2B4583;
}

.main-header.whiteHeader .mht-bs .mhtbs-search form {
  border-color: #2B4583;
}

.main-header.whiteHeader .mht-bs .mhtbs-search form input {
  color: #2B4583;
}

.main-header.whiteHeader .mht-bs .mhtbs-search form svg {
  color: #2B4583;
}

.main-header.whiteHeader .mht-bs .mhtbs-search form input::placeholder {
  color: #2B4583; 
}

.main-header.whiteHeader .mht-bs .mhtbs-search form input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #2B4583;
}

.main-header.whiteHeader .mh-middle .mhm-lb .mhmlb-logo .mhmlb-desk {
  display: none;
}
.main-header.whiteHeader .mh-middle .mhm-lb .mhmlb-logo .mhmlb-mob {
  display: flex;
}

.main-header.whiteHeader .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bo img {
  display: none;
}
.main-header.whiteHeader .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bo img.color_icon {
  display: block;
}

.main-header.whiteHeader .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bo {
  color: #182A54;
}

.main-header.whiteHeader .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bt { 
  background-color: #182A54;
  border-color: #182A54;
  color: #ffffff;
}

.main-header.whiteHeader .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bt:hover { 
  background-color: #ffffff; 
  color: #182A54;
}

.main-header.whiteHeader .mh-bottom {
  background-color: #182A54;
} 

.main-header.whiteHeader .mh-bottom .mhb-row .mhb-left a { 
  color: #F9F9FA;
}

.main-header.whiteHeader .mh-bottom .mhb-row .mhb-left a img {
  display: none;
}

.main-header.whiteHeader .mh-bottom .mhb-row .mhb-left a img.color_icon {
  display: block;
}

.main-header.whiteHeader .mh-bottom .mhb-menus .mhbm-item .mhbmi-title a {
  color: #F9F9FA;
}

.main-header.whiteHeader .mh-bottom .mhb-menus .mhbm-item .mhbmi-title.mhbmi-dd span {  
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8' fill='none'><path d='M1.52051 1.45996L6.60043 6.53996L11.6804 1.45996' stroke='rgba(249, 249, 250, 1)' stroke-width='2' /></svg>");
}

.main-header .mh-bottom .mhmlb-btns {
  display: none;
}

/* End White Header  */

@media (max-width: 1199.98px) {
  body.oh {
    overflow: hidden;
  }
  .main-header .mh-topbar {
    display: none;
  }

  .main-header .mh-bottom {
    bottom: 0;
    left: 0; 
    padding: 39px 39px 39px 20px;
    position: fixed;
    right: 0;
    top: 68px;
    z-index: 9;
    display: none;
    overflow: auto !important;
  }

  .main-header .mh-bottom .mhb-row {
    flex-direction: column;
    align-items: unset;
  }

  .main-header .mh-bottom .mhb-row .mhb-left {
    align-items: flex-start;
    flex-direction: column;
    order: 1;
    padding-top: 30px;
    border-top: 1px solid rgb(0 0 0 / 5%);
  }

  .main-header .mh-bottom .mhb-menus {
    flex-direction: column;
    gap: 30px;
  }

  .main-header .mh-bottom .mhb-row .mhb-right {
    justify-content: unset;
    flex-direction: column;
    flex: unset;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid rgb(0 0 0 / 5%);
  }

  .main-header .mh-bottom .mhb-menus .mhbm-item {
    display: flex;
    flex-direction: column;
  }

  .main-header .mh-bottom .mhb-menus .mhbm-item .mhbmi-title a {
    padding: 0;
  }

  .main-header .mh-bottom .mhb-menus .mhbm-item .mhbmi-title.mhbmi-dd a {
    padding-right: 0px;
  }

  .main-header .mh-bottom .mhb-menus .mhbm-item .mhbmi-title.mhbmi-dd span {
    position: relative;
    top: unset;
    right: unset;
  }

  .main-header .mh-bottom .mhb-menus .mhbm-item .mhbm-sub-menu {
    position: relative;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0px);
    opacity: 1;
    padding: 0 10px;
    display: none;
    transition: unset;
  }

  .mhbm-sub-menu .mhbmsm-row .mhbmsm-left {
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgb(0 0 0/5%);
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .mhbm-sub-menu .mhbmsm-row .mhbmsm-left h4 {
    font-size: 28px;
    line-height: 33.32px;
    margin-bottom: 22px;
  }

  .mhbm-sub-menu .mhbmsm-row .mhbmsm-left p { 
    margin-bottom: 35px; 
  }

  .mhbm-sub-menu .mhbmsm-row .mhbmsm-right {
    padding: 30px 0px 0px 0px;
  }

  .mhbm-sub-menu .mhbmsm-row .mhbmsm-right h5 {
    padding: 0;
    font-size: 23px;
    line-height: 27.37px;
    margin-bottom: 10px;
  }

  .mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0/5%);
  }

  .mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .main-header .mh-bottom .mhb-row .mhb-left .mhb-left-mob {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .main-header .mh-bottom .mhb-row .mhb-left .mhb-left-mob .mhmlb-bo {
    align-items: center;
  }

  .main-header .mh-bottom .mhb-row .mhb-left .mhb-left-mob .mhmlb-bt {
    background-color: #182A54;
    border: 2px solid #182A54;
    border-radius: 30px;
    color: #fff;
    padding: 4px 32px;
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.1875em;
    text-align: center;
  }

  .main-header .mh-bottom .mht-bs {
    display: flex;
    padding-bottom: 30px;
    align-items: center;
    justify-content: space-between;
  }

  .main-header .mh-bottom .mht-bs .mhtbs-btn a {
    border-color: #182A54;
    color: #182A54;
    padding: 5px 10px;
  }

  .main-header .mh-bottom .mht-bs .mhtbs-search form {
    border-color: #182A54;
  }

  .main-header .mh-bottom .mht-bs .mhtbs-search form svg {
    color: #182A54;
  }

  .main-header .mht-bs .mhtbs-search form input:focus {
    padding-right: 30px;
    width: 175px;
    color: #182A54;
  }

  .main-header .mh-bottom .mht-bs .mhtbs-search form input::placeholder {
    color: #182A54;
    opacity: 1; /* Firefox */
  }

  .main-header .mh-bottom .mht-bs .mhtbs-search form input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #182A54;
  }

  .main-header .mh-middle .mhm-lb .mhmlb-btns a.mhmlb-bo {
    display: none;
  }

  .main-header .mh-middle {
    padding: 8px 16px;
    background-color: #fff;
  } 

  .main-header .mh-middle .mhm-lb .mhmlb-logo .mhmlb-desk {
    display: none;
  }

  .main-header .mh-middle .mhm-lb .mhmlb-logo .mhmlb-mob {
    display: flex;
  }

  .main-header .mh-middle .mhm-lb .mhmlb-logo .mhmlb-mob img.hs-image-widget {
    width: 108px !important;
  }

  .main-header .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bt {
    padding: 4px 15px;
    background-color: #182A54;
    border-color: #182A54;
    color: #fff;
  }

  .main-header .mh-middle .mhm-lb .mhmlb-btns .mhmlb-bt:hover {
    background-color: transparent;
    color: #182a54;
  }

  .main-header .mh-middle .mhm-lb .mhmlb-btns button.mhm-hbtn {
    display: flex;
    padding: 0;
    height: auto;
    width: auto;
    border: 0;
    background-color: unset;
    color: #182A54;
    align-items: center;
  }

  .main-header .mh-middle .mhm-lb .mhmlb-btns button.mhm-hbtn svg.close,
  .main-header .mh-middle .mhm-lb .mhmlb-btns button.mhm-hbtn.active svg.open {
    display: none;
  }  
  .main-header .mh-middle .mhm-lb .mhmlb-btns button.mhm-hbtn.active svg.close {
    display: block;
  } 

  .main-header.whiteHeader .mh-bottom {
    background-color: #f9f9fa;
  }

  .main-header.whiteHeader .mht-bs .mhtbs-btn a {
    border-color: #182A54;
    color: #182A54;
  }

  .main-header.whiteHeader .mh-bottom .mhb-menus .mhbm-item .mhbmi-title a {
    color: #182a54;
  }
  .main-header.whiteHeader .mh-bottom .mhb-menus .mhbm-item .mhbmi-title.mhbmi-dd span {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8' fill='none'><path d='M1.52051 1.45996L6.60043 6.53996L11.6804 1.45996' stroke='rgb(22 48 118)' stroke-width='2' /></svg>");
  }

  .main-header.whiteHeader .mh-bottom .mhb-row .mhb-left a {
    color: #182A54;
  }

  .main-header.whiteHeader .mh-bottom .mhb-row .mhb-left a img {
    display: block;
  }

  .main-header.whiteHeader .mh-bottom .mhb-row .mhb-left a img.color_icon {
    display: none;
  }

  .main-header .mh-bottom .mht-bs .mhtbs-st {
    display: block !important;
    color: #182A54;
  }
  .main-header .mh-bottom .mhb-search {
    display: none;
  }
  .main-header .mhb-left-button {
    display: none;
  }
  .main-header .mh-bottom .mht-bs .mhb-left-button {
    display: block;
  }
  .main-header .mhb-left-button a {
    padding: 15px 15px;
  } 
  .banner-bas-section {
    padding: 0;
  }
  .banner-bas-section .bas-container .bas-banner .bas-logo img {
    height: 100px !important;
    object-fit: contain;
  }

  body:has(.banner-bas-section) .main-header .mh-bottom {
    top: 207px;
  }
  .mhbm-sub-menu .mhbmsm-row .mhbmsm-right .mhbmsm-feature .mhbmsmf-item a:before {
    display: none;
  }
}

@media (max-width: 575.98px) { 
  .main-header .mhb-left-button {
    display: block;
    padding-bottom: 20px;
  }
  .main-header .mh-bottom .mht-bs .mhb-left-button {
    display: none;
  } 
  .main-header .mh-bottom .mht-bs .mhtbs-search form {
    width: 100%;
    border-radius: 0;
  }
  .main-header .mht-bs .mhtbs-search { 
    width: 100%;
  }
  .main-header .mht-bs .mhtbs-search form input {
    width: 100%!important;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .main-header .mht-bs .mhtbs-search form svg {
    top: calc(50% - 9px);
  }
  .main-header .mh-bottom .mht-bs { 
    padding-bottom: 20px;
  }

  .main-header .mh-bottom {
    padding: 20px;
  }
  .main-header .mh-bottom .mhb-row .mhb-right {
    padding-bottom: 20px;
    padding-top: 20px;
    flex: 1; 
    display: block;
    overflow: auto;
  }
  .main-header .mh-bottom .mhb-menus { 
    gap: 20px;
  }

  .main-header .mh-bottom .mhmlb-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main-header .mh-bottom .mhmlb-btns .hs_cos_wrapper_type_cta {
    display: flex;
    justify-content: center;
  }
  .main-header .mh-bottom .mhmlb-btns .mhmlb-bt {
    background-color: #2b4483;
    border: 2px solid #2b4483;
    border-radius: 30px;
    color: #f9f9fa;
    font-family: Moderat;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1875em;
    line-height: 18px;
    padding: 5px 32px;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease;
  }
  .main-header .mh-middle .mhm-lb .mhmlb-btns .hs_cos_wrapper_type_cta {
    display: none;
  }

  .main-header .mh-bottom .mh-container {
    height: 100%;
  }
  .main-header .mh-bottom .mhb-row {
    height: 100%;
  }
}

@media (min-width: 315px) and (max-width: 424.98px) { 

  .mhbm-sub-menu .mhbmsm-row .mhbmsm-left {
    padding-right: 0;
  }

  .mhbm-sub-menu .mhbmsm-row .mhbmsm-left .mhbmsm-btns {
    align-items: center; 
  }
}
