.typography {
  font-family: "Roboto", sans-serif;
  color: #152142;
}
.typography__size1 {
  font-size: 0.55rem;
}
.typography__size2 {
  font-size: 0.625rem;
}
.typography__size3 {
  font-size: 0.8rem;
}
.typography__size4 {
  font-size: 1rem;
}
.typography__size5 {
  font-size: 1.125rem;
}
.typography__size6 {
  font-size: 1.5rem;
}
.typography__size7 {
  font-size: 2rem;
}
.typography p,
.typography_p {
  margin: 0 0 15px;
}
.typography blockquote,
.typography_blockquote {
  margin: 15px 0 15px 30px;
  font-style: italic;
}
.typography a,
.typography_a {
  color: #183686;
  text-decoration: underline;
}
.typography a:visited,
.typography_a:visited {
  color: #737374;
}
.typography a:hover,
.typography_a:hover {
  color: #345eb8;
  text-decoration: none;
}
.typography a:active,
.typography_a:active {
  color: #183686;
}
.typography ul,
.typography ol,
.typography_ul,
.typography_ol {
  margin: 15px 0 15px 80px;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0 5px;
}
.typography ul,
.typography_ul {
  padding: 0;
}
.typography ul > li,
.typography ol > li,
.typography_ul > .typography_li,
.typography_ol > .typography_li {
  margin-bottom: 4px;
}
.typography ul > li,
.typography_ul > .typography_li {
  position: relative;
  list-style: none;
  padding-left: 22px;
}
.typography ul > li:before,
.typography_ul > .typography_li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 16px;
  background: url("/themes/comp1/img/shield.svg") no-repeat;
  top: 4px;
  left: 0;
  -webkit-print-color-adjust: exact;
}
.typography_ul__second {
  margin: 15px 0 15px !important;
  padding: 20px 80px !important;
  background-color: #345eb8;
}
.typography_ul__second > li {
  font-size: 1.111111111111111rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px !important;
  padding-left: 40px !important;
}
.typography_ul__second > li:before {
  content: "";
  position: absolute;
  width: 24px !important;
  height: 27px !important;
  background: url("/themes/comp1/img/shield_second.svg") no-repeat !important;
  -webkit-filter: drop-shadow(1px 2px 8px rgba(21,33,66,0.32));
          filter: drop-shadow(1px 2px 8px rgba(21,33,66,0.32));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=2, Color='#15214252')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=2, Color='#15214252')";
  top: 1px !important;
  left: 0 !important;
}
.typography_ul__dropdown {
  margin: 15px 0 15px !important;
  padding: 0 !important;
}
.typography_ul__dropdown > li {
  padding-left: 0 !important;
  margin-bottom: 8px !important;
}
.typography_ul__dropdown > li:before {
  content: none !important;
}
.typography_ul__dropdown > li > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 72px;
  padding: 16px 80px 16px 136px;
  cursor: pointer;
  color: #183686;
  background-color: #e7e8ec;
}
.typography_ul__dropdown > li > span:hover {
  color: #345eb8;
}
.typography_ul__dropdown > li > span:hover,
.typography_ul__dropdown > li > span.active {
  background-color: #d5e5fd;
}
.typography_ul__dropdown > li > span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #183686;
  border-radius: 50%;
  background: url("/themes/comp1/img/arrow-blue.SVG") center center no-repeat;
  top: 16px;
  left: 80px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.typography_ul__dropdown > li > span:hover:before {
  background: #183686 url("/themes/comp1/img/arrow-white.SVG") center center no-repeat;
}
.typography_ul__dropdown > li > span.active:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.typography_ul__dropdown > li > div {
  display: none;
  padding: 16px 80px;
  border: 2px solid #d5e5fd;
  background-color: #fff;
}
.typography h1,
.typography_h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.666666666666667rem;
  line-height: 1.2;
  color: #152142;
  margin: 0 0 2rem;
}
.typography_h1__center {
  text-align: center;
}
.typography h2,
.typography_h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.222222222222222rem;
  line-height: 1.2;
  color: #152142;
  margin: 0 0 2rem;
}
.typography h3,
.typography_h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.777777777777778rem;
  line-height: 1.2;
  color: #152142;
  margin: 0 0 1.5rem;
}
.typography h4,
.typography_h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.333333333333333rem;
  line-height: 1.2;
  color: #152142;
  margin: 0 0 1.5rem;
}
.typography pre,
.typography_pre {
  background: none;
  border: none;
  display: block;
  font-family: Courier, monospace;
  font-size: 123%;
  margin: 0;
  padding: 0;
}
.typography table,
.typography_table {
  margin: 20px 0;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.typography table th,
.typography_table th,
.typography table thead td,
.typography_table thead td {
  background-color: #d5e5fd;
  text-align: center;
  border: 2px solid #e7e8ec;
  padding: 10px 24px;
}
.typography table td,
.typography_table td {
  border: 2px solid #e7e8ec;
  padding: 10px 24px;
  vertical-align: middle;
  background-color: #fff;
}
.typography .left {
  text-align: left;
}
.typography .center {
  text-align: center;
}
.typography .right {
  text-align: right;
}
.typography table.noBorders td,
.typography table.noBorders th {
  border: none !important;
  word-break: break-word;
}
.typography tr.noBorders > td,
.typography tr.noBorders > th {
  border: none !important;
}
.typography td.noBorders,
.typography th.noBorders {
  border: none !important;
}
.typography table.hBorders td,
.typography table.hBorders th,
.typography tr.hBorders > td,
.typography tr.hBorders > th,
.typography td.hBorders,
.typography th.hBorders {
  border-left: none !important;
  border-right: none !important;
}
.typography table.vBorders td,
.typography table.vBorders th,
.typography td.vBorders,
.typography th.vBorders {
  border-top: none !important;
  border-bottom: none !important;
}
.typography tr.noHover:hover > td {
  background-color: transparent;
}
.typography img.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 8px;
}
.typography img.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 8px;
}
.typography img.leftAlone {
  display: block;
  float: none;
  margin: 5px auto 8px;
}

/*# sourceMappingURL=../maps/component/typography.css.map */
