/* SCSS Document */
/* CSS Document */
/* barlow-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-condensed-v12-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* barlow-condensed-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-condensed-v12-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* barlow-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-condensed-v12-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
body {
  margin: 0;
  font-family: 'Barlow Condensed';
  font-size: 16px;
  line-height: 1.5; }

figure {
  text-align: center;
  margin: 3rem 0rem; }

h2 {
  font-size: 16px;
  font-weight: 600; }

.left, .right {
  width: 100%; }

ul {
  list-style-type: none;
  padding-left: 0; }
  ul li {
    position: relative;
    padding-left: 20px; }
    ul li::before {
      content: "-";
      position: absolute;
      left: 0; }

header {
  text-align: center;
  background-image: url("../img/bg_header_mobil.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 100px;
  overflow: hidden; }

main {
  margin-top: 5rem;
  color: #013c74;
  padding: 0px 12px; }
  main .container {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    overflow: hidden;
    box-shadow: 0px 10px 22px 8px rgba(0, 0, 0, 0.11); }
    main .container .head {
      background-color: #013c74;
      color: #fff;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      padding: 3px 0px; }
      main .container .head .left, main .container .head .right {
        width: 100%;
        text-align: center; }
      main .container .head img {
        margin-right: 1rem;
        width: 16px;
        height: 16px; }
      main .container .head a {
        color: #fff;
        text-decoration: none; }
    main .container .content {
      padding: 2rem 1rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      overflow: hidden; }
      main .container .content .left, main .container .content .right {
        width: 100%;
        margin-bottom: 1.5rem; }

.footerline {
  margin-top: 6rem;
  background-image: url("../img/bg_footerline_mobil.png");
  background-position: left bottom;
  background-repeat: repeat-x; }
  .footerline .container {
    background-image: url("../img/bg_footer_mobil.png");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 97px; }

footer {
  background-color: #013c74;
  color: #fff;
  overflow: hidden;
  padding: 0px 1rem; }
  footer .container {
    display: flex;
    flex-wrap: wrap; }
    footer .container .footer1, footer .container .footer2, footer .container .footer3 {
      width: 100%;
      padding-top: 2rem; }
    footer .container .footer1 {
      order: 1;
      width: 100; }
    footer .container .footer2 {
      order: 3;
      text-align: center; }
    footer .container .footer3 {
      order: 2;
      text-align: center; }
    footer .container img {
      width: 50%;
      height: auto; }

@media (min-width: 576px) {
  header {
    height: 170px; } }
@media (min-width: 768px) {
  body {
    background-image: url("../img/bg_body.png");
    background-repeat: repeat-x; }

  header {
    background-image: url("../img/bg_header.png");
    background-size: 100% 100%;
    height: 150px; }

  main .container .head .left, main .container .head .right {
    width: auto;
    text-align: left; }
  main .container .head .right {
    margin-left: 3rem; }
  main .container .content {
    padding: 1.5rem 5rem; }
    main .container .content .left, main .container .content .right {
      width: 48%;
      margin-bottom: 1.5rem; }

  .footerline .container {
    background-repeat: no-repeat; }

  footer {
    padding: 0px 3rem; }
    footer .container img {
      width: 25%;
      height: auto; } }
@media (min-width: 992px) {
  h2 {
    font-size: 25px; }

  main .container .head img {
    width: 25px;
    height: 25px; }

  .footerline {
    background-image: url("../img/bg_footerline.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 196px; }
    .footerline .container {
      background-image: url("../img/bg_footer.png");
      background-position: bottom center;
      height: 196px; }

  footer .container {
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .container .footer1, footer .container .footer2, footer .container .footer3 {
      width: auto;
      padding-top: 4rem; }
    footer .container .footer1 {
      order: 1; }
    footer .container .footer2 {
      order: 2; }
    footer .container .footer3 {
      order: 3;
      text-align: left; }
    footer .container img {
      width: 65%;
      height: auto; } }
@media (min-width: 1200px) {
  body {
    font-size: 25px; }

  header {
    background-size: 100% auto;
    height: 245px; }

  footer .container img {
    width: 100%;
    height: auto; } }
@media (min-width: 1400px) {
  header {
    background-size: contain;
    height: 245px; } }
