
.hr103-slideshow{background:var(--text-color);color:#fff;height:100vh;min-height:600px}.hr103-slideshow__items{min-height:100%!important;height:100%}.hr103-slideshow__media{position:relative;height:100%}.hr103-slideshow__media:after{content:'';opacity:1;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(0deg,rgba(0,0,0,.28),rgba(0,0,0,.28)),linear-gradient(180deg,rgba(25,36,89,0) 70.44%,rgba(22,31,75,.83) 100%),linear-gradient(180deg,rgba(22,31,75,.63) 7.11%,rgba(25,36,89,0) 26.89%);pointer-events:none}.hr103-slideshow__media>img{width:100%;height:100%;object-fit:cover}.hr103-slideshow .title,.hr103-slideshow__content *:not(.sr-only){color:var(--inverse-font-color)}.hr103-slideshow__action{margin-top:20px}.hr103-slideshow__action a:hover,.hr103-slideshow__action a:focus{border-color:var(--highlight-color)}.hr103-slideshow__content{position:absolute;bottom:80px;left:50%;color:var(--inverse-font-color);transform:translateX(-50%);text-align:center;width:100%;padding:0 40px;z-index:1;max-width:700px}.hr103-slideshow__title{margin-bottom:10px}.hr103-slideshow__dotnav{position:absolute;bottom:30px;left:0;right:0}.hr103-slideshow .slider-controls__slidenav{position:absolute;top:50%;transform:translateY(-50%);color:var(--inverse-font-color)}.hr103-slideshow .slider-controls__slidenav--left{left:40px;right:auto}.hr103-slideshow .slider-controls__slidenav--right{right:40px;left:auto}.hr103-slideshow .slider-controls__slidenav:hover,.hr103-slideshow .slider-controls__slidenav:focus{color:var(--highlight-color)}.hr103-slideshow__dotnav>*>*{border-color:var(--inverse-font-color)}@media(max-width:1399.98px){}@media(max-width:1199.98px){}@media(max-width:1023.98px){}@media(max-width:959.98px){.hr103-slideshow{height:calc(100vh - 0)}.hr103-slideshow .slider-controls__slidenav--left{left:10px}.hr103-slideshow .slider-controls__slidenav--right{right:10px}}@media(max-width:767.98px){}@media(max-width:639.98px){}@media(max-width:575px){}
.tab-list{display:flex;align-items:center;justify-content:space-between;list-style:none;padding:0;margin:0 auto;background:color-mix(in srgb,var(--secondary-color) 50%,transparent);width:fit-content;padding:7px;column-gap:5px;border-radius:8px}.tab-list__link{padding:8px 20px;color:#000;font:var(--body-text-fonts);position:relative;display:block;transition:all .4s ease;font-weight:600;font-size:14px;font-family:var(--title-fonts)}.tab-list__link:hover,.tab-list__link:focus-visible{opacity:1;color:var(--primary-color)}.tab-list__item.uk-active>.tab-list__link,.tab-list__item>.tab-list__link.navON{background-color:var(--primary-color);text-decoration:none!important;opacity:1;color:var(--inverse-font-color);border-radius:4px}.tab-list--center{justify-content:center!important}.tab-list--center .tab-list__item+.tab-list__item{margin-left:8px}@media(max-width:1199.98px){.tab-list--mobscrollable .tab-list__item:last-child{margin-right:25px}.tab-list--mobscrollable{justify-content:flex-start!important;overflow:hidden;overflow-x:auto;white-space:nowrap;padding-left:40px}.tab-list__container{padding:0}}@media(max-width:639.98px){.tab-list--mobscrollable{padding-left:0}}@media(max-width:575px){.tab-list__container .uk-switcher{padding-left:20px;padding-right:20px}.tab-list__container .uk-switcher.inner-padding{padding-top:0}}
/* Header Starts */
/*:root {
--header-height: 80.69px;
}

body {
padding-top: var(--header-height);
}*/

.header {
  position: fixed;
  z-index: 990;
  background: var(--bg-header);
  color: var(--header-color);
  padding: 5px 20px 5px;
  left: 0;
  top: 0;
  width: 100%;
  min-height: var(--header-height);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}
.mobile-menu-active .header, .mobile-menu-active .header:not(.is-fixed) {
  background: var(--header-color);
}
.header__container {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0;
}
header#header .header__logo {
  padding: 0;
}

.header__logo svg.header__logo-img, .header__logo svg.header__logo-img *, .header__logo .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: var(--header-color);
}

