@charset "UTF-8";
/**
-----------------BOOTSTRAP reboot
 */
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 680px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 920px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1360px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1920px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 2550px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 680px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 920px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1360px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1920px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
@media (min-width: 2550px) {
  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 680px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 920px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 1360px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1920px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
@media (min-width: 2550px) {
  .float-xxl-left {
    float: left !important; }

  .float-xxl-right {
    float: right !important; }

  .float-xxl-none {
    float: none !important; } }
.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 680px;
  --breakpoint-md: 920px;
  --breakpoint-lg: 1360px;
  --breakpoint-xl: 1920px;
  --breakpoint-xxl: 2550px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 680px) {
  .container, .container-sm {
    max-width: 100%; } }
@media (min-width: 920px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }
@media (min-width: 1360px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%; } }
@media (min-width: 1920px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 7.14285714%;
  max-width: 7.14285714%; }

.col-2 {
  flex: 0 0 14.28571429%;
  max-width: 14.28571429%; }

.col-3 {
  flex: 0 0 21.42857143%;
  max-width: 21.42857143%; }

.col-4 {
  flex: 0 0 28.57142857%;
  max-width: 28.57142857%; }

.col-5 {
  flex: 0 0 35.71428571%;
  max-width: 35.71428571%; }

.col-6 {
  flex: 0 0 42.85714286%;
  max-width: 42.85714286%; }

.col-7 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-8 {
  flex: 0 0 57.14285714%;
  max-width: 57.14285714%; }

.col-9 {
  flex: 0 0 64.28571429%;
  max-width: 64.28571429%; }

.col-10 {
  flex: 0 0 71.42857143%;
  max-width: 71.42857143%; }

.col-11 {
  flex: 0 0 78.57142857%;
  max-width: 78.57142857%; }

.col-12 {
  flex: 0 0 85.71428571%;
  max-width: 85.71428571%; }

.col-13 {
  flex: 0 0 92.85714286%;
  max-width: 92.85714286%; }

.col-14 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 15; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.order-13 {
  order: 13; }

.order-14 {
  order: 14; }

.offset-1 {
  margin-left: 7.14285714%; }

.offset-2 {
  margin-left: 14.28571429%; }

.offset-3 {
  margin-left: 21.42857143%; }

.offset-4 {
  margin-left: 28.57142857%; }

.offset-5 {
  margin-left: 35.71428571%; }

.offset-6 {
  margin-left: 42.85714286%; }

.offset-7 {
  margin-left: 50%; }

.offset-8 {
  margin-left: 57.14285714%; }

.offset-9 {
  margin-left: 64.28571429%; }

.offset-10 {
  margin-left: 71.42857143%; }

.offset-11 {
  margin-left: 78.57142857%; }

.offset-12 {
  margin-left: 85.71428571%; }

.offset-13 {
  margin-left: 92.85714286%; }

@media (min-width: 680px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 7.14285714%;
    max-width: 7.14285714%; }

  .col-sm-2 {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%; }

  .col-sm-3 {
    flex: 0 0 21.42857143%;
    max-width: 21.42857143%; }

  .col-sm-4 {
    flex: 0 0 28.57142857%;
    max-width: 28.57142857%; }

  .col-sm-5 {
    flex: 0 0 35.71428571%;
    max-width: 35.71428571%; }

  .col-sm-6 {
    flex: 0 0 42.85714286%;
    max-width: 42.85714286%; }

  .col-sm-7 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-8 {
    flex: 0 0 57.14285714%;
    max-width: 57.14285714%; }

  .col-sm-9 {
    flex: 0 0 64.28571429%;
    max-width: 64.28571429%; }

  .col-sm-10 {
    flex: 0 0 71.42857143%;
    max-width: 71.42857143%; }

  .col-sm-11 {
    flex: 0 0 78.57142857%;
    max-width: 78.57142857%; }

  .col-sm-12 {
    flex: 0 0 85.71428571%;
    max-width: 85.71428571%; }

  .col-sm-13 {
    flex: 0 0 92.85714286%;
    max-width: 92.85714286%; }

  .col-sm-14 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 15; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .order-sm-13 {
    order: 13; }

  .order-sm-14 {
    order: 14; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 7.14285714%; }

  .offset-sm-2 {
    margin-left: 14.28571429%; }

  .offset-sm-3 {
    margin-left: 21.42857143%; }

  .offset-sm-4 {
    margin-left: 28.57142857%; }

  .offset-sm-5 {
    margin-left: 35.71428571%; }

  .offset-sm-6 {
    margin-left: 42.85714286%; }

  .offset-sm-7 {
    margin-left: 50%; }

  .offset-sm-8 {
    margin-left: 57.14285714%; }

  .offset-sm-9 {
    margin-left: 64.28571429%; }

  .offset-sm-10 {
    margin-left: 71.42857143%; }

  .offset-sm-11 {
    margin-left: 78.57142857%; }

  .offset-sm-12 {
    margin-left: 85.71428571%; }

  .offset-sm-13 {
    margin-left: 92.85714286%; } }
@media (min-width: 920px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 7.14285714%;
    max-width: 7.14285714%; }

  .col-md-2 {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%; }

  .col-md-3 {
    flex: 0 0 21.42857143%;
    max-width: 21.42857143%; }

  .col-md-4 {
    flex: 0 0 28.57142857%;
    max-width: 28.57142857%; }

  .col-md-5 {
    flex: 0 0 35.71428571%;
    max-width: 35.71428571%; }

  .col-md-6 {
    flex: 0 0 42.85714286%;
    max-width: 42.85714286%; }

  .col-md-7 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-8 {
    flex: 0 0 57.14285714%;
    max-width: 57.14285714%; }

  .col-md-9 {
    flex: 0 0 64.28571429%;
    max-width: 64.28571429%; }

  .col-md-10 {
    flex: 0 0 71.42857143%;
    max-width: 71.42857143%; }

  .col-md-11 {
    flex: 0 0 78.57142857%;
    max-width: 78.57142857%; }

  .col-md-12 {
    flex: 0 0 85.71428571%;
    max-width: 85.71428571%; }

  .col-md-13 {
    flex: 0 0 92.85714286%;
    max-width: 92.85714286%; }

  .col-md-14 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 15; }

  .order-md-0 {
    order: 0; }

  .order-md-1, .single-order-1 {
    order: 1; }

  .order-md-2, .single-order-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .order-md-13 {
    order: 13; }

  .order-md-14 {
    order: 14; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 7.14285714%; }

  .offset-md-2 {
    margin-left: 14.28571429%; }

  .offset-md-3 {
    margin-left: 21.42857143%; }

  .offset-md-4 {
    margin-left: 28.57142857%; }

  .offset-md-5 {
    margin-left: 35.71428571%; }

  .offset-md-6 {
    margin-left: 42.85714286%; }

  .offset-md-7 {
    margin-left: 50%; }

  .offset-md-8 {
    margin-left: 57.14285714%; }

  .offset-md-9 {
    margin-left: 64.28571429%; }

  .offset-md-10 {
    margin-left: 71.42857143%; }

  .offset-md-11 {
    margin-left: 78.57142857%; }

  .offset-md-12 {
    margin-left: 85.71428571%; }

  .offset-md-13 {
    margin-left: 92.85714286%; } }
@media (min-width: 1360px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 7.14285714%;
    max-width: 7.14285714%; }

  .col-lg-2 {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%; }

  .col-lg-3 {
    flex: 0 0 21.42857143%;
    max-width: 21.42857143%; }

  .col-lg-4 {
    flex: 0 0 28.57142857%;
    max-width: 28.57142857%; }

  .col-lg-5 {
    flex: 0 0 35.71428571%;
    max-width: 35.71428571%; }

  .col-lg-6 {
    flex: 0 0 42.85714286%;
    max-width: 42.85714286%; }

  .col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-8 {
    flex: 0 0 57.14285714%;
    max-width: 57.14285714%; }

  .col-lg-9 {
    flex: 0 0 64.28571429%;
    max-width: 64.28571429%; }

  .col-lg-10 {
    flex: 0 0 71.42857143%;
    max-width: 71.42857143%; }

  .col-lg-11 {
    flex: 0 0 78.57142857%;
    max-width: 78.57142857%; }

  .col-lg-12 {
    flex: 0 0 85.71428571%;
    max-width: 85.71428571%; }

  .col-lg-13 {
    flex: 0 0 92.85714286%;
    max-width: 92.85714286%; }

  .col-lg-14 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 15; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .order-lg-13 {
    order: 13; }

  .order-lg-14 {
    order: 14; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 7.14285714%; }

  .offset-lg-2 {
    margin-left: 14.28571429%; }

  .offset-lg-3 {
    margin-left: 21.42857143%; }

  .offset-lg-4 {
    margin-left: 28.57142857%; }

  .offset-lg-5 {
    margin-left: 35.71428571%; }

  .offset-lg-6 {
    margin-left: 42.85714286%; }

  .offset-lg-7 {
    margin-left: 50%; }

  .offset-lg-8 {
    margin-left: 57.14285714%; }

  .offset-lg-9 {
    margin-left: 64.28571429%; }

  .offset-lg-10 {
    margin-left: 71.42857143%; }

  .offset-lg-11 {
    margin-left: 78.57142857%; }

  .offset-lg-12 {
    margin-left: 85.71428571%; }

  .offset-lg-13 {
    margin-left: 92.85714286%; } }
@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 7.14285714%;
    max-width: 7.14285714%; }

  .col-xl-2 {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%; }

  .col-xl-3 {
    flex: 0 0 21.42857143%;
    max-width: 21.42857143%; }

  .col-xl-4 {
    flex: 0 0 28.57142857%;
    max-width: 28.57142857%; }

  .col-xl-5 {
    flex: 0 0 35.71428571%;
    max-width: 35.71428571%; }

  .col-xl-6 {
    flex: 0 0 42.85714286%;
    max-width: 42.85714286%; }

  .col-xl-7 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-8 {
    flex: 0 0 57.14285714%;
    max-width: 57.14285714%; }

  .col-xl-9 {
    flex: 0 0 64.28571429%;
    max-width: 64.28571429%; }

  .col-xl-10 {
    flex: 0 0 71.42857143%;
    max-width: 71.42857143%; }

  .col-xl-11 {
    flex: 0 0 78.57142857%;
    max-width: 78.57142857%; }

  .col-xl-12 {
    flex: 0 0 85.71428571%;
    max-width: 85.71428571%; }

  .col-xl-13 {
    flex: 0 0 92.85714286%;
    max-width: 92.85714286%; }

  .col-xl-14 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 15; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .order-xl-13 {
    order: 13; }

  .order-xl-14 {
    order: 14; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 7.14285714%; }

  .offset-xl-2 {
    margin-left: 14.28571429%; }

  .offset-xl-3 {
    margin-left: 21.42857143%; }

  .offset-xl-4 {
    margin-left: 28.57142857%; }

  .offset-xl-5 {
    margin-left: 35.71428571%; }

  .offset-xl-6 {
    margin-left: 42.85714286%; }

  .offset-xl-7 {
    margin-left: 50%; }

  .offset-xl-8 {
    margin-left: 57.14285714%; }

  .offset-xl-9 {
    margin-left: 64.28571429%; }

  .offset-xl-10 {
    margin-left: 71.42857143%; }

  .offset-xl-11 {
    margin-left: 78.57142857%; }

  .offset-xl-12 {
    margin-left: 85.71428571%; }

  .offset-xl-13 {
    margin-left: 92.85714286%; } }
@media (min-width: 2550px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xxl-1 {
    flex: 0 0 7.14285714%;
    max-width: 7.14285714%; }

  .col-xxl-2 {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%; }

  .col-xxl-3 {
    flex: 0 0 21.42857143%;
    max-width: 21.42857143%; }

  .col-xxl-4 {
    flex: 0 0 28.57142857%;
    max-width: 28.57142857%; }

  .col-xxl-5 {
    flex: 0 0 35.71428571%;
    max-width: 35.71428571%; }

  .col-xxl-6 {
    flex: 0 0 42.85714286%;
    max-width: 42.85714286%; }

  .col-xxl-7 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-8 {
    flex: 0 0 57.14285714%;
    max-width: 57.14285714%; }

  .col-xxl-9 {
    flex: 0 0 64.28571429%;
    max-width: 64.28571429%; }

  .col-xxl-10 {
    flex: 0 0 71.42857143%;
    max-width: 71.42857143%; }

  .col-xxl-11 {
    flex: 0 0 78.57142857%;
    max-width: 78.57142857%; }

  .col-xxl-12 {
    flex: 0 0 85.71428571%;
    max-width: 85.71428571%; }

  .col-xxl-13 {
    flex: 0 0 92.85714286%;
    max-width: 92.85714286%; }

  .col-xxl-14 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 15; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-12 {
    order: 12; }

  .order-xxl-13 {
    order: 13; }

  .order-xxl-14 {
    order: 14; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 7.14285714%; }

  .offset-xxl-2 {
    margin-left: 14.28571429%; }

  .offset-xxl-3 {
    margin-left: 21.42857143%; }

  .offset-xxl-4 {
    margin-left: 28.57142857%; }

  .offset-xxl-5 {
    margin-left: 35.71428571%; }

  .offset-xxl-6 {
    margin-left: 42.85714286%; }

  .offset-xxl-7 {
    margin-left: 50%; }

  .offset-xxl-8 {
    margin-left: 57.14285714%; }

  .offset-xxl-9 {
    margin-left: 64.28571429%; }

  .offset-xxl-10 {
    margin-left: 71.42857143%; }

  .offset-xxl-11 {
    margin-left: 78.57142857%; }

  .offset-xxl-12 {
    margin-left: 85.71428571%; }

  .offset-xxl-13 {
    margin-left: 92.85714286%; } }
