@font-face {
  font-family: 'Boehringer Forward Text';
  src: url('../typography/BoehringerForwardText.woff') format('woff'), url('../typography/BoehringerForwardText.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Boehringer Forward Text';
  src: url('../typography/BoehringerForwardText-It.woff') format('woff'), url('../typography/BoehringerForwardText-It.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Boehringer Forward Text';
  src: url('../typography/BoehringerForwardText-Md.woff') format('woff'), url('../typography/BoehringerForwardText-Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Boehringer Forward Text';
  src: url('../typography/BoehringerForwardText-MdIt.woff') format('woff'), url('../typography/BoehringerForwardText-MdIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Boehringer Forward Text';
  src: url('../typography/BoehringerForwardText-Bd.woff') format('woff'), url('../typography/BoehringerForwardText-Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Boehringer Forward Text';
  src: url('../typography/BoehringerForwardText-BdIt.woff') format('woff'), url('../typography/BoehringerForwardText-BdIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Boehringer Forward Head';
  src: url('../typography/BoehringerForwardHead.woff') format('woff'), url('../typography/BoehringerForwardHead.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Boehringer Forward Head';
  src: url('../typography/BoehringerForwardHead-It.woff') format('woff'), url('../typography/BoehringerForwardHead-It.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Boehringer Forward Head';
  src: url('../typography/BoehringerForwardHead-Md.woff') format('woff'), url('../typography/BoehringerForwardHead-Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Boehringer Forward Head';
  src: url('../typography/BoehringerForwardHead-MdIt.woff') format('woff'), url('../typography/BoehringerForwardHead-MdIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Boehringer Forward Head';
  src: url('../typography/BoehringerForwardHead-Bd.woff') format('woff'), url('../typography/BoehringerForwardHead-Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Boehringer Forward Head';
  src: url('../typography/BoehringerForwardHead-BdIt.woff') format('woff'), url('../typography/BoehringerForwardHead-BdIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #080808;
  font-family: 'Boehringer Forward Head', sans-serif;
  font-weight: 300;
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  color: inherit;
}
strong {
  font-weight: 700 !important;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.section-pt {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .section-pt {
    padding-bottom: 50px;
  }
}
.section-pb {
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .section-pb {
    padding-bottom: 50px;
  }
}
.w-fit-content {
  width: fit-content;
}
.text-border {
  width: 200px;
}
.font-title {
  font-family: 'Boehringer Forward Head', sans-serif;
}
.font-text {
  font-family: 'Boehringer Forward Text', sans-serif;
}
.text-small {
  font-size: 14px;
  line-height: 18px;
}
.text-medium {
  font-size: 20px;
  line-height: 28px;
}
.text-large {
  font-size: 26px;
  line-height: 32px;
}
.text-x-large {
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 575px) {
  .text-x-large {
    font-size: 26px;
    line-height: 32px;
  }
}
.text-larger {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 575px) {
  .text-larger {
    font-size: 36px;
    line-height: 42px;
  }
}
.text-largest {
  font-size: 74px;
  line-height: 82px;
}
@media (max-width: 575px) {
  .text-largest {
    font-size: 48px;
    line-height: 56px;
  }
}
.hero-section .logo {
  max-height: 80px;
}
@media (max-width: 776px) {
  .hero-section .logo {
    max-height: 40px;
  }
}
.color-blue {
  color: #3193d0;
}
.color-red {
  color: #ae5253;
}
.color-dark {
  color: #091c32;
}
.color-dark-green {
  color: #08312A;
}
.color-theme-green {
  color: #00E47C;
}
.background-dark {
  background-color: #091c32;
}
.background-theme-green {
  background-color: #00E47C;
}
.background-dark-green {
  background-color: #08312A;
}
.background-gray {
  background-color: #E5E3DE;
}
.title-red {
  background: #ae5253;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 10px;
}
.table-container {
  overflow: hidden;
}
.table-container .table-content {
  overflow-x: scroll;
}
.table-container .tableAcross {
  min-width: 600px;
}
.tableAcross td {
  padding: 16px 10px;
  border-bottom: 1px solid #091c32;
}
.tableAcross td.first {
  width: 15%;
}
.tableAcross td.second {
  width: 60%;
}
.tableAcross td.blue {
  color: #007CD8;
}
.tableAcross td:first-child {
  min-width: 160px;
}
.tableAcross td:nth-child(2) {
  min-width: 300px;
}
.tableAcross td:last-child {
  min-width: 250px;
}
.tableAcross tr.table-header td {
  border: 1px solid #fff;
}
.tableAcross tr.bg-blue {
  background: #3193d0;
  color: #fff;
  font-size: 16px;
}
.tableAcross tr.bg-red {
  background: #ae5253;
  color: #fff;
  font-size: 16px;
}
.tableAcross tr.bg-dark {
  background: #091c32;
  color: #fff;
  font-size: 16px;
}
.tableAcross tr.bg-white {
  background: #fff;
  font-size: 16px;
}
.tableAcross tr.bg-light-blue {
  background: #7fbdeb;
  color: #000;
  font-weight: 600;
}
.tableAcross tr.color {
  background-color: #ECF2FF;
}
.tableAcross .tr-last-child td {
  border-bottom: 0 !important;
}
footer {
  background: #1B4580;
  padding: 30px 0;
}
@media (max-width: 575px) {
  .top .logo img {
    width: 300px;
  }
  .top .subtitle-blue {
    line-height: 1.3;
    padding-bottom: 40px;
  }
  .tableAcross {
    font-size: 13px;
  }
  .title-red {
    font-size: 14px;
  }
  .tableAcross td.first {
    width: 20%;
  }
  .tableAcross td.second {
    width: 50%;
  }
}
