/*************** Theme variables *****************/
/*************************************************/
/* General container */
/* Fixheader */
/* Upperheader wrapper */
/* Top application button */
/* Navigation wrapper */
/* Footer */
/* Links */
/* Scroll to Top */
/* Breadcrumbs */
/* Change order between Breadcrumbs and Jumbotron */
/* Images */
html {
  scroll-behavior: smooth; }

:root body,
:root p {
  /*font-size: calc(1.1rem + (2.4 - 1.1) * ((100vw - 300px) / 1600 - 300));
  line-height: calc(1.8rem + (2.3 - 1.8) * ((100vw - 300px)/ 1600 - 300));*/
  font-family: "Noto Sans SC", Fallback, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem; }

:root body .m-upperheader-logo {
  font-size: 0;
  line-height: 0; }
  :root body .m-upperheader-logo a {
    font-size: 0;
    line-height: 0; }
    :root body .m-upperheader-logo a img {
      font-size: 0;
      line-height: 0; }

:root {
  /* H's */ }
  :root .m-jumbotron h1 {
    font-size: 60px; }
    @media (max-width: 768px) {
      :root .m-jumbotron h1 {
        font-size: 32px;
        line-height: 38px; } }
  :root h1 {
    font-family: "Noto Sans SC", Fallback, sans-serif;
    font-size: 48px;
    line-height: 72px;
    margin-top: 3.4rem;
    margin-bottom: 3rem;
    color: #fff;
    text-shadow: -3px 3px 0 #007fff; }
    @media (max-width: 768px) {
      :root h1 {
        font-size: 32px;
        line-height: 38px; } }
  :root h2 {
    font-family: "Noto Sans SC", Fallback, sans-serif;
    font-size: 32px;
    line-height: 42px;
    margin-top: 3rem;
    margin-bottom: 3rem; }
    @media (max-width: 768px) {
      :root h2 {
        font-size: 24px;
        line-height: 32px; } }
  :root h3 {
    font-family: "Noto Sans SC", Fallback, sans-serif;
    font-size: 24px;
    line-height: 40px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #088fff; }
    @media (max-width: 768px) {
      :root h3 {
        font-size: 22px;
        line-height: 30px; } }
  :root h4,
  :root h5 {
    font-family: "Noto Sans SC", Fallback, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media (max-width: 768px) {
      :root h4,
      :root h5 {
        font-size: 18px;
        line-height: 26px; } }

/* General container */
.l-full-container {
  width: 100%; }

.l-navigation-full-container {
  background-color: #0573e2;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.2); }

.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -15px;
  margin-left: -15px; }
  @media (max-width: 375px) {
    .l-row {
      justify-content: center; } }

.l-full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (max-width: 375px) {
    .l-full {
      max-width: 90%; } }

@media (max-width: 320px) {
  .l-container {
    max-width: 270px; } }

@media (min-width: 321px) {
  .l-container {
    max-width: 320px; } }

@media (min-width: 480px) {
  .l-container {
    max-width: 400px; } }

@media (min-width: 576px) {
  .l-container {
    max-width: 500px; } }

@media (min-width: 768px) {
  .l-container {
    max-width: 680px; } }

@media (min-width: 992px) {
  .l-container {
    max-width: 900px; } }

@media (min-width: 1024px) {
  .l-container {
    max-width: 900px; } }

@media (min-width: 1200px) {
  .l-container {
    max-width: 1050px; } }

/* Fixheader */
.fixheader {
  position: fixed;
  top: -90px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  height: 55px;
  transition: 0.4s all cubic-bezier(0.3, 0.7, 0.3, 0.7); }
  .fixheader.animation {
    top: 0;
    opacity: 1; }
  .fixheader .fixheader-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .fixheader .fixheader-wrapper .fixheader-text p {
      font-size: 22px;
      font-weight: bold;
      line-height: 26px; }
    @media (max-width: 768px) {
      .fixheader .fixheader-wrapper .fixheader-text {
        display: none; } }
    .fixheader .fixheader-wrapper .fixheader-button .e-button {
      font-size: 20px;
      padding: 8px 20px; }
    @media (max-width: 768px) {
      .fixheader .fixheader-wrapper {
        justify-content: center; } }
    @media (max-width: 768px) {
      .fixheader .fixheader-wrapper {
        height: 55px; } }
  @media (max-width: 768px) {
    .fixheader {
      height: 60px; } }

/* Upperheader wrapper */
.m-upperheader-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px; }

@media (min-width: 1023px) {
  .language-selector-wrapper {
    margin-left: auto;
    margin-right: 25px; } }

.language-selector-wrapper .selector-mobile {
  display: flex;
  justify-content: end;
  padding-right: 0; }
  @media (min-width: 1023px) {
    .language-selector-wrapper .selector-mobile {
      display: none; } }

@media (max-width: 1023px) {
  .language-selector-wrapper .selector-desktop {
    display: none; } }

.language-selector-wrapper .language {
  z-index: 10; }
  .language-selector-wrapper .language ul {
    list-style-type: none;
    background-color: #ffffff;
    z-index: 10; }
    .language-selector-wrapper .language ul li.dropdown {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%;
      padding: 0; }
      .language-selector-wrapper .language ul li.dropdown .icon-plus-main-language {
        display: flex;
        flex-direction: row; }
        .language-selector-wrapper .language ul li.dropdown .icon-plus-main-language span.i-world {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0 0.75rem 0 1rem; }
        .language-selector-wrapper .language ul li.dropdown .icon-plus-main-language a.dropdown-toggle {
          padding: 0.5rem 0.79rem 0.5rem 0; }
      .language-selector-wrapper .language ul li.dropdown:hover ul {
        display: block;
        position: absolute;
        top: 2.4rem;
        width: 100%; }
        .language-selector-wrapper .language ul li.dropdown:hover ul li a {
          display: block;
          padding: 0.5rem 1rem; }
    .language-selector-wrapper .language ul ul {
      display: none; }

/* Top application button */
.e-button {
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px 0;
  color: #ffffff;
  font-size: 18px;
  border-radius: 23px;
  border: 1px solid #ff6600;
  border-image: initial;
  margin: 1.8rem 0;
  padding: 5px 35px;
  z-index: 5;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  font-family: "Noto Sans SC", Fallback, sans-serif;
  -webkit-box-pack: center;
  justify-content: center;
  background: linear-gradient(90deg, #ff9b58 0.06%, #ff6c0b 100%);
  text-decoration: none;
  transition: all 0.4s ease 0s; }
  .e-button:hover {
    background: linear-gradient(90deg, #fb8333 0.06%, #f60); }

.e-button-upperheader {
  margin: unset; }

@media (max-width: 1023px) {
  .e-button-upperheader {
    width: 100%;
    height: 35px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 0;
    border-radius: 0;
    z-index: 1000; } }

/* Navigation wrapper */
@media (min-width: 1023px) {
  .double-menu-upperheader {
    margin-top: 50px; } }

.m-navigation input {
  display: none; }

.doble-inner {
  background-color: var(--color-primary-700); }
  @media (max-width: 1023px) {
    .doble-inner {
      padding-left: 0px;
      padding-right: 0px;
      border-top: 1px solid #0066cd; } }
  @media (min-width: 992px) {
    .doble-inner {
      display: flex;
      justify-content: flex-end;
      padding-right: 3px;
      height: 41px; } }

.doublemenu {
  background-color: var(--color-primary-700); }
  @media (max-width: 1023px) {
    .doublemenu {
      left: 0;
      right: 0; } }
  @media (min-width: 992px) {
    .doublemenu {
      left: 24px;
      right: 0;
      top: -41px;
      height: 41px;
      position: absolute; } }

.m-navigation-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style-type: none; }
  @media (min-width: 1023px) {
    .m-navigation-list .doublemenu .doble-inner
li:hover {
      background-color: #ffff; } }
  @media (min-width: 1023px) {
    .m-navigation-list .doublemenu .doble-inner
li a {
      color: #12275b; } }
  .m-navigation-list li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .m-navigation-list li:hover {
      background-color: #0066cd; }
    .m-navigation-list li:first-child:before {
      content: ""; }
    .m-navigation-list li:not(:first-child):not(.nav-item-submenu):before {
      content: "";
      border: 0.5px solid #0066cd;
      height: 34px;
      position: relative; }
      @media (max-width: 1023px) {
        .m-navigation-list li:not(:first-child):not(.nav-item-submenu):before {
          content: unset; } }
    @media (max-width: 1023px) {
      .m-navigation-list li:not(:first-child):not(.nav-item-submenu) {
        width: 100%;
        border-top: 1px solid #0066cd; } }
    .m-navigation-list li a {
      color: #ffffff;
      padding: 1rem 0.79rem; }
    .m-navigation-list li li.dropdown-item:before {
      content: ""; }
    .m-navigation-list li li.dropdown-item:after {
      content: ""; }
    @media (max-width: 1023px) {
      .m-navigation-list li li.nav-item-submenu {
        width: 100%;
        border-top: 1px solid #52abf7; } }
    .m-navigation-list li:hover ul.dropdown-menu {
      display: block;
      width: max-content; }
    .m-navigation-list li ul.dropdown-menu li.nav-item-submenu {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 1023px) {
        .m-navigation-list li ul.dropdown-menu li.nav-item-submenu {
          box-sizing: border-box;
          flex-direction: column;
          align-items: flex-start;
          padding-left: 1rem; } }
    @media (max-width: 1023px) {
      .m-navigation-list li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset; } }
  .m-navigation-list .nav-item.dropdown {
    position: relative; }
    @media (max-width: 1023px) {
      .m-navigation-list .nav-item.dropdown {
        position: unset;
        display: flex;
        flex-direction: column; } }
    .m-navigation-list .nav-item.dropdown a.dropdown-toggle:after {
      content: "";
      border: solid #ffffff;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      margin-left: 0.5rem; }
  .m-navigation-list .dropdown-menu {
    display: none;
    position: absolute;
    top: 61px;
    left: 0;
    background-color: #0573e2;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .m-navigation-list .dropdown-menu li a {
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left; }
    @media (max-width: 1023px) {
      .m-navigation-list .dropdown-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #0573e2;
        width: 100%;
        box-shadow: unset;
        z-index: 1;
        position: unset; } }
  @media (max-width: 1023px) {
    .m-navigation-list {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: unset;
      list-style-type: none; } }

/* Navigation mobile */
@media (max-width: 1023px) {
  .m-navigation {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none; }
    .m-navigation ul {
      display: none; }
    .m-navigation input {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -3.45rem;
      right: 1.55rem;
      cursor: pointer;
      opacity: 0;
      /* hide this */
      z-index: 2;
      /* and place it over the hamburger */
      -webkit-touch-callout: none; }
      .m-navigation input:checked ~ .m-navigation-hamburger span {
        opacity: 1;
        transform: rotate(45deg) translate(-7px, -14px);
        background: #1d1d1d; }
      .m-navigation input:checked ~ .m-navigation-hamburger span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2); }
      .m-navigation input:checked ~ .m-navigation-hamburger span:nth-last-child(2) {
        transform: rotate(-45deg) translate(-5px, 14px); }
      .m-navigation input:checked ~ ul {
        display: block; }
    .m-navigation .m-navigation-hamburger {
      position: absolute;
      top: -3rem;
      right: 2rem; }
      .m-navigation .m-navigation-hamburger span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #1d1d1d;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
        .m-navigation .m-navigation-hamburger span:first-child {
          transform-origin: 0 0; }
        .m-navigation .m-navigation-hamburger span:nth-last-child(2) {
          transform-origin: 0 100%; }
      .m-navigation .m-navigation-hamburger-list {
        margin: -100px 0 0 -50px;
        padding: 125px 50px 50px;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .m-navigation-list li {
      align-items: flex-start; } }

/* Footer */
body footer {
  background-color: #464646;
  color: #ffffff;
  padding: 1rem 0 2rem;
  margin-top: 3rem;
  /* Footer Disclaimer */ }
  body footer .m-footer-navigation ul,
  body footer .m-footer-language ul,
  body footer .m-footer-copyright ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0.8rem 0; }
    body footer .m-footer-navigation ul li,
    body footer .m-footer-language ul li,
    body footer .m-footer-copyright ul li {
      padding: 0 0.8rem; }
      body footer .m-footer-navigation ul li a,
      body footer .m-footer-language ul li a,
      body footer .m-footer-copyright ul li a {
        color: #ffffff; }
        body footer .m-footer-navigation ul li a:hover,
        body footer .m-footer-language ul li a:hover,
        body footer .m-footer-copyright ul li a:hover {
          color: #ffffff;
          text-decoration: underline; }
      @media (max-width: 1024px) {
        body footer .m-footer-navigation ul li,
        body footer .m-footer-language ul li,
        body footer .m-footer-copyright ul li {
          padding: 0.5rem 0.8rem; } }
  @media (max-width: 1024px) {
    body footer .m-footer-navigation ul {
      flex-direction: column; } }
  body footer .footer-menu-cols {
    width: 100%; }
    body footer .footer-menu-cols .m-footer-navigation-cols {
      display: flex; }
      body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col {
        padding: 1rem 1.5rem;
        width: 33%; }
        body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col:first-child {
          padding-left: 0; }
        body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col:last-child {
          padding-right: 0; }
        body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col h2 {
          text-align: left;
          padding: 0;
          padding-bottom: 0.5rem;
          border-bottom: 2px solid white;
          text-shadow: none; }
        body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col .footer-disclaimer-text {
          text-align: left;
          font-size: 10px;
          line-height: 1.5; }
        body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col .m-footer-ssl-secure {
          display: flex;
          align-items: flex-start;
          padding: 1rem 0 0.5rem;
          width: 100%; }
          body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col .m-footer-ssl-secure img.footer-ssl-secure-image {
            display: inline;
            max-width: unset; }
          body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col .m-footer-ssl-secure p.footer-ssl-secure-text {
            font-size: 10px;
            line-height: 1.5;
            display: inline;
            padding: 0 2rem 0 0.5rem; }
            @media (max-width: 1200px) {
              body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col .m-footer-ssl-secure p.footer-ssl-secure-text {
                padding: 0 2rem 0 0.5rem; } }
            @media (max-width: 992px) {
              body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col .m-footer-ssl-secure p.footer-ssl-secure-text {
                padding: 0 1.5rem 0 0.5rem; } }
        @media (max-width: 768px) {
          body footer .footer-menu-cols .m-footer-navigation-cols .m-footer-menu-col {
            width: 100%;
            padding: 1rem 0; } }
      @media (max-width: 768px) {
        body footer .footer-menu-cols .m-footer-navigation-cols {
          flex-direction: column; } }
    body footer .footer-menu-cols span {
      font-size: 1.2rem;
      font-weight: 700;
      color: white;
      border-bottom: 1px solid white;
      width: 100%;
      display: block; }
    body footer .footer-menu-cols ul.m-footer-menu-list {
      display: flex;
      flex-direction: column;
      justify-content: center;
      list-style-type: none;
      align-items: flex-start;
      padding-top: space(4); }
      body footer .footer-menu-cols ul.m-footer-menu-list li {
        box-sizing: border-box;
        padding: 0.5rem; }
        body footer .footer-menu-cols ul.m-footer-menu-list li a {
          color: white;
          font-size: 0.9rem;
          font-weight: 400; }
          body footer .footer-menu-cols ul.m-footer-menu-list li a:hover {
            text-decoration: underline; }
        @media (max-width: 768px) {
          body footer .footer-menu-cols ul.m-footer-menu-list li {
            align-self: flex-start; } }
      @media (max-width: 768px) {
        body footer .footer-menu-cols ul.m-footer-menu-list {
          margin-top: 0; } }
      @media (max-width: 576px) {
        body footer .footer-menu-cols ul.m-footer-menu-list {
          flex-direction: column;
          align-items: center; } }
    body footer .footer-menu-cols .m-footer-ssl-secure {
      padding: 0.5rem 0; }
      body footer .footer-menu-cols .m-footer-ssl-secure .footer-ssl-secure-image {
        align-self: center; }
    body footer .footer-menu-cols .m-footer-social-list {
      list-style: none;
      display: flex;
      justify-content: start;
      padding-top: 1rem; }
      body footer .footer-menu-cols .m-footer-social-list li {
        padding-right: 1rem; }
        body footer .footer-menu-cols .m-footer-social-list li:last-child {
          padding-right: 0; }
        body footer .footer-menu-cols .m-footer-social-list li img {
          max-width: 2rem; }
    body footer .footer-menu-cols .m-footer-payments {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      list-style: none; }
      body footer .footer-menu-cols .m-footer-payments li {
        align-self: center; }
      body footer .footer-menu-cols .m-footer-payments img {
        max-width: fit-content;
        align-self: center; }
  body footer .footer-disclaimer .m-footer-disclaimer {
    display: flex;
    align-items: center;
    padding: 1rem 0; }
    body footer .footer-disclaimer .m-footer-disclaimer img.footer-flag {
      display: inline;
      max-width: unset; }
    body footer .footer-disclaimer .m-footer-disclaimer p.footer-disclaimer-text {
      font-size: 12px;
      line-height: 1rem;
      font-weight: 400;
      display: inline;
      margin: 0.25rem 0;
      text-align: center;
      color: #ffffff;
      width: 100%; }
      body footer .footer-disclaimer .m-footer-disclaimer p.footer-disclaimer-text a {
        font-size: 12px;
        color: unset;
        text-decoration: underline; }
      @media (min-width: smmax) {
        body footer .footer-disclaimer .m-footer-disclaimer p.footer-disclaimer-text {
          text-align: center; } }
    @media (min-width: smmax) {
      body footer .footer-disclaimer .m-footer-disclaimer {
        flex-direction: column; } }
  body footer .m-footer-postmenu {
    background-color: rgba(0, 0, 0, 0.2); }
    body footer .m-footer-postmenu p {
      margin: 0;
      padding: 0.5rem 0;
      text-align: center; }

/* Links */
a:not(.e-button) {
  color: #007fff;
  text-decoration: none; }
  a:not(.e-button):not(.e-menu-item):not(.e-menu-footer-item):not(
  .e-menu-language-footer-item
):not(.footer-link):hover {
    color: #001cc0; }

/* Scroll to Top */
body {
  position: relative; }

.scrolltop-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 12rem;
  right: 50px;
  bottom: 0;
  pointer-events: none;
  backface-visibility: hidden; }
  .scrolltop-wrap .scroll-to-top {
    position: fixed;
    position: sticky;
    transform: translateY(100vh);
    backface-visibility: hidden;
    display: inline-block;
    text-decoration: none;
    user-select: none;
    pointer-events: all;
    outline: none;
    overflow: hidden;
    top: -14.5rem;
    margin-bottom: -14.5rem;
    width: 41px;
    height: 57px;
    padding: 8px 8px;
    background-image: url(../../../assets/images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border: 4px solid #007fff;
    box-shadow: 6px 6px 0 rgba(53, 149, 245, 0.3);
    cursor: pointer; }
  @media (max-width: 480px) {
    .scrolltop-wrap {
      right: 20px; } }

/* Breadcrumbs */
.m-panel-content-breadcrumbs #breadcrumbs {
  height: 2rem;
  line-height: 2rem;
  padding-top: 1.2rem;
  padding-left: 0; }
  .m-panel-content-breadcrumbs #breadcrumbs span:first-child {
    display: contents;
    padding-left: 0; }
  .m-panel-content-breadcrumbs #breadcrumbs span {
    display: contents; }
  .m-panel-content-breadcrumbs #breadcrumbs .breadcrumb-separator {
    padding: 0 0.1rem;
    color: unset; }
  .m-panel-content-breadcrumbs #breadcrumbs a {
    color: unset; }
    .m-panel-content-breadcrumbs #breadcrumbs a:hover {
      color: unset;
      text-decoration: underline; }

/* Change order between Breadcrumbs and Jumbotron */
.main {
  display: flex;
  flex-direction: column; }
  .main .breadcrumbs + .jumbotron {
    order: -1; }

/* Images */
.responsive {
  max-width: 100%;
  height: auto; }

/* Disclaimer */
body footer .header-footer-disclaimer .m-header-footer-disclaimer p {
  margin: 0.4rem 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center; }

body footer .m-footer-postmenu p {
  margin: 0;
  padding: 0.5rem 0;
  text-align: center; }

.header-footer-disclaimer .m-header-footer-disclaimer p {
  margin: 0.4rem 0;
  font-size: 12px;
  line-height: 16px; }

/* Table Default */
.table-scroll {
  width: 100%;
  overflow-x: auto; }
  .table-scroll table {
    border-collapse: collapse;
    width: 100%; }
    .table-scroll table thead tr th {
      color: #ffffff;
      background-color: #0573e2;
      text-align: left;
      padding: 0.5rem 0.7rem;
      border: 0.5px solid #c5c5c5; }
    .table-scroll table tbody tr td {
      padding: 0.5rem 0.7rem;
      border: 0.5px solid #c5c5c5; }
    .table-scroll table.center-content thead tr th {
      text-align: center; }
    .table-scroll table.center-content tbody tr td {
      text-align: center; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/*# sourceMappingURL=main.min.css.map */