.form-control {
  display: block;
  width: 100%;
  height: 3em;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 680px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: 3em;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

/**
------------CUSTOM
 */
.bg-blue {
  background-color: #004671 !important; }

.text-blue {
  color: #004671 !important; }

.bg-blue-light {
  background-color: #007CB7 !important; }

.text-blue-light {
  color: #007CB7 !important; }

.bg-blue-dark {
  background-color: #002138 !important; }

.text-blue-dark {
  color: #002138 !important; }

.bg-blue-dark-op1 {
  background-color: #798A94 !important; }

.text-blue-dark-op1 {
  color: #798A94 !important; }

.bg-cool-gray-light {
  background-color: #9DB0BB !important; }

.text-cool-gray-light {
  color: #9DB0BB !important; }

.bg-cool-gray-lighter {
  background-color: #D9D9D9 !important; }

.text-cool-gray-lighter {
  color: #D9D9D9 !important; }

.bg-cool-gray-dark {
  background-color: #424C51 !important; }

.text-cool-gray-dark {
  color: #424C51 !important; }

.bg-white {
  background-color: #fff !important; }

.text-white {
  color: #fff !important; }

.bg-white-op1 {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.text-white-op1 {
  color: rgba(255, 255, 255, 0.2) !important; }

.bg-white-op2 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.text-white-op2 {
  color: rgba(255, 255, 255, 0.5) !important; }

.bg-yellow {
  background-color: #fecd17 !important; }

.text-yellow {
  color: #fecd17 !important; }

.bg-red {
  background-color: #fe1792 !important; }

.text-red {
  color: #fe1792 !important; }

.bg-green {
  background-color: #28b982 !important; }

.text-green {
  color: #28b982 !important; }

.bg-black {
  background-color: #000 !important; }

.text-black {
  color: #000 !important; }

/**
-------------------DEBUG
*/
#sidebar {
  position: fixed;
  top: 0;
  left: 20px;
  width: 200px; }
  #sidebar ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 15px;
    border-right: solid 1px rgba(255, 255, 255, 0.2); }
    #sidebar ul li {
      margin: 0;
      padding: 0; }
      #sidebar ul li a {
        font-weight: bold;
        color: rgba(255, 255, 255, 0.2);
        display: block;
        padding: 5px 15px;
        transition: all .4s; }
      #sidebar ul li .active {
        color: #fff;
        padding: 5px 5px 5px 25px;
        border-right: solid 3px #fff; }

pre {
  background-color: #5e5e5e;
  padding: 10px;
  border-radius: 5px;
  color: white;
  max-width: 80vw;
  overflow: auto; }

code {
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px !important;
  line-height: 12px !important; }

.test section {
  position: relative;
  padding: 90px 0; }
  .test section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 45px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    width: 100%; }
  .test section .section-header {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 45px;
    right: 0; }
  .test section .section-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .test section .section-flex > div {
      flex: 1 1 25%;
      min-width: 200px;
      padding: 0 15px; }

.t {
  display: flex;
  align-items: flex-start; }
  .t .t1 {
    background-color: #007bff;
    overflow: hidden;
    flex-shrink: 0; }
  .t .t2, .t .entry h4, .entry .t h4 {
    background-color: #6f42c1;
    flex: 1 1 50%; }
  .t .t3, .t .timeline .timeline-item .timeline-entry .timeline-title, .timeline .timeline-item .timeline-entry .t .timeline-title {
    background-color: #17a2b8;
    flex: 1 1 50%; }

#debug-grid {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none; }
  #debug-grid .col-1 span {
    display: block;
    background-color: rgba(255, 0, 0, 0.2);
    height: 100vh; }

@keyframes arrowPulse {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-4px); }
  100% {
    transform: translateX(0); } }
@keyframes arrowPulse2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes rippleEffect {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes rippleEffect2 {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  20% {
    opacity: 1; }
  60% {
    opacity: 1; }
  80% {
    transform: scale(1);
    opacity: 0; }
  100% {
    opacity: 0; } }
/**
--------------------------------FONTS SANS
 */
/*@font-face {
  font-family: 'Maven Pro';
  src: url('../fonts/MavenProLight100-UltraLight.woff2') format('woff2'),
  url('../fonts/MavenProLight100-UltraLight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'Maven Pro';
  src: url("../fonts/MavenProLight200-Thin.woff2") format("woff2"), url("../fonts/MavenProLight200-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Maven Pro';
  src: url("../fonts/MavenProLight300-Light.woff2") format("woff2"), url("../fonts/MavenProLight300-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
html {
  scroll-behavior: smooth; }

body {
  background-color: #002138;
  color: #fff;
  font-weight: 300;
  font-family: "Maven Pro", sans-serif;
  letter-spacing: 0.08em;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 12px;
  line-height: 22px; }
  @media (min-width: 1360px) {
    body {
      font-size: 12px;
      line-height: 20px; } }
  @media (min-width: 1920px) {
    body {
      font-size: 13px;
      line-height: 22px; } }
  @media (min-width: 2550px) {
    body {
      font-size: 16px;
      line-height: 28px; } }

h1, h2, h3, .h1, .template-single-page .page-content.is-media section h1, .h2, .contextual-menu .main-page-title, .h2b, .teaser-3.media-teaser .h2, .teaser-3.media-teaser .contextual-menu .main-page-title, .contextual-menu .teaser-3.media-teaser .main-page-title, .h3, .accordion .accordion-item .accordion-header .accordion-label, .tabs nav a, .menu-block .main-item > a, .menu-block .main-item > span, .submenu-block .main-item > a, .submenu-block .main-item > span, .cta {
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase; }

h1, .h1, .template-single-page .page-content.is-media section h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  letter-spacing: 0.1em; }
  @media (min-width: 680px) {
    h1, .h1, .template-single-page .page-content.is-media section h1 {
      letter-spacing: 0.18em;
      font-size: 48px;
      line-height: 52px; } }
  @media (min-width: 920px) {
    h1, .h1, .template-single-page .page-content.is-media section h1 {
      font-size: 36px;
      line-height: 38px; } }
  @media (min-width: 1920px) {
    h1, .h1, .template-single-page .page-content.is-media section h1 {
      font-size: 48px;
      line-height: 52px; } }
  @media (min-width: 2550px) {
    h1, .h1, .template-single-page .page-content.is-media section h1 {
      font-size: 64px;
      line-height: 64px; } }

h2, .h2, .contextual-menu .main-page-title {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.18em;
  font-weight: 300; }
  @media (min-width: 680px) {
    h2, .h2, .contextual-menu .main-page-title {
      font-size: 36px;
      line-height: 36px; } }
  @media (min-width: 920px) {
    h2, .h2, .contextual-menu .main-page-title {
      font-size: 26px;
      line-height: 32px; } }
  @media (min-width: 2550px) {
    h2, .h2, .contextual-menu .main-page-title {
      font-size: 32px;
      line-height: 48px; } }

.h2b, .teaser-3.media-teaser .h2, .teaser-3.media-teaser .contextual-menu .main-page-title, .contextual-menu .teaser-3.media-teaser .main-page-title {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-weight: 300; }
  @media (min-width: 1920px) {
    .h2b, .teaser-3.media-teaser .h2, .teaser-3.media-teaser .contextual-menu .main-page-title, .contextual-menu .teaser-3.media-teaser .main-page-title {
      font-size: 24px;
      line-height: 28px; } }

.t2, .entry h4 {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.18em; }
  @media (min-width: 2550px) {
    .t2, .entry h4 {
      font-size: 22px;
      line-height: 24px; } }

@media (min-width: 1920px) {
  .back-link .t2, .back-link .entry h4, .entry .back-link h4 {
    font-size: 22px;
    line-height: 24px; } }

.t3, .timeline .timeline-item .timeline-entry .timeline-title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.18em; }
  @media (min-width: 1360px) {
    .t3, .timeline .timeline-item .timeline-entry .timeline-title {
      font-size: 42px;
      line-height: 42px; } }

.t3b, .number-item .number-value-entity {
  font-size: 24px;
  line-height: 24px; }
  @media (min-width: 1360px) {
    .t3b, .number-item .number-value-entity {
      font-size: 42px;
      line-height: 42px; } }

.t3c, .number-item.number-item-big .number-value-entity {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.18em; }
  @media (min-width: 1360px) {
    .t3c, .number-item.number-item-big .number-value-entity {
      font-size: 42px;
      line-height: 42px; } }
  @media (min-width: 1920px) {
    .t3c, .number-item.number-item-big .number-value-entity {
      font-size: 56px;
      line-height: 56px; } }

.t4, .number-item.number-item-big .number-label, .number-date .number-date-prefix, .timeline .timeline-item .timeline-date {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.18em; }
  @media (min-width: 1360px) {
    .t4, .number-item.number-item-big .number-label, .number-date .number-date-prefix, .timeline .timeline-item .timeline-date {
      font-size: 18px;
      line-height: 22px; } }

.t4b, .number-date .number-date-value {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.18em; }
  @media (min-width: 1360px) {
    .t4b, .number-date .number-date-value {
      font-size: 32px;
      line-height: 32px; } }

h3, .h3, .accordion .accordion-item .accordion-header .accordion-label, .tabs nav a, .menu-block .main-item > a, .menu-block .main-item > span, .submenu-block .main-item > a, .submenu-block .main-item > span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.18em;
  font-weight: 700; }
  @media (min-width: 2550px) {
    h3, .h3, .accordion .accordion-item .accordion-header .accordion-label, .tabs nav a, .menu-block .main-item > a, .menu-block .main-item > span, .submenu-block .main-item > a, .submenu-block .main-item > span {
      font-size: 18px;
      line-height: 22px; } }

h4, .h4, .contextual-menu .area-name, .menu-block .sub-item > span, .menu-block .sub-item > a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase; }
  @media (min-width: 2550px) {
    h4, .h4, .contextual-menu .area-name, .menu-block .sub-item > span, .menu-block .sub-item > a {
      font-size: 16px;
      line-height: 20px; } }

p, .p, .entry ul:not(.description-list) li {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200; }

p a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  transition: all 0.2s; }
  p a:hover {
    text-decoration: none;
    color: #c9d9e3 !important;
    border-bottom: solid 5px #007CB7; }

.title-font, .number-date .number-date-prefix, .contextual-menu .area-name, .close-link, #menu-overlay .menu-close-link, #header .main-menu a, #header .links-block a, .top-external-links a, .teaser-date .teaser-date-block span, .teaser-date-big .teaser-date-block span, .teaser-step h4 {
  font-family: "Maven Pro", sans-serif; }

.body-font, .menu-block a, .menu-block span, .submenu-block a, .submenu-block span, .form-group label, .form-group select, .form-group input, .form-group .input-group-text, .custom-control-label {
  font-family: "Inter", sans-serif; }

.overflow-hidden {
  overflow: hidden; }

.iconed-link {
  display: inline-flex;
  align-items: center;
  border: none !important;
  padding: 15px 0; }
  .iconed-link svg {
    margin-right: 5px; }

.text-uppercase {
  text-transform: uppercase !important; }

/**
============ CTA
 */
.cta.cta-small, .theme-white main .cta.cta-small {
  font-size: 14px;
  line-height: 18px;
  height: 65px;
  padding-right: 37.5px; }
  .cta.cta-small:before, .theme-white main .cta.cta-small:before {
    width: 50px;
    height: 50px;
    transform: translateY(-25px) rotate(215deg);
    background: url("data:image/svg+xml,%3csvg  viewBox='0 0 50px 50px' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='25px' cy='25px' r='23px' fill='none' stroke='%23fff' stroke-width='1' stroke-dasharray=' 117.75px'/%3e%3c/svg%3e ") right center no-repeat; }
  .cta.cta-small:after, .theme-white main .cta.cta-small:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    right: 20px;
    transform: translateY(-5px); }

.cta {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: #fff;
  position: relative;
  height: 100px;
  padding-right: 75px;
  display: inline-flex !important;
  align-items: center;
  mix-blend-mode: screen; }
  .cta span {
    display: inline-block !important;
    position: relative;
    z-index: 2;
    padding: 5px 5px 5px 0;
    transition: all 0.4s; }
  .cta:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 50%;
    transform: translateY(-50px) rotate(203deg);
    background: url("data:image/svg+xml,%3csvg  viewBox='0 0 100px 100px' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='50px' cy='50px' r='48px' fill='none' stroke='%23fff' stroke-width='1' stroke-dasharray=' 261.6666666667px'/%3e%3c/svg%3e ") right center no-repeat;
    z-index: 1; }
  .cta:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: 42.5px;
    top: 50%;
    transform: translateY(-7.5px);
    background-color: #007CB7;
    border-radius: 7.5px;
    z-index: 1;
    transition: all 1s ease; }
  @media (max-width: 679.98px) {
    .cta {
      font-size: 14px;
      line-height: 18px;
      height: 65px;
      padding-right: 37.5px; }
      .cta:before {
        width: 50px;
        height: 50px;
        transform: translateY(-25px) rotate(215deg);
        background: url("data:image/svg+xml,%3csvg  viewBox='0 0 50px 50px' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='25px' cy='25px' r='23px' fill='none' stroke='%23fff' stroke-width='1' stroke-dasharray=' 117.75px'/%3e%3c/svg%3e ") right center no-repeat; }
      .cta:after {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        right: 20px;
        transform: translateY(-5px); } }
  .cta:hover {
    color: #007CB7;
    text-decoration: none; }
    .cta:hover span {
      transform: translateX(4px); }
  .cta:hover:after {
    animation: arrowPulse2 1s ease-in-out infinite; }

/**
============ ENTRY
 */
.entry h1, .entry h2, .entry h3, .entry h4, .entry p {
  margin: 0;
  display: block;
  position: relative; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry p, .entry li, .entry .numbers-list, .entry .teaser-grid, .entry .persons-grid,
.entry .accordion-content .entry, .entry .entry-search, .entry .numbers-list-revenue {
  padding-left: 15px; }
  @media (min-width: 920px) {
    .entry h1, .entry h2, .entry h3, .entry h4, .entry p, .entry li, .entry .numbers-list, .entry .teaser-grid, .entry .persons-grid,
    .entry .accordion-content .entry, .entry .entry-search, .entry .numbers-list-revenue {
      padding-left: 45px; } }
.entry h1 {
  padding-top: 30px;
  padding-bottom: 30px; }
.entry p {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding-bottom: 5px;
  padding-top: 5px; }
.entry .numbers-list-revenue {
  border-left: solid 1px rgba(255, 255, 255, 0.2); }
.entry .entry-search {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 15px; }
  .entry .entry-search .search-group {
    margin-bottom: 0;
    width: auto; }
.entry .cta {
  border-left: solid 1px rgba(255, 255, 255, 0.2); }
  .entry .cta span {
    padding: 5px 5px 5px 45px;
    border-left: solid 3px #fff;
    margin-left: -3px; }
.entry p + .cta, .entry .mt-neg + .cta {
  margin-top: -30px;
  height: 130px; }
.entry p + p {
  margin-top: -30px;
  padding-top: 30px; }
.entry p + .entry-search, .entry .mt-neg + .entry-search {
  margin-top: -30px;
  padding-bottom: 30px; }
.entry .mt-neg + .cta-small, .entry p + .cta-small {
  margin-top: -30px;
  height: 95px; }
.entry h2 {
  padding-top: 30px;
  border-left: solid 3px rgba(255, 255, 255, 0.2);
  margin-left: -2px;
  color: rgba(255, 255, 255, 0.5); }
  .entry h2.h1 {
    color: #fff; }
.entry h3 {
  padding-top: 45px;
  border-left: solid 3px rgba(255, 255, 255, 0.2);
  margin-left: -2px;
  color: rgba(255, 255, 255, 0.5); }
.entry h4 {
  padding-top: 45px;
  padding-bottom: 45px;
  text-transform: none;
  font-weight: 100; }
  @media (min-width: 920px) {
    .entry h4 {
      line-height: 28px; } }
.entry h3 + h2 {
  border-left: none; }
.entry ul:not(.description-list) {
  padding: 0;
  margin: 0;
  list-style: none; }
  .entry ul:not(.description-list) li {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    border-left: solid 3px #fff;
      /*> a, > span {
        padding-left: $spacer;
        @include media-breakpoint-up(md) {
          padding-left: $spacer*3;
        }

        display: flex;
        border-left: solid 3px $white;
        margin-left: -3px;
      }*/ }
.entry p + ul {
  margin-top: -30px !important; }
.entry .back-link {
  padding: 0;
  justify-content: flex-start; }
  .entry .back-link .t2, .entry .back-link h4 {
    padding-left: 30px; }

.min-vh-100 {
  min-height: 100vh; }
  @media (min-width: 920px) {
    .min-vh-100 {
      min-height: 100vh; } }

.min-vh-50 {
  min-height: 50vh; }
  @media (min-width: 920px) {
    .min-vh-50 {
      min-height: 50vh; } }

/***
----------------------------------STRUTTURE ECCEDENTI
 */
.hilite-block, .section-block, .hilite-block .row, .section-block .row, .carousel, .teaser-horizontal-list {
  width: calc(100vw - 30px); }
  @media (min-width: 680px) and (max-width: 919.98px) {
    .hilite-block, .section-block, .hilite-block .row, .section-block .row, .carousel, .teaser-horizontal-list {
      width: calc(92.8571428571vw - 30px - 0px); } }
  @media (min-width: 920px) {
    .hilite-block, .section-block, .hilite-block .row, .section-block .row, .carousel, .teaser-horizontal-list {
      width: calc(85.7142857143vw - 30px + 4px); } }
  @media (min-width: 1360px) {
    .hilite-block, .section-block, .hilite-block .row, .section-block .row, .carousel, .teaser-horizontal-list {
      width: calc(78.5714285714vw - 30px - 7px); } }

/**
===============================================
 */
.hilite-block, .section-block {
  margin-bottom: 30px; }
  .hilite-block .row, .section-block .row {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background-color: rgba(0, 70, 113, 0.2);
    margin: 0;
    padding-left: calc(7.1428571429vw - 15px); }
    @media (min-width: 920px) {
      .hilite-block .row, .section-block .row {
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px; } }
  .hilite-block .entry-col, .section-block .entry-col {
    padding-right: 7.1428571429vw; }
    @media (min-width: 680px) {
      .hilite-block .entry-col, .section-block .entry-col {
        padding-right: 30px; } }
  .hilite-block .img-col, .section-block .img-col {
    padding-right: 0; }
    .hilite-block .img-col .img-wrapper img, .section-block .img-col .img-wrapper img {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

.section-block .row {
  background-color: transparent !important;
  padding-left: 0; }

/**
============ TEASER
 */
.teaser {
  margin-bottom: 30px;
  /**
  -layout
   */ }
  .teaser .h2, .teaser .contextual-menu .main-page-title, .contextual-menu .teaser .main-page-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 200;
    margin-bottom: 15px; }
    @media (min-width: 1920px) {
      .teaser .h2, .teaser .contextual-menu .main-page-title, .contextual-menu .teaser .main-page-title {
        font-size: 36px;
        line-height: 36px; } }
  .teaser > span, .teaser > span > span, .teaser > a > span, .teaser > a > span > span {
    display: block; }
  .teaser a {
    display: block;
    color: #fff; }
    .teaser a:hover {
      text-decoration: none; }
  .teaser .h3, .teaser .accordion .accordion-item .accordion-header .accordion-label, .accordion .accordion-item .accordion-header .teaser .accordion-label, .teaser .tabs nav a, .tabs nav .teaser a, .teaser .menu-block .main-item > a, .menu-block .teaser .main-item > a, .teaser .menu-block .main-item > span, .menu-block .teaser .main-item > span, .teaser .submenu-block .main-item > a, .submenu-block .teaser .main-item > a, .teaser .submenu-block .main-item > span, .submenu-block .teaser .main-item > span {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px; }
  .teaser .post-date {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.5); }
  .teaser .img.bg-blue-light {
    background-color: transparent !important; }
  .teaser .teaser-flex {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 679.98px) {
      .teaser .teaser-flex {
        flex-direction: column; } }
  .teaser .img {
    position: relative;
    flex-shrink: 0;
    margin-bottom: 30px; }
    @media (min-width: 680px) {
      .teaser .img {
        margin-right: 30px;
        margin-bottom: 0; } }
  .teaser .teaser-header {
    flex: 1 1 100%;
    padding-right: 15px; }
  .teaser .teaser-content {
    flex: 1 1 100%; }
    .teaser .teaser-content > span {
      display: block; }
  .teaser .post-date {
    padding-top: 5px;
    border-left: solid 1px rgba(255, 255, 255, 0.2); }
  .teaser .teaser-number {
    color: #fff !important; }

.img.no-img.w1 {
  flex: 1 1 220px;
  min-width: 220px;
  height: 145px; }
.img.no-img.w2 {
  flex: 1 1 240px;
  min-width: 240px;
  height: 211px; }
.img.no-img.w3 {
  flex: 1 1 375px;
  min-width: 375px;
  height: 250px; }
.img.no-img.w4 {
  flex: 1 1 150px;
  min-width: 150px;
  height: 150px; }

.bg-wrapper {
  width: 100%;
  height: 100%;
  background-color: #002138; }
  .bg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.4; }

/**
============ TEASER 1 e 3
 */
.teaser-1 .teaser-number, .teaser-3 .teaser-number {
  font-size: 32px;
  line-height: 32px;
  padding: 15px 7.5px 30px;
  border-left: solid 1px #fff;
  position: absolute;
  left: 15px;
  bottom: 0;
  font-weight: bold; }
.teaser-1 .teaser-cta, .teaser-3 .teaser-cta {
  border-left: solid 1px rgba(255, 255, 255, 0.2); }
  .teaser-1 .teaser-cta > span, .teaser-3 .teaser-cta > span {
    border-left: solid 3px rgba(255, 255, 255, 0.2);
    margin-left: -3px;
    padding-left: 15px; }
.teaser-1 .post-abstract, .teaser-1 .post-date, .teaser-3 .post-abstract, .teaser-3 .post-date {
  padding-left: 15px; }
.teaser-1 .post-abstract, .teaser-3 .post-abstract {
  border-left: solid 1px #fff; }

/**
============ TEASER 1
 */
.teaser-1 {
  margin-bottom: 0; }
  .teaser-1 .img img {
    transition: opacity 0.4s;
    opacity: 0.5; }
  .teaser-1:hover .img img {
    opacity: 1; }
  .teaser-1 .teaser-flex {
    padding-bottom: 60px; }
    @media (min-width: 680px) {
      .teaser-1 .teaser-flex {
        align-items: flex-end;
        padding-bottom: 0px; } }
    .teaser-1 .teaser-flex .teaser-header {
      padding-left: 15px; }
  .teaser-1 .teaser-header {
    padding-top: 15px; }
  .teaser-1 .post-abstract {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    padding-bottom: 15px; }
  @media (max-width: 919.98px) {
    .teaser-1 .img {
      margin-bottom: 0; }
    .teaser-1 img {
      max-width: 100%; } }
  @media (max-width: 919.98px) {
    .teaser-1 .ui-teaser1-image {
      flex: 1 1 90%;
      max-width: 90%; } }

/**
============ TEASER 3
 */
.teaser-3 .img {
  display: inline-block;
  border-radius: 15px;
  overflow: hidden; }
  @media (min-width: 920px) {
    .teaser-3 .img {
      border-radius: 30px; } }
.teaser-3 .teaser-flex {
  align-items: normal; }
  .teaser-3 .teaser-flex > span {
    display: flex;
    flex-direction: column; }
    .teaser-3 .teaser-flex > span .post-abstract {
      flex: 1; }
    .teaser-3 .teaser-flex > span .post-date {
      flex: 0; }
.teaser-3 .teaser-content {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .teaser-3 .teaser-content .post-abstract {
    flex: 0; }
  .teaser-3 .teaser-content .post-date {
    flex: 1; }

/**
============ TEASER 2 e 4
 */
.teaser-2 a, .teaser-4 a {
  display: block; }
.teaser-2 .img, .teaser-4 .img {
  border-radius: 15px;
  overflow: hidden; }
  @media (min-width: 920px) {
    .teaser-2 .img, .teaser-4 .img {
      border-radius: 30px; } }
.teaser-2 .teaser-cta, .teaser-4 .teaser-cta {
  border-left: none !important; }
  .teaser-2 .teaser-cta > span, .teaser-4 .teaser-cta > span {
    border-left: solid 3px rgba(255, 255, 255, 0.2);
    margin-left: -3px;
    padding-left: 15px; }

/**
============ TEASER 4
 */
.teaser-horizontal-list {
  padding-top: 30px; }

.teaser-4 .teaser-number {
  font-size: 32px;
  line-height: 32px;
  padding: 15px 7.5px 30px;
  border-right: solid 1px #fff;
  position: absolute;
  right: 15px;
  bottom: 0;
  font-weight: bold; }
.teaser-4 .teaser-flex {
  flex-direction: column;
  padding-left: 4px; }
.teaser-4 .teaser-flex {
  height: 100%; }
.teaser-4 .img {
  margin-bottom: 15px; }
.teaser-4 .img {
  width: 120px;
  height: 120px;
  background-color: #9DB0BB;
  position: relative; }
  .teaser-4 .img img {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 64px;
    height: 64px; }
  @media (min-width: 1360px) {
    .teaser-4 .img {
      width: 180px;
      height: 180px; }
      .teaser-4 .img img {
        width: 82px;
        height: 82px; } }
.teaser-4 .teaser-content {
  border-left: solid 1px rgba(255, 255, 255, 0.5); }
  @media (min-width: 920px) {
    .teaser-4 .teaser-content .h2, .teaser-4 .teaser-content .contextual-menu .main-page-title, .contextual-menu .teaser-4 .teaser-content .main-page-title {
      height: 100%;
      display: block; } }
.teaser-4 .h2, .teaser-4 .contextual-menu .main-page-title, .contextual-menu .teaser-4 .main-page-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 30px;
  margin-bottom: 0; }
.teaser-4 .post-abstract {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 15px; }

/**
============ TEASER 5
 */
.teaser-5 {
  width: 100%; }
  .teaser-5 .teaser-flex {
    height: 50vh; }
    @media (min-width: 920px) {
      .teaser-5 .teaser-flex {
        height: 80vh; } }
    @media (min-width: 1360px) {
      .teaser-5 .teaser-flex {
        padding-top: 5vh;
        height: 80vh; } }
  .teaser-5 .img {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 30px; }
    .teaser-5 .img span {
      position: relative;
      z-index: 2;
      border-left: solid 1px #fff;
      padding: 0 15px 7.5px; }
    .teaser-5 .img .h2, .teaser-5 .img .contextual-menu .main-page-title, .contextual-menu .teaser-5 .img .main-page-title {
      padding-bottom: 30px;
      margin: 0; }
    @media (min-width: 920px) {
      .teaser-5 .img {
        padding: 0 60px; }
        .teaser-5 .img span {
          padding: 0 30px 7.5px; }
        .teaser-5 .img .h2, .teaser-5 .img .contextual-menu .main-page-title, .contextual-menu .teaser-5 .img .main-page-title {
          padding-bottom: 60px; } }
  .teaser-5 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.5; }

/**
----variante home
 */
@media (max-width: 919.98px) {
  .home .teaser-cols {
    display: flex;
    align-items: center;
    height: 30vh; }
    .home .teaser-cols .teaser-5 {
      flex: 1 1 50% !important; }
      .home .teaser-cols .teaser-5 .teaser-flex {
        height: 30vh; } }

.teaser-list-home {
  padding-left: 15px; }
  @media (min-width: 920px) {
    .teaser-list-home {
      padding-left: 45px; } }

.teaser-list-home {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 45px;
  padding-bottom: 45px; }

.force-mt-neg {
  margin-top: -30px; }

/**
============ number
 */
.numbers-list {
  padding-bottom: 30px; }

.numbers-list-half {
  padding-top: 45px; }
  @media (min-width: 920px) {
    .numbers-list-half {
      display: flex;
      flex-wrap: wrap; }
      .numbers-list-half .number-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 45px; } }

@media (min-width: 920px) {
  .numbers-list-inline {
    display: flex;
    flex-wrap: wrap; }
    .numbers-list-inline .number-item {
      flex-shrink: 0;
      flex-grow: 1;
      padding-right: 45px; } }

.number-item {
  color: #9DB0BB;
  /**
=========================numbers big
 */ }
  .number-item .number-label {
    display: inline-block;
    border-bottom: solid 6px rgba(255, 255, 255, 0.2); }
  .number-item.bad .number-label {
    border-bottom-color: #fe1792; }
  .number-item.good .number-label {
    border-bottom-color: #28b982; }
  .number-item .number-value {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    border-top: solid 1px #9DB0BB;
    padding: 7.5px 0; }
  .number-item .number-value-desc {
    text-transform: uppercase;
    flex: 1 1 100%;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    display: block;
    padding-top: 7.5px;
    padding-right: 7.5px; }
  .number-item .number-value-entity {
    display: block;
    flex: 0 0; }

.number-date {
  color: #fff;
  display: flex;
  align-items: flex-end; }
  .number-date .number-date-prefix {
    text-transform: uppercase;
    flex: 1 1  100%;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    display: block;
    padding-top: 7.5px;
    padding-right: 7.5px; }
  .number-date .number-date-value {
    display: block;
    flex: 0 0; }
  .number-date .number-date-suffix {
    text-transform: uppercase;
    flex: 1 1 100%;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    display: block;
    padding-top: 7.5px;
    padding-right: 7.5px; }

.home .entry .numbers-list {
  border-left: solid 1px rgba(255, 255, 255, 0.2); }

/**
============ person
 */
.person-item .person-name {
  display: flex;
  align-items: flex-end;
  padding: 7.5px 30px 7.5px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px; }
  @media (min-width: 920px) {
    .person-item .person-name {
      font-size: 28px;
      line-height: 32px;
      min-height: 94px; } }
.person-item .person-title {
  display: block;
  border-top: solid 1px #9DB0BB;
  padding: 0 0 7.5px 0; }
.person-item .person-title-desc {
  display: inline-block;
  border-top: solid 6px rgba(255, 255, 255, 0.2); }
.person-item.item-small .person-name {
  font-size: 18px;
  line-height: 22px; }
.person-item.item-small .person-title-desc {
  font-size: 12px;
  line-height: 18px; }

.number-label, .person-title-desc {
  color: #9DB0BB;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.18em;
  padding: 7.5px 30px 7.5px 0; }

/**
================image wrapper
 */
.img-wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden; }
  .img-wrapper img {
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    height: auto;
    display: block; }
    @media (min-width: 920px) {
      .img-wrapper img {
        border-radius: 30px; } }

.caption {
  font-size: 11px;
  line-height: 11px;
  text-align: right;
  display: block;
  max-width: 250px;
  padding: 15px 65px 0 15px;
  mix-blend-mode: difference;
  position: relative; }

.caption:before {
  content: '';
  width: 1px;
  height: calc(100% + 30px);
  background: white;
  position: absolute;
  bottom: 0;
  right: 49px; }

.caption:after {
  content: '';
  width: 100px;
  height: 100px;
  background: url("data:image/svg+xml,%3csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.8977 75.1023C19.9329 70.1375 16.5519 63.812 15.1821 56.9257C13.8123 50.0394 14.5154 42.9015 17.2023 36.4147C19.8892 29.928 24.4393 24.3836 30.2773 20.4828C36.1152 16.582 42.9788 14.5 50 14.5C57.0212 14.5 63.8848 16.582 69.7227 20.4828C75.5607 24.3836 80.1108 29.928 82.7977 36.4147C85.4846 42.9015 86.1877 50.0394 84.8179 56.9257C83.4481 63.812 80.0671 70.1375 75.1023 75.1023' stroke='%23fff'/%3e%3ccircle cx='50.5' cy='50.5' r='2.5' fill='%23fff'/%3e%3c/svg%3e") right top no-repeat;
  position: absolute;
  bottom: calc(100% - 10px);
  right: 0; }

/**
================image wrapper AUTO
 */
.carousel {
  position: relative;
  overflow: hidden; }

.carousel-items {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  display: flex;
  /*.img-wrapper-auto{
    position: absolute;
  }*/ }
  @media (min-width: 920px) {
    .carousel-items {
      height: 320px; } }
  @media (min-width: 1360px) {
    .carousel-items {
      height: 552px; } }
  .carousel-items .img-wrapper-auto {
    flex: 0 0 100%; }

/**
variante in colonna
 */
@media (min-width: 920px) {
  .col-md-4 .carousel {
    width: calc(35.7142857143vw - 15px + 4px); } }
@media (min-width: 1360px) {
  .col-md-4 .carousel {
    width: calc(35.7142857143vw - 15px - 2px); } }

.img-wrapper-auto {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 200px; }
  @media (min-width: 920px) {
    .img-wrapper-auto {
      border-bottom-left-radius: 30px;
      border-top-left-radius: 30px; } }
  @media (min-width: 920px) {
    .img-wrapper-auto {
      height: 320px; } }
  @media (min-width: 1920px) {
    .img-wrapper-auto {
      height: 552px; } }
  .img-wrapper-auto img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.caption-wrapper {
  height: 5em;
  position: relative; }
  .caption-wrapper .caption {
    display: block;
    position: absolute;
    top: 0;
    right: calc(7.1428571429vw - 15px - 7px); }

/*
//counter
 */
.carousel-counter {
  display: flex;
  align-items: center;
  line-height: 1em;
  padding-top: 15px; }
  .carousel .carousel-counter {
    position: absolute;
    left: 0;
    top: 552px; }
  .carousel-counter .item-current-number {
    font-weight: bold; }
  .carousel-counter .item-graphic-bar {
    margin: 0 10px;
    width: 68px;
    border-top: solid 1px #fff;
    position: relative; }
    .carousel-counter .item-graphic-bar .item-graphic-bar-cursor {
      background-color: rgba(255, 255, 255, 0.5);
      width: 50%;
      height: 5px;
      position: absolute;
      left: 0;
      top: 0; }
  .carousel-counter .item-current-total {
    font-size: 0.8em;
    text-transform: uppercase; }

.carousel-pager {
  position: absolute;
  left: 0;
  top: calc(100px - 40px);
  width: 100%; }
  .carousel-pager .pager-item-link {
    padding: 0;
    mix-blend-mode: difference;
    opacity: 0.2; }
  .carousel-pager .pager-item-link-prev {
    transform: translateX(-12px); }
  .carousel-pager .pager-item-link-next {
    transform: translateX(12px); }
  @media (min-width: 920px) {
    .carousel-pager {
      top: calc(160px - 24px); }
      .carousel-pager .pager-item-link-prev {
        transform: translateX(-16px); }
      .carousel-pager .pager-item-link-next {
        transform: translateX(16px); } }
  @media (min-width: 1360px) {
    .carousel-pager {
      top: calc(276px - 40px); }
      .carousel-pager .pager-item-link-prev {
        transform: translateX(-36.3636363636px); }
      .carousel-pager .pager-item-link-next {
        transform: translateX(36.3636363636px); } }

.page-nav {
  padding: 30px 0; }
  @media (min-width: 680px) {
    .page-nav {
      display: flex;
      justify-content: center; }
      .page-nav .sep {
        width: 1px;
        background-color: rgba(157, 176, 187, 0.5);
        display: block; }
      .page-nav .pager-item-link {
        flex: 0 1 50%; } }

.icon-wrapper {
  background-color: #D9D9D9;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  padding: 0 19.5px;
  width: 48px;
  height: 48px;
  border-radius: 24px; }
  @media (min-width: 1360px) {
    .icon-wrapper {
      padding: 0 22.5px;
      width: 80px;
      height: 80px;
      border-radius: 40px; } }
  .icon-wrapper svg {
    width: 12px;
    height: auto; }
    .icon-wrapper svg .st1 {
      fill: none;
      stroke: #002138;
      stroke-width: 4; }
    .icon-wrapper svg .st0 {
      fill: none;
      stroke: #ff00cc;
      display: none; }

.pager-item-link {
  color: #9DB0BB;
  display: block;
  position: relative;
  padding: 15px; }
  .pager-item-link span {
    display: block; }
  .pager-item-link .icon-wrapper {
    position: absolute;
    top: 15px;
    left: 0; }
  .pager-item-link.pager-item-link-prev {
    padding-left: 63px;
    padding-right: 15px; }
    @media (min-width: 920px) {
      .pager-item-link.pager-item-link-prev {
        padding-left: 95px;
        padding-right: 30px; } }
    .pager-item-link.pager-item-link-prev .icon-wrapper {
      left: 0; }
  .pager-item-link.pager-item-link-next {
    padding-right: 63px;
    padding-left: 15px;
    text-align: right; }
    @media (min-width: 920px) {
      .pager-item-link.pager-item-link-next {
        padding-right: 95px;
        padding-left: 30px; } }
    .pager-item-link.pager-item-link-next .icon-wrapper {
      left: auto;
      right: 0;
      justify-content: flex-start; }
  .pager-item-link .t2, .pager-item-link .entry h4, .entry .pager-item-link h4 {
    text-transform: uppercase; }
  .pager-item-link .t3, .pager-item-link .timeline .timeline-item .timeline-entry .timeline-title, .timeline .timeline-item .timeline-entry .pager-item-link .timeline-title {
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 0.18em;
    font-size: 18px;
    line-height: 22px; }

/**
///backlink
 */
.back-link {
  color: #9DB0BB;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  padding-top: 30px;
  padding-bottom: 30px; }
  .back-link .icon-wrapper {
    background-color: #D9D9D9;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0;
    transition: all 0.4s; }
    .back-link .icon-wrapper svg {
      width: 10px;
      height: auto;
      transition: transform 1s ease; }
      .back-link .icon-wrapper svg .st1 {
        fill: none;
        stroke: #002138;
        stroke-width: 4; }
      .back-link .icon-wrapper svg .st0 {
        fill: none;
        stroke: #ff00cc;
        display: none; }
  .back-link .t2, .back-link .entry h4, .entry .back-link h4 {
    display: block;
    text-align: right;
    text-transform: uppercase;
    padding-left: 63px; }
  .back-link:hover {
    text-decoration: none;
    color: #fff; }
    .back-link:hover .icon-wrapper {
      background-color: #fff; }
    .back-link:hover svg {
      animation: arrowPulse 1s ease-in-out infinite; }

/**
///contestual
 */
.contextual-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .contextual-menu .main-page-title {
    text-transform: uppercase;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right; }
  .contextual-menu .spacer-block {
    border-right: solid 1px #9DB0BB;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .contextual-menu .sb-1 {
    min-height: 140px; }
    @media (min-width: 1920px) {
      .contextual-menu .sb-1 {
        min-height: 243px; } }
  .contextual-menu .sb-2 {
    height: 100%;
    flex: 1 1 100%; }
  .contextual-menu .h3, .contextual-menu .accordion .accordion-item .accordion-header .accordion-label, .accordion .accordion-item .accordion-header .contextual-menu .accordion-label, .contextual-menu .tabs nav a, .tabs nav .contextual-menu a, .contextual-menu .menu-block .main-item > a, .menu-block .contextual-menu .main-item > a, .contextual-menu .menu-block .main-item > span, .menu-block .contextual-menu .main-item > span, .contextual-menu .submenu-block .main-item > a, .submenu-block .contextual-menu .main-item > a, .contextual-menu .submenu-block .main-item > span, .submenu-block .contextual-menu .main-item > span {
    display: block;
    text-align: right;
    text-transform: uppercase;
    padding: 15px 0; }
  .contextual-menu .area-name {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-weight: normal;
    padding: 7.5px 15px;
    border-right: solid 3px #9DB0BB;
    letter-spacing: 0.2em; }
  .contextual-menu ul, .contextual-menu li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .contextual-menu .links {
    /**
    sublink
     */ }
    .contextual-menu .links a, .contextual-menu .links .active {
      display: block;
      border-right: solid 1px #9DB0BB;
      text-align: left;
      color: #9DB0BB;
      text-transform: uppercase;
      margin-bottom: 2px;
      padding: 7.5px 15px;
      letter-spacing: 0.18em; }
    .contextual-menu .links a {
      position: relative;
      overflow: hidden; }
      .contextual-menu .links a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(157, 176, 187, 0.2);
        mix-blend-mode: screen;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        opacity: 0;
        transition: all 0.4s;
        transform: translateX(50%); }
      .contextual-menu .links a:hover {
        text-decoration: none; }
      .contextual-menu .links a:hover:after {
        opacity: 1;
        transform: translateX(0); }
    .contextual-menu .links .active {
      color: #fff;
      font-weight: bold;
      border-right: solid 3px #fff; }
    .contextual-menu .links ul ul {
      display: none;
      margin-bottom: 30px; }
      .contextual-menu .links ul ul a {
        font-size: 12px;
        text-align: right;
        padding: 2px 15px;
        line-height: 20px; }
        @media (min-width: 2550px) {
          .contextual-menu .links ul ul a {
            font-size: 14px;
            line-height: 22px; } }
      .contextual-menu .links ul ul .active {
        text-align: right; }
    .contextual-menu .links .active + ul {
      display: block; }

.helper-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
  padding-top: 110px;
  border-right: solid 1px #9DB0BB; }

/**
///////////////ACCORDION
 */
.accordion {
  /**
  -------------open
   */ }
  .accordion .accordion-item {
    background-color: rgba(0, 70, 113, 0.2);
    border-radius: 24px;
    margin-bottom: 15px;
    transition: background-color 0.2s; }
    @media (min-width: 920px) {
      .accordion .accordion-item {
        border-radius: 40px;
        margin-bottom: 30px; } }
    .accordion .accordion-item .accordion-header {
      display: flex;
      cursor: pointer; }
      .accordion .accordion-item .accordion-header .accordion-label {
        display: flex;
        align-items: center;
        flex: 1 1 100%;
        opacity: 0.5;
        padding-left: 15px;
        transition: opacity 0.2s; }
        @media (min-width: 920px) {
          .accordion .accordion-item .accordion-header .accordion-label {
            padding-left: 45px; } }
      .accordion .accordion-item .accordion-header .icon-wrapper {
        background-color: #9DB0BB;
        transform: rotate(90deg);
        transition: all 0.2s; }
    .accordion .accordion-item:hover {
      background-color: rgba(0, 70, 113, 0.7); }
      .accordion .accordion-item:hover .accordion-label {
        opacity: 1; }
      .accordion .accordion-item:hover .icon-wrapper {
        background-color: #fff; }
    .accordion .accordion-item .accordion-content {
      height: 0;
      overflow: hidden; }
        .accordion .accordion-item .accordion-content .entry {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 48px;
            padding-left: 15px;
        }
        @media (min-width: 920px) {
          .accordion .accordion-item .accordion-content .entry {
            padding-bottom: 30px;
            padding-left: 40px;
            padding-right: 80px; } }
  .accordion .accordion-item-open {
    background-color: #004671 !important; }
    .accordion .accordion-item-open .accordion-header .accordion-label {
      opacity: 1; }
    .accordion .accordion-item-open .accordion-header .icon-wrapper {
      background-color: #fff;
      transform: rotate(-90deg); }
    .accordion .accordion-item-open .accordion-content {
      height: auto; }

/**
///////////////tabs
*/
.tabs nav {
  margin-bottom: 30px; }
  .tabs nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .tabs nav a {
    background-color: rgba(0, 70, 113, 0.2);
    border-radius: 18px;
    margin: 0 5px 5px 0;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    padding: 7.5px 15px;
    transition: all 0.2s;
    color: rgba(255, 255, 255, 0.5);
    position: relative; }
  .tabs nav a:hover {
    background-color: rgba(0, 70, 113, 0.7);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
  .tabs nav a.active {
    background-color: #004671 !important;
    color: white;
    text-decoration: none;
    padding-left: 45px; }
    .tabs nav a.active:after {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 7px;
      background-color: #007CB7;
      position: absolute;
      top: 10px;
      left: 10px; }

.theme-white .tabs nav a {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 33, 56, 0.4); }
.theme-white .tabs nav a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(0, 33, 56, 0.7);
  text-decoration: none; }
.theme-white .tabs nav a.active {
  background-color: white !important;
  color: #002138; }
  .theme-white .tabs nav a.active:after {
    background-color: #007CB7; }

/**
--------------------layout
 */
.sidebar-left {
  min-height: 100vh; }
  @media (max-width: 919.98px) {
    .sidebar-left {
      display: none; } }
  .sidebar-left .contextual-menu, .sidebar-left .helper-block {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-height: 100vh;
    padding-bottom: 60px; }

@media (min-width: 920px) {
  .pb-md-5 {
    padding-bottom: 60px; } }

.page-content, .page-img-col {
  padding-top: 90px;
  padding-bottom: 30px; }
  @media (min-width: 680px) {
    .page-content, .page-img-col {
      padding-top: 75px;
      padding-bottom: 60px; } }
  @media (min-width: 920px) {
    .page-content, .page-img-col {
      padding-top: 75px;
      padding-bottom: 60px; } }
  @media (min-width: 1360px) {
    .page-content, .page-img-col {
      padding-top: 105px;
      padding-bottom: 60px; } }
  @media (min-width: 1920px) {
    .page-content, .page-img-col {
      padding-top: 177px;
      padding-bottom: 60px; } }

@media (max-width: 919.98px) {
  .page-content.order-2 {
    padding-top: 0; } }

.page-img-col {
  padding-bottom: 0; }
  @media (min-width: 920px) {
    .page-img-col {
      position: -webkit-sticky;
      position: sticky;
      top: 0; } }

main {
  position: relative; }
  main > .container {
    z-index: 2;
    position: relative; }
  @media (min-width: 680px) and (max-width: 919.98px) {
    main {
      padding-left: 7.1428571429vw; } }

/**
-------------------------FOOTER
 */
#footer {
  position: relative;
  z-index: 999; }

#footer, #menu-footer {
  padding-bottom: 30px;
  background-color: #002138; }
  #footer ul, #menu-footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  @media (min-width: 920px) {
    #footer, #menu-footer {
      padding-bottom: 0px; } }
  @media (min-width: 1360px) {
    #footer, #menu-footer {
      padding-bottom: 0;
      position: fixed;
      width: 100%;
      height: 60px;
      left: 0;
      bottom: 0;
      font-size: 12px;
      background-color: rgba(0, 33, 56, 0.1);
      backdrop-filter: blur(15px);
      transition: all 1s;
      z-index: 999; }
      #footer ul, #footer li, #menu-footer ul, #menu-footer li {
        list-style: none;
        margin: 0;
        padding: 0; } }
  @media (max-width: 679.98px) {
    #footer .row, #menu-footer .row {
      margin-left: -30px;
      margin-right: -30px; } }

.footer-content {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px; }
  .footer-content ul {
    display: flex;
    align-items: center; }
  @media (min-width: 1920px) {
    .footer-content {
      font-size: 12px; } }
  @media (min-width: 920px) and (max-width: 1359.98px) {
    .footer-content {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1359.98px) {
    .footer-content .sep-hide {
      display: none; }
    .footer-content .modal-link {
      display: none; } }
  @media (min-width: 920px) and (max-width: 1359.98px) {
    .footer-content .sep-2 {
      display: none; } }
  @media (max-width: 919.98px) {
    .footer-content {
      padding: 15px 0; }
      .footer-content .copyright, .footer-content .sep-2 {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
        /**/ }
      .footer-content .sep-1 {
        margin-left: 0; }
      .footer-content .language-switcher {
        flex: 1 1 calc(100% - 50px); }
      .footer-content .copyright, .footer-content .language-switcher, .footer-content .social-links, .footer-content .footer-menu {
        min-height: 37.5px; }
      .footer-content .footer-menu {
        display: flex;
        align-items: center; } }
  @media (min-width: 1360px) {
    .footer-content {
      justify-content: space-between; } }
  .footer-content a {
    color: #fff;
    display: block;
    padding: 3px;
    transition: all 0.4s; }
  .footer-content div {
    flex-shrink: 0;
    flex-grow: 0; }
  .footer-content .footer-menu a {
    padding: 0 10px; }
  @media (max-width: 679.98px) {
    .footer-content .footer-menu li:first-child a {
      padding-left: 5px; } }
  .footer-content .footer-menu li:not(:first-child) {
    border-left: solid 1px #fff; }
  .footer-content .modal-link {
    text-transform: uppercase; }

#footer a {
  position: relative; }
  #footer a:before {
    content: '';
    position: absolute;
    top: -3px;
    right: 3px;
    width: 8px;
    height: 8px;
    background-color: #007cb7;
    border-radius: 50%;
    transform: scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: none; }
  #footer a:hover {
    text-decoration: none; }
    #footer a:hover::before {
      animation: rippleEffect2 1s ease-out infinite; }

.sep-1 {
  margin: 0 5px;
  display: block;
  width: 30px;
  height: 7px;
  position: relative;
  padding-top: 3px; }
  .sep-1:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff; }
  .sep-1:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0; }

@media (min-width: 920px) {
  .sep-2 {
    margin: 0 5px;
    display: block;
    max-width: 100%;
    height: 7px;
    position: relative;
    padding-top: 3px;
    flex-grow: 1 !important;
    flex-shrink: 1 !important; }
    .sep-2:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #fff;
      opacity: 0.2; } }

/**
------------------------ socials
 */
.social-links {
  display: flex;
  align-items: center; }
  .social-links span {
    display: block; }
    @media (max-width: 679.98px) {
      .social-links span {
        padding-left: 5px; } }
  .social-links a {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: left;
    text-indent: 9999px;
    margin: 0 0 0 3px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    mix-blend-mode: screen;
    white-space: nowrap; }
  .social-links .icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='34'%20viewBox='0%200%2033%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.6964%2031.9684H16.6965C24.615%2031.9684%2031.0981%2025.8237%2031.6377%2018.0423H31.6747V16.9909C31.6747%208.71884%2024.9692%202.0133%2016.6972%202.0133C8.42514%202.0133%201.71959%208.71884%201.71959%2016.9909C1.71959%2025.2622%208.42513%2031.9677%2016.6964%2031.9684Z'%20fill='white'%20stroke='white'%20stroke-width='2.1028'/%3e%3cpath%20d='M20.8229%2015.91L20.5909%2017.773C20.5516%2018.0843%2020.2881%2018.3184%2019.9754%2018.3184H16.9579V26.1079C16.6397%2026.1366%2016.3173%2026.1513%2015.9913%2026.1513C15.2624%2026.1513%2014.5509%2026.0784%2013.8633%2025.9396V18.3184H11.5425C11.3294%2018.3184%2011.1556%2018.1438%2011.1556%2017.9301V15.5987C11.1556%2015.385%2011.3294%2015.2104%2011.5425%2015.2104H13.8633V11.7142C13.8633%209.56861%2015.5953%207.82959%2017.7324%207.82959H20.4402C20.6532%207.82959%2020.8271%208.00412%2020.8271%208.21791V10.5492C20.8271%2010.763%2020.6532%2010.9375%2020.4402%2010.9375H18.5056C17.6511%2010.9375%2016.9586%2011.6329%2016.9586%2012.4915V15.2111H20.2081C20.581%2015.2111%2020.8691%2015.5392%2020.8236%2015.9107L20.8229%2015.91Z'%20fill='black'/%3e%3c/svg%3e"); }
  .social-links .icon-x {
    background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='34'%20viewBox='0%200%2033%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.7666%2031.9684C25.0386%2031.9684%2031.7441%2025.2629%2031.7441%2016.9909C31.7441%208.71884%2025.0386%202.0133%2016.7666%202.0133C8.49453%202.0133%201.78899%208.71884%201.78899%2016.9909C1.78899%2025.2629%208.49453%2031.9684%2016.7666%2031.9684Z'%20fill='white'%20stroke='white'%20stroke-width='2.1028'/%3e%3cpath%20d='M18.7762%2015.711L24.4096%209.68579H22.2703L17.8488%2014.4157L14.4626%209.68579H8.61121L14.5341%2017.9596L8.61121%2024.2954H10.7505L15.4621%2019.2557L19.0699%2024.2954H24.9212L18.7762%2015.7117V15.711ZM11.6266%2011.2356H13.6663L21.9065%2022.7456H19.8668L11.6266%2011.2356Z'%20fill='black'/%3e%3c/svg%3e"); }
  .social-links .icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='34'%20viewBox='0%200%2033%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8352%2031.9684C25.1073%2031.9684%2031.8128%2025.2629%2031.8128%2016.9909C31.8128%208.71884%2025.1073%202.0133%2016.8352%202.0133C8.5632%202.0133%201.85766%208.71884%201.85766%2016.9909C1.85766%2025.2629%208.5632%2031.9684%2016.8352%2031.9684Z'%20fill='white'%20stroke='white'%20stroke-width='2.1028'/%3e%3cpath%20d='M22.8374%2011.0896H10.8346C9.64857%2011.0896%208.68689%2012.0513%208.68689%2013.2366V20.7436C8.68689%2021.9296%209.64857%2022.8905%2010.8346%2022.8905H22.8374C24.0226%2022.8905%2024.9843%2021.9296%2024.9843%2020.7436V13.2366C24.9843%2012.0513%2024.0226%2011.0896%2022.8374%2011.0896ZM18.7635%2017.5088L15.4257%2019.177C15.0402%2019.3697%2014.5874%2019.0901%2014.5874%2018.6597V15.3232C14.5874%2014.8929%2015.0409%2014.6132%2015.4257%2014.8053L18.7635%2016.4735C19.1897%2016.6866%2019.1897%2017.2957%2018.7635%2017.5088Z'%20fill='black'/%3e%3c/svg%3e"); }
  .social-links .icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='34'%20viewBox='0%200%2033%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9061%2031.9684C25.1781%2031.9684%2031.8837%2025.2629%2031.8837%2016.9909C31.8837%208.71884%2025.1781%202.0133%2016.9061%202.0133C8.63406%202.0133%201.92852%208.71884%201.92852%2016.9909C1.92852%2025.2629%208.63406%2031.9684%2016.9061%2031.9684Z'%20fill='white'%20stroke='white'%20stroke-width='2.1028'/%3e%3cpath%20d='M20.6848%209.68579H13.128C11.1808%209.68579%209.60162%2011.265%209.60162%2013.2122V20.769C9.60162%2022.7162%2011.1808%2024.2954%2013.128%2024.2954H20.6848C22.632%2024.2954%2024.2112%2022.7162%2024.2112%2020.769V13.2122C24.2112%2011.265%2022.632%209.68579%2020.6848%209.68579ZM22.9516%2020.5166C22.9516%2021.9073%2021.8231%2023.0358%2020.4325%2023.0358H13.3797C11.989%2023.0358%2010.8605%2021.9073%2010.8605%2020.5166V13.4638C10.8605%2012.0732%2011.989%2010.9447%2013.3797%2010.9447H20.4325C21.8231%2010.9447%2022.9516%2012.0732%2022.9516%2013.4638V20.5166Z'%20fill='black'/%3e%3cpath%20d='M16.913%2013.2122C14.8278%2013.2122%2013.135%2014.9049%2013.135%2016.9902C13.135%2019.0755%2014.8278%2020.7682%2016.913%2020.7682C18.9983%2020.7682%2020.6911%2019.0755%2020.6911%2016.9902C20.6911%2014.9049%2018.9983%2013.2122%2016.913%2013.2122ZM16.913%2019.5094C15.5252%2019.5094%2014.3939%2018.378%2014.3939%2016.9902C14.3939%2015.6023%2015.5252%2014.471%2016.913%2014.471C18.3009%2014.471%2019.4322%2015.6023%2019.4322%2016.9902C19.4322%2018.378%2018.3009%2019.5094%2016.913%2019.5094Z'%20fill='black'/%3e%3cpath%20d='M20.9435%2013.716C21.3608%2013.716%2021.6991%2013.3778%2021.6991%2012.9604C21.6991%2012.5431%2021.3608%2012.2048%2020.9435%2012.2048C20.5262%2012.2048%2020.1879%2012.5431%2020.1879%2012.9604C20.1879%2013.3778%2020.5262%2013.716%2020.9435%2013.716Z'%20fill='black'/%3e%3c/svg%3e"); }
  .social-links .icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='33'%20viewBox='0%200%2033%2033'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9768%2031.9553C25.2488%2031.9553%2031.9544%2025.2497%2031.9544%2016.9777C31.9544%208.70565%2025.2488%202.00011%2016.9768%202.00011C8.70479%202.00011%201.99926%208.70565%201.99926%2016.9777C1.99926%2025.2497%208.70479%2031.9553%2016.9768%2031.9553Z'%20fill='white'%20stroke='white'%20stroke-width='2.1028'/%3e%3cpath%20d='M12.045%2013.2541C13.0357%2013.2541%2013.8387%2012.4511%2013.8387%2011.4604C13.8387%2010.4698%2013.0357%209.66675%2012.045%209.66675C11.0544%209.66675%2010.2513%2010.4698%2010.2513%2011.4604C10.2513%2012.4511%2011.0544%2013.2541%2012.045%2013.2541Z'%20fill='black'/%3e%3cpath%20d='M13.4055%2014.45H10.6838C10.6099%2014.45%2010.5499%2014.5099%2010.5499%2014.5838V23.2838C10.5499%2023.3578%2010.6099%2023.4177%2010.6838%2023.4177H13.4055C13.4795%2023.4177%2013.5394%2023.3578%2013.5394%2023.2838V14.5838C13.5394%2014.5099%2013.4795%2014.45%2013.4055%2014.45Z'%20fill='black'/%3e%3cpath%20d='M23.7037%2017.738V22.8198C23.7037%2023.1485%2023.4345%2023.4177%2023.1058%2023.4177H21.3121C20.9833%2023.4177%2020.7142%2023.1485%2020.7142%2022.8198V18.6345C20.7142%2017.8095%2020.0448%2017.1401%2019.2198%2017.1401C18.3948%2017.1401%2017.7254%2017.8095%2017.7254%2018.6345V22.8198C17.7254%2023.1485%2017.4562%2023.4177%2017.1275%2023.4177H15.3338C15.0051%2023.4177%2014.7359%2023.1485%2014.7359%2022.8198V15.0471C14.7359%2014.7184%2015.0051%2014.4492%2015.3338%2014.4492H17.1275C17.4562%2014.4492%2017.7254%2014.7184%2017.7254%2015.0471V15.4298C18.3233%2014.6553%2019.313%2014.1506%2020.4156%2014.1506C22.0656%2014.1506%2023.7037%2015.3464%2023.7037%2017.738Z'%20fill='black'/%3e%3c/svg%3e"); }

/**
------------------------ language
 */
.language-switcher {
  display: flex;
  align-items: center;
  text-transform: uppercase; }
  .language-switcher > span {
    display: block;
    padding: 0 5px; }
  .language-switcher .active {
    font-weight: 700; }
  .language-switcher .switch {
    width: 46px;
    height: 25px;
    border-radius: 25px;
    position: relative;
    border: solid 1px #fff; }
    .language-switcher .switch:after {
      content: '';
      position: absolute;
      width: 21px;
      height: 21px;
      background-color: #fff;
      left: 1px;
      top: 1px;
      border-radius: 25px;
      transition: left 0.4s; }
  .language-switcher .switch.value-right:after {
    left: 22px; }

/**
------------------------ SITEMAP
 */
#sitemap {
  background-color: rgba(0, 33, 56, 0.85);
  backdrop-filter: blur(25px); }

/**
menu block
 */
.menu-block, .menu-block ul, .menu-block li {
  list-style: none;
  margin: 0;
  padding: 0; }
.menu-block a, .menu-block span {
  color: #fff;
  display: block;
  padding: 0 0 5px 30px; }
.menu-block .overview a, .menu-block .overview span {
  font-style: italic; }
.menu-block .main-item > a, .menu-block .main-item > span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 5px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  padding-left: 29px; }
  @media (min-width: 920px) {
    .menu-block .main-item > a, .menu-block .main-item > span {
      padding-top: 30px;
      margin-bottom: 15px; } }
.menu-block .sub-item > span, .menu-block .sub-item > a {
  font-weight: 700;
  border-left: solid 4px #fff;
  padding-left: 26px;
  margin-top: 15px; }

/**
SUBmenu block
 */
.submenu-block, .submenu-block ul, .submenu-block li {
  list-style: none;
  margin: 0;
  padding: 0; }
.submenu-block a, .submenu-block span {
  color: #fff;
  display: block; }
.submenu-block .main-item {
  margin-bottom: 7.5px; }
  .submenu-block .main-item > a, .submenu-block .main-item > span {
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0 5px 29px;
    border-left: solid 1px #fff; }
  .submenu-block .main-item > ul {
    padding: 0 0 15px 1px;
    border-left: solid 1px #fff; }
    .submenu-block .main-item > ul li > a, .submenu-block .main-item > ul li > span {
      border-left: solid 3px rgba(255, 255, 255, 0.5);
      margin-bottom: 2px;
      padding: 5px 0 5px 29px; }

/*+
external link
 */
.external-item > span:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url("data:image/svg+xml, %3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 7L18 10L15 13' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3e%3cpath d='M16 4V2H2V18H16V16' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M18 10L9 10' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e") center right no-repeat; }

/*+
attachment link
 */
.attachment-item {
  color: #fff;
  position: relative; }
  .attachment-item > span {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 15px; }
  .attachment-item:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml, %3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 2V16V18H3V2H9' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M13 1H14V11H9V5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") center right no-repeat; }

/*+
close link
 */
.close-link, #menu-overlay .menu-close-link {
  border: none;
  display: block;
  background: url("data:image/svg+xml, %3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='21' height='21' rx='10.5' fill='white'/%3e%3cpath d='M15 6L6.00002 15' stroke='black' stroke-width='2' stroke-linecap='round'/%3e%3cpath d='M15 15L6.00002 6.00002' stroke='black' stroke-width='2' stroke-linecap='round'/%3e%3ccircle cx='10.5' cy='10.5' r='1.5' fill='white' stroke='white'/%3e%3c/svg%3e") 12px center no-repeat;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 26px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.18em;
  padding-left: 40px;
  color: black;
  mix-blend-mode: screen;
  font-size: 12px;
  line-height: 40px;
  height: 40px; }
  @media (min-width: 1360px) {
    .close-link, #menu-overlay .menu-close-link {
      background: url("data:image/svg+xml, %3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='21' height='21' rx='10.5' fill='white'/%3e%3cpath d='M15 6L6.00002 15' stroke='black' stroke-width='2' stroke-linecap='round'/%3e%3cpath d='M15 15L6.00002 6.00002' stroke='black' stroke-width='2' stroke-linecap='round'/%3e%3ccircle cx='10.5' cy='10.5' r='1.5' fill='white' stroke='white'/%3e%3c/svg%3e") 14px center no-repeat white;
      width: 7.1428%; } }
  @media (min-width: 1360px) {
    .close-link, #menu-overlay .menu-close-link {
      line-height: 1; } }
  @media (min-width: 1920px) {
    .close-link, #menu-overlay .menu-close-link {
      font-size: 16px;
      height: 50px; } }

.overlay-panel {
  background-color: rgba(0, 33, 56, 0.85);
  backdrop-filter: blur(25px);
  /**
  max height
   */ }
  .overlay-panel .close-link, .overlay-panel #menu-overlay .menu-close-link, #menu-overlay .overlay-panel .menu-close-link {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 2; }
    @media (max-width: 1359.98px) {
      .overlay-panel .close-link, .overlay-panel #menu-overlay .menu-close-link, #menu-overlay .overlay-panel .menu-close-link {
        color: #fff; } }
  .overlay-panel .container {
    max-height: 100vh;
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 90px; }
  .overlay-panel .entry p {
    border-left: none; }
  .overlay-panel .entry h2 {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-left: solid 1px #fff; }
  .overlay-panel .entry .cta {
    border-left: none; }
    .overlay-panel .entry .cta span {
      border-left: solid 3px rgba(255, 255, 255, 0.2); }
  .overlay-panel .entry h3 + h2 {
    color: #fff;
    border: none; }
  .overlay-panel .entry .external-item span {
    color: #fff; }

/**
------------------------
 */
.screen {
  mix-blend-mode: screen; }

.overlay-bottom-panel {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -100%;
  z-index: 998;
  transition: bottom 1s; }
  @media (max-width: 679.98px) {
    .overlay-bottom-panel {
      height: 100vh;
      z-index: 1005; } }
  .overlay-bottom-panel .container {
    position: relative;
    z-index: 1; }

.overlay-bottom-panel.opened {
  bottom: 0; }

@keyframes smooth-appear {
  to {
    bottom: 0px;
    opacity: 1; } }
/**
------------------------
 */
.overlay-center-panel {
  position: fixed;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 998;
  transition: opacity 1s;
  opacity: 0; }
  @media (max-width: 679.98px) {
    .overlay-center-panel {
      height: 100vh;
      z-index: 1005; } }
  .overlay-center-panel .container {
    position: relative;
    z-index: 1; }

.overlay-center-panel.opened {
  opacity: 1; }

/**
-------------
 */
.overlay-full-panel {
  position: fixed;
  width: 0;
  opacity: 0;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 33, 56, 0.9);
  backdrop-filter: blur(5px); }
  .overlay-full-panel .container {
    position: relative;
    z-index: 1; }

.overlay-full-panel.opened {
  width: 100vw;
  opacity: 1;
  z-index: 998; }
  @media (max-width: 679.98px) {
    .overlay-full-panel.opened {
      z-index: 1005; } }

#thank-you-panel .container {
  background-image: url("../img/ty_bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover; }
  @media (min-width: 920px) {
    #thank-you-panel .container {
      background-position: left center;
      background-size: 50% auto; } }

/**
===============================TIMELINE
 */
.timeline {
  padding-bottom: 60px; }
  .timeline .timeline-item {
    border-left: solid 1px rgba(255, 255, 255, 0.2); }
    .timeline .timeline-item .timeline-date {
      color: #9DB0BB;
      border-left: solid 4px #9DB0BB;
      font-weight: bold;
      text-transform: uppercase;
      padding: 15px; }
      @media (min-width: 920px) {
        .timeline .timeline-item .timeline-date {
          padding-left: 45px; } }
    .timeline .timeline-item .timeline-entry {
      display: flex; }
      .timeline .timeline-item .timeline-entry span {
        display: block; }
      .timeline .timeline-item .timeline-entry .timeline-title {
        color: #fff;
        padding: 15px;
        text-transform: uppercase;
        font-weight: 300; }
        @media (min-width: 920px) {
          .timeline .timeline-item .timeline-entry .timeline-title {
            font-weight: 200;
            text-align: right; } }
        @media (min-width: 920px) {
          .timeline .timeline-item .timeline-entry .timeline-title {
            padding-left: 45px;
            flex: 1 1 30%; } }
      .timeline .timeline-item .timeline-entry .timeline-content {
        background-color: #9DB0BB;
        border-radius: 15px;
        padding: 15px;
        color: #004671;
        font-weight: bold; }
        @media (min-width: 920px) {
          .timeline .timeline-item .timeline-entry .timeline-content {
            padding: 30px;
            border-radius: 15px;
            flex: 1 1 70%; } }

/**
============ HEADER
 */
.avio-logo a {
  display: flex;
  align-items: center; }
  .avio-logo a:hover {
    text-decoration: none; }
.avio-logo svg {
  width: 85px;
  height: auto;
  margin-right: 10px; }
.avio-logo .logo_color {
  display: none; }
@media (min-width: 920px) {
  .avio-logo svg {
    width: 105px;
    height: auto; } }
.avio-logo .st0 {
  fill: #fff; }
.avio-logo span {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #c9d9e3;
  display: block;
  padding: 15px 10px;
  border-left: solid 1px #c9d9e3;
  max-width: 100px;
  line-height: 1; }

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  /**
  ====================================================================
   */
  /**
------------------------ search-group
 */ }
  @media (min-width: 1360px) {
    #header {
      position: fixed; } }
  #header .avio-logo {
    flex: 1 1 50%; }
  #header .header-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0 0 15px; }
    @media (min-width: 1360px) {
      #header .header-container {
        padding: 30px 0 0 30px; } }
    @media (min-width: 1920px) {
      #header .header-container {
        padding: 45px 0 0 calc(7.1428% + 30px); } }
  #header .header-collapse {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: rgba(0, 70, 113, 0.7);
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    backdrop-filter: blur(15px);
    padding: 2px 0;
    min-height: 62px;
    padding-left: 15px;
    padding-right: 15px; }
  #header .main-menu {
    display: none;
    transition: all 0.4s; }
    @media (min-width: 1360px) {
      #header .main-menu {
        display: block; } }
  #header .main-menu, #header .links-block {
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
    opacity: 1; }
    #header .main-menu ul, #header .main-menu li, #header .links-block ul, #header .links-block li {
      list-style: none;
      margin: 0;
      padding: 0; }
    #header .main-menu ul, #header .links-block ul {
      overflow: hidden;
      display: flex;
      align-items: center; }
    #header .main-menu a, #header .links-block a {
      display: block;
      color: #fff;
      white-space: nowrap;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-size: 12px;
      padding: 0 15px; }
      @media (min-width: 920px) {
        #header .main-menu a, #header .links-block a {
          padding: 10px 15px; } }
      @media (min-width: 1920px) {
        #header .main-menu a, #header .links-block a {
          padding: 15px 30px;
          font-size: 14px; } }
      #header .main-menu a.active, #header .links-block a.active {
        font-weight: 700; }
  #header .main-menu a {
    overflow: visible; }
    #header .main-menu a::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      background-color: rgba(157, 176, 187, 0.5);
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(0.1);
      opacity: 0;
      z-index: -1;
      transition: none; }
    #header .main-menu a:hover {
      text-decoration: none;
      color: #fff; }
      #header .main-menu a:hover::before {
        animation: rippleEffect 1s ease-out infinite; }
  #header #menu-icon {
    margin-right: 0;
    height: 18px;
    width: auto;
    cursor: pointer; }
  @media (min-width: 1360px) {
    #header #menu-icon {
      margin-right: 0;
      position: absolute;
      left: 500px;
      top: 11px;
      z-index: 10;
      opacity: 0;
      transition: all 0.4s;
      height: 20px; }
    #header.menu-closed .header-collapse {
      width: 62px; }
    #header.menu-closed .main-menu {
      transform: translateX(100%);
      opacity: 0;
      padding: 0; }
    #header.menu-closed .links-block {
      padding-left: 56px; }
      #header.menu-closed .links-block ul {
        width: 0; }
    #header.menu-closed #menu-icon {
      left: 15px;
      opacity: 1; }
    #header.menu-closed .sub-header-collapse {
      transform: translateX(110%); } }
  @media (min-width: 1920px) {
    #header #menu-icon {
      top: 22px; } }
  #header .search-group {
    overflow: hidden;
    transition: all 0.4s; }
    #header .search-group label {
      transition: all 0.4s; }
    @media (min-width: 1360px) {
      #header .search-group {
        padding: 5px 30px 5px 15px;
        min-width: 48px; } }
    @media (min-width: 1920px) {
      #header .search-group {
        padding: 15px 30px 15px 15px; } }
    #header .search-group label, #header .search-group input, #header .search-group button {
      display: none; }
      @media (min-width: 1360px) {
        #header .search-group label, #header .search-group input, #header .search-group button {
          display: block; } }
  @media (min-width: 1360px) {
    #header.search-closed .search-group {
      width: 56px;
      padding: 5px 15px; } }
  @media (min-width: 1360px) and (min-width: 1920px) {
    #header.search-closed .search-group {
      padding: 15px; } }
  @media (min-width: 1360px) {
      #header.search-closed .search-group label {
        margin: 0 7.5px 0 0;
        cursor: pointer; } }

