@font-face {
  font-family: 'UniCredit';
  src: url("../fonts/subset-UniCredit-Heavy.woff2") format("woff2"), url("../fonts/subset-UniCredit-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'UniCredit';
  src: url("../fonts/subset-UniCredit-Bold.woff2") format("woff2"), url("../fonts/subset-UniCredit-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'UniCredit';
  src: url("../fonts/subset-UniCredit.woff2") format("woff2"), url("../fonts/subset-UniCredit.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*$color_body_bg: #ffffff;
$color_text: #212121;
$color_link: #007a91;
$color_box: #f8f8f8;
$color_onemarketred: #e7000e;
$color_red: #ED1C24;
$color_black: #000000;*/
body {
  font-family: 'UniCredit';
  background-color: #000000;
  color: #ffffff;
  background-image: url("../images/body_bg.png");
  background-repeat: no-repeat;
  background-size: contain; }

.spaced_bot {
  margin-bottom: 24px; }

.spaced_bot_big {
  margin-bottom: 40px; }

.tab_box {
  display: inline-block;
  margin: 0px auto;
  background: #000;
  border: 2px solid rgba(250, 250, 250, 0.15);
  border-radius: 16px; }
  .tab_box a {
    color: white;
    display: inline-block;
    border-radius: 15px;
    padding: 20px 80px;
    font-size: 1.3rem;
    text-decoration: none; }
    .tab_box a.active {
      background-color: #E2001A; }

.bg_box {
  background-color: #121212;
  border-radius: 25px;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* icon top, text bottom */ }
  @media screen and (max-width: 600px) {
    .bg_box {
      padding: 20px; } }
  .bg_box .icon img {
    margin-bottom: 20px; }
  .bg_box.left_icon {
    position: relative;
    padding-left: 120px; }
    @media screen and (max-width: 991px) {
      .bg_box.left_icon {
        padding-left: 30px; } }
    .bg_box.left_icon .icon {
      position: absolute;
      left: 40px;
      top: 31px; }
      .bg_box.left_icon .icon img {
        margin-bottom: 0px; }
      @media screen and (max-width: 991px) {
        .bg_box.left_icon .icon {
          position: relative;
          left: auto;
          right: auto;
          top: 0px;
          text-align: center;
          margin-bottom: 15px;
          margin-top: 10px; } }

h1, h2, h3, h4, h5, h6 {
  color: #ffffff; }

p {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0; }

.red {
  color: #ED1C24; }

.black {
  color: #ffffff; }

.spaced_section {
  margin: 40px auto; }

.red_btn {
  color: #fff;
  text-decoration: none;
  background: #E2001A;
  display: inline-block;
  padding: 10px 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 10px;
  line-height: 1.2; }

.icon_title {
  position: relative;
  width: 40px;
  top: -11px;
  margin-right: 10px; }

.box_4 {
  overflow: hidden; }
  .box_4 p {
    position: relative;
    margin-bottom: 20px;
    z-index: 2; }

.box_6 {
  position: relative; }
  @media screen and (max-width: 991px) {
    .box_6 {
      text-align: left !important; } }
  .box_6 img {
    position: relative;
    max-width: 75px;
    left: 12px; }
    @media screen and (max-width: 991px) {
      .box_6 img {
        left: 6px; } }
  .box_6 p {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
    line-height: 50px; }
    @media screen and (max-width: 991px) {
      .box_6 p {
        display: block;
        padding-left: 0px;
        line-height: 24px; } }

.box_8 p {
  max-width: 400px;
  margin: 10px auto;
  margin-bottom: 20px; }

body a {
  color: #ffffff; }
  body a a {
    color: #ffffff; }
    body a a:visited, body a a:hover, body a a:active {
      color: #ffffff; }

/*# sourceMappingURL=main.css.map */