.header:not(.is-fixed) .header__logo svg.header__logo-img,  .header:not(.is-fixed) .header__logo svg.header__logo-img *,  .header:not(.is-fixed) .header__logo .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve),  .header:not(.is-fixed) .header__logo svg.header__logo-img path#Path_20011, .mobile-menu-active .header__logo svg.header__logo-img, .mobile-menu-active .header__logo svg.header__logo-img *, .mobile-menu-active .header__logo .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve), .mobile-menu-active .header__logo svg.header__logo-img path#Path_20011{
  fill: var(--inverse-font-color);
}

.header__logo svg.header__logo-img path#Path_20011 {
  fill: #003da6;
}

.header.is-fixed {
  /*border-bottom: 1px solid var(--border-color);*/
}
.header:not(.is-fixed) {
  /*padding: 10px 20px 10px;*/
  background: transparent;
  color: var(--inverse-font-color);
  box-shadow: none;
}
.header:not(.is-fixed) .header__logo{
  color: var(--inverse-font-color);
}

.header__grid {
  align-items: center;
}

.header__col--center {
  text-align: center;
}
.header__logo {
  max-width: var(--logo-width);
  max-height: var(--logo-height);
  display: inline-block;
  align-items: center;
  color: var(--header-color);
}
.navmenu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navmenu__list-item {
  margin-right: 35px;
  position: relative;
}

.header:not(.is-fixed) .navmenu__list-link{
  color: var(--inverse-font-color);
  filter: opacity(1);
}

.header__bookstay-cta{
  margin-left: 20px;
}

.header__bookstay{
  background: var(--inverse-font-color);
  border-color: var(--highlight-color);
}
.header__bookstay:hover, .header__bookstay:focus{
  background: var(--primary-color);
  color: var(--inverse-font-color);
  border-color: var(--primary-color);
}

.navmenu__list-link {
  display: inline-flex;
  padding: 3px 0px;
  position: relative;
  font: var(--header-fonts);
  text-transform: var(--header-fonts-text-transform);
  color: var(--header-color);
  letter-spacing: 1px;
}

.navmenu__list-link:after {
  content: '';
  height: 2px;
  background: var(--highlight-color);
  opacity: 1;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .4s ease;
}

.navmenu__list-link:hover,
.navmenu__list-link:focus-visible,
.navmenu-dropmenu__link:hover,
.navmenu-dropmenu__link:focus-visible {
  /*color: var(--highlight-color);*/
}

.navmenu__dropdown > a {
  position: relative;
}

.navmenu__dropmenu {
  padding: 20px 0px;
  margin: 0;
  min-width: 265px;
  background: var(--bg-header);
  overflow: auto;
  max-height: 70vh;
  --uk-position-offset: 0;
  display: none;
}

.navmenu__dropmenu-link {
  display: block;
  padding: 5px 15px;
  text-align: center;
  /*text-transform: capitalize;*/
  font: var(--header-fonts);
  color: var(--header-color);
}

.navmenu__dropmenu-link.navON,
.navmenu__dropmenu-link.is-page-active {
  /*text-decoration: underline;*/
  font-style: italic;
  color: var(--highlight-color) !important;
} 

.navmenu__dropmenu-link.uk-disabled {
  opacity: .2;
}

.navmenu__list-link:hover:after, 
.navmenu__list-link[aria-expanded="true"]:after,
.navmenu__list-link.navON:after {
  opacity: 1;
}

@media(min-width: 960px) {
  .header__toggler,
  .navmenu__list-item--onlymob,
  .navmenu__list-link--btn,
  .header-social, .drop-opener {
    display:none!important
  }
  /*.navmenu__dropmenu {
  top: 30px !important;
  left: -70px !important;
}*/
}

@media (max-width: 1280px) {
  .navmenu__list-item {
    margin-right: 20px;
  }
  .header__bookstay-cta {
    margin-left: 0;
  }
}