.search-group {
  background-color: #002138;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  display: flex;
  align-items: center; }
  .search-group label {
    margin: 0 5px 0 0; }
    .search-group label span {
      display: none; }
  .search-group input {
    background: transparent;
    border: none;
    color: #fff;
    margin: 0 5px 0 0;
    padding: 0 10px; }
  @media (min-width: 1360px) {
    .search-group:hover, .search-group:focus {
      background-color: #004671; }
      .search-group:hover #search-icon circle, .search-group:hover #search-icon line, .search-group:focus #search-icon circle, .search-group:focus #search-icon line {
        stroke: #fecd17; } }
  .search-group input:focus {
    background: transparent;
    color: white;
    border: none;
    outline: none; }
  .search-group input::placeholder {
    font-style: italic;
    color: #9DB0BB;
    opacity: 1; }
  .search-group button {
    background: transparent;
    border: none;
    opacity: 0.5;
    padding: 0;
    margin: 0; }
    .search-group button span {
      display: none; }
    .search-group button:hover {
      opacity: 1; }
  .search-group .search-link {
    padding: 5px 15px !important; }
    @media (min-width: 1360px) {
      .search-group .search-link {
        display: none !important; } }
    .search-group .search-link span {
      display: none; }
  .helper-block .search-group, .entry .search-group {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    margin-bottom: 30px;
    padding: 7.5px 15px;
    width: 100%; }
    .helper-block .search-group input, .entry .search-group input {
      width: 100%; }
    .helper-block .search-group input::placeholder, .entry .search-group input::placeholder {
      color: #9DB0BB;
      opacity: 1; }

/**
==========================NEW ESTERNAL SITES LINK
 */
.sub-header-collapse {
  display: none;
  transition: all 1s ease;
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 1360px) {
    .sub-header-collapse {
      display: block; } }

.top-external-links {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px; }
  .top-external-links ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: width 0.4s; }
    @media (min-width: 1920px) {
      .top-external-links ul {
        padding: 7px 0; } }
  .top-external-links a {
    font-weight: 500;
    display: block;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    padding: 0 15px 0 5px;
    font-size: 10px; }
    @media (min-width: 1920px) {
      .top-external-links a {
        font-size: 12px; } }
  .top-external-links a, .top-external-links .sep-1 {
    opacity: 0.8;
    transition: all 0.4s;
    text-decoration: none; }
    .top-external-links a:hover, .top-external-links .sep-1:hover {
      opacity: 1; }
  .top-external-links a:hover {
    padding: 0 5px 0 15px; }

.description-list {
  margin: 0;
  padding: 15px 0;
  list-style: none; }
  .description-list li {
    margin-bottom: 4px; }
    .description-list li .desc {
      font-weight: bold;
      display: block;
      text-transform: uppercase; }
    .description-list li .value {
      display: block;
      padding: 0 0 7.5px 15px; }
  @media (min-width: 1360px) {
    .description-list li {
      display: flex;
      align-items: flex-start; }
      .description-list li .desc {
        padding: 7.5px 15px 7.5px 0;
        flex: 0 0 30%;
        border-right: solid 1px #fff;
        text-align: right;
        line-height: 1; } }

/**

=============================LAYOUT BLOCKS
 */
.heading-flex {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .heading-flex .number-date {
    width: 100%; }

.teaser-horizontal-list {
  display: flex;
  margin-left: -30px;
  padding-left: 30px;
  overflow: scroll;
  min-width: 100%; }
  @media (max-width: 679.98px) {
    .teaser-horizontal-list {
      min-width: 100vw; } }
  @media (min-width: 920px) {
    .teaser-horizontal-list {
      overflow: auto;
      margin-left: 0;
      padding-left: 0; } }
  .teaser-horizontal-list > .teaser {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    padding-right: 15px; }
    @media (max-width: 919.98px) {
      .teaser-horizontal-list > .teaser {
        min-width: 30%; } }
    @media (max-width: 679.98px) {
      .teaser-horizontal-list > .teaser {
        min-width: 65%; } }
    .teaser-horizontal-list > .teaser .teaser-flex {
      height: 100%; }
    .teaser-horizontal-list > .teaser .teaser-header {
      flex: 0 0 0; }
    @media (min-width: 920px) {
      .teaser-horizontal-list > .teaser .teaser-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .teaser-horizontal-list > .teaser .teaser-content .post-abstract {
          height: 100%; } }

.teaser-date .teaser-date-block {
  border-radius: 15px;
  background-color: #004671;
  padding: 15px 15px 0 15px;
  min-width: 120px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 30px;
  margin-bottom: 15px; }
  .teaser-date .teaser-date-block span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    padding-left: 15px; }
    .teaser-date .teaser-date-block span.day {
      padding-top: 15px;
      margin: 0; }
    .teaser-date .teaser-date-block span.month, .teaser-date .teaser-date-block span.year {
      font-size: 14px; }
    .teaser-date .teaser-date-block span.year {
      padding-bottom: 15px; }
.teaser-date .teaser-flex {
  flex-direction: row !important; }
.teaser-date h3 {
  padding-top: 15px;
  font-weight: bold;
  color: #fff; }
.teaser-date p {
  color: #9DB0BB; }

.teaser-date-big .teaser-date-block {
  background-color: #c9d9e3;
  padding: 15px 15px 0 15px;
  min-width: 180px;
  color: #002138; }
  .teaser-date-big .teaser-date-block span {
    border-left: solid 1px #002138;
    padding-left: 15px; }
    .teaser-date-big .teaser-date-block span.day {
      padding-top: 15px;
      margin: 0;
      letter-spacing: 0; }
    .teaser-date-big .teaser-date-block span.month, .teaser-date-big .teaser-date-block span.year {
      font-size: 22px; }
    .teaser-date-big .teaser-date-block span.year {
      padding-bottom: 15px; }
@media (max-width: 679.98px) {
  .teaser-date-big .teaser-flex {
    flex-direction: column !important; } }

.teaser-step {
  border-radius: 15px;
  background-color: #002138;
  padding: 0 30px 30px;
  color: #fff; }
  .teaser-step h4 {
    border-left: solid 1px #9DB0BB;
    color: #9DB0BB;
    font-weight: bold;
    font-size: 22px;
    padding-top: 30px;
    display: flex;
    padding-left: 15px; }
    .teaser-step h4 .number {
      margin-right: 5px; }
    .teaser-step h4 .title {
      font-size: 0.6em;
      color: #fff; }
  .teaser-horizontal-list .teaser-step {
    margin-right: 15px; }

.teaser-cols {
  margin-left: -30px;
  margin-right: -30px; }
  .teaser-cols .teaser {
    margin: 0; }
  @media (min-width: 920px) {
    .teaser-cols {
      margin: 0;
      display: flex;
      align-items: center; }
      .teaser-cols > div {
        flex: 1 1 50%; } }
  @media (min-width: 1360px) {
    .teaser-cols {
      height: 100vh; } }

@media (min-width: 1360px) {
  .teaser-grid {
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .teaser-grid > div {
      padding-left: 15px;
      padding-right: 15px;
      flex: 1; } }

.persons-grid {
  padding: 30px 0; }
  @media (min-width: 680px) {
    .persons-grid {
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
      padding-left: 15px; }
      .persons-grid > div {
        flex: 1 1 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1360px) {
    .persons-grid > div {
      flex: 1 1 33%;
      max-width: 33%; } }

/**
==================hub-1
 */
.hub-container {
  padding: 0; }

@media (min-width: 920px) {
  .hub-row {
    display: flex; } }

.hub-col {
  flex: 1 1 100%;
  position: relative; }
  @media (min-width: 920px) {
    .hub-col {
      min-height: 100vh; } }
  .hub-col .bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50vh; }
    @media (max-width: 919.98px) {
      .hub-col .bg-wrapper img {
        opacity: 0.5; }
      .hub-col .bg-wrapper:after {
        content: '';
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: linear-gradient(0deg, #002138 0%, rgba(0, 33, 56, 0) 100%); } }
    @media (min-width: 920px) {
      .hub-col .bg-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; } }
  .hub-col .hub-content {
    padding: 30px 15px;
    padding-top: 30vh;
    position: relative;
    z-index: 3; }
    @media (min-width: 920px) {
      .hub-col .hub-content {
        padding: 30px 15px;
        padding-top: 15vh; } }
    @media (min-width: 1360px) {
      .hub-col .hub-content {
        padding: 45px 15px;
        padding-top: 30vh; } }
    .hub-col .hub-content .row {
      margin: 0; }
    .hub-col .hub-content .h1, .hub-col .hub-content .template-single-page .page-content.is-media section h1, .template-single-page .page-content.is-media section .hub-col .hub-content h1 {
      color: #fff;
      border-left: none;
      padding-top: 0;
      padding-bottom: 30px; }
  @media (min-width: 1360px) {
    .hub-col.hub-col-1 .row {
      padding-left: calc(7.1428571429vw + 15px); } }

/**
----variante home
 */
@media (min-width: 920px) {
  .home .hub-content, #root-page---home .hub-content {
    padding: 150px 0 45px 0; }
  .home .hub-col-1, .home .hub-col-2, #root-page---home .hub-col-1, #root-page---home .hub-col-2 {
    display: flex;
    align-items: flex-end; } }
@media (min-width: 1360px) {
  .home .hub-content, #root-page---home .hub-content {
    padding: 150px 0; }
  .home .hub-col-1, #root-page---home .hub-col-1 {
    display: flex;
    align-items: flex-start; }
  .home .hub-col-2, #root-page---home .hub-col-2 {
    display: flex;
    align-items: flex-end; } }

/**
=========================HUB 2
 */
@media (min-width: 920px) {
  .hub-2 {
    padding: 0; }
    .hub-2 .entry {
      padding-right: 60px; }
    .hub-2 > .row {
      margin: 0;
      padding-left: calc(7.1428571429vw + 15px); }
      .hub-2 > .row > div {
        padding: 0; } }

/**
=========================HUB 3
 */
.hub-3 .page-content, .hub-3 .teaser-list {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 1920px) {
    .hub-3 .page-content, .hub-3 .teaser-list {
      padding-top: 130px;
      padding-bottom: 60px; } }
  .hub-3 .page-content .teaser, .hub-3 .teaser-list .teaser {
    margin: 0; }
  .hub-3 .page-content .teaser-3, .hub-3 .teaser-list .teaser-3 {
    margin-top: 15px;
    margin-bottom: 15px; }
@media (min-width: 1360px) {
  .hub-3 .page-content {
    max-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-height: 100vh; } }
.hub-3 .teaser-list {
  height: 100%; }

/**
==================MOBILE FOOTER
 */
#mobile-footer {
  background-color: rgba(0, 33, 56, 0.2);
  position: fixed;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(25px);
  z-index: 999;
  width: 100%;
  transition: all 0.4s; }
  @media (min-width: 1360px) {
    #mobile-footer {
      display: none; } }
  #mobile-footer .tools {
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%; }
  #mobile-footer .back-link, #mobile-footer .toc-link, #mobile-footer .top-link {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff; }
    #mobile-footer .back-link:before, #mobile-footer .toc-link:before, #mobile-footer .top-link:before {
      content: '';
      position: absolute;
      width: 21px;
      height: 21px;
      background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 21 22'%3e%3cpath d='M10.5.5C4.7.5,0,5.2,0,11s4.7,10.5,10.5,10.5,10.5-4.7,10.5-10.5S16.3.5,10.5.5ZM16.7,10.2l-6.2,5.6-6.2-5.6c-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0l4.8,4.4,4.8-4.4c.4-.4,1-.3,1.4,0,.4.4.3,1,0,1.4Z' style='fill: %23fff;'/%3e%3c/svg%3e") center right no-repeat;
      z-index: 1; }
  #mobile-footer .toc-link {
    padding: 0 0 0 30px; }
    #mobile-footer .toc-link:before {
      left: 0;
      top: 0; }
  #mobile-footer .back-link {
    padding: 0 0 0 30px; }
    #mobile-footer .back-link:before {
      left: 0;
      top: 0;
      transform: rotate(90deg); }
  #mobile-footer .toc-link:before {
    left: 0;
    top: 0; }
  #mobile-footer .top-link-wrapper {
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    position: absolute;
    left: calc(100% - 15px);
    bottom: 0; }
    #mobile-footer .top-link-wrapper .sep-1 {
      margin-left: 0; }
  #mobile-footer .top-link {
    padding: 0 30px 0 0; }
    #mobile-footer .top-link:before {
      right: 0;
      top: 0;
      transform: rotate(-90deg); }
  #mobile-footer .contextual-menu {
    padding-right: 60px;
    overflow: hidden;
    transition: height 0.4s; }
    #mobile-footer .contextual-menu .spacer-block, #mobile-footer .contextual-menu .back-link {
      display: none; }
    #mobile-footer .contextual-menu .h3, #mobile-footer .contextual-menu .accordion .accordion-item .accordion-header .accordion-label, .accordion .accordion-item .accordion-header #mobile-footer .contextual-menu .accordion-label, #mobile-footer .contextual-menu .tabs nav a, .tabs nav #mobile-footer .contextual-menu a, #mobile-footer .contextual-menu .menu-block .main-item > a, .menu-block #mobile-footer .contextual-menu .main-item > a, #mobile-footer .contextual-menu .menu-block .main-item > span, .menu-block #mobile-footer .contextual-menu .main-item > span, #mobile-footer .contextual-menu .submenu-block .main-item > a, .submenu-block #mobile-footer .contextual-menu .main-item > a, #mobile-footer .contextual-menu .submenu-block .main-item > span, .submenu-block #mobile-footer .contextual-menu .main-item > span {
      display: block;
      width: 100%;
      padding-left: 15px;
      opacity: .5; }
    #mobile-footer .contextual-menu a {
      padding: 5px 15px; }
  #mobile-footer.mobile-footer-open {
    bottom: 0; }
    #mobile-footer.mobile-footer-open .toc-link:before {
      background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 21 22'%3e%3cpath d='M10.5.5C4.7.5,0,5.2,0,11s4.7,10.5,10.5,10.5,10.5-4.7,10.5-10.5S16.3.5,10.5.5ZM16.7,15.2c.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0l-4.8-4.4-4.8,4.4c-.4.4-1,.3-1.4,0-.4-.4-.3-1,0-1.4l4.7-4.3-4.7-4.3c-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0l4.8,4.4,4.8-4.4c.4-.4,1-.3,1.4,0,.4.4.3,1,0,1.4l-4.7,4.3,4.7,4.3Z' style='fill: %23fff;'/%3e%3c/svg%3e") center right no-repeat; }

