@font-face {
    font-family: 'HeroNew';
    src: url('fonts/HeroNew/HeroNew-Thin.woff2') format('woff2'),
    url('fonts/HeroNew/HeroNew-Thin.woff') format('woff'),
    url('fonts/HeroNew/HeroNew-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HeroNew';
    src: url('fonts/HeroNew/HeroNew-UltraLight.woff2') format('woff2'),
    url('fonts/HeroNew/HeroNew-UltraLight.woff') format('woff'),
    url('fonts/HeroNew/HeroNew-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'HeroNew';
  src: url('fonts/HeroNew/HeroNew-Light.woff2') format('woff2'),
        url('fonts/HeroNew/HeroNew-Light.woff') format('woff'),
        url('fonts/HeroNew/HeroNew-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HeroNew';
  src: url('fonts/HeroNew/HeroNew-Regular.woff2') format('woff2'),
        url('fonts/HeroNew/HeroNew-Regular.woff') format('woff'),
        url('fonts/HeroNew/HeroNew-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HeroNew';
  src: url('fonts/HeroNew/HeroNew-Medium.woff2') format('woff2'),
        url('fonts/HeroNew/HeroNew-Medium.woff') format('woff'),
        url('fonts/HeroNew/HeroNew-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'HeroNew';
    src: url('fonts/HeroNew/HeroNew-SemiBold.woff2') format('woff2'),
    url('fonts/HeroNew/HeroNew-SemiBold.woff') format('woff'),
    url('fonts/HeroNew/HeroNew-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'HeroNew';
  src: url('fonts/HeroNew/HeroNew-Bold.woff2') format('woff2'),
        url('fonts/HeroNew/HeroNew-Bold.woff') format('woff'),
        url('fonts/HeroNew/HeroNew-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'HeroNew';
    src: url('fonts/HeroNew/HeroNew-ExtraBold.woff2') format('woff2'),
    url('fonts/HeroNew/HeroNew-ExtraBold.woff') format('woff'),
    url('fonts/HeroNew/HeroNew-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'HeroNew';
  src: url('fonts/HeroNew/HeroNew-Super.woff2') format('woff2'),
        url('fonts/HeroNew/HeroNew-Super.woff') format('woff'),
        url('fonts/HeroNew/HeroNew-Super.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html,
body {
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #2E3E49;
  font-size: 14px;
  font-weight: 400;
  min-height: 100dvh;
  background-color: #FEFEFE;
  font-family: HeroNew, sans-serif;
}

img { display: block; user-select: none; -webkit-user-drag: none; image-rendering: smooth }

a { transition: all 0.25s ease-out !important; -webkit-tap-highlight-color: transparent !important }

div { -webkit-tap-highlight-color: transparent !important }

h1, h2, h3, p { margin: 0 }

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #E9E1DC; }
::-webkit-scrollbar-thumb { background: #AE8A7B; border-radius: 0 }
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active { background: #AE8A7B; border-radius: 0 }

.pjAcceptCookieBarShell p { color: #2E3E49 !important }

.pjAcceptCookieBarShell p a { color: #2E3E49 !important }

.pjAcceptCookieBarActions { padding-top: 15px !important; }

.pjAcceptCookieBarBtn {
  font-weight: 700;
  color: #FFFFFF !important;
  background: #2E3E49 !important;
  border-radius: 0 !important;
}

.pjAcceptCookieBarBtn:after {
  border-radius: 0 !important;
  background: #2E3E49 !important;
  border-bottom-color: #2E3E49 !important;
}

#pjAcceptCookieBar { padding-top: 15px !important; padding-bottom: 15px !important; background: #F9FEFF !important }

.pjAcceptCookieBarBtn:hover { border-radius: 0 !important }

@media (max-width: 575px) {
    #pjAcceptCookieBar { padding-top: 15px !important; padding-bottom: 15px !important }
    .pjAcceptCookieBarActions { padding-top: 15px !important; }
}