@media (max-width: 959.98px) {

  /*:root {
  --header-height: 60px;
}
  body {
  padding-top: var(--header-height);
}*/
  .header,
  .header--active {
    min-height: var(--header-height);
    z-index: 101;
    /*padding: 0;*/
    display: flex;
    align-items: center;
  }
  .navmenu__dropmenu-link{
    text-align: left;
  }
  .header__container {
    width: 100%;
  }

  .header__bookstay {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px 15px;
    height: 44px;
    z-index: 1;
    border-radius: 0;
    border: 0;
    /*border-top: 1px solid var(--primary-cta-font-color);*/
    background-color: var(--primary-cta-font-color);
    color: var(--inverse-font-color);
    display: flex;
    flex-direction: row-reverse;
  }

  .header__bookstay:before {
    position: relative;
    right: auto;
    margin-left: 10px;
    left: inherit;
  }

  .is-bookstay-active .header__bookstay {
    display: none;
  }

  .mobile-menu-active .header__bookstay{
    color: var(--primary-cta-font-color);
    background: var(--inverse-font-color);
  }

  .header__toggler-btn {
    background: transparent;
    border: 0;
    display: flex;
    letter-spacing: 0;
    color: var(--header-color);
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    font-family: var(--title-fonts);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    align-items: center;
    flex-direction: column;
  }

  .header__toggler-icon {
    display: block;
    width: 30px;
    height: 2px;
    margin: 11px auto;
    background: var(--header-color);
    position: relative;
    border-radius: 50px;
  }

  .header__toggler-icon::before, .header__toggler-icon::after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    left: 0;
    background: var(--header-color);
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 50px;
  }

  .header__toggler-icon::before {
    top: -7px;
  }

  .header__toggler-icon::after {
    bottom: -7px;
  }

  .header__toggler-btn[aria-expanded="true"] .header__toggler-icon:before {
    transform: rotate(-45deg);
    top: 0px;
  }

  .header__toggler-btn[aria-expanded="true"] .header__toggler-icon:after {
    transform: rotate(45deg);
    bottom: 0px;
  }

  .header__toggler-btn[aria-expanded="true"] .header__toggler-icon {
    background: none !important;
    width: 25px;
  }

  .header__toggler-text {
    display: flex;
    line-height: 1;
    margin-top: 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.7px;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    color: #3B4954;
  }

  .header:not(.is-fixed) .header__toggler-icon,  .header:not(.is-fixed) .header__toggler-icon::before,  .header:not(.is-fixed) .header__toggler-icon::after, .mobile-menu-active .header__toggler-icon, .mobile-menu-active .header__toggler-icon::before, .mobile-menu-active .header__toggler-icon::after{
    background: var(--inverse-font-color);
  }



  .header__toggler-btn .is-togglemenu-active {
    display: none;
  }

  .header__toggler-btn .is-togglemenu-close {
    display: block;
  }

  .is-header-active {
    overflow: hidden
  }

  .is-header-active .header__toggler-btn .is-togglemenu-active {
    display: block;
    font-size: 24px;
  }

  .is-header-active .header__toggler-btn .is-togglemenu-close {
    display: none;
  }

  .header__phone {
    min-width: 24px;
    line-height: 1;
    padding: 3px 0;
    display: block;
  }

  .header__phone-text {
    font-size: 0;
    line-height: 0;
  }

  .header__phone > .template-icon {
    /* color: inherit; */
    font-size: 18px;
    font-weight: normal;
    margin: 0;
  }

  .is-header-active .header__phone {
    display: none;
  } 

  .header__logo {
    max-width: 150px;
    z-index: 1;
  }

  /*.header__collapsible {
  position: fixed;
  top: 60px;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 9;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--primary-color);
  border-top: 1px solid var(--border-color);
  transition: right .4s ease;
  padding-top: 50px;
  padding-bottom: 50px;
}*/

  .mobile-menu-active .header__collapsible {
    right: 0;
  }

  .navmenu__list {
    display: block;
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0 20px;
  }

  .navmenu__list-link {
    display: flex;
    padding: 15px 5px;
    color: var(--inverse-font-color);
    font: var(--mob-header-fonts);
    text-transform: var(--header-fonts-text-transform);
    text-align: center;
    justify-content: flex-start;
  }

  .navmenu__list-link:hover, 
  .navmenu__list-link:focus-visible, 
  .navmenu__dropmenu-link:hover, 
  .navmenu__dropmenu-link:focus-visible {
    color: var(--inverse-font-color);
  }

  .navmenu__dropmenu {
    position: relative !important;
    box-shadow: none !important;
    background: transparent;
    padding: 0 0px 10px;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    max-width: 100% !important;
    list-style: none;
  }

  .navmenu__dropmenu-link {
    color: var(--inverse-font-color);
    font: var(--body-text-fonts);
    text-transform: none;
  }

  /*.navmenu__dropmenu:after {
  content: '';
  width: 5px;
  background: var(--inverse-font-color);
  left: 0px;
  top: -35px;
  position: absolute;
  height: calc(100% + 15px);
}*/

  .navmenu__list-link:after {
    display: none;
  }

  .navmenu__list-link.navON,
  .navmenu__more-link.navON {
    opacity: 1;
    color: var(--highlight-color) !important;
  }

  .header__top-left,
  .header__top-right {
    width: 60px;
  }

  .header__top-center {
    width: calc(100% - 60px*2);
    width: -webkit-calc(100% - 60px*2);
    max-width: calc(100% - 60px*2);
    max-width: -webkit-calc(100% - 60px*2);
  }

  .navmenu__dropdown > a {
    /*padding: 15px 40px*/
  }
  /*.navmenu__dropdown > a:before {
  content: '\ed1f';
  font-family: var(--icon-fonts);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 25px;
  background-size: contain;
  transition: all .4s ease;
  font-size: 18px;
  font-weight: normal;
  color: var(--inverse-font-color);
}
  .navmenu__dropdown > a[aria-expanded="true"]:before {
  transform: translateY(-50%) rotate(180deg);
}*/

  .header-social {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 20px 20px;
    margin-top: 30px;
    color: var(--inverse-font-color);
    justify-content: center;
    font-size: 22px;
  }

  .header-social__item + .header-social__item {
    margin-left: 30px;
  }

  .header-social__icon {
    display: block;
    font-size: 20px;
  }

  .header-social a {
    color: var(--inverse-font-color);
  }

  .navmenu{
    position: fixed;
    width: 100%;
    background: var(--light-color);
    top: 59px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    margin: 0;
    padding: 30px 0 80px;
    /*border-top: 1px solid rgba(112, 112, 112, 32%);*/
    /*top: 0;*/
    background-image: url(https://assets.milestoneinternet.com/first-hospitality-corporate/first-hospitality-2026/website-assets/background-images/mobile-menu-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    /*height: calc(100% - 103px);*/
    height: 100%;
  }
  .mobile-menu-active .navmenu {
    display: block;
  }
  .mobile-menu-active .navmenu::before {
    content: "";
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(25, 36, 89, 0.88), rgba(25, 36, 89, 0.88)), linear-gradient(180deg, #161F4B 7.88%, rgba(25, 36, 89, 0) 50%);
  }

  .navmenu__list-item {
    margin-right: 30px;
  }
  .navmenu__dropdown > a.droplink::before{
    content: none;
  }
  .navmenu__dropdown > a .drop-opener {
    position: absolute;
    right: -25px;
    width: 20px;
    height: 20px;
    top: 15px;
  }

  .navmenu__dropdown > a .drop-opener::before {
    content: '\eb14';
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    /*padding-left: 2px;
    position: absolute;
    right: -25px;
    top: 10px;*/
    /*transform: rotate(45deg) translateY(-50%);*/
    /*color: var(--inverse-font-color);*/
    text-align: center;
    padding-top: 0;
    font-family: var(--icon-fonts);
  }
  .navmenu__dropdown.active_menu > a .drop-opener::before {
    content: '\eb0b';
  }
}