/**
-------------------menu overlay
 */
#menu-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 100%;
  bottom: 0;
  z-index: 1002;
  background-color: rgba(0, 33, 56, 0);
  transition: all 0.4s;
  overflow: auto; }
  @media (min-width: 1360px) {
    #menu-overlay {
      display: none !important; } }
  #menu-overlay.contacts-mobile-color {
    background-color: #004671 !important; }
  #menu-overlay.search-mobile-color {
    background-color: #007cb7 !important; }
  #menu-overlay .avio-logo {
    position: fixed;
    left: -150px;
    top: 15px;
    transition: all 0.4s; }
  #menu-overlay .menu-close-link {
    color: #fff;
    font-size: 10px;
    position: fixed;
    top: 5px;
    right: -150px;
    z-index: 2;
    transition: all 0.4s; }
  #menu-overlay #menu-footer {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 33, 56, 0.1);
    backdrop-filter: blur(20px);
    position: fixed;
    left: 0;
    bottom: -200px;
    opacity: 0;
    width: 100%;
    padding-bottom: 0;
    transition: all 0.4s; }
    #menu-overlay #menu-footer .copyright {
      min-height: auto; }
  #menu-overlay .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    transform-origin: left top;
    display: flex;
    transform: rotate(-90deg);
    position: fixed;
    z-index: 5;
    left: -100px;
    top: 371px;
    transition: all 0.4s; }
    #menu-overlay .tabs a, #menu-overlay .tabs span {
      color: rgba(255, 255, 255, 0.5);
      display: block;
      padding: 15px 0 0 30px;
      text-transform: uppercase;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2);
      margin: 2px;
      transition: all 0.4s;
      letter-spacing: 0.2em; }
    #menu-overlay .tabs .active {
      color: white;
      border-bottom: solid 3px white; }
  #menu-overlay.mobile-menu-open {
    left: 0;
    background-color: #002138; }
    #menu-overlay.mobile-menu-open .avio-logo {
      left: 15px; }
    #menu-overlay.mobile-menu-open .menu-close-link {
      right: 15px; }
    #menu-overlay.mobile-menu-open .tabs {
      left: 42px; }
      @media (min-width: 680px) {
        #menu-overlay.mobile-menu-open .tabs {
          left: 142px; } }
    #menu-overlay.mobile-menu-open #menu-footer {
      bottom: 0;
      opacity: 1; }
  #menu-overlay .menu-overlay-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 75px;
    padding-bottom: 0px; }
  #menu-overlay .mobile-panel {
    padding-left: 60px;
    padding-bottom: 60px;
    min-height: calc(100vh - 75px); }
    @media (min-width: 680px) {
      #menu-overlay .mobile-panel {
        padding-left: 160px; } }
  #menu-overlay #contacts-mobile {
    padding-bottom: 260px; }
    @media (min-width: 1360px) {
      #menu-overlay #contacts-mobile {
        padding-bottom: 60px; } }
  #menu-overlay .search-group {
    padding: 15px;
    margin-top: 15px;
    transform: translateX(15px);
    width: calc(100% + 30px); }
    @media (min-width: 680px) {
      #menu-overlay .search-group {
        width: calc(100% + 15px); } }
    @media (min-width: 920px) {
      #menu-overlay .search-group input {
        width: 100%; } }

