a {
  color: #00467d; }
  a:hover, a:focus {
    color: #00467d; }

::-webkit-input-placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-style: italic;
  padding-left: 7px; }

:-moz-placeholder, ::-moz-placeholder {
  color: rgba(46, 46, 46, 0.5);
  opacity: 1;
  font-style: italic;
  padding-left: 7px; }

:-ms-input-placeholder, ::-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-style: italic;
  padding-left: 7px; }

* {
  outline: none; }

.cust-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 21px;
  background-color: transparent; }

.cust-scroll::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a09e9e; }

.cust-scroll::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  border-radius: 16px; }

.desktop {
  display: none; }
  @media (min-width: 600px) {
    .desktop {
      display: block; } }

.mobile {
  display: none; }
  @media (max-width: 600px) {
    .mobile {
      display: block; } }

html {
  width: 100%;
  height: 100%;
  margin: 0; }

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-family: "Fira Sans", arial;
  position: fixed;
  background: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 659px) {
  body {
    height: 100%;
    position: fixed; } }

.svg-pan-zoom_viewport {
  transition: 0.5s all ease-in; }

#png-container {
  background: #fff;
  position: absolute;
  top: 6%;
  left: 0px; }

#png-container.visible {
  position: absolute;
  top: 6%;
  left: 0;
  display: block;
  z-index: 1; }

#back-overlay {
  background-color: #00000099;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none; }

header {
  width: 188px;
  height: 60px;
  background-size: 100% 100%;
  z-index: 100;
  right: 0;
  position: absolute; }
  header .header-opened {
    display: none; }
  header .logo-open {
    width: 188px;
    margin: 0px;
    float: right; }
  header .logo-close {
    margin: 0px;
    margin-right: -12px;
    float: right;
    height: 60px;
    cursor: pointer; }
  header .logo-closeFrontpage {
    margin: 0px;
    margin-right: -12px;
    float: right;
    height: 60px; }
  header .btn-open-close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    width: 24px;
    right: 8px; }
  header .ax-text {
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 8px; }
  header .ax-textFrontpage {
    position: absolute;
    right: 24px;
    top: 8px; }
  header .header-option:hover {
    background: rgba(255, 255, 255, 0.15); }
  header .btn-open-close:nth-child(2) {
    display: none; }
  header .btn-legal {
    cursor: pointer;
    position: absolute;
    top: 71px;
    width: 124px;
    right: 28px; }
  header .btn-cookie {
    cursor: pointer;
    position: absolute;
    top: 118px;
    width: 132px;
    right: 20px; }
  header #sound_icon {
    width: 32px;
    float: right;
    margin: 16px 16px 0 0;
    cursor: pointer; }
    @media (max-width: 440px) {
      header #sound_icon {
        width: 20px;
        margin: 8px 8px 0 0; } }

section {
  height: 100%; }

.arrow-up {
  position: absolute;
  background: transparent;
  width: 60px;
  height: 20px;
  border: none;
  color: #00a2d1;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  cursor: pointer;
  margin-left: 47%;
  z-index: 1000;
  top: 0px;
  text-align: left;
  border-radius: 32px;
  left: -19px; }
  .arrow-up img {
    padding: 4px 7px 7px 12px;
    float: left; }

.autoplay-failed-play-btn {
  position: absolute;
  top: 70px;
  height: auto;
  width: auto;
  background-color: #0a4d82;
  cursor: pointer;
  padding: 5px;
  color: white;
  border-radius: 50px;
  min-width: 100px;
  font-size: 20px;
  left: calc(50% - 50px); }

.round-button {
  box-sizing: border-box;
  display: block;
  width: 64px;
  height: 64px;
  padding-top: 0x;
  padding-right: 0px;
  line-height: 20px;
  border-radius: 50%;
  color: #f5f5f5;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  margin: 4px;
  cursor: pointer; }

.round-button:hover {
  background-color: rgba(0, 0, 0, 0.4); }

#videoControls {
  position: absolute;
  z-index: 99999;
  margin-left: 49%;
  left: -144px;
  top: 50%;
  display: none; }
  @media (max-width: 600px) {
    #videoControls {
      transform: scale(0.8); } }
  #videoControls i {
    color: white; }

.fa-2x {
  font-size: 2em; }

.emaillink a:link {
  text-decoration: none; }

.emaillink a:visited {
  text-decoration: none; }

.emaillink a:hover {
  text-decoration: underline; }

.emaillink a:active {
  text-decoration: underline; }

.arrow-down {
  position: absolute;
  background: transparent;
  width: 60px;
  height: 20px;
  border: none;
  color: #00a2d1;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  cursor: pointer;
  margin-left: 47%;
  z-index: 1000;
  top: -28px;
  text-align: left;
  border-radius: 32px;
  left: -19px; }
  .arrow-down img {
    padding: 4px 7px 7px 12px;
    float: left; }

#notification {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
    left-min-height: 80px;
    left-background-color: #ff461d;
    left-transition: transform .3s ease-in-out;
  transform: translate3d(0, -120px, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 99999; }
  #notification.show {
    transform: translate3d(0, 0, 0);
    background-color: #ff461d; }
  #notification.shownotification {
    background-color: #29b787 !important;
    transform: translate3d(0, 0, 0); }
  #notification p {
    color: white;
    word-break: break-word;
    white-space: pre-wrap;
    max-height: 120px;
    overflow-y: auto;
    width: 100%; }
  #notification .close {
    display: block;
    width: 20px;
    height: 20px;
    background: none;
      background-border: none;
      background-cursor: pointer; }
    #notification .close svg {
      fill: white;
      width: 20px;
      height: 20px;
      transform: rotate(45deg); }

#fancybox-outer {
  background: #0a4d82 !important;
  color: white !important;
  border-radius: 20px;
  padding-right: 20px; }
  #fancybox-outer a {
    color: white !important; }

#fancybox-content {
  border: 20px solid transparent !important;
  padding-right: 30px; }

#chat_footer_expanded_contact {
  width: 220px;
  background: url("../images/contact_background.svg") no-repeat;
  height: 80px;
  position: absolute;
  bottom: 50px;
  left: calc(100% - 225px);
  background-size: 100% 100%; }
  #chat_footer_expanded_contact.isreallyhidden {
    display: none !important; }

.chat_footer_expanded_contact_email {
  position: absolute;
  top: 30px;
  right: 20px;
  color: white !important;
  font-size: 14px;
  text-align: center;
  width: 190px; }

.chat_footer_expanded_contact_email a:link {
  text-decoration: none; }

.chat_footer_expanded_contact_email a:visited {
  text-decoration: none; }

.chat_footer_expanded_contact_email a:hover {
  text-decoration: underline; }

.chat_footer_expanded_contact_email a:active {
  text-decoration: underline; }

.chat_footer_expanded_contact_phone {
  color: white !important;
  position: absolute;
  top: 55px;
  left: 45px;
  font-size: 14px;
  text-decoration: none; }

.ishidden {
  display: none; }

.chat_leader_wrapper {
  top: -4px;
  border-radius: 50%;
  right: 85px; }
  .chat_leader_wrapper.narrow {
    left: 0px;
    right: unset; }
  .chat_leader_wrapper.mobile {
    top: 10px;
    left: 15px; }

.contact-p-wrapper {
  top: 15px;
  right: 1px; }
  .contact-p-wrapper #leadername {
    overflow: hidden; }
    @media (max-width: 659px) {
      .contact-p-wrapper #leadername {
        white-space: pre-wrap; } }
  .contact-p-wrapper.mobile {
    margin-top: 46px; }
    .contact-p-wrapper.mobile .contact-p {
      line-height: 10px; }
      .contact-p-wrapper.mobile .contact-p #leadername {
        font-size: 11px; }
      .contact-p-wrapper.mobile .contact-p #typing {
        font-size: 9px; }

.contact-p {
  margin: 5px 20px 5px 5px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

#content_area {
  width: 100%;
  float: left;
  position: relative;
  font-family: "Fira Sans", arial; }

#chat_area {
  width: 100%;
  float: left;
  position: relative;
  font-family: "Fira Sans", arial; }