/* without banner */
.withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed){
  background: var(--bg-header);
  color: var(--header-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}
.withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed) .header__logo{
  color: var(--header-color);
}
.withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed) .header__logo svg.header__logo-img, .withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed) .header__logo svg.header__logo-img *, .withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed) .header__logo .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: var(--header-color);
}
.withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed) .header__logo svg.header__logo-img path#Path_20011 {
  fill: #003da6;
}
.withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed) .navmenu__list-link{
  color: var(--header-color);
}
.withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed) .header__toggler-icon, .withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed) .header__toggler-icon::before, .withoutbanner-page:not(.mobile-menu-active) .header:not(.is-fixed) .header__toggler-icon::after{
  background: var(--header-color);
}


.ng-star-inserted .header:not(.is-fixed){
  position: relative;
  background: var(--primary-color);
}
/* Home video */


/* Video */
.home-head-video{
  padding:0 0px;
  height: 100%;
  position: relative;
  z-index: 1;

}
.home-head-video:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.70) 100%);*/
  /*opacity: 0.5;*/
  background: #000;
  opacity: 0.5;
  pointer-events: none;
}
.hero-image {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hero-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-video__container {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.home-video__block {
  width: 100%;
}
.home-video__title {
  z-index: 1;
  max-width: 700px;
  color: transparent;
  text-shadow: 0 0 0 rgba(255, 255, 255, 1);
  text-align: center;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-40%);
  right: 0;
  margin: 0 auto;
}
.home-video__block video {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: top;
}
.home-video__block video.cms6{
  height: 700px !important;
}
.home-video__block video.video-swap.cms6 {
  height: 100%;
}
.home-video__actions {
  z-index: 2;
  position: absolute;
  left: 5px;
  bottom: 0px;
}
.home-video__trigger {
  width: 30px;
  height: 30px;
  min-height: 30px;
  color: #ffffff;
  background: var(--highlight-color);
  border-radius: 20%;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 30px;
  text-transform: capitalize;
  padding: 0 10px;
  line-height: 30px;
  min-width: auto;
  font-family: var(--title-fonts);
}
.home-video__actions.is-active .home-video__trigger,
.home-video__trigger:hover,
.home-video__trigger:focus {
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: var(--primary-color);
}
.home-video__trigger:hover .home-video__trigger-text,
.home-video__trigger:focus .home-video__trigger-text {
  display: block;
}
.home-video__actions.is-active .home-video__trigger:hover, .home-video__actions.is-active .home-video__trigger:focus {
  background: var(--highlight-color);
  color: #ffffff;
}
.is-off {
  display: none;
}
.home-video__actions.is-active .home-video__trigger .is-off {
  display: block;
}
.home-video__actions.is-active .home-video__trigger .is-on {
  display: none;
}
.home-video__actions-more {
  display: none;
  position: absolute;
  bottom: 100px;
  left: 30px;
}
.home-video__actions.is-active .home-video__actions-more {
  display: block;
}
.home-video__trigger-icon {
  display: flex !important;
  justify-content: center;
  width: 18px;
  height: 11px;
  margin: auto !important;
}
.home-video__trigger-text {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
}
.home-video__btn {
  width: 70px;
  height: 70px;
  color: #fff;
  display: flex;
  line-height: 1;
  margin-bottom: 3px;
  background: var(--highlight-color);;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20%;
  opacity: 0.9;
  font-size: 11px;
  padding: 0 5px;
  flex-direction: column;
  text-transform: capitalize;
  letter-spacing: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  min-width: auto;
  font-family: var(--title-fonts);
}
.home-video__btn:hover, .home-video__btn:focus {
  background:var(--primary-color);
  color: #fff;
}
.home-video__btn .is-off,
.home-video__btn.active .is-on {
  display: none;
}
.home-video__btn .is-on,
.home-video__btn.active .is-off {
  display: block;
}

.home-video__btn--sound.active .is-off,
.home-video__btn--sound .is-on {
  display: none;
}
.home-video__btn--sound.active .is-on,
.home-video__btn--sound .is-off {
  display: block;
}

.home-video__btn .uk-icon {
  display: block;
  margin-bottom: 8px;
}
.hero-image-wrap.home-video__block {
  position: relative;
  height: 100vh;
  /*height: 0;
  padding-bottom: 56.25%;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-mp4-vide .hero-image-wrap.home-video__block {
  /*padding: 0;
  height: auto;*/
}
.hero-image-wrap.home-video__block iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
.hero-image-wrap.home-video__block:after {
  content: none;
  background: transparent
    linear-gradient(180deg, #084877 0%, #0a375d 22%, #ffffff00 100%) 0% 0%
    no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.45;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home-video__modal .uk-close{
  top: 0;
  right: 0;
  padding: 11px;
  background-color: var(--highlight-color);;
  color: #fff;
}
.home-video__modal .uk-close:hover, .home-video__modal .uk-close:focus{
  background-color: #000000;
  color: #fff;
}
@media (max-width: 960px){
  .home-video__block video {
    /* height: 72vh;*/
  }

  .home-head-video:after {
    display: none;
  }
}
@media (max-width: 767px){
  .home-video__trigger:hover .home-video__trigger-text, .home-video__trigger:focus .home-video__trigger-text {
    display: none;
  }
  .home-video__btn .uk-icon {
    margin-bottom: 0;
    text-indent: 0;
    line-height: 30px;
  }
  .home-video__btn .is-on, 
  .home-video__btn.active .is-off {
    display: flex;
  }
  .home-video__btn--sound.active .is-off, .home-video__btn--sound .is-on {
    display: none;
  }
  .home-video__actions.is-active .home-video__trigger {
    width: 30px;
    height: 30px;
    /*margin: 0;*/
  }
  .home-video__trigger:hover, .home-video__trigger:focus {
    width: 30px;
    height: 30px;
  }
  .home-video__trigger {
    margin: 0 0 10px 5px;
  }
  .home-video__actions-more {
    bottom: 40px;
    left: 5px;
  }
  .home-video__btn {
    width: 30px;
    height: 30px;
    text-indent: -9999px !important;
    min-height: 30px;
    line-height: 0px;
    border-radius: 4px;
    text-align: unset;
  }
  .home-video__btn .mobile-hide {
    display: none;
  }
  .home-video__btn.full-video {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .home-video__btn{
    width:65px;height:65px;font-size:9px;
  }
  .home-video__actions.is-active .home-video__trigger, .home-video__trigger:hover, .home-video__trigger:focus {
    width: 65px;
    height: 65px;
  }
  .home-video__trigger-text {
    font-size: 9px;
  }
  .home-video__actions-more{
    bottom: 75px;
  }
  .home-video__trigger{
    margin: 30px 30px 10px;
  }
}
.home-mp4-vide .hero-image-wrap.home-video__block img {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
}
.h1-overview-snippet-two-media {
  /* background: #000814; */
  color: var(--text-color);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.h1-overview-snippet-two-media-title, .h1-overview-snippet-two-media-small-title {
  max-width: 527px;
}

.h1-overview-snippet-two-media-title{
  margin-bottom: 40px;
}

.h1-overview-snippet-two-media-description, .h1-overview-snippet-two-media-highlight-content {
  max-width: 576px;
}
.h1-overview-snippet-two-media-action{
  margin-top: 25px;
}
.h1-overview-snippet-two-media-highlight-content {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid var(--highlight-color);
  margin-bottom: 30px;
  font-weight: 600;
}
/*.h1-overview-snippet-two-media-highlight-content:before {
content: '';
width: 1px;
height: 100%;
background: var(--highlight-color);
left: 0;
top: 0;
position: absolute;
}*/

/* Image Styling */
.h1-overview-snippet-two-media .image-wrapper {
  position: relative;
  padding-top: 240px;
  display: flex;
  justify-content: flex-end;
}

.h1-overview-snippet-two-media .main-image {
  border-radius: 20px;
  /* overflow: hidden; */
  box-shadow: 0px 61px 17px 0px #00000000;
  max-width: 620px;
  height: 402px;
}

.h1-overview-snippet-two-media .main-image img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.h1-overview-snippet-two-media .small-image {
  position: absolute;
  top: 0;
  right: 100px;
  width: 280px;
  border-radius: 155px 155px 0 0;
  overflow: hidden;
  border: 2px solid var(--border-color);
  /* background: #000; */
  height: 340px;
  padding: 10px;
}

.h1-overview-snippet-two-media .small-image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 155px 155px 0 0;
}

/* Responsive */
@media (max-width: 960px) {
  /*.h1-overview-snippet-two-media .about-title {
  font-size: 42px;
}

  .h1-overview-snippet-two-media .small-image {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 30px;
}*/
}

.h1-overview-snippet-two-media::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: var(--secondary-color);
}

.h1-overview-snippet-two-media .uk-container {
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1199.98px){
  .about-title{
    width: auto;
  }
}

@media all and (max-width: 1023.98px){
  .h1-overview-snippet-two-media .main-image {
    height: 300px;
  }

  .about-title {
    font-size: 60px;
  }
}

@media all and (max-width: 959.98px){

  .h1-overview-snippet-two-media p {
    max-width: 100%;
  }

  .h1-overview-snippet-two-media .image-wrapper {
    max-width: 500px;
  }

  .h1-overview-snippet-two-media .small-image {
    right: 50px;
  }

  .h1-overview-snippet-two-media {
    padding: 80px 0;
  }
}

@media all and (max-width: 767.98px){
  .about-title {
    font-size: 45px;
    margin-bottom: 25px;
  }

  .h1-overview-snippet-two-media {
    padding: 60px 0;
  }

  .h1-overview-snippet-two-media .small-image {
    width: 157px;
    height: 190px;
    padding: 5px;
  }

  .h1-overview-snippet-two-media .main-image {
    max-width: 335px;
    height: 227px;
  }

  .h1-overview-snippet-two-media .image-wrapper {
    max-width: 335px;
    padding-top: 130px;
  }

  /*.h1-overview-snippet-two-media::after {
    height: 220px;
  }*/
}

@media (max-width: 639.98px) {
  .h1-overview-snippet-two-media::after {
    width: 100%;
  }
}
.single-media{
  padding: 80px 0px;
}
.single-media-inner img{
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.single-media-inner {
  position: relative;
  z-index: 1;
}
.single-media-bg {
  position: relative;
}
.single-media-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 50%;
  background: var(--secondary-color);
}
.single-media-content{
  max-width: 1070px;
  margin: 30px auto 0px;
}
.single-media__action{
  margin-top: 20px;
}

@media (max-width: 639.98px) {
  .single-media-bg::after {
    width: 100%;
    height: 100%;
  }
  .single-media {
    padding: 50px 0px;
  }
}
.single-snippet-with-bg{
  padding: 100px 0px;
  margin: 100px 0px;
  background: linear-gradient(to right, var(--secondary-color) 30%, var(--primary-color) 0%);
}
.single-snippet-with-bg-content *:not(.sr-only) {
  color: var(--inverse-font-color);
}
.single-snippet-with-bg-media img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 61px 17px 0px #00000000;
}
.single-snippet-with-bg-media {
  padding: 14px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.single-snippet-with-bg-content {
  max-width: 580px;
  margin: 0 auto;
}
.single-snippet-with-bg-description ul li{
  margin-top: 10px;
}

/* single sniipet logo */
.single-snippet-with-bg__logo {
  margin-top: 35px;
}
.single-snippet-with-bg__logo-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
.single-snippet-with-bg__logo-item img {
  /*width: auto;
  max-width: 250px;*/
}

.single-snippet-with-bg__content-block-item{
  text-align: center;
}
.single-snippet-with-bg__content-block-title {
  font-size: 40px;
}
.single-snippet-with-bg__content-block-grid{
  row-gap: 20px;
}
.single-snippet-with-bg__content-block-desc {
  font-size: 13px;
  text-transform: uppercase;
}
@media all and (max-width: 959.98px){
  .single-snippet-with-bg-media-col{
    width: 50%;
  }
  .single-snippet-with-bg__content-block-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .single-snippet-with-bg{
    padding: 50px 0px;
    margin: 50px 0px;
  }
}
@media (max-width: 639.98px) {
  .single-snippet-with-bg{
    background: linear-gradient(to bottom, var(--secondary-color) 30%, var(--primary-color) 0%);
  }
  .single-snippet-with-bg-media-col{
    width: 100%;
  }
  .single-snippet-with-bg__content-block-title {
    font-size: 25px;
  }
}
.brand-partner-filter{
  padding: 100px 0px;
}
.brand-partner-filter .tab-widgate {
  margin: 40px 0 30px 0px;
}
.brand-partner-filter .uk-container{
  max-width: 1240px;
}
.brand-partner-filter .tab-list__item.uk-active>.tab-list__link{
  box-shadow: 0px 7px 6px 0px #00000033;
}

@media all and (max-width: 959.98px){
  .brand-partner-filter{
    padding: 50px 0px;
  }
}
@media all and (max-width: 639.98px){
  .brand-partner-filter .tab-list{
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }
  .brand-partner-filter .tab-list__link{
    width: max-content;
  }
}

.footer {
  color: var(--footer-color);
  background-color: var(--bg-footer);
  margin-top: 0px;
}

.footer :focus-visible {
  outline: 1px solid var(--highlight-color);
  box-shadow: 0 0 2px var(--highlight-color) inset;
  -webkit-box-shadow: 0 0 2px var(--highlight-color) inset;
  -ms-box-shadow: 0 0 2px var(--highlight-color) inset;
  -moz-box-shadow: 0 0 2px var(--highlight-color) inset;
}

.footer__container {
  max-width: 1280px;
}

.footer a {
  color: var(--footer-color);
}

.footer a:hover:not(.uk-button-primary),
.footer a:focus-visible:not(.uk-button-primary),
.footer a:focus:not(.uk-button-primary){
  color: var(--highlight-color);
  filter: opacity(1);
}
.footer a.navON{
  text-decoration: underline;
}


.footer__overlay {
  position: relative;
}
.footer__overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: var(--body-bg);
  z-index: 0;
}
.footer__overlay-inner {
  position: relative;
}

.footer__overlay-media {
  position: relative;
}
.footer__overlay-media img{
  width: 100%;
  border-radius: 20px;
  height: 335px;
  object-fit: cover;
}
.footer__overlay-media:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 23px);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  z-index: 1;
  pointer-events: none;
}
.footer__overlay-media:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(25, 36, 89, 0.3), rgba(25, 36, 89, 0.3)),
    linear-gradient(269.84deg, rgba(25, 36, 89, 0) 24.78%, rgba(22, 31, 75, 0.98) 100.26%);
  pointer-events: none;

}
.footer__overlay-content {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 485px;
  padding-left: 60px;
  transform: translateY(-50%);
  z-index: 2;
}
.footer__overlay-content *{
  color: var(--inverse-font-color);
}
.footer__overlay-action {
  margin-top: 30px;
}