/** ======================================== FIXRD BG*/
.fixed-bg {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  /**
  -----oscuramento
   */ }
  .fixed-bg img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    object-fit: cover; }
    @media (min-width: 680px) {
      .fixed-bg img {
        object-position: top center; } }
    @media (min-width: 920px) and (max-width: 1359.98px) {
      .fixed-bg img {
        object-position: top right; } }
  .fixed-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(45deg, #002138 0%, #002138 25%, rgba(0, 33, 56, 0) 75%);
    z-index: 2; }
  @media (min-width: 920px) {
    .fixed-bg:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      background: linear-gradient(90deg, #002138 0%, #002138 5%, rgba(0, 33, 56, 0) 75%);
      z-index: 2; }
    .fixed-bg img {
      width: 100vw; } }
  @media (min-width: 1360px) {
    .fixed-bg:before {
      background: linear-gradient(90deg, #002138 0%, rgba(0, 33, 56, 0.3) 100%); } }
  .fixed-bg:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 0;
    background-color: rgba(0, 33, 56, 0);
    z-index: 3;
    transition: all 1s; }
  .fixed-bg.obscured:after {
    width: 100vw;
    background-color: rgba(0, 33, 56, 0.75);
    backdrop-filter: blur(15px); }

section {
  position: relative; }
  section > .container {
    position: relative;
    z-index: 2; }

@media (min-width: 920px) and (max-width: 1359.98px) {
  section > .container,
  .template-sub-page-listing.container {
    padding-right: 0;
    padding-left: 60px; }
    section > .container > .row,
    .template-sub-page-listing.container > .row {
      margin-right: 0; } }

@media (min-width: 920px) and (max-width: 1359.98px) {
  .pr-md-reset {
    padding-right: 60px; } }

.section-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh; }
  .section-bg img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    z-index: 1; }