#content_area {
  height: calc(100% - 42px);
  height: -moz-calc(100% - 42px);
  height: -webkit-calc(100% - 42px);
  overflow: hidden; }
  #content_area.full {
    width: 100%; }
    #content_area.full .container .content_wrapper .plyr {
      max-width: 100%;
      margin-top: 0; }
  #content_area .container {
    display: table;
    width: 100%;
    height: 100%; }
    #content_area .container .content_wrapper {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      text-align: center; }
      #content_area .container .content_wrapper #video {
        width: 100%;
        position: relative; }
      #content_area .container .content_wrapper #play_video {
        position: absolute;
        top: calc(50% - 75px);
        left: calc(25% - 75px);
        cursor: pointer;
        z-index: 0; }
    #content_area .container #pdf-main-container {
      width: 80%;
      margin: 20px auto; }
    #content_area .container #pdf-loader {
      display: none;
      text-align: center;
      color: #999999;
      font-size: 13px;
      line-height: 100px;
      height: 100px; }
    #content_area .container #pdf-contents {
      display: none; }
    #content_area .container #pdf-meta {
      overflow: hidden;
      margin: 0 0 20px 0; }
    #content_area .container #pdf-buttons {
      float: left; }
      #content_area .container #pdf-buttons .fas {
        font-size: 3em;
        color: #0a4d82; }
    #content_area .container #page-count-container {
      margin-top: 6px;
      float: right;
      color: #0a4d82; }
    #content_area .container #pdf-current-page {
      display: inline; }
    #content_area .container #pdf-total-pages {
      display: inline; }
    #content_area .container #pdf-canvas {
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      overflow: auto;
      width: auto; }
    #content_area .container #page-loader {
      height: 100px;
      line-height: 100px;
      text-align: center;
      display: none;
      color: #999999;
      font-size: 13px; }
    @media only screen and (min-width: 320px) {
      #content_area .container #pdf-main-container {
        margin-top: 160px; }
      #content_area .container #page-count-container {
        color: #0a4d82; }
      #content_area .container #pdf-buttons .fas {
        font-size: 2em;
        color: #0a4d82; } }
    @media only screen and (min-width: 375px) {
      #content_area .container #pdf-main-container {
        margin-top: 171px; }
      #content_area .container #page-count-container {
        color: #0a4d82; }
      #content_area .container #pdf-buttons .fas {
        font-size: 2em;
        color: #0a4d82; } }
    @media only screen and (min-width: 414px) {
      #content_area .container #pdf-main-container {
        margin-top: 193px; }
      #content_area .container #page-count-container {
        color: #0a4d82; }
      #content_area .container #pdf-buttons .fas {
        font-size: 2em;
        color: #0a4d82; } }
    @media only screen and (min-width: 768px) {
      #content_area .container #container {
        height: calc(100% - 271px); }
      #content_area .container #pdf-main-container {
        margin-top: 64px; }
      #content_area .container #page-count-container {
        color: #0a4d82; }
      #content_area .container #pdf-buttons .fas {
        font-size: 2em;
        color: #0a4d82; } }

.chat_wrapper {
  display: none;
  position: relative;
  width: 51%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) calc(83.5%), #fff calc(83.5%));
  background-repeat: no-repeat;
  background-position: bottom right, left, right;
  transform: skew(-1.5deg);
  -webkit-backface-visibility: hidden;
  position: fixed;
  bottom: 0;
  right: calc(-1.5% - 2px);
  border: 1px solid transparent;
  border-bottom: 0;
  max-width: 860px;
  z-index: 1001;
  width: 75%;
  border: none;
  transform: none;
  right: 0; }
  .chat_wrapper .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(7.5% + 40px);
    height: 12%;
    background: linear-gradient(to right, #8dc63f, #49b586); }
  .chat_wrapper.minified {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) 70%, #fff 70%);
    height: 20%; }
    .chat_wrapper.minified .inner {
      height: 30%; }

#chat_area_box {
  z-index: 1001;
  height: auto;
  margin: auto; }

#chat_footer {
  background: #0a4d82;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px; }

#chat_footer_left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  right: 100%;
  top: -23px; }
  @media (max-width: 659px) {
    #chat_footer_left {
      top: -9px; } }
  #chat_footer_left #chat-leader-icon {
    display: table; }
    #chat_footer_left #chat-leader-icon .status_dot {
      position: absolute;
      width: 10px;
      left: 46px;
      float: right;
      top: 43px; }
    #chat_footer_left #chat-leader-icon #prof_pic {
      border-radius: 50%;
      width: 52px;
      height: 52px;
      border: 4px solid #0a4d82; }

#chat_footer_right {
  width: 75px;
  margin-top: -45px;
  margin-right: 15px;
  position: absolute;
  right: 0; }
  #chat_footer_right.narrow {
    bottom: 8px; }

#chat_area {
  width: 100%;
  position: absolute;
  z-index: 101;
  heigth: auto;
  padding-top: 10px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* top: 0; */ }
  #chat_area:before {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    top: 0;
    left: calc(-1.5% + 1px);
    position: absolute;
    background-size: 100% 100%;
    z-index: -1; }
  #chat_area:after {
    background: inherit;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: -1; }
  #chat_area .chat_header {
    display: none;
    background-size: 100%;
    height: 40px;
    background: rgba(0, 255, 0, 0.9);
    position: relative;
    z-index: 10; }
    #chat_area .chat_header .text_wrapper {
      display: table;
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 9%;
      left: 30px; }
      #chat_area .chat_header .text_wrapper .text {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        display: table-cell;
        vertical-align: middle; }
    #chat_area .chat_header .user {
      display: none; }
    #chat_area .chat_header:before {
      content: "";
      position: absolute;
      right: 50px;
      top: 0px;
      width: 1px;
      height: 100%;
      background: #fff; }
    #chat_area .chat_header:after {
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-left: 10px solid transparent;
      border-bottom: 10px solid #fff;
      position: absolute;
      top: unset;
      bottom: 25%;
      right: 20px;
      content: "";
      transform: rotate(45deg);
      z-index: -1; }
  #chat_area .chat_content {
    width: 95%;
    max-width: 768px;
    margin: auto;
    margin-bottom: 8px; }
    #chat_area .chat_content .loading {
      text-align: center;
      padding-top: 20px;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      left: 20px;
      color: #fff; }
    #chat_area .chat_content ul#messages {
      padding: 0px;
      margin: 0px;
      padding-top: 20px;
      width: 97%;
      margin-left: 1%; }
      #chat_area .chat_content ul#messages .thumbnail {
        display: flex; }
        @media (max-width: 659px) {
          #chat_area .chat_content ul#messages .thumbnail .icon {
            width: 20px; } }
        #chat_area .chat_content ul#messages .thumbnail .txt-content {
          padding: 10px;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          #chat_area .chat_content ul#messages .thumbnail .txt-content .sub-title {
            font-size: 12px;
            color: #888785;
            margin-top: 3px; }
      #chat_area .chat_content ul#messages.welcome {
        position: absolute;
        left: 20px;
        width: calc(100% - 100px);
        margin: 0 auto;
        bottom: 10px;
        display: none; }
      #chat_area .chat_content ul#messages li {
        display: table;
        position: relative;
        list-style: none;
        margin: 2px auto 0px auto;
        background: #FFFFFF;
        color: #000000;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 10px;
        word-break: break-word;
        float: left;
        clear: both;
        max-width: 70%; }
        #chat_area .chat_content ul#messages li:before {
          content: "";
          width: 10px;
          height: 11px;
          position: absolute;
          bottom: -3px;
          left: -7px;
          border: 0 solid transparent;
          border-top: 7px solid #ffffff;
          border-radius: 0 30px 0;
          transform: rotate(90deg);
          background-repeat: no-repeat; }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            #chat_area .chat_content ul#messages li:before {
              width: 11px;
              height: 10px;
              bottom: 0px; } }
          @supports (-ms-ime-align: auto) {
            #chat_area .chat_content ul#messages li:before {
              width: 11px;
              height: 10px;
              bottom: 0px; } }
        #chat_area .chat_content ul#messages li.axinom {
          margin: 2px auto 0px 4px; }
        #chat_area .chat_content ul#messages li .img_wrapper {
          position: absolute;
          border-radius: 50%;
          background: #fff;
          left: -80px;
          top: 0;
          height: 50px;
          width: 50px;
          display: none; }
        #chat_area .chat_content ul#messages li img.leader {
          width: 96%;
          margin: 2%;
          border-radius: 50%;
          cursor: pointer; }
          #chat_area .chat_content ul#messages li img.leader.logo {
            padding-top: 5px; }
        #chat_area .chat_content ul#messages li small {
          position: absolute;
          top: 40%;
          left: calc(100% + 5px);
          font-size: 10px;
          color: #666;
          white-space: nowrap;
          cursor: pointer; }
        #chat_area .chat_content ul#messages li p {
          margin: 0;
          line-height: 1.2; }
        #chat_area .chat_content ul#messages li.guest {
          background: #23a9e1;
          color: white;
          float: right; }
          #chat_area .chat_content ul#messages li.guest:before {
            content: none; }
          #chat_area .chat_content ul#messages li.guest:after {
            content: "";
            width: 10px;
            height: 10px;
            position: absolute;
            bottom: -2px;
            right: -7px;
            border: 0 solid transparent;
            border-top: 6px solid #23a9e1;
            border-radius: 0 30px 0;
            transform: rotate(90deg) scaleY(-1);
            background-repeat: no-repeat; }
            @supports (-ms-ime-align: auto) {
              #chat_area .chat_content ul#messages li.guest:after {
                bottom: 0px; } }
        #chat_area .chat_content ul#messages li.content {
          background: #FFFFFF;
          padding-right: 10px;
          color: #000000;
          cursor: pointer; }
          #chat_area .chat_content ul#messages li.content i {
            text-transform: capitalize; }
          #chat_area .chat_content ul#messages li.content:before {
            content: none;
            opacity: 0.6; }
      #chat_area .chat_content ul#messages.fullscreen-chat small {
        left: unset;
        left: calc(100% + 5px);
        color: #CCC;
        cursor: pointer; }
  #chat_area .chat_textarea {
    position: relative;
    width: 95%;
    display: flex;
    align-items: center;
    max-width: 768px; }
    #chat_area .chat_textarea #typing {
      left: 10px;
      font-size: 10px;
      bottom: 0px; }
    #chat_area .chat_textarea:before {
      position: absolute;
      width: 100%;
      height: 25px;
      background: #fff;
      transform: rotate(1deg);
      top: -13px;
      z-index: 0;
      transform: rotate(1.5deg) skew(0.5deg);
      top: -12px;
      left: 0;
      z-index: 0; }
    #chat_area .chat_textarea textarea {
      width: 100%;
      background: #fff;
      border: none;
      resize: none;
      padding: 0px;
      margin: 0;
      overflow: auto;
      border: none;
      color: rgba(46, 46, 46, 0.8);
      font-family: "Fira Sans";
      border-radius: 30px;
      padding: 10px 45px 0px 20px;
      overflow: hidden;
      height: 36px;
      padding-top: 10px;
      line-height: 23px; }
    #chat_area .chat_textarea #send_button {
      position: absolute;
      background: url(../images/btn_send_default.svg);
      height: 42px;
      width: 60px;
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      left: calc(100% - 44px); }
      #chat_area .chat_textarea #send_button:hover {
        background: url(../images/btn_send_hover.svg);
        background-size: contain;
        background-repeat: no-repeat; }
      #chat_area .chat_textarea #send_button:active {
        background: url(../images/btn_send_pressed.svg);
        background-size: contain;
        background-repeat: no-repeat; }
  #chat_area.minified {
    top: unset;
    bottom: 0;
    height: 20%; }
    #chat_area.minified:before {
      content: unset; }
    #chat_area.minified .chat_header {
      height: 30%; }
      #chat_area.minified .chat_header:after {
        transform: rotate(225deg);
        top: calc(50% - 5px); }
      #chat_area.minified .chat_header .text_wrapper {
        padding: 0; }
    #chat_area.minified .chat_textarea {
      height: calc(30% - 20px);
      padding: 10px 15px; }
      #chat_area.minified .chat_textarea:before {
        left: 0;
        content: unset; }
      #chat_area.minified .chat_textarea textarea {
        font-size: 18px;
        -moz-placeholder-color: #909;
        -ms-input-placeholder-color: #909; }
        #chat_area.minified .chat_textarea textarea ::-webkit-input-placeholder {
          color: #909; }
        #chat_area.minified .chat_textarea textarea ::-moz-placeholder {
          color: #909; }
      #chat_area.minified .chat_textarea svg {
        display: none; }