.footer__contact {
  padding: 70px 0 60px;
}
.footer__contact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font: var(--footer-fonts);
  line-height: 1;
}

.footer__contact-inner div + div {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid;
}
.footer__contact-inner .footer__contact-social {
  padding-left: 45px;
  margin-left: 0;
  border: none;
}
.footer__contact-social .footer__social-link + .footer__social-link{
  margin-left: 15px;
}

.footer__bottom {
  background: var(--footer-color);
  font: var(--footer-fonts);
  line-height: 1;
  padding: 23px 0px;
}
.footer__bottom .footer__container{
  max-width: 1240px;
}
.footer__bottom, .footer__bottom a{
  color: var(--bg-footer);
}

.footer__menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__menu-list .footer__menu-list-items + .footer__menu-list-items{
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid;
}
.footer__copyright{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer__copyright--home{
  display: none;
}
.milestone .footer__copyright--home{
  display: block;
}
.milestone .footer__copyright--inner {
  display: none;
}

@media all and (max-width: 959.98px){
  .footer{
    margin-bottom: 35px;
  }
  .footer__contact-inner > div {
    width: 100%;
  }
  .footer__contact-inner div + div {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
  }
  .footer__contact-inner {
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
  }
  .footer__contact-inner .footer__contact-social {
    padding-left: 0px;
  }
  .footer__contact-email, .footer__contact-social {
    margin-top: 15px;
  }
  .footer__contact {
    padding: 50px 0 40px;
  }
  .footer__menu-list {
    justify-content: center;
    row-gap: 10px;
  }
  .footer__copyright {
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
  }
  .footer__overlay-content{
    max-width: 100%;
    padding: 20px;
  }
  .footer__overlay-media img{
    min-height: inherit;
    height: 335px;
  }
  .footer__contact-address {
    max-width: 300px;
  }
}

@media all and (max-width: 639.98px){
  /*.footer__copyright > div {
  display: block;
}*/
  .footer__copyright--home span {
    display: block;
  }
  .footer__overlay-action a {
	text-align: left;
}
}