iframe {
  border: none;
  width: 100%; }

/**
===========================ROCKET
 */
@media (min-width: 920px) {
  ._rocket-display {
    width: calc(78.5714285714vw - 30px - 5px);
    padding-left: 15px;
    padding-right: 15px;
    background-color: green;
    display: flex;
    position: relative; } }
@media (min-width: 920px) {
  ._rocket-display .info {
    flex: 0 0 90%; } }
@media (min-width: 1920px) {
  ._rocket-display .info {
    flex: 0 0 75%; } }

@media (min-width: 920px) {
  .p-md-0 {
    padding: 0 !important; } }

@media (min-width: 920px) {
  .pb-md-0 {
    padding-bottom: 0 !important; } }

.rocket-display {
  /* Migliora le performance per le animazioni */ }
  @media (min-width: 920px) {
    .rocket-display .rocket {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      max-height: 100vh; } }
  .rocket-display .rocket .stages {
    width: 100%;
    height: 100%;
    position: relative; }
    .rocket-display .rocket .stages img {
      position: absolute;
      width: auto;
      height: 75%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .rocket-display .img-col {
    padding-right: 0;
    transform: translateX(15px); }
    .rocket-display .img-col .img-wrapper img {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .rocket-display .stages img {
    transition: opacity 0.3s ease;
    will-change: opacity, transform;
    opacity: 0;
    transform: translateZ(0);
    backface-visibility: hidden; }
  .rocket-display .stages .active {
    opacity: 1; }

/**
================================FORM
 */
@media (min-width: 920px) {
  .contact-form {
    padding-bottom: 90px; } }

.form-section {
  margin-bottom: 15px; }
  .form-section h3 {
    margin-bottom: 15px; }

.form-row {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 1360px) {
    .form-row {
      flex-wrap: nowrap; } }
  .form-row.no-gutters {
    margin-left: 0;
    margin-right: 0; }

.form-group {
  background-color: #9DB0BB;
  border-radius: 50px;
  display: flex;
  padding: 2px;
  align-items: center;
  flex: 1 1 100%;
  margin-left: 15px;
  margin-right: 15px;
  position: relative; }
  .form-group label {
    color: #004671;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    padding: 5px 15px;
    flex: 1 1 60%;
    margin: 0;
    position: relative; }
  .form-group select, .form-group input {
    border-radius: 48px;
    flex: 1 1 40%;
    padding: 5px 15px; }
  .form-group .input-group-text + input {
    padding-right: 50px;
    text-align: right; }
  .form-group .input-group-text {
    color: #004671;
    font-weight: bold;
    position: absolute;
    padding: 5px 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 18px;
    line-height: 1; }

.form-group-2 label {
  white-space: normal;
  flex: 0 0 100px; }
.form-group-2 select, .form-group-2 input {
  flex: 1 1 100%; }

.custom-control {
  min-height: 36px;
  padding-left: 46px; }

.custom-control-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-top: 11px; }
  .custom-control-label a {
    font-weight: bold;
    color: #fff; }
  .custom-control-label::before, .custom-control-label::after {
    width: 36px;
    height: 36px;
    top: 0;
    left: -46px; }
  .custom-control-label span {
    display: inline-block;
    position: relative; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #9DB0BB;
  border-color: #9DB0BB; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9DB0BB; }

.form-action {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px; }

.cta-btn {
  border: none !important;
  background: transparent;
  cursor: pointer; }
  .cta-btn span {
    border: none !important;
    font-weight: bold; }

/**
---error
 */
@keyframes softBlink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
.form-group.error:before, .custom-checkbox.error .custom-control-label span:before, .alert-message:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fe1792;
  z-index: 1;
  animation: softBlink 2s ease-in-out infinite; }

.form-group.error:after, .custom-checkbox.error .custom-control-label span:after, .alert-message:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: solid 1px #fff;
  z-index: 1;
  animation: softBlink 1.5s ease-in-out infinite; }

.form-group.error > label {
  color: red;
  opacity: 1; }
.form-group.error:before {
  top: 0;
  left: 0; }
.form-group.error:after {
  top: -2px;
  left: -2px; }

.custom-checkbox.error .custom-control-label span {
  padding-right: 16px; }
  .custom-checkbox.error .custom-control-label span:before {
    top: 0;
    right: 0; }
  .custom-checkbox.error .custom-control-label span:after {
    top: -2px;
    right: -2px; }

.alert-message {
  background-color: rgba(254, 23, 146, 0.8);
  color: white;
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: bold;
  position: relative; }
  .alert-message:before {
    top: 5px;
    left: 5px; }
  .alert-message:after {
    top: 3px;
    left: 3px; }

/* Container per il background */
.video-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Immagine placeholder */
  /* Video background */
  /* Media query per schermi >= 1024px */ }
  @media (min-width: 920px) {
    .video-background-container:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      background: linear-gradient(90deg, #002138 0%, rgba(0, 33, 56, 0) 50%);
      z-index: 2; } }
  .video-background-container .background-image {
    width: 100vw;
    height: 100vh; }
    .video-background-container .background-image img {
      height: 100vh;
      width: 100vw;
      object-fit: cover;
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0; }
    .video-background-container .background-image:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      background: linear-gradient(0deg, #002138 0%, #002138 25%, rgba(0, 33, 56, 0) 75%);
      z-index: 2; }
    @media (min-width: 920px) {
      .video-background-container .background-image:before {
        background: linear-gradient(90deg, #002138 0%, #002138 25%, rgba(0, 33, 56, 0) 75%); } }
  .video-background-container .background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; }
  @media (min-width: 1024px) {
    .video-background-container {
      /* Nascondi l'immagine quando il video ├¿ caricato */ }
      .video-background-container .background-video {
        display: block; }
      .video-background-container .background-image {
        display: none; } }

/**
---------------

<div class="pagination" data-v-3d8c1e28="">
<!-- Previous Button -->
<span class="pagination-btn disabled" data-v-3d8c1e28="">&lt;</span>
<!-- Page Numbers --><!--[-->
<a href="/media-hub/1" class="page-btn active" data-v-3d8c1e28="">1</a>
<a href="/media-hub/2" class="page-btn" data-v-3d8c1e28="">2</a>
<a href="/media-hub/3" class="page-btn" data-v-3d8c1e28="">3</a><a href="/media-hub/4" class="page-btn" data-v-3d8c1e28="">4</a><!--]--><!-- Next Button --><a href="/media-hub/2" class="pagination-btn" data-v-3d8c1e28="">&gt;</a></div>
 */
/**
---------------
 */
.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: flex-end; }

.pagination-btn, .page-btn {
  padding: 8px 16px;
  background-color: #002138;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.2s;
  white-space: nowrap; }
  .pagination-btn:hover:not(.disabled), .page-btn:hover:not(.disabled) {
    background-color: #004671;
    color: #fff;
    text-decoration: none; }
  .pagination-btn.disabled, .page-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.page-btn.active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #002138;
  font-weight: bold; }