@media (min-width: 660px) {
  #chat_area.minified .chat_textarea textarea {
    height: calc(100%); }
  #messages {
    margin-bottom: 30px; } }

@media only screen and (max-height: 508px) {
  .text_wrapper {
    bottom: 17% !important; }
  .chat_header:after {
    bottom: 45% !important; }
  header {
    width: 145px;
    height: 50px; }
    header .logo {
      height: 50%; }
  .minified {
    height: 35% !important; } }

footer {
  width: 47px;
  height: 100%;
  background: #0a4d82;
  color: #fff;
  font-size: 12px;
  display: table;
  z-index: 10000;
  top: 0;
  position: absolute; }
  footer .contact-info {
    width: 47px;
    height: 270px;
    background-size: 100% 100%;
    background-color: #0a4d82;
    z-index: 1010;
    right: 0;
    position: absolute;
    bottom: 0px;
    left: 0px; }
    footer .contact-info #chat-leader-phone, footer .contact-info #chat-leader-name, footer .contact-info #chat-leader-email {
      visibility: hidden; }
      footer .contact-info #chat-leader-phone.info-expanded, footer .contact-info #chat-leader-name.info-expanded, footer .contact-info #chat-leader-email.info-expanded {
        visibility: visible; }
    footer .contact-info.info-expanded {
      width: 340px;
      background: url("../images/contact_background.svg") no-repeat;
      background-color: transparent; }
  footer .info {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
    footer .info .info_button {
      position: absolute;
      background: #0a4d82;
      /* left: -80px; */
      top: 0;
      height: 30px;
      width: 30px;
      left: 7px; }
      footer .info .info_button #prof_pic {
        width: 96%;
        margin: 2%;
        cursor: pointer; }

@media (max-width: 659px) {
  header {
    width: 119px;
    height: 38px; }
    header .logo-open {
      width: 119px; }
    header .logo-close, header .logo-closeFrontpage {
      height: 38px; }
    header .ax-text, header .ax-textFrontpage {
      height: 20px;
      right: 11px;
      top: 5px; }
    header .btn-open-close {
      top: 10px;
      width: 15px;
      right: 5px; }
    header .btn-legal {
      top: 45px;
      width: 86px;
      right: 14px; }
    header .btn-cookie {
      top: 75px;
      width: 91px;
      right: 9px; }
  section {
    height: calc(100% - 100px);
    height: 88%; }
  #content_area, #chat_area {
    width: 100%; }
  #content_area {
    overflow: hidden;
    margin: 0;
    position: absolute; }
    #content_area.full {
      margin-top: 0px;
      overflow: hidden;
      height: 75%; }
    #content_area .container, #content_area.full .container {
      width: 100%; }
    #content_area .container .content_wrapper #play_video, #content_area.full .container .content_wrapper #play_video {
      top: calc(50% - 75px);
      left: calc(50% - 75px); }
    #content_area .container #embed iframe, #content_area.full .container #embed iframe {
      width: 100% !important; }
    #content_area.keyboard {
      height: 40%; }
  .chat_wrapper {
    width: 100%;
    height: calc(50% - 90px);
    height: 45%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) calc(80%), #fff calc(80%));
    background-repeat: no-repeat;
    background-position: bottom right, left, right;
    transform: unset;
    -webkit-backface-visibility: hidden;
    position: fixed;
    right: 0;
    max-width: unset;
    bottom: calc(4.5%);
    border: unset; }
    .chat_wrapper .inner {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 40px;
      background: linear-gradient(to right, #8dc63f, #49b586); }
    .chat_wrapper.minified {
      background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) 75%, #fff 75%);
      height: 25%; }
      .chat_wrapper.minified.keyboard {
        height: 45%; }
      .chat_wrapper.minified .inner {
        height: 40px; }
  .arrow-up {
    top: -15px;
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  .arrow-down {
    top: -16px;
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  #chat_area_box {
    min-height: unset;
    height: calc(50% - 90px);
    height: auto;
    bottom: 0;
    top: unset;
    width: 100%; }
    #chat_area_box .chat_header {
      padding: 0;
      background: url("../images/chat_header.svg");
      background-size: 100% 50px;
      background-repeat: no-repeat;
      margin-top: -15px; }
      #chat_area_box .chat_header:before {
        content: none; }
      #chat_area_box .chat_header:after {
        top: 30%; }
      #chat_area_box .chat_header .text_wrapper {
        position: absolute;
        left: 10px;
        bottom: 30%; }
        #chat_area_box .chat_header .text_wrapper .text {
          font-size: 18px;
          padding: 0 10px; }
      #chat_area_box .chat_header .user {
        display: block;
        width: 27px;
        height: 27px;
        position: absolute;
        border: none;
        background: #fff;
        top: 6px;
        left: 80px;
        border-radius: 50%;
        z-index: 100; }
        #chat_area_box .chat_header .user img {
          width: 100%;
          border-radius: 50%;
          cursor: pointer;
          z-index: 100; }
          #chat_area_box .chat_header .user img.logo {
            padding-top: 5px; }
    #chat_area_box .chat_content ul#messages {
      padding: 0; }
      #chat_area_box .chat_content ul#messages.welcome {
        width: calc(100% - 40px); }
      #chat_area_box .chat_content ul#messages li {
        list-style: none;
        margin-left: 0; }
        #chat_area_box .chat_content ul#messages li.guest {
          margin-left: 0; }
        #chat_area_box .chat_content ul#messages li img.leader {
          display: none; }
    #chat_area_box #chat-leader-icon .status_dot {
      top: 24px;
      left: 27px; }
    #chat_area_box #chat-leader-icon #prof_pic {
      width: 34px !important;
      height: 34px !important;
      border: none; }
    #chat_area_box #chat_footer {
      height: 53px !important; }
      #chat_area_box #chat_footer .info_button #prof_pic {
        height: 24px; }
      #chat_area_box #chat_footer #chat_footer_right {
        margin-right: 29px;
        bottom: 8px; }
      #chat_area_box #chat_footer #chat_footer_left .chat_leader_wrapper {
        top: 10px;
        left: 15px; }
      #chat_area_box #chat_footer #chat_footer_left .contact-p-wrapper #leadername {
        font-size: 11px; }
      #chat_area_box #chat_footer #chat_footer_left .contact-p-wrapper #typing {
        font-size: 9px; }
    #chat_area_box .chat_textarea:before {
      left: 0; }
    #chat_area_box .chat_textarea textarea {
      height: 29px;
      font-size: 16px;
      padding-left: 11px;
      padding-top: 10px;
      line-height: 13px; }
    #chat_area_box .chat_textarea #send_button {
      height: 35px;
      left: calc(100% - 37px); }
    #chat_area_box.minified {
      bottom: 4.5%;
      height: 285px;
      height: 25%; }
      #chat_area_box.minified.keyboard {
        height: 45%; }
      #chat_area_box.minified .chat_header {
        height: 40px;
        height: 25%; }
        #chat_area_box.minified .chat_header:before {
          top: 1%;
          height: 99%; }
        #chat_area_box.minified .chat_header:after {
          top: 50%; }
        #chat_area_box.minified .chat_header .user {
          top: 5px; }
      #chat_area_box.minified .chat_content {
        height: 190px;
        height: 55%; }
      #chat_area_box.minified .chat_textarea {
        height: 35px;
        height: calc(20% - 10px);
        padding: 5px; }
        #chat_area_box.minified .chat_textarea textarea {
          width: 100%;
          height: 100%;
          font-size: 14px; }
    #chat_area_box .chat_content ul#messages li {
      margin: 5px auto 0px 4px; }
      #chat_area_box .chat_content ul#messages li.guest {
        margin-top: 5px; }
      #chat_area_box .chat_content ul#messages li p {
        line-height: 1; }
    #chat_area_box .chat_content ul#messages li small {
      color: #666; }
    #chat_area_box .chat_content ul#messages.fullscreen-chat small {
      color: #666; } }

