@charset "utf-8";
/* global fonts*/
@font-face {
  font-family: "Oxygen";
  src: url("../fonts/Oxygen-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Oxygen";
  src: url("../fonts/Oxygen-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Oxygen";
  src: url("../fonts/Oxygen-Bold.ttf");
  font-weight: 700;
}
/* axial variables*/
/* FRAMEWORK VARIABLES */
/* Axial Application Theme */
/* Burger */
/* Header */
/* Header Logo */
/* AxialButton */
/* AxialButtonIcon */
/* AxialToggleCheck */
/* AxialToggleRadio */
/* global variables */
/* OVERRIDE FRAMEWORK VARIABLES */
/* Axial Application Theme */
/* Burger */
/* Header */
/* Header Logo */
/* AxialButton */
/* AxialButtonIcon */
/* AxialToggleCheck */
/* AxialToggleRadio */
/* PROJECT VARIABLES */
/* axial core & application : will be probably merged */
.axial_component_base {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
  text-shadow: none;
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Oxygen", sans-serif;
  background-color: #fff;
  color: #232323;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  color: #232323;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxygen", sans-serif;
  color: #f9b233;
}
input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  appearance: none;
  font-family: "Oxygen", sans-serif;
}
input[type="file"] {
  min-height: 60px;
}
input[type="file" i] {
  font-family: "Oxygen", sans-serif;
  color: #232323;
}
input[type="file"]::file-selector-button {
  min-height: 42px;
  cursor: pointer;
  appearance: none;
  border: none;
  outline: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #0463b1;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #111;
  color: #fff;
  font-weight: 500;
  font-family: "Oxygen", sans-serif;
}
textarea {
  font-family: "Oxygen", sans-serif;
}
/* layers */
.axial_background_layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_main_layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_intro_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  /* temp */
  display: none;
}
/* burger */
.axial_burger_holder {
  position: absolute;
  top: 0px;
  right: 20px;
  width: auto;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.axial_burger {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.axial_burger_line {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #0463b1;
}
/* main */
.axial_main {
  position: absolute;
  width: 100%;
  top: 80px;
  bottom: 0px;
}
.axial_main_scroller {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* header */
.axial_header {
  position: absolute;
  width: 100%;
  height: 80px;
}
.axial_header_background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.axial_header_nav_holder {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_header_nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.axial_header_nav_link {
  height: fit-content;
  margin-left: 4px;
  margin-right: 4px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  color: #0463b1;
}
.axial_header_logo_holder {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.axial_header_logo {
  pointer-events: all;
  width: 60px;
  height: 60px;
  /*
    margin-left: 20px;
    margin-right: 20px;
    */
}
.axial_header_logo_image {
  width: 100%;
  height: auto;
}
/* footer */
.axial_footer {
  padding-left: 12px;
  padding-right: 12px;
}
/* application components */
.axial_scroller_base {
  overflow-x: hidden;
  overflow-y: auto;
}
/*
.axial_scroller_base::-webkit-scrollbar
{
    background-color: transparent;
}
.axial_scroller_base::-webkit-scrollbar-track
{
    background-color: transparent;
}
.axial_scroller_base::-webkit-scrollbar-thumb
{
    background-color: transparent;
}
*/
.axial_scroller_item_base {
  animation-delay: 0ms;
  animation-duration: 0ms;
  animation-fill-mode: backwards;
  animation-play-state: paused;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
/* utils */
.axial_spacer {
  flex-grow: 1;
}
/* axial aniimation */
/* POPUPS ANIMATIONS */
/* Obfuscator fader */
@keyframes axial_obfuscator_fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes axial_obfuscator_fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Popup fader */
@keyframes axial_popup_fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes axial_popup_fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Popup translate_up */
@keyframes axial_popup_translate_up-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes axial_popup_translate_up-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
/* Popup translate_down */
@keyframes axial_popup_translate_down-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes axial_popup_translate_down-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
/* Popup translate_left */
@keyframes axial_popup_translate_left-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes axial_popup_translate_left-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
/* Popup translate_right */
@keyframes axial_popup_translate_right-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes axial_popup_translate_right-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* Popup fade_translate_up */
@keyframes axial_popup_fade_translate_up-in {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_up-out {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
/* Popup fade_translate_down */
@keyframes axial_popup_fade_translate_down-in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_down-out {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
/* Popup fade_translate_left */
@keyframes axial_popup_fade_translate_left-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_left-out {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* Popup fade_translate_right */
@keyframes axial_popup_fade_translate_right-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes axial_popup_fade_translate_right-out {
  from {
    transform: translateX(0%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
/**/
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**/
@keyframes translate_up-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes translate_up-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
/**/
@keyframes translate_down-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes translate_down-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
/* axial components */
/* AxialButtonBase */
.axial_button_base {
  cursor: pointer;
}
/* AxialButton */
.axial_button {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 42px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #0463b1;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #111;
}
.axial_button-label {
  color: #fff;
  font-weight: 500;
  font-family: "Oxygen", sans-serif;
}
/* AxialButtonIcon */
.axial_button_icon {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 42px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #0463b1;
  border-radius: 4px;
  box-shadow: 0px 2px 2px #111;
}
.axial_button_icon svg {
  fill: #fff;
}
.axial_button_icon-label {
  color: #fff;
  font-weight: 500;
  font-family: "Oxygen", sans-serif;
}
.axial_button_icon-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
/* AxialToggleCheck */
.axial_toggle_check {
  width: -moz-fit-content;
  width: fit-content;
  /*min-width: 42px;*/
  height: 42px;
  min-height: 42px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.axial_toggle_check-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: #111;
  margin-right: 12px;
  border: solid 2px #fff;
}
.axial_toggle_check-sign {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 200ms;
}
.axial_toggle_check-label {
  color: #232323;
}
/* AxialToggleRadio */
.axial_toggle_radio {
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  min-height: 42px;
  padding: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.axial_toggle_radio-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #111;
  margin-right: 12px;
  border: solid 2px #fff;
}
.axial_toggle_radio-circle {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 200ms;
}
.axial_toggle_radio-label {
  color: #232323;
}
/* AxialToggleSwitch */
.axial_toggle_switch {
  width: 46px;
  min-height: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 4px;
  background-color: #111;
}
.axial_toggle_switch-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  left: 0px;
  transition-property: left;
  transition-duration: 200ms;
}
/* AxialViewerBase */
.axial_viewer_base {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
}
/* AxialViewBase */
.axial_view_base {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.axial_loader_layer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  visibility: hidden;
}
.axial_loader_background {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.axial_loader_content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.axial_loader_holder {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}
.axial_loader_icon {
  width: 40px;
  height: 40px;
  margin: 20px;
  border-radius: 50%;
  border-top: 5px solid #000;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  border-right: 5px solid transparent;
}
.axial_loader_number {
  width: 100%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.axial_loader_text {
  width: 100%;
  font-weight: 600;
  text-align: center;
}
@keyframes axial_loader_icon_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* NEW SHADOW */
.axial_popup_layer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  pointer-events: none;
}
.axial_popup_obfuscator {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.73);
  visibility: hidden;
  opacity: 0;
  pointer-events: all;
}
.axial_popup_base {
  position: absolute;
  visibility: hidden;
  pointer-events: all;
}
.axial_popup_arrow {
  position: absolute;
  display: none;
}
/* arrow up */
.axial_popup_base_arrow-bottom {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
/* arrow down */
.axial_popup_base_arrow-top {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/* arrow left */
.axial_popup_base_arrow-right {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
}
/* arrow right */
.axial_popup_base_arrow-left {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
}
.ax-progress-element {
  box-sizing: border-box;
  padding: 0;
  /*overflow: hidden;*/
}
.ax-progress-bar {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  transition-property: width;
  transition-duration: 800ms;
}
.ax-progress-indicator {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  transition-property: left;
  transition-duration: 800ms;
}
.ax-tooltip-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.ax-tooltip {
  position: absolute;
  visibility: hidden;
  display: flex;
}
.ax-tooltip-arrow {
  position: absolute;
  visibility: hidden;
}
.ax-tooltip-label {
  height: auto;
  min-height: 10px;
  min-width: 10px;
  max-width: 180px;
  padding: 9px;
  text-align: left;
  display: flex;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background-color: #000;
}
.ax-tooltip-element {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  max-width: 180px;
  height: auto;
  padding: 12px;
  text-align: left;
  display: flex;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background-color: #000;
}
.ax-tooltip-icon-space {
  padding-right: 10px;
}
/* arrow up */
.ax-tooltip-arrow-bottom {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
}
/* arrow down */
.ax-tooltip-arrow-top {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}
/* arrow left */
.ax-tooltip-arrow-right {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #000;
}
/* arrow right */
.ax-tooltip-arrow-left {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #000;
}
/* experimental */
/* AxialCrossContainer */
.axial_cross_container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_cross_container_element {
  position: absolute;
  width: 100%;
  height: 100%;
}
.axial_cross_container-center {
  transform: translate(0%, 0%);
}
.axial_cross_container-top {
  transform: translate(0%, -100%);
}
.axial_cross_container-right {
  transform: translate(100%, 0%);
}
.axial_cross_container-bottom {
  transform: translate(0%, 100%);
}
.axial_cross_container-left {
  transform: translate(-100%, 0%);
}
/* AxialSliderBase */
.axial_slider_base {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.axial_slider_item_base {
  position: absolute;
  height: 100%;
  width: auto;
  cursor: pointer;
  transition-property: left;
  transition-duration: 500ms;
  transition-timing-function: ease;
}
/* Notifier */
.axial_notifier {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.axial_notifier_holder {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px;
  bottom: 0px;
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
.axial_notifier_content {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #efefef;
  color: #232323;
  min-height: 40px;
  border-radius: 6px;
  box-shadow: 0px 1px 3px #111;
  font-weight: 700;
}
/* global project styles */
:root {
  --white: #fff;
  --whiteDark: #efefef;
  --blue: #02124e;
  --yellow: #f9b233;
  --greyDark: #232323;
  --grey: #434343;
  --greyLight: #a3a3a3;
  --headerHeight: 80px;
  --mainPadding: 20px;
}
body {
  color: #232323;
  background-color: #232323;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--yellow);
  font-weight: 700;
}
.header_base {
  height: var(--headerHeight);
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.logo_holder_base {
  height: 50px;
  width: auto;
}
.logo_image_base {
  height: 50px;
  width: 171px;
}
.main_base {
  top: var(--headerHeight);
  background-color: var(--white);
  padding: var(--mainPadding);
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.p_base {
  color: var(--greyDark);
}
.a_base {
  text-decoration: none;
  color: var(--yellow);
}
.a_base:visited {
  text-decoration: none;
  color: var(--yellow);
}
.form_overflow_x {
  width: 100%;
  height: auto;
  overflow-y: hidden;
  overflow-x: auto;
}
/*
xs 0
s 576
m 768
l 992
xl 1200
xxl 1400

cf boostrap : https://getbootstrap.com/docs/5.0/layout/breakpoints/
*/
/* S */
/* M */
/* L */
/* XL */
/* XXL */
@media screen and (min-width: 1400px) {
  /* VARIABLES */
  /* Header */
  /* Header Logo */
  /* ELEMENTS */
  /* burger */
  .axial_burger_holder {
    display: none;
  }
  /* header */
  .axial_header {
    height: 120px;
  }
  .axial_header_nav_holder {
    display: block;
  }
  .axial_header_logo_holder {
    justify-content: flex-start;
  }
  .axial_header_logo {
    width: 80px;
    height: 80px;
  }
  /* main */
  .axial_main {
    top: 120px;
  }
}
/* local page styles */
/*
xs 0
s 576
m 768
l 992
xl 1200
xxl 1400

cf boostrap : https://getbootstrap.com/docs/5.0/layout/breakpoints/
*/
/* S */
/* M */
/* L */
/* XL */
/* XXL */