/* Responsive design */
@media (max-width: 768px) {
  .pagination {
    gap: 4px; }

  .pagination-btn,
  .page-btn {
    padding: 6px 10px;
    font-size: 14px; } }
/**
==========================PERSONALIZZAZIONI
 */
.h1-big, .template-sub-page-listing h1, .template-sub-page-listing .h1, .template-sub-page-listing .template-single-page .page-content.is-media section h1, .template-single-page .page-content.is-media section .template-sub-page-listing h1, .template-internal-sub-page-listing .page-content:not(.is-media) > section:first-child h1,
.template-single-page .page-content:not(.is-media) > section:first-child h1, .investor-home h1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 200; }
  @media (min-width: 680px) {
    .h1-big, .template-sub-page-listing h1, .template-sub-page-listing .h1, .template-sub-page-listing .template-single-page .page-content.is-media section h1, .template-single-page .page-content.is-media section .template-sub-page-listing h1, .template-internal-sub-page-listing .page-content:not(.is-media) > section:first-child h1,
    .template-single-page .page-content:not(.is-media) > section:first-child h1, .investor-home h1 {
      font-size: 82px;
      line-height: 82px; } }
  @media (min-width: 920px) {
    .h1-big, .template-sub-page-listing h1, .template-sub-page-listing .h1, .template-sub-page-listing .template-single-page .page-content.is-media section h1, .template-single-page .page-content.is-media section .template-sub-page-listing h1, .template-internal-sub-page-listing .page-content:not(.is-media) > section:first-child h1,
    .template-single-page .page-content:not(.is-media) > section:first-child h1, .investor-home h1 {
      font-size: 42px;
      line-height: 48px; } }
  @media (min-width: 1920px) {
    .h1-big, .template-sub-page-listing h1, .template-sub-page-listing .h1, .template-sub-page-listing .template-single-page .page-content.is-media section h1, .template-single-page .page-content.is-media section .template-sub-page-listing h1, .template-internal-sub-page-listing .page-content:not(.is-media) > section:first-child h1,
    .template-single-page .page-content:not(.is-media) > section:first-child h1, .investor-home h1 {
      font-size: 72px;
      line-height: 72px; } }
  @media (min-width: 2550px) {
    .h1-big, .template-sub-page-listing h1, .template-sub-page-listing .h1, .template-sub-page-listing .template-single-page .page-content.is-media section h1, .template-single-page .page-content.is-media section .template-sub-page-listing h1, .template-internal-sub-page-listing .page-content:not(.is-media) > section:first-child h1,
    .template-single-page .page-content:not(.is-media) > section:first-child h1, .investor-home h1 {
      font-size: 92px;
      line-height: 92px; } }

@media (min-width: 920px) and (max-width: 1359.98px) {
  .template-sub-page-listing .min-vh-100 {
    min-height: auto; } }

.investor-home section {
  z-index: 2; }
.investor-home .number-value-entity {
  color: white; }

@media (min-width: 1360px) {
  .home-col-layout-1 {
    padding-left: 60px; } }