.user_details {
  display: none;
  position: absolute;
  top: -60px;
  left: -80px;
  width: 250px;
  padding: 10px;
  z-index: 10;
  background: #fff;
  color: #333;
  font-size: 12px;
  box-shadow: 2px 2px 2px #ccc;
  border: 1px solid #ccc;
  height: 30px; }

#avatar {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 125px;
  top: unset;
  left: unset;
  z-index: 1115;
  height: 100px;
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 50%; }
  #avatar img {
    width: 100%;
    border-radius: 50%; }

.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010; }

.open:before {
  display: block; }

.open .modal-content {
  transform: translate(0, 0);
  top: 20%; }

@media (max-width: 660px) {
  .open .modal-content {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 0; } }

.modal-content {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 1011;
  width: 500px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -500%);
  transition: transform 0.3s ease-out; }
  .modal-content h1 {
    padding: 10px;
    background: #28aae1;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal; }
  .modal-content .details {
    padding: 10px; }
  .modal-content .profile-image {
    border-radius: 50%;
    max-width: 100px;
    margin-bottom: 15px; }
  .modal-content .close {
    position: absolute;
    top: 10px;
    right: 6px;
    border: 0;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background: #ccc;
    cursor: pointer; }
    .modal-content .close span {
      position: absolute;
      top: -2px;
      left: 5px;
      font-size: 25px;
      color: #333; }

#canvas {
  width: "0px";
  height: "0px";
  position: absolute; }

.plyr__controls {
  display: none; }

#media_content, #media_vip, #media_cms, #media_drm, #media_fte, #media_cds {
  position: absolute;
  top: 0;
  left: 0; }

#media_content {
  width: 20%;
  height: 100%; }

#media_vip {
  width: 20%;
  height: 350px;
  margin-left: 20%; }

#media_cms {
  width: 30%;
  height: 300px;
  margin-left: 40%; }

#media_drm {
  width: 30%;
  height: 250px;
  margin-left: 70%; }

#svg_image img {
  transition: 0.3s all ease-in; }

/*# sourceMappingURL=app.min.css.map */
.player .vp-video-wrapper {
  background: none !important; }

.player .vp-video-wrapper .vp-preview {
  background-size: cover !important; }

.plyr__play-large {
  display: none !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #chat_area .chat_textarea textarea {
    width: 75%; }
  #chat_area .chat_textarea #send_button {
    top: 17%; } }

.welcome-dots {
  background-color: unset !important; }
  .welcome-dots::before {
    border-top: 0 solid transparent !important; }

.dot-typing {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: 9984px 0 0 0  #ffffff, 9999px 0 0 0  #ffffff, 10014px 0 0 0  #ffffff;
  animation: dotTyping 1.5s infinite linear; }