.bg-revenue {
  background-image: url("../img/home_bg_02.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

.search-column {
  padding-top: 60px;
  padding-bottom: 60px; }

/**
============media hub
 */
@media (min-width: 920px) {
  .media-hub .sidebar-categories {
    display: block; } }

/**
============single page column fixing
 */
@media (max-width: 919.98px) {
  .page-content.single-order-1 {
    padding-top: 0; } }

/**
==============================================================================
====================================================================THEME WHITE
 */
.theme-white {
  background-color: #f2f2f2;
  font-weight: 300;
  /** ======================================== */
  /** ======================================== */
  /** ======================================== */
  /** ======================================== */
  /** ======================================== */
  /** ======================================== */ }
  .theme-white #header .avio-logo .logo_white {
    display: none; }
  .theme-white #header .avio-logo .logo_color {
    display: block; }
  .theme-white #header .avio-logo span {
    color: #424C51;
    border-left-color: #424C51; }
  .theme-white main {
    color: #424C51;
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */ }
    .theme-white main .h1, .theme-white main .template-single-page .page-content.is-media section h1, .template-single-page .page-content.is-media section .theme-white main h1, .theme-white main h1, .theme-white main h2, .theme-white main .h2, .theme-white main .contextual-menu .main-page-title, .contextual-menu .theme-white main .main-page-title, .theme-white main p, .theme-white main .p, .theme-white main .entry ul:not(.description-list) li, .entry ul:not(.description-list) .theme-white main li {
      font-weight: 300; }
    .theme-white main p a {
      color: #004671;
      border-bottom: solid 1px #004671; }
      .theme-white main p a:hover {
        color: #007CB7 !important;
        border-bottom: solid 5px #007CB7; }
    .theme-white main .cta.cta-small:before {
      background: url("data:image/svg+xml,%3csvg  viewBox='0 0 50px 50px' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='25px' cy='25px' r='23px' fill='none' stroke='%23000' stroke-width='1' stroke-dasharray=' 117.75px'/%3e%3c/svg%3e ") right center no-repeat; }
    .theme-white main .cta {
      color: #002138;
      font-weight: 300;
      mix-blend-mode: multiply; }
      .theme-white main .cta:before {
        background: url("data:image/svg+xml,%3csvg  viewBox='0 0 100px 100px' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='50px' cy='50px' r='48px' fill='none' stroke='%23000' stroke-width='1' stroke-dasharray=' 261.6666666667px'/%3e%3c/svg%3e ") right center no-repeat; }
      .theme-white main .cta:after {
        background-color: #007CB7; }
      @media (max-width: 679.98px) {
        .theme-white main .cta:before {
          background: url("data:image/svg+xml,%3csvg  viewBox='0 0 50px 50px' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='25px' cy='25px' r='23px' fill='none' stroke='%23000' stroke-width='1' stroke-dasharray=' 117.75px'/%3e%3c/svg%3e ") right center no-repeat; } }
    .theme-white main .entry p {
      border-left-color: #9DB0BB; }
    .theme-white main .entry .cta {
      border-left-color: #9DB0BB; }
      .theme-white main .entry .cta span {
        border-left-color: #9DB0BB; }
    .theme-white main .entry h2 {
      border-left-color: #9DB0BB;
      color: #002138; }
    .theme-white main .entry h3 {
      border-left-color: #9DB0BB;
      color: #002138; }
    .theme-white main .entry h4 {
      font-weight: 200; }
    .theme-white main .entry ul:not(.description-list) li {
      border-left: solid 3px #424C51;
      margin-bottom: 1px;
          /* > a, > span {
             border-left: solid 3px $cool_gray_dark;

           }*/ }
    .theme-white main .attachment-item {
      color: #424C51; }
      .theme-white main .attachment-item:after {
        background: url("data:image/svg+xml, %3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 2V16V18H3V2H9' stroke='%23004671' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M13 1H14V11H9V5' stroke='%23004671' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") center right no-repeat; }
    .theme-white main .hilite-block .row, .theme-white main .section-block .row {
      background-color: rgba(0, 70, 113, 0.1); }
    .theme-white main .teaser a {
      color: #424C51; }
    .theme-white main .teaser .h3, .theme-white main .teaser .accordion .accordion-item .accordion-header .accordion-label, .accordion .accordion-item .accordion-header .theme-white main .teaser .accordion-label, .theme-white main .teaser .tabs nav a, .tabs nav .theme-white main .teaser a, .theme-white main .teaser .menu-block .main-item > a, .menu-block .theme-white main .teaser .main-item > a, .theme-white main .teaser .menu-block .main-item > span, .menu-block .theme-white main .teaser .main-item > span, .theme-white main .teaser .submenu-block .main-item > a, .submenu-block .theme-white main .teaser .main-item > a, .theme-white main .teaser .submenu-block .main-item > span, .submenu-block .theme-white main .teaser .main-item > span {
      color: #424C51; }
    .theme-white main .teaser .post-date {
      color: #424C51; }
    .theme-white main .teaser-1 .teaser-cta, .theme-white main .teaser-3 .teaser-cta {
      border-left-color: #9DB0BB; }
      .theme-white main .teaser-1 .teaser-cta > span, .theme-white main .teaser-3 .teaser-cta > span {
        border-left-color: #9DB0BB; }
    .theme-white main .teaser-1 .post-abstract, .theme-white main .teaser-3 .post-abstract {
      border-left-color: #9DB0BB; }
    .theme-white main .teaser-1 .post-date, .theme-white main .teaser-3 .post-date {
      border-left-color: rgba(157, 176, 187, 0.5); }
    .theme-white main .teaser-2 .teaser-number {
      color: #9DB0BB !important; }
    .theme-white main .teaser-4 .h2, .theme-white main .teaser-4 .contextual-menu .main-page-title, .contextual-menu .theme-white main .teaser-4 .main-page-title {
      color: #002138;
      border-left-color: #9DB0BB; }
    .theme-white main .teaser-4 .post-abstract {
      color: #424C51; }
    .theme-white main .teaser-4 .teaser-cta > span {
      border-left: solid 3px #9DB0BB; }
    .theme-white main .teaser-date h3 {
      color: #002138; }
    .theme-white main .teaser-date p {
      color: #424C51; }
    .theme-white main .teaser-date .teaser-date-block span {
      color: #f2f2f2;
      border-left-color: #f2f2f2; }
    .theme-white main .number-item {
      color: #424C51; }
      .theme-white main .number-item .number-label {
        border-bottom-color: #9DB0BB; }
      .theme-white main .number-item .number-value {
        border-top-color: #9DB0BB; }
    .theme-white main .person-item .person-name {
      color: #424C51; }
    .theme-white main .person-item .person-title {
      border-top-color: #9DB0BB; }
    .theme-white main .person-item .person-title-desc {
      border-top-color: #9DB0BB; }
    .theme-white main .carousel-counter .item-graphic-bar {
      border-top-color: #424C51; }
      .theme-white main .carousel-counter .item-graphic-bar .item-graphic-bar-cursor {
        background-color: rgba(66, 76, 81, 0.5); }
    .theme-white main .icon-wrapper {
      background-color: rgba(66, 76, 81, 0.5); }
      .theme-white main .icon-wrapper svg .st1 {
        stroke: #fff; }
    .theme-white main .accordion {
      /**
      -------------open
       */ }
      .theme-white main .accordion .accordion-item {
        background-color: rgba(255, 255, 255, 0.5); }
        .theme-white main .accordion .accordion-item .accordion-header .icon-wrapper {
          background-color: #D9D9D9; }
        .theme-white main .accordion .accordion-item:hover {
          background-color: rgba(255, 255, 255, 0.7); }
          .theme-white main .accordion .accordion-item:hover .icon-wrapper {
            background-color: #9DB0BB; }
      .theme-white main .accordion .accordion-item-open {
        background-color: white !important; }
        .theme-white main .accordion .accordion-item-open .accordion-header .icon-wrapper {
          background-color: #9DB0BB; }
    @media (min-width: 920px) {
      .theme-white main .page-nav .sep {
        background-color: rgba(66, 76, 81, 0.5); } }
    .theme-white main .pager-item-link {
      color: #424C51; }
    .theme-white main .back-link {
      color: #424C51; }
      .theme-white main .back-link:hover {
        color: #002138; }
        .theme-white main .back-link:hover .icon-wrapper {
          background-color: #004671; }
    .theme-white main .contextual-menu .spacer-block {
      border-right-color: #424C51; }
    .theme-white main .contextual-menu .area-name {
      color: #002138;
      border-right-color: #002138;
      font-weight: 500; }
    .theme-white main .contextual-menu .h3, .theme-white main .contextual-menu .accordion .accordion-item .accordion-header .accordion-label, .accordion .accordion-item .accordion-header .theme-white main .contextual-menu .accordion-label, .theme-white main .contextual-menu .tabs nav a, .tabs nav .theme-white main .contextual-menu a, .theme-white main .contextual-menu .menu-block .main-item > a, .menu-block .theme-white main .contextual-menu .main-item > a, .theme-white main .contextual-menu .menu-block .main-item > span, .menu-block .theme-white main .contextual-menu .main-item > span, .theme-white main .contextual-menu .submenu-block .main-item > a, .submenu-block .theme-white main .contextual-menu .main-item > a, .theme-white main .contextual-menu .submenu-block .main-item > span, .submenu-block .theme-white main .contextual-menu .main-item > span {
      color: #9DB0BB; }
    .theme-white main .contextual-menu .links a, .theme-white main .contextual-menu .links .active {
      color: #424C51;
      border-right-color: #424C51; }
    .theme-white main .contextual-menu .links .active {
      color: #002138;
      border-right-color: #002138; }
    @media (min-width: 920px) {
      .theme-white main .description-list .desc {
        border-right-color: #424C51; } }
  .theme-white .sep-1:before {
    background-color: #798A94; }
  .theme-white .sep-1:after {
    background-color: #798A94; }
  .theme-white #footer {
    background-color: #f2f2f2;
    /** ======================================== */
    /** ======================================== */
    /** ======================================== */ }
    @media (min-width: 920px) {
      .theme-white #footer {
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px); } }
    .theme-white #footer a, .theme-white #footer .copyright {
      color: #798A94; }
    .theme-white #footer .footer-menu li:not(:first-child) {
      border-left-color: #798A94; }
    @media (min-width: 920px) {
      .theme-white #footer .sep-2:before {
        background-color: #798A94;
        opacity: 0.2; } }
    .theme-white #footer .social-links a {
      mix-blend-mode: multiply; }
    .theme-white #footer .social-links span {
      color: #798A94; }
    .theme-white #footer .social-links .icon-facebook {
      background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='34'%20viewBox='0%200%2033%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.6964%2031.9684H16.6965C24.615%2031.9684%2031.0981%2025.8237%2031.6377%2018.0423H31.6747V16.9909C31.6747%208.71884%2024.9692%202.0133%2016.6972%202.0133C8.42514%202.0133%201.71959%208.71884%201.71959%2016.9909C1.71959%2025.2622%208.42513%2031.9677%2016.6964%2031.9684Z'%20fill='%23002138'%20stroke='%23002138'%20stroke-width='2.1028'/%3e%3cpath%20d='M20.8229%2015.91L20.5909%2017.773C20.5516%2018.0843%2020.2881%2018.3184%2019.9754%2018.3184H16.9579V26.1079C16.6397%2026.1366%2016.3173%2026.1513%2015.9913%2026.1513C15.2624%2026.1513%2014.5509%2026.0784%2013.8633%2025.9396V18.3184H11.5425C11.3294%2018.3184%2011.1556%2018.1438%2011.1556%2017.9301V15.5987C11.1556%2015.385%2011.3294%2015.2104%2011.5425%2015.2104H13.8633V11.7142C13.8633%209.56861%2015.5953%207.82959%2017.7324%207.82959H20.4402C20.6532%207.82959%2020.8271%208.00412%2020.8271%208.21791V10.5492C20.8271%2010.763%2020.6532%2010.9375%2020.4402%2010.9375H18.5056C17.6511%2010.9375%2016.9586%2011.6329%2016.9586%2012.4915V15.2111H20.2081C20.581%2015.2111%2020.8691%2015.5392%2020.8236%2015.9107L20.8229%2015.91Z'%20fill='white'/%3e%3c/svg%3e"); }
    .theme-white #footer .social-links .icon-x {
      background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='34'%20viewBox='0%200%2033%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.7666%2031.9684C25.0386%2031.9684%2031.7441%2025.2629%2031.7441%2016.9909C31.7441%208.71884%2025.0386%202.0133%2016.7666%202.0133C8.49453%202.0133%201.78899%208.71884%201.78899%2016.9909C1.78899%2025.2629%208.49453%2031.9684%2016.7666%2031.9684Z'%20fill='%23002138'%20stroke='%23002138'%20stroke-width='2.1028'/%3e%3cpath%20d='M18.7762%2015.711L24.4096%209.68579H22.2703L17.8488%2014.4157L14.4626%209.68579H8.61121L14.5341%2017.9596L8.61121%2024.2954H10.7505L15.4621%2019.2557L19.0699%2024.2954H24.9212L18.7762%2015.7117V15.711ZM11.6266%2011.2356H13.6663L21.9065%2022.7456H19.8668L11.6266%2011.2356Z'%20fill='white'/%3e%3c/svg%3e"); }
    .theme-white #footer .social-links .icon-youtube {
      background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='34'%20viewBox='0%200%2033%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8352%2031.9684C25.1073%2031.9684%2031.8128%2025.2629%2031.8128%2016.9909C31.8128%208.71884%2025.1073%202.0133%2016.8352%202.0133C8.5632%202.0133%201.85766%208.71884%201.85766%2016.9909C1.85766%2025.2629%208.5632%2031.9684%2016.8352%2031.9684Z'%20fill='%23002138'%20stroke='%23002138'%20stroke-width='2.1028'/%3e%3cpath%20d='M22.8374%2011.0896H10.8346C9.64857%2011.0896%208.68689%2012.0513%208.68689%2013.2366V20.7436C8.68689%2021.9296%209.64857%2022.8905%2010.8346%2022.8905H22.8374C24.0226%2022.8905%2024.9843%2021.9296%2024.9843%2020.7436V13.2366C24.9843%2012.0513%2024.0226%2011.0896%2022.8374%2011.0896ZM18.7635%2017.5088L15.4257%2019.177C15.0402%2019.3697%2014.5874%2019.0901%2014.5874%2018.6597V15.3232C14.5874%2014.8929%2015.0409%2014.6132%2015.4257%2014.8053L18.7635%2016.4735C19.1897%2016.6866%2019.1897%2017.2957%2018.7635%2017.5088Z'%20fill='white'/%3e%3c/svg%3e"); }
    .theme-white #footer .social-links .icon-instagram {
      background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='34'%20viewBox='0%200%2033%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9061%2031.9684C25.1781%2031.9684%2031.8837%2025.2629%2031.8837%2016.9909C31.8837%208.71884%2025.1781%202.0133%2016.9061%202.0133C8.63406%202.0133%201.92852%208.71884%201.92852%2016.9909C1.92852%2025.2629%208.63406%2031.9684%2016.9061%2031.9684Z'%20fill='%23002138'%20stroke='%23002138'%20stroke-width='2.1028'/%3e%3cpath%20d='M20.6848%209.68579H13.128C11.1808%209.68579%209.60162%2011.265%209.60162%2013.2122V20.769C9.60162%2022.7162%2011.1808%2024.2954%2013.128%2024.2954H20.6848C22.632%2024.2954%2024.2112%2022.7162%2024.2112%2020.769V13.2122C24.2112%2011.265%2022.632%209.68579%2020.6848%209.68579ZM22.9516%2020.5166C22.9516%2021.9073%2021.8231%2023.0358%2020.4325%2023.0358H13.3797C11.989%2023.0358%2010.8605%2021.9073%2010.8605%2020.5166V13.4638C10.8605%2012.0732%2011.989%2010.9447%2013.3797%2010.9447H20.4325C21.8231%2010.9447%2022.9516%2012.0732%2022.9516%2013.4638V20.5166Z'%20fill='white'/%3e%3cpath%20d='M16.913%2013.2122C14.8278%2013.2122%2013.135%2014.9049%2013.135%2016.9902C13.135%2019.0755%2014.8278%2020.7682%2016.913%2020.7682C18.9983%2020.7682%2020.6911%2019.0755%2020.6911%2016.9902C20.6911%2014.9049%2018.9983%2013.2122%2016.913%2013.2122ZM16.913%2019.5094C15.5252%2019.5094%2014.3939%2018.378%2014.3939%2016.9902C14.3939%2015.6023%2015.5252%2014.471%2016.913%2014.471C18.3009%2014.471%2019.4322%2015.6023%2019.4322%2016.9902C19.4322%2018.378%2018.3009%2019.5094%2016.913%2019.5094Z'%20fill='white'/%3e%3cpath%20d='M20.9435%2013.716C21.3608%2013.716%2021.6991%2013.3778%2021.6991%2012.9604C21.6991%2012.5431%2021.3608%2012.2048%2020.9435%2012.2048C20.5262%2012.2048%2020.1879%2012.5431%2020.1879%2012.9604C20.1879%2013.3778%2020.5262%2013.716%2020.9435%2013.716Z'%20fill='white'/%3e%3c/svg%3e"); }
    .theme-white #footer .social-links .icon-linkedin {
      background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='33'%20viewBox='0%200%2033%2033'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.9768%2031.9553C25.2488%2031.9553%2031.9544%2025.2497%2031.9544%2016.9777C31.9544%208.70565%2025.2488%202.00011%2016.9768%202.00011C8.70479%202.00011%201.99926%208.70565%201.99926%2016.9777C1.99926%2025.2497%208.70479%2031.9553%2016.9768%2031.9553Z'%20fill='%23002138'%20stroke='%23002138'%20stroke-width='2.1028'/%3e%3cpath%20d='M12.045%2013.2541C13.0357%2013.2541%2013.8387%2012.4511%2013.8387%2011.4604C13.8387%2010.4698%2013.0357%209.66675%2012.045%209.66675C11.0544%209.66675%2010.2513%2010.4698%2010.2513%2011.4604C10.2513%2012.4511%2011.0544%2013.2541%2012.045%2013.2541Z'%20fill='white'/%3e%3cpath%20d='M13.4055%2014.45H10.6838C10.6099%2014.45%2010.5499%2014.5099%2010.5499%2014.5838V23.2838C10.5499%2023.3578%2010.6099%2023.4177%2010.6838%2023.4177H13.4055C13.4795%2023.4177%2013.5394%2023.3578%2013.5394%2023.2838V14.5838C13.5394%2014.5099%2013.4795%2014.45%2013.4055%2014.45Z'%20fill='white'/%3e%3cpath%20d='M23.7037%2017.738V22.8198C23.7037%2023.1485%2023.4345%2023.4177%2023.1058%2023.4177H21.3121C20.9833%2023.4177%2020.7142%2023.1485%2020.7142%2022.8198V18.6345C20.7142%2017.8095%2020.0448%2017.1401%2019.2198%2017.1401C18.3948%2017.1401%2017.7254%2017.8095%2017.7254%2018.6345V22.8198C17.7254%2023.1485%2017.4562%2023.4177%2017.1275%2023.4177H15.3338C15.0051%2023.4177%2014.7359%2023.1485%2014.7359%2022.8198V15.0471C14.7359%2014.7184%2015.0051%2014.4492%2015.3338%2014.4492H17.1275C17.4562%2014.4492%2017.7254%2014.7184%2017.7254%2015.0471V15.4298C18.3233%2014.6553%2019.313%2014.1506%2020.4156%2014.1506C22.0656%2014.1506%2023.7037%2015.3464%2023.7037%2017.738Z'%20fill='white'/%3e%3c/svg%3e"); }
    .theme-white #footer .language-switcher {
      color: #798A94; }
      .theme-white #footer .language-switcher .switch {
        border-color: #798A94; }
        .theme-white #footer .language-switcher .switch:after {
          background-color: #798A94; }
  .theme-white #header .header-collapse {
    background-color: rgba(201, 217, 227, 0.7); }
  .theme-white #header .main-menu a, .theme-white #header .links-block a, .theme-white #header .top-external-links a {
    color: #424C51; }
  .theme-white #header .links-block a {
    color: #004671; }
  .theme-white #header .sep-1:before {
    background-color: #004671; }
  .theme-white #header .sep-1:after {
    background-color: #004671; }
  @media (min-width: 920px) {
    .theme-white #header #menu-icon line {
      stroke: #004671; } }
  .theme-white #menu-icon line {
    stroke: #004671; }
  .theme-white #header, .theme-white .helper-block {
    /** ======================================== */ }
    .theme-white #header .search-group, .theme-white .helper-block .search-group {
      background-color: rgba(0, 33, 56, 0.1); }
      .theme-white #header .search-group input, .theme-white .helper-block .search-group input {
        color: #004671; }
      .theme-white #header .search-group input::placeholder, .theme-white .helper-block .search-group input::placeholder {
        color: #004671;
        opacity: 0.8; }
    .theme-white #header #submit-icon rect, .theme-white .helper-block #submit-icon rect {
      fill: #004671; }
    .theme-white #header #submit-icon path, .theme-white .helper-block #submit-icon path {
      stroke: #fff; }
  .helper-block .theme-white #search-icon circle, .helper-block .theme-white #search-icon line, .theme-white #search-icon circle, .theme-white #search-icon line, .helper-block .theme-white #search-icon-2 circle, .helper-block .theme-white #search-icon-2 line, .theme-white #search-icon-2 circle, .theme-white #search-icon-2 line {
    stroke: #004671; }
  .theme-white #mobile-footer {
    background-color: rgba(242, 242, 242, 0.5); }
    .theme-white #mobile-footer .back-link, .theme-white #mobile-footer .toc-link, .theme-white #mobile-footer .top-link {
      color: #004671; }
      .theme-white #mobile-footer .back-link:before, .theme-white #mobile-footer .toc-link:before, .theme-white #mobile-footer .top-link:before {
        background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 21 22'%3e%3cpath d='M10.5.5C4.7.5,0,5.2,0,11s4.7,10.5,10.5,10.5,10.5-4.7,10.5-10.5S16.3.5,10.5.5ZM16.7,10.2l-6.2,5.6-6.2-5.6c-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0l4.8,4.4,4.8-4.4c.4-.4,1-.3,1.4,0,.4.4.3,1,0,1.4Z' style='fill: %23798A94;'/%3e%3c/svg%3e") center right no-repeat; }
    .theme-white #mobile-footer .contextual-menu .spacer-block {
      border-right-color: #424C51; }
    .theme-white #mobile-footer .contextual-menu .h3, .theme-white #mobile-footer .contextual-menu .accordion .accordion-item .accordion-header .accordion-label, .accordion .accordion-item .accordion-header .theme-white #mobile-footer .contextual-menu .accordion-label, .theme-white #mobile-footer .contextual-menu .tabs nav a, .tabs nav .theme-white #mobile-footer .contextual-menu a, .theme-white #mobile-footer .contextual-menu .menu-block .main-item > a, .menu-block .theme-white #mobile-footer .contextual-menu .main-item > a, .theme-white #mobile-footer .contextual-menu .menu-block .main-item > span, .menu-block .theme-white #mobile-footer .contextual-menu .main-item > span, .theme-white #mobile-footer .contextual-menu .submenu-block .main-item > a, .submenu-block .theme-white #mobile-footer .contextual-menu .main-item > a, .theme-white #mobile-footer .contextual-menu .submenu-block .main-item > span, .submenu-block .theme-white #mobile-footer .contextual-menu .main-item > span {
      color: #9DB0BB; }
    .theme-white #mobile-footer .contextual-menu .links a, .theme-white #mobile-footer .contextual-menu .links .active {
      color: #424C51;
      border-right-color: #424C51; }
    .theme-white #mobile-footer .contextual-menu .links .active {
      color: #002138;
      border-right-color: #002138; }
    .theme-white #mobile-footer.mobile-footer-open .toc-link:before {
      background: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 21 22'%3e%3cpath d='M10.5.5C4.7.5,0,5.2,0,11s4.7,10.5,10.5,10.5,10.5-4.7,10.5-10.5S16.3.5,10.5.5ZM16.7,15.2c.4.4.4,1,0,1.4-.4.4-1,.4-1.4,0l-4.8-4.4-4.8,4.4c-.4.4-1,.3-1.4,0-.4-.4-.3-1,0-1.4l4.7-4.3-4.7-4.3c-.4-.4-.4-1,0-1.4.4-.4,1-.4,1.4,0l4.8,4.4,4.8-4.4c.4-.4,1-.3,1.4,0,.4.4.3,1,0,1.4l-4.7,4.3,4.7,4.3Z' style='fill: %23798A94;'/%3e%3c/svg%3e") center right no-repeat; }
  .theme-white #menu-overlay {
    color: #fff; }
    .theme-white #menu-overlay #search-icon circle, .theme-white #menu-overlay #search-icon line, .theme-white #menu-overlay #search-icon-2 circle, .theme-white #menu-overlay #search-icon-2 line {
      stroke: #fff; }
    .theme-white #menu-overlay #menu-footer {
      mix-blend-mode: screen; }
  .theme-white .pagination-btn, .theme-white .page-btn {
    background-color: #fff;
    color: #002138; }
    .theme-white .pagination-btn:hover:not(.disabled), .theme-white .page-btn:hover:not(.disabled) {
      background-color: #002138;
      color: #fff;
      text-decoration: none; }
    .theme-white .pagination-btn.disabled, .theme-white .page-btn.disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .theme-white .page-btn.active {
    background-color: rgba(0, 33, 56, 0.5);
    color: #fff;
    font-weight: bold; }

/*# sourceMappingURL=style.css.map */