@keyframes dotTyping {
  0% {
    box-shadow: 9984px 0 0 0  #ffffff, 9999px 0 0 0  #ffffff, 10014px 0 0 0  #ffffff; }
  16.667% {
    box-shadow: 9984px -10px 0 0  #ffffff, 9999px 0 0 0  #ffffff, 10014px 0 0 0  #ffffff; }
  33.333% {
    box-shadow: 9984px 0 0 0  #ffffff, 9999px 0 0 0  #ffffff, 10014px 0 0 0  #ffffff; }
  50% {
    box-shadow: 9984px 0 0 0  #ffffff, 9999px -10px 0 0  #ffffff, 10014px 0 0 0  #ffffff; }
  66.667% {
    box-shadow: 9984px 0 0 0  #ffffff, 9999px 0 0 0  #ffffff, 10014px 0 0 0  #ffffff; }
  83.333% {
    box-shadow: 9984px 0 0 0  #ffffff, 9999px 0 0 0  #ffffff, 10014px -10px 0 0  #ffffff; }
  100% {
    box-shadow: 9984px 0 0 0  #ffffff, 9999px 0 0 0  #ffffff, 10014px 0 0 0  #ffffff; } }

#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 28px;
  font-size: 16px;
  font-weight: 300;
  color: #ccc;
  line-height: 24px;
  padding: 8px 16px 8px 16px;
  font-family: "Fira Sans";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999; }
  #cookieConsent a {
    color: #4B8EE7;
    text-decoration: none; }

#closeCookieConsent:hover {
  color: #FFF; }

#cookieConsent a.cookieConsentOK {
  background-color: #8CC640;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 12px;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 6px 0 10px; }
  #cookieConsent a.cookieConsentOK:hover {
    background-color: #5a8a1b; }

#cookieElemetns {
  text-align: center; }

@media only screen and (max-width: 720px) {
  #cookieConsent {
    top: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 21px; } }

.navi-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 21; }
  .navi-dropdown .toggler {
    position: absolute;
    margin-left: 0;
    top: 0px;
    left: 0;
    z-index: 21;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
    margin: 0px 0px 0px 0px; }
  .navi-dropdown .hamburger {
    background-color: #00467D;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 34px;
    height: 28px;
    padding: 16px 12px 16px 12px; }
    .navi-dropdown .hamburger > div {
      position: relative;
      width: 100%;
      height: 2px;
      background-color: #FFFFFF;
      margin-top: 13px;
      transition: all 0.4s ease; }
      .navi-dropdown .hamburger > div:before {
        content: '';
        position: absolute;
        z-index: 20;
        top: -12px;
        width: 100%;
        height: 2px;
        background: inherit; }
      .navi-dropdown .hamburger > div:after {
        content: '';
        position: absolute;
        z-index: 20;
        top: -12px;
        width: 100%;
        height: 2px;
        background: inherit;
        top: 12px; }
  .navi-dropdown .toggler:checked + .hamburger > div {
    transform: rotate(135deg); }
    .navi-dropdown .toggler:checked + .hamburger > div:before, .navi-dropdown .toggler:checked + .hamburger > div:after {
      top: 0;
      transform: rotate(90deg); }
  .navi-dropdown .toggler:checked ~ .navi-list-wrapper {
    visibility: visible;
    transform: translate(0, 0); }

.navi-list ul {
  padding-left: 0px; }

.navi-list-wrapper {
  width: 320px;
  height: 680px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/images/bg_menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  visibility: hidden; }

.navi-list {
  padding-top: 60px; }
  .navi-list > a {
    text-decoration: none; }
    .navi-list > a > li {
      display: block;
      list-style-type: none;
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      color: #FFFFFF;
      margin-left: 38px;
      vertical-align: middle; }
      .navi-list > a > li > span {
        padding: 12px;
        vertical-align: middle; }
        .navi-list > a > li > span:hover {
          background-color: #266191; }

.navi-items {
  padding-top: 8px;
  padding-bottom: 8px; }
  .navi-items > img {
    width: auto;
    height: 48px;
    vertical-align: middle; }

.hamburger-button > img {
  width: 40px;
  margin-top: 20px;
  margin-right: 30px;
  float: right; }

.navi-sec-list-wrapper {
  width: auto;
  margin-top: 32px;
  margin-left: 0px; }

.navi-sec-list > a {
  text-decoration: none; }
  .navi-sec-list > a > li {
    display: flex;
    justify-content: left;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 38px;
    vertical-align: middle;
    cursor: pointer; }

.navi-sec-list > ul {
  padding-left: 0px; }

.navi-sec-list > a > li > span {
  padding: 8px;
  vertical-align: middle; }
  .navi-sec-list > a > li > span:hover {
    background-color: #266191; }

.navi-sec-items {
  padding-top: 0px;
  padding-bottom: 0px; }

.navi-sec-list-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  float: left;
  opacity: 0.6; }

.navi-sec-list > li > a:hover {
  background-color: #266191; }

.navi-sub-list > a {
  text-decoration: none; }
  .navi-sub-list > a > li {
    display: flex;
    justify-content: left;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: 200;
    color: #FFFFFF;
    margin-left: 64px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 50%; }

.navi-sub-list > ul {
  padding-left: 0px; }

.navi-sub-list > a > li > span {
  padding: 6px;
  vertical-align: middle; }
  .navi-sub-list > a > li > span:hover {
    background-color: #266191; }

.navi-sub-items {
  padding-top: 0px;
  padding-bottom: 0px; }

.navi-sub-list-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  float: left;
  opacity: 0.6; }

.navi-sub-list > li > a:hover {
  background-color: #266191; }

.menuSpacer6 {
  width: 32px;
  height: 6px; }

@media screen and (max-width: 660px) {
  .navi-dropdown {
    width: 48px;
    height: 48px; }
    .navi-dropdown .toggler {
      width: 48px;
      height: 48px; }
    .navi-dropdown .hamburger {
      width: 24px;
      height: 16px;
      padding: 16px 12px 16px 12px; }
      .navi-dropdown .hamburger > div {
        margin-top: 6px; }
        .navi-dropdown .hamburger > div:before {
          top: -10px; }
        .navi-dropdown .hamburger > div:after {
          top: -10px;
          top: 10px; }
  .navi-list > a > li {
    font-size: 17px;
    line-height: 24px; }
  .navi-sec-list > a > li, .navi-sub-list > a > li {
    font-size: 14px;
    line-height: 20px; }
  .navi-sub-list-icon {
    width: 16px;
    height: 16px; } }

@media screen and (max-width: 440px) {
  .navi-list-wrapper {
    width: 100vw;
    height: 100vh;
    background-color: #00467D; } }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin Italic"), local("FiraSans-ThinItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqUT3fcWTP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin Italic"), local("FiraSans-ThinItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqUTTfcWTP.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin Italic"), local("FiraSans-ThinItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqUTzfcWTP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin Italic"), local("FiraSans-ThinItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqUTPfcWTP.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin Italic"), local("FiraSans-ThinItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqUT_fcWTP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin Italic"), local("FiraSans-ThinItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqUT7fcWTP.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin Italic"), local("FiraSans-ThinItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9A4kDNxMZdWfMOD5VvkrCqUTDfcQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight Italic"), local("FiraSans-ExtraLightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQCf1VFn2lg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight Italic"), local("FiraSans-ExtraLightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQCf8VFn2lg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight Italic"), local("FiraSans-ExtraLightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQCf0VFn2lg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight Italic"), local("FiraSans-ExtraLightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQCf7VFn2lg.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight Italic"), local("FiraSans-ExtraLightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQCf3VFn2lg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight Italic"), local("FiraSans-ExtraLightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQCf2VFn2lg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight Italic"), local("FiraSans-ExtraLightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAGQCf4VFk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light Italic"), local("FiraSans-LightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQyf1VFn2lg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light Italic"), local("FiraSans-LightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQyf8VFn2lg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light Italic"), local("FiraSans-LightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQyf0VFn2lg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light Italic"), local("FiraSans-LightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQyf7VFn2lg.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light Italic"), local("FiraSans-LightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQyf3VFn2lg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light Italic"), local("FiraSans-LightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQyf2VFn2lg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light Italic"), local("FiraSans-LightItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQyf4VFk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkrjEYTLHdQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkrjNYTLHdQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkrjFYTLHdQ.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkrjKYTLHdQ.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkrjGYTLHdQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkrjHYTLHdQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5VvkrjJYTI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium Italic"), local("FiraSans-MediumItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qif1VFn2lg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium Italic"), local("FiraSans-MediumItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qif8VFn2lg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium Italic"), local("FiraSans-MediumItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qif0VFn2lg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium Italic"), local("FiraSans-MediumItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qif7VFn2lg.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium Italic"), local("FiraSans-MediumItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qif3VFn2lg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium Italic"), local("FiraSans-MediumItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qif2VFn2lg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium Italic"), local("FiraSans-MediumItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrA6Qif4VFk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold Italic"), local("FiraSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRSf1VFn2lg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold Italic"), local("FiraSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRSf8VFn2lg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold Italic"), local("FiraSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRSf0VFn2lg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold Italic"), local("FiraSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRSf7VFn2lg.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold Italic"), local("FiraSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRSf3VFn2lg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold Italic"), local("FiraSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRSf2VFn2lg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold Italic"), local("FiraSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrAWRSf4VFk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRCf1VFn2lg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRCf8VFn2lg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRCf0VFn2lg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRCf7VFn2lg.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRCf3VFn2lg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRCf2VFn2lg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRCf4VFk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold Italic"), local("FiraSans-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRyf1VFn2lg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold Italic"), local("FiraSans-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRyf8VFn2lg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold Italic"), local("FiraSans-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRyf0VFn2lg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold Italic"), local("FiraSans-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRyf7VFn2lg.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold Italic"), local("FiraSans-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRyf3VFn2lg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold Italic"), local("FiraSans-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRyf2VFn2lg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold Italic"), local("FiraSans-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBuRyf4VFk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black Italic"), local("FiraSans-BlackItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRif1VFn2lg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black Italic"), local("FiraSans-BlackItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRif8VFn2lg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black Italic"), local("FiraSans-BlackItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRif0VFn2lg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black Italic"), local("FiraSans-BlackItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRif7VFn2lg.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black Italic"), local("FiraSans-BlackItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRif3VFn2lg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black Italic"), local("FiraSans-BlackItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRif2VFn2lg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black Italic"), local("FiraSans-BlackItalic"), url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBKRif4VFk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin"), local("FiraSans-Thin"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9LjEYTLHdQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin"), local("FiraSans-Thin"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9LjNYTLHdQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin"), local("FiraSans-Thin"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9LjFYTLHdQ.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin"), local("FiraSans-Thin"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9LjKYTLHdQ.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin"), local("FiraSans-Thin"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9LjGYTLHdQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin"), local("FiraSans-Thin"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9LjHYTLHdQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin"), local("FiraSans-Thin"), url(https://fonts.gstatic.com/s/firasans/v10/va9C4kDNxMZdWfMOD5Vn9LjJYTI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKneSxf6TF0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKneQhf6TF0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKneShf6TF0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKneRRf6TF0.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKneSRf6TF0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKneSBf6TF0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnWKneRhf6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKreSxf6TF0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKreQhf6TF0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKreShf6TF0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKreRRf6TF0.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKreSRf6TF0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKreSBf6TF0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKreRhf6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VvmojLeTY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5Vvk4jLeTY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5Vvm4jLeTY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VvlIjLeTY.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VvmIjLeTY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5VvmYjLeTY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v10/va9E4kDNxMZdWfMOD5Vvl4jL.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKveSxf6TF0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKveQhf6TF0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKveShf6TF0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKveRRf6TF0.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKveSRf6TF0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKveSBf6TF0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnZKveRhf6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzeSxf6TF0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzeQhf6TF0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzeShf6TF0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzeRRf6TF0.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzeSRf6TF0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzeSBf6TF0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnSKzeRhf6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3eSxf6TF0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3eQhf6TF0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3eShf6TF0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3eRRf6TF0.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3eSRf6TF0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3eSBf6TF0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3eRhf6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7eSxf6TF0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7eQhf6TF0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7eShf6TF0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7eRRf6TF0.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7eSRf6TF0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7eSBf6TF0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnMK7eRhf6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black"), local("FiraSans-Black"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_eSxf6TF0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black"), local("FiraSans-Black"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_eQhf6TF0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black"), local("FiraSans-Black"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_eShf6TF0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black"), local("FiraSans-Black"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_eRRf6TF0.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black"), local("FiraSans-Black"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_eSRf6TF0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black"), local("FiraSans-Black"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_eSBf6TF0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black"), local("FiraSans-Black"), url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnFK_eRhf6.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/*
 *
 ****************
 *date: 28.09.2020
 *version 1.0
 *
 **********
 *g = prefix for global, prefix is being choosed in order to prevent conflicts with the
 *website css
 *
 **********
 *color scheme
 *
 *#00467D = dark blue
 *#28AAE1 = light blue
 *#F06E55 = red
 *#FA961E = orange
 *#96C841 = green
 *#FFC81E = yellow */
/* LINKS */
a.bot {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: color .3s ease,border-color .3s ease;
  transition: color .3s ease, border-color .3s ease; }
  a.bot:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: color .3s ease,border-color .3s ease;
    transition: color .3s ease,border-color .3s ease;
    cursor: pointer; }
  a.bot:visited {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: color .3s ease,border-color .3s ease;
    transition: color .3s ease,border-color .3s ease; }

a.botdark {
  text-decoration: underline;
  color: #00467D; }
  a.botdark:hover {
    text-decoration: none;
    color: #00467D;
    cursor: pointer; }
  a.botdark:visited {
    text-decoration: underline;
    color: #00467D; }

hr.axblue {
  border-top: 1px solid #00467D;
  width: 80%;
  opacity: 30%;
  max-width: 936px; }

hr.white {
  border-top: 1px solid #ffffff;
  width: 80%;
  opacity: 30%;
  max-width: 936px; }

@media only screen and (max-width: 600px) {
  hr.axblue {
    width: 80%; } }

/* BODY */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Fira Sans; }

/* FONTS */
.g_titleL {
  font-size: 56px;
  line-height: 72px; }

.g_titleM {
  font-size: 36px;
  line-height: 48px; }

.g_titleS {
  font-size: 28px;
  line-height: 36px; }

.g_txtL {
  font-size: 24px;
  line-height: 32px; }

.g_txtM {
  font-size: 20px;
  line-height: 28px; }

.g_txtS {
  font-size: 16px;
  line-height: 20px; }

.g_txtXS {
  font-size: 10px;
  line-height: 12px; }

.g_titleL .onwht {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #00467D;
  margin: 0 auto; }

.g_titleL .onblck {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: white;
  margin: 0 auto; }

.g_titleM .onwht {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #00467D;
  margin: 0 auto; }

.g_titleM .onblck {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: white;
  margin: 0 auto; }

.g_titleM .red {
  max-width: 800px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #F06E55;
  margin: 0 auto; }

.g_titleM .ftr {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0 auto; }

.g_titleS .red {
  font-style: normal;
  font-weight: 300;
  text-align: center;
  width: 100%;
  max-width: 800px;
  color: #F06E55;
  margin: 0 auto; }

.g_txtL .onblck {
  max-width: 800px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  color: white;
  margin: 0 auto; }

.g_txtL .onwht {
  max-width: 800px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  color: #00467D;
  margin: 0 auto; }

.g_txtL .onwhtEAS {
  max-width: 800px;
  font-style: normal;
  font-weight: 300;
  text-align: black;
  color: black;
  margin: 0 auto; }

.g_txtL .onwhtList {
  max-width: 800px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  color: black;
  margin: 0 auto; }

.g_txtL .red {
  max-width: 800px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  color: #F06E55;
  margin: 0 auto; }

.g_txtL .ftr {
  max-width: 500px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  margin: 0 auto; }

.g_txtM .onblckC {
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: white;
  margin: 0 auto; }

.g_txtM .onblck {
  font-style: normal;
  font-weight: 300;
  text-align: left;
  color: white;
  margin: 0 auto; }

.g_txtM .onwht {
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #00467D;
  margin: 0 auto; }

.g_txtM .sub {
  font-style: italic;
  font-weight: 300;
  text-align: center;
  color: #B0B0B0;
  margin: 0 auto; }

.g_txtM .onblck {
  max-width: 800px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  margin: 0 auto; }

.g_txtM .ftr {
  max-width: 500px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0 auto; }

.g_botlinksTileWht {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 16px;
  margin: auto; }

.g_copyright {
  width: 100%;
  max-width: 800px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  margin: auto; }

.g_copyrightDark {
  width: 100%;
  max-width: 800px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #00467D;
  margin: auto; }

@media only screen and (max-width: 600px) {
  .g_titleL {
    font-size: 44px;
    line-height: 58px; }
  .g_titleM {
    font-size: 32px;
    line-height: 42px; }
  .g_titleS {
    font-size: 24px;
    line-height: 32px; }
  .g_txtL {
    font-size: 19px;
    line-height: 26px; }
  .g_txtM {
    font-size: 17px;
    line-height: 24px; }
  .g_txtS {
    font-size: 14px;
    line-height: 16px; }
  .g_txtXS {
    font-size: 10px;
    line-height: 12px; } }

/* SPACERS */
.g_spacerTop {
  height: 64px;
  width: 32px; }

.g_spacer16 {
  height: 16px;
  width: 32px; }

.g_spacer24 {
  height: 24px;
  width: 32px; }

.g_spacer32 {
  height: 32px;
  width: 32px; }

.g_spacer64 {
  height: 64px;
  width: 32px; }

.g_spacer96 {
  height: 96px;
  width: 32px; }

.g_spacer128, .g_spacer164 {
  height: 128px;
  width: 32px; }

.g_spacer196 {
  height: 196px;
  width: 32px; }

@media only screen and (max-width: 1075px) {
  .g_spacer64 {
    height: 52px; }
  .g_spacer96 {
    height: 64px; }
  .g_spacer128 {
    height: 80px; }
  .g_spacer164 {
    height: 96px; }
  .g_spacer196 {
    height: 128px; } }

@media only screen and (max-width: 600px) {
  .g_spacer16 {
    height: 12px; }
  .g_spacer24 {
    height: 16px; }
  .g_spacer32 {
    height: 24px; }
  .g_spacer64 {
    height: 32px; }
  .g_spacer96 {
    height: 44px; }
  .g_spacer128 {
    height: 52px; }
  .g_spacer164 {
    height: 64px; }
  .g_spacer196 {
    height: 80px; } }

/* ARROWS */
.g_toparrowContainer {
  width: 100%;
  margin-top: -2px; }

.g_toparrow, .g_toparrowGreen, .g_toparrowRed, .g_toparrowBlue, .g_toparrowYellow, .g_toparrowAxBlue {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

.g_toparrowGreen {
  background-image: url("/images/bg/arrow_green.svg"); }

.g_toparrowRed {
  background-image: url("/images/bg/arrow_red.svg"); }

.g_toparrowBlue {
  background-image: url("/images/bg/arrow_blue.svg"); }

.g_toparrowYellow {
  background-image: url("/images/bg/arrow_yellow.svg"); }

.g_toparrowAxBlue {
  background-image: url("/images/bg/arrow_axblue.svg"); }

.g_toparrowAxOrange {
  background-image: url("/images/bg/arrow_orange.svg"); }

.g_toparrow > img, .g_toparrowGreen > img, .g_toparrowRed > img, .g_toparrowBlue > img, .g_toparrowYellow > img, .g_toparrowAxBlue > img {
  width: 100%;
  height: 100%; }

.g_flipArrowContainer {
  width: 100%;
  margin-bottom: -2px; }

.g_flipArrow, .g_flipArrowGreen, .g_flipArrowRed, .g_flipArrowBlue, .g_flipArrowYellow {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

.g_flipArrowAxBlue {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url("/images/bg/arrow_flipaxblue.svg"); }

.g_flipArrow > img, .g_flipArrowGreen > img, .g_flipArrowRed > img, .g_flipArrowBlue > img, .g_flipArrowYellow > img, .g_flipArrowAxBlue > img {
  width: 100%;
  height: 100%; }

.g_botarrowContainer {
  width: 100%; }

.g_botarrow, .g_botarrowAxBlue {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

.g_botarrow {
  background-image: url("/images/bg/arrow_wht.svg"); }

.g_botarrowAxBlue {
  background-image: url("/images/bg/arrow_axblue.svg"); }

.g_botarrow > img, .g_botarrowAxBlue > img {
  width: 100%;
  height: 100%; }

/* HEADER, FOOTER, CONTAINERS */
/* HEADER */
/* FONTS HEADER */
.g_titleL .topbnr {
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-align: left;
  color: #FFFFFF; }

.g_titleM .topbnr {
  width: 100%;
  margin: 0 auto 0 auto;
  font-style: normal;
  font-weight: 200;
  text-align: left;
  color: #ffffff;
  margin-top: 32px; }

.g_txtM .topbnr {
  width: 100%;
  margin: 0 auto 0 auto;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  color: #ffffff; }

.g_txtS .uppercase {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0; }

/* EAS CONTAINER */
.g_easContainer {
  float: right;
  margin-right: 200px;
  width: 104px;
  padding: 12px 16px;
  top: 0px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0px 0px 24px 24px;
  cursor: pointer; }
  .g_easContainer img {
    width: 100%;
    max-width: 104px; }
  .g_easContainer:hover {
    background: rgba(255, 255, 255, 0.5); }

/* CONTAINERS */
.g_containerFull {
  width: 100%;
  background: #00467D; }

.g_containerFullLiBlue {
  width: 100%;
  background: rgba(19, 72, 124, 0.1); }

.g_headerContainerMedia, .g_headerContainerTransport, .g_headerContainerProduct, .g_headerContainerPartner, .g_headerContainerMosaic, .g_headerContainerEvent, .g_headerContainerDRM, .g_headerContainerWeb, .g_headerContainerEAS {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

.g_headerContainerMedia {
  background-image: url("/images/bg/bg_top_media.jpg"); }

.g_headerContainerTransport {
  background-image: url("/images/bg/bg_top_transport.jpg"); }

.g_headerContainerProduct {
  background-image: url("/images/bg/bg_top_product.jpg"); }

.g_headerContainerPartner {
  background-image: url("/images/bg/bg_top_partner.jpg"); }

.g_headerContainerEvent {
  background-image: url("/images/bg/bg_top_event.jpg"); }

.g_headerContainerMosaic {
  background-image: url("/images/bg/bg_top_media.jpg"); }

.g_headerContainerDRM {
  background-image: url("/images/bg/bg_top_drm.jpg"); }

.g_headerContainerWeb {
  background-image: url("/images/events/ax_theo_webinar/bg_web.jpg");
  border-radius: 0 0 96px 96px;
  background-position: center; }

.g_headerContainerEAS {
  background-image: url("/images/bg/bg_axinom_hex.jpg");
  border-radius: 0 0 96px 96px;
  background-position: center; }

.g_columnContainer {
  max-width: 936px;
  width: 85%;
  margin: 0 auto; }
  .g_columnContainer > img {
    display: block;
    width: 60%;
    margin: auto; }

.g_columnContainer800 {
  margin: 0 auto;
  width: 90%;
  max-width: 800px; }

@media only screen and (max-width: 1075px) {
  .g_headerContainerWeb, .g_headerContainerEAS {
    border-radius: 0 0 64px 64px; } }

@media only screen and (max-width: 600px) {
  .g_headerContainerWeb, .g_headerContainerEAS {
    border-radius: 0 0 32px 32px; } }

/* TWO COLUMN HEADER */
.g_twoColumns {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 936px;
  padding-top: 64px;
  margin: auto; }

.g_twoColumnsTxt {
  max-width: 500px;
  margin: auto;
  padding-bottom: 32px; }

.g_titleWrapper {
  display: block; }

.g_twoColumnsIMG {
  max-width: 400px;
  margin: auto;
  filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.15)); }

/* ONE COLUMN HEADER */
.g_header {
  width: 100%;
  max-width: 936px;
  margin: 0 auto; }
  .g_header > img {
    display: block;
    width: 80%;
    margin: auto; }

.g_headerImg {
  display: block;
  width: 80%;
  margin: auto; }

/* USECASES */
.g_useCaseLogos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  width: 100%;
  max-width: 840px;
  text-align: center;
  margin: 0 auto 0 auto;
  padding-bottom: 128px; }

.g_useCaseLogoTile, .g_useCaseLogoTileLink {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  max-width: 240px;
  width: 20%;
  min-width: 96px;
  height: 96px;
  background-color: #ffffff;
  border-radius: 24px;
  margin: 8px;
  vertical-align: top;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .2s ease-in-out; }

.g_useCaseLogoTileImg, .g_useCaseLogoTileImgLink {
  display: block;
  width: 100%;
  max-width: 160px;
  max-height: 68px;
  margin: auto;
  opacity: 50%; }

.g_useCaseLogoTileLink:hover, .g_useCaseLogoTileImgLink:hover {
  transform: scale(1.1);
  opacity: 100%; }

#mf {
  padding-top: 18px; }

#ms {
  padding-top: 30px; }

/* WIDER CONTAINER */
.g_columnContainerBig {
  width: 80%;
  max-width: 1593px;
  margin: 0 auto; }
  .g_columnContainerBig > img {
    width: 100%; }

/* BUBBLE IMAGES */
.g_hidden {
  opacity: 0;
  transition: opacity 1s ease;
  border-radius: 24px; }

.g_hiddenBig {
  opacity: 0;
  transition: opacity 1s ease; }

.g_Big {
  opacity: 100%; }

.g_hiddenBigPic {
  width: 100%;
  border-radius: 24px; }

.g_hiddenBigPicBorder {
  width: 100%;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 16px 16px 16px 16px; }

.g_visible {
  opacity: 1; }

.g_bubbles {
  width: 100%;
  border-radius: 24px; }

/* FOOTER */
.g_footerContainer, .FtrCntnrMedia, .FtrCntnrTransport, .FtrCntnrProduct, .FtrCntnrPartner, .FtrCntnrMosaic, .FtrCntnrEvent, .FtrCntnrDRM, .FtrCntnrWeb, .FtrCntnrEAS {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 2px right 0px;
  margin-top: -2px;
  -webkit-margin-before: -2px; }

.FtrCntnrMedia {
  background-image: url("/images/bg/bg_bot_media.jpg"); }

.FtrCntnrTransport {
  background-image: url("/images/bg/bg_bot_transport.jpg"); }

.FtrCntnrProduct {
  background-image: url("/images/bg/bg_bot_product.jpg"); }

.FtrCntnrPartner {
  color: #00467D;
  background-image: url("/images/bg/bg_bot_partner.jpg"); }

.FtrCntnrMosaic {
  background-image: url("/images/bg/bg_bot_media.jpg"); }

.FtrCntnrEvent {
  background-image: url("/images/bg/bg_bot_event.jpg"); }

.FtrCntnrDRM {
  background-image: url("/images/bg/bg_bot_drm.jpg"); }

.FtrCntnrWeb {
  background-image: url("/images/events/ax_theo_webinar/bg_web.jpg");
  border-radius: 96px 96px 0 0;
  background-position: center; }

.FtrCntnrEAS {
  background-image: url("/images/bg/bg_axinom_hex.jpg");
  border-radius: 96px 96px 0 0;
  background-position: center; }

.g_botdots, .g_botLines {
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom; }

.g_botdots {
  background-image: url("/images/bg/bg_dots.svg");
  background-size: 8000px 400px; }

.g_botLines {
  background-image: url("/images/bg/bg_lines_02.svg");
  background-size: 5300px 312px; }

.g_botdots > img, .g_botLines > img {
  display: block;
  width: 30%;
  max-width: 180px;
  min-width: 164px;
  margin: auto; }

.g_icFooter {
  display: flex;
  align-items: center;
  justify-items: center;
  height: 64px;
  width: 100%;
  max-width: 936px;
  margin: auto; }
  .g_icFooter > img {
    height: 100%;
    width: auto;
    margin: auto; }

.g_socialContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin-right: 10%;
  margin-left: 10%; }

.g_socialIcon > img {
  height: 40px;
  transition: transform .2s;
  /* Animation */
  filter: drop-shadow(0px 1px 1px rgba(6, 36, 105, 0.3));
  margin: 12px;
  opacity: 50%; }
  .g_socialIcon > img:hover {
    transform: scale(1.2);
    filter: drop-shadow(0px 8px 4px rgba(6, 36, 105, 0.3));
    cursor: pointer; }

.g_icon {
  margin: 0 auto;
  width: 32px; }

.g_spaceToChat {
  width: 10px;
  height: 500px; }

.g_SpaceToChatSmall {
  width: 10px;
  height: 300px; }

@media only screen and (min-width: 1921px) {
  .g_useCaseLogos {
    padding-bottom: 0px; } }

@media only screen and (max-width: 1075px) {
  .g_twoColumnsTxt {
    max-width: 100%; }
  .g_twoColumnsIMG {
    max-width: 400px; }
  .g_header {
    padding-bottom: 0px; }
  .g_useCaseLogos {
    padding-bottom: 80px; }
  .g_columnContainerBig {
    width: 85%; }
  .FtrCntnrWeb, .FtrCntnrEAS {
    border-radius: 64px 64px 0 0; } }

@media only screen and (max-width: 956px) {
  .g_hiddenBigPic {
    border-radius: 16px; } }

@media only screen and (max-width: 659px) {
  .g_easContainer {
    margin-right: 120px;
    width: 80px;
    padding: 8px 12px;
    border-radius: 0px 0px 20px 20px; } }

@media only screen and (max-width: 600px) {
  .g_headerContainerMedia {
    background-image: url("/images/bg/bg_top_media_m.jpg"); }
  .g_headerContainerTransport {
    background-image: url("/images/bg/bg_top_transport_m.jpg"); }
  .g_headerContainerProduct {
    background-image: url("/images/bg/bg_top_product_m.jpg"); }
  .g_headerContainerPartner {
    background-image: url("/images/bg/bg_top_partner_m.jpg"); }
  .g_headerContainerEvent {
    background-image: url("/images/bg/bg_top_event_m.jpg"); }
  .g_headerContainerMosaic {
    background-image: url("/images/bg/bg_top_media_m.jpg"); }
  .g_headerContainerDRM {
    background-image: url("/images/bg/bg_top_drm_m.jpg"); }
  .g_titleWrapper {
    display: none; }
  .g_titleM .topbnr {
    text-align: center; }
  .g_twoColumns {
    flex-wrap: wrap-reverse; }
  .g_header > img {
    width: 100%; }
  .g_useCaseLogos {
    padding-bottom: 52px; }
  .g_columnContainerBig {
    width: 100%; }
  .g_hiddenBigPic {
    border-radius: 0px; }
  .g_hiddenBigPicBorder {
    border-radius: 0px;
    padding: 16px 0 16px 0; }
  .g_columnContainer {
    width: 90%; }
  .FtrCntnrMedia {
    background-image: url("/images/bg/bg_bot_media_m.jpg"); }
  .FtrCntnrTransport {
    background-image: url("/images/bg/bg_bot_transport_m.jpg"); }
  .FtrCntnrProduct {
    background-image: url("/images/bg/bg_bot_product_m.jpg"); }
  .FtrCntnrPartner {
    background-image: url("/images/bg/bg_bot_partner_m.jpg"); }
  .FtrCntnrMosaic {
    background-image: url("/images/bg/bg_bot_media_m.jpg"); }
  .FtrCntnrEvent {
    background-image: url("/images/bg/bg_bot_event_m.jpg"); }
  .FtrCntnrEAS {
    background-image: url("/images/bg/bg_axinom_hex_m.jpg"); }
  .g_spaceToChat {
    width: 10px;
    height: 200px; }
  .g_spaceToChatSmall {
    height: 200px; }
  .FtrCntnrWeb, .FtrCntnrEAS {
    border-radius: 0 0 0 0; } }

@media only screen and (max-width: 330px) {
  .g_easContainer {
    margin-right: 120px;
    width: 70px;
    padding: 6px 10px;
    border-radius: 0px 0px 16px 16px; } }

/* COLORED TILES */
.g_coloredBoxes {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0px auto; }

.g_coloredBoxesContainer {
  display: inline-block;
  position: relative;
  width: 25% 0;
  margin: 0 auto; }

.g_nextTile {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 220px;
  height: 168px;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  margin-left: 16px; }

.nTBlue {
  background-color: #28AAE1; }

.nTYellow {
  background-color: #FFC81E; }

.nTGreen {
  background-color: #96C841; }

.nTRed {
  background-color: #F06E55;
  margin-left: 0px; }

.g_new {
  font-family: Fira Sans;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #F89521;
  padding: 8px 24px 8px 24px;
  z-index: 10; }

.g_webinar {
  top: -8px !important;
  right: -8px !important;
  background-color: #28AAE1 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0px 12px 0px 12px !important; }

.g_nextTile > img {
  margin-top: 24px; }

.g_nextTile > p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px; }

.g_coloredBoxesOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  right: 0;
  height: 168px;
  width: 220px;
  opacity: 0;
  transition: .5s ease;
  background-color: #28AAE1;
  border-radius: 24px; }

.cBOGreen {
  background-color: #96C841; }

.cBOYellow {
  background-color: #FFC81E; }

.cBORed {
  background-color: #F06E55;
  left: 0px; }

.g_coloredBoxesOverlayText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 180px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  vertical-align: middle; }

.g_coloredBoxesContainer:hover {
  cursor: pointer;
  transform: scale(1.03); }
  .g_coloredBoxesContainer:hover .g_coloredBoxesOverlay {
    opacity: 1; }

@media only screen and (max-width: 980px) {
  .g_coloredBoxesContainer {
    display: block;
    width: 100%;
    max-width: 436px; }
  .g_coloredBoxesOverlay {
    left: 0;
    width: 100%;
    margin-top: 16px; }
  .cBORed {
    margin-top: 0px; }
  .g_coloredBoxes {
    width: 100%; }
  .g_nextTile {
    width: 100%;
    max-width: 436px;
    margin-top: 16px;
    margin-left: 0;
    margin-bottom: 0; }
  .nTRed {
    margin-top: 0px; } }

/* ============================================================================================= */
@media only screen and (max-width: 780px) {
  .g_coloredBoxesContainer {
    display: block;
    width: 100%;
    max-width: 436px; }
  .g_coloredBoxesOverlay {
    left: 0;
    width: 100%;
    max-width: 436px;
    margin-top: 16px; }
  .cBORed {
    margin-top: 0px; }
  .g_nextTile {
    width: 100%;
    max-width: 436px;
    margin-top: 16px;
    margin-left: 0; }
  .nTRed {
    margin-top: 0px; } }

@media only screen and (max-width: 600px) {
  .t_coloredBoxesContainer {
    width: 100%; }
  .g_webinar {
    font-size: 14px !important; } }

/* THREE COLUMNS */
.g_threeColumnsContainer {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  justify-items: center;
  margin: auto; }

.g_threeColumns {
  width: 30%;
  min-width: 160px;
  max-width: 244px;
  text-align: center;
  vertical-align: top;
  padding: 16px; }

@media only screen and (max-width: 1090px) {
  .g_threeColumns734 > img {
    display: block;
    margin: 32px auto 0 auto; }
    .g_threeColumns734 > img:nth-child(1), .g_threeColumns734 > img:nth-child(3) {
      display: block;
      margin: 32px auto 0 auto; } }

.g_threeColumns80, .g_threeColumns120 {
  width: 30%;
  min-width: 160px;
  max-width: 244px;
  text-align: left;
  vertical-align: top;
  padding: 16px; }

.g_threeColumns80, .g_threeColumns120 {
  margin-top: 96px; }

.g_threeColumns > img {
  width: 144px; }

.g_threeColumns80 > img {
  width: 80px; }

.g_threeColumns120 > img {
  width: 120px; }

.g_titleS .clmnsTitle {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #F06E55;
  margin: 32px 0 16px 0; }

.g_titleS .clmnsTitle80, .g_titleS .clmnsTitle120 {
  font-style: normal;
  font-weight: 500;
  text-align: left;
  color: #F06E55;
  margin: 32px 0 16px 0; }

.g_txtM .clmnsTxt {
  font-style: normal;
  font-weight: 300;
  text-align: left; }

@media only screen and (max-width: 1075px) {
  .g_threeColumns, .g_threeColumns80, .g_threeColumns120 {
    width: 42%;
    max-width: 600px;
    margin-top: 64px; } }

@media only screen and (max-width: 600px) {
  .g_threeColumns, .g_threeColumns80, .g_threeColumns120 {
    width: 100%;
    margin-top: 44px; }
  .g_threeColumnsHeadline {
    font-size: 24px;
    line-height: 36px; }
  .g_threeColumnsText {
    font-size: 17px;
    line-height: 26px; } }

/* ARTICLE TILES */
.g_grid-container {
  display: flex;
  flex-wrap: wrap; }

.g_banner-tile {
  padding: 10px; }

.g_tile {
  float: left;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: transform .2s ease-in-out; }
  .g_tile:hover {
    z-index: 10;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    cursor: pointer;
    transition: transform .2s ease-in-out; }

.g_tile-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 0px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15); }

.g_tile > div {
  position: relative;
  background: #ffffff;
  border-radius: 0px 24px 24px 24px;
  width: 100%; }

.g_bubble > div {
  border-radius: 8px 8px 8px 8px; }

.g_circleImage {
  height: 100px;
  width: 100px;
  margin: 0 auto; }
  .g_circleImage > img {
    border-radius: 50%;
    width: 100%; }

.g_tile-content {
  padding: 0 0 0 32px; }
  .g_tile-content > div {
    margin-bottom: 8px;
    text-align: left; }

.g_tile-category {
  display: flex;
  justify-content: left;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #B0B0B0;
  margin-top: 44px;
  margin-bottom: -4px; }
  .g_tile-category > img {
    margin-right: 8px;
    width: 16px;
    height: 16px; }

.g_score-1 .g_tile-title {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  margin-right: 32px; }

.g_score-2 .g_tile-title {
  font-style: normal;
  font-weight: normal;
  min-height: 84px;
  font-size: 28px;
  line-height: 36px;
  color: #000000; }

.g_tile-description {
  position: absolute;
  left: 0;
  display: none;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0 0 24px 24px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  box-shadow: 0px 44px 24px rgba(0, 0, 0, 0.15);
  animation: fade 0.8s; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.g_tile-footer {
  margin: 16px 32px 0px; }

.g_tile-tags {
  display: flex;
  justify-content: flex-end; }
  .g_tile-tags > div {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #B0B0B0;
    margin-right: 8px; }

.g_header-tag > div {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #B0B0B0;
  margin-right: 8px; }

.g_center {
  display: flex;
  justify-content: center !important;
  align-items: center; }

.g_header-tile {
  float: none;
  max-width: 960px;
  margin: auto;
  width: 100%; }

.g_header-body {
  height: 200px;
  width: 100%;
  border-radius: 24px 24px 24px 24px; }

.g_header-category {
  display: flex;
  justify-content: center;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #B0B0B0;
  margin-bottom: 16px; }
  .g_header-category > img {
    margin-right: 8px; }

.g_score-0 {
  width: 100%; }

.g_score-1 {
  width: 50%; }

.g_score-2 {
  width: 25%; }

.g_footer-block {
  flex: none;
  align-self: center;
  max-width: 620px;
  margin-top: 96px; }

@media only screen and (max-width: 768px) {
  .g_category-subtitle {
    margin: 12px 10% 0 10%; }
  .g_score-2 {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  .g_category-title {
    font-size: 32px;
    line-height: 48px; }
  .g_tile-description {
    position: relative;
    display: block;
    box-shadow: none;
    padding: 0;
    margin-right: 32px; }
  .g_category-subtitle {
    font-size: 24px;
    line-height: 34px;
    margin: 12px 5% 0 5%; }
  .g_tile-category {
    font-size: 14px;
    line-height: 21px; }
  .g_tile-title {
    font-size: 24px;
    line-height: 32px; }
  .g_score-1, .g_score-2 {
    width: 100%; }
  .g_tile-description {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #000000; } }

/* WIDGETS */
.w_liveText {
  width: 80%;
  max-width: 500px;
  display: block;
  text-align: center;
  color: #B0B0B0;
  padding-left: 10%;
  padding-right: 10%;
  margin: auto; }

.w_liveTextLeft {
  width: 80%;
  max-width: 500px;
  display: block;
  text-align: center;
  color: #B0B0B0;
  padding-left: 10%;
  padding-right: 10%;
  margin: auto;
  width: 80%;
  max-width: 500px;
  display: block;
  text-align: left;
  padding-left: 0%;
  padding-right: 20%; }

.w_liveText img {
  position: relative;
  bottom: -2px;
  height: 20px;
  width: auto;
  display: inline-block;
  margin-right: 8px; }

.w_liveText div {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 16px; }

.w_liveTextBlue div {
  color: #28AAE1;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 16px; }

.w_continousTextDistance {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #28AAE1; }

.w_continousTextDistanceLeft {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #28AAE1;
  text-align: left;
  color: white;
  font-weight: 200;
  margin-top: 0px; }

.w_btnRequestContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 auto; }

.w_btnRequestContainerLeft {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 auto;
  justify-content: left; }

.w_btnRequestContainer > img {
  display: block; }

.w_btnRequest {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #96C841;
  border-radius: 36px;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  padding: 20px 32px 20px 32px; }
  .w_btnRequest:hover {
    background-color: #9ADE2B; }
  .w_btnRequest > img {
    display: inline-block;
    margin-right: 8px; }

.w_buttonText {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }

.w_continousText {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #000000; }

.w_footerHeadline {
  text-align: center;
  display: block;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #FFFFFF; }

.w_footerText {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 500px;
  margin-top: 24px;
  margin-bottom: 16px; }

.w_btnSignUp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px auto 0px auto;
  width: fit-content;
  width: -moz-fit-content;
  background: #90C641;
  border-radius: 100px;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 72px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  padding: 28px 64px 28px 64px; }
  .w_btnSignUp:hover {
    background-color: #9ADE2B; }

.w_widgetLargeDots {
  display: block;
  margin: 16px auto 0 auto; }

.w_spacer16 {
  height: 16px;
  width: 32px; }

@media only screen and (max-width: 1075px) {
  .w_btnSignUp {
    margin: 52px auto 0px auto; } }

@media only screen and (max-width: 600px) {
  .w_btnRequestContainerLeft {
    justify-content: center; }
  .w_continousTextDistance {
    font-size: 19px;
    line-height: 26px; }
  .w_continousTextDistanceLeft {
    font-size: 19px;
    line-height: 26px;
    text-align: center; }
  .w_liveTextLeft {
    padding-left: 10%;
    padding-right: 10%; }
  .w_btnRequest > img, .r_btnRequest > img {
    margin-right: 5px; }
  .w_btnSignUp {
    font-size: 44px;
    line-height: 58px;
    margin: 32px auto 0px auto; }
  .w_footerHeadline {
    font-size: 32px;
    line-height: 42px; }
  .w_btnRequest {
    padding: 20px 24px 20px 24px;
    font-size: 19px;
    line-height: 26px; }
  .r_btnRequest, .w_footerText {
    font-size: 19px;
    line-height: 26px; }
  .w_liveText div, .w_continousTextDistance, .w_continousText, .r_footerText {
    font-size: 17px;
    line-height: 24px; } }

/* BOTTOM LINKS */
.g_botLinksContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  width: fit-content;
  width: -moz-fit-content;
  max-width: 70%;
  padding: 0;
  margin: auto; }

.g_botLink {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  margin: auto;
  padding: 12px; }
  .g_botLink > img {
    height: 24px;
    margin-right: 8px; }

@media only screen and (max-width: 600px) {
  .g_botLink > img {
    height: 20px; } }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated). */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE. */
figcaption, figure, main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
audio, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-. */
img {
  border-style: none; }

/**
 * Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden; }

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox. */
details, menu {
  display: block; }

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE. */
template, [hidden] {
  display: none; }

/* Hidden
 * ========================================================================== */
/**
 * Add the correct display in IE 10-. */
