@font-face {
  font-family: "Zetafonts";
  src: url("../fonts/Zetafonts-CodecColdBold.ttf");
  font-weight: 900; }

@font-face {
  font-family: "Zetafonts";
  src: url("../fonts/Zetafonts-CodecColdNews.ttf");
  font-weight: 400; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

html body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #7e877d;
  line-height: 1.2;
  max-width: 100%;
  min-width: 100%;
  font-weight: 400; }
  html body .container {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (min-width: 768px) {
      html body .container {
        width: 768px; } }
    @media only screen and (min-width: 992px) {
      html body .container {
        width: 992px; } }
    @media only screen and (min-width: 1200px) {
      html body .container {
        width: 1200px; } }
    @media only screen and (min-width: 1600px) {
      html body .container {
        width: 1300px; } }

html a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

img {
  max-width: 100%; }

body .row:before,
body .row:after {
  display: inline-block !important; }

.bg-grey {
  background: #f8f8f8; }

.s-top {
  padding: 50px 0 35px; }
  @media only screen and (min-width: 768px) {
    .s-top {
      padding: 60px 0 40px; } }
  @media only screen and (min-width: 992px) {
    .s-top {
      padding: 70px 0 50px; } }
  @media only screen and (min-width: 1200px) {
    .s-top {
      padding: 80px 0 60px; } }
  @media only screen and (min-width: 1600px) {
    .s-top {
      padding: 100px 0 80px; } }
  .s-top__logo {
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 0 auto 28px; }
    @media only screen and (min-width: 768px) {
      .s-top__logo {
        margin: 0 auto 30px;
        max-width: 210px; } }
    @media only screen and (min-width: 992px) {
      .s-top__logo {
        margin: 0 auto 35px;
        max-width: 240px; } }
    @media only screen and (min-width: 1200px) {
      .s-top__logo {
        margin: 0 auto 40px;
        max-width: 240px; } }
    @media only screen and (min-width: 1600px) {
      .s-top__logo {
        margin: 0 auto 50px;
        max-width: 270px; } }
  .s-top__title {
    max-width: 200px;
    font-weight: 900;
    font-size: 2.5em;
    color: #7e877d;
    line-height: 0.9;
    margin: 0 auto 30px;
    font-family: 'Poppins', sans-serif; }
    @media only screen and (min-width: 768px) {
      .s-top__title {
        font-size: 3em;
        margin: 0 auto 35px; } }
    @media only screen and (min-width: 992px) {
      .s-top__title {
        font-size: 3.2em;
        margin: 0 auto 40px; } }
    @media only screen and (min-width: 1200px) {
      .s-top__title {
        font-size: 3.5em;
        margin: 0 auto 50px; } }
    @media only screen and (min-width: 1600px) {
      .s-top__title {
        font-size: 4em;
        margin: 0 auto 60px; } }
    .s-top__title span {
      display: block;
      color: #f69134;
      line-height: 0.9;
      font-size: inherit; }
  .s-top__image {
    position: relative;
    margin-bottom: 25px; }
  .s-top-info {
    background: #f8f8f8;
    border-radius: 40px;
    padding: 20px 30px;
    text-transform: uppercase;
    color: #7e877d;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.25em;
    margin: 0 auto 5px; }
    @media only screen and (min-width: 768px) {
      .s-top-info {
        font-size: 1.6em; } }
    @media only screen and (min-width: 992px) {
      .s-top-info {
        font-size: 1.8em;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0; } }
    .s-top-info span {
      direction: block;
      color: #f69134; }
  .s-top__subtitle {
    text-align: center;
    margin: 0 0 25px;
    font-size: 1.4em; }
    @media only screen and (min-width: 768px) {
      .s-top__subtitle {
        font-size: 1.6em; } }
    @media only screen and (min-width: 992px) {
      .s-top__subtitle {
        font-size: 2em; } }
  .s-top__text {
    max-width: 870px;
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 300; }
    @media only screen and (min-width: 768px) {
      .s-top__text {
        font-size: 1em; } }
    @media only screen and (min-width: 992px) {
      .s-top__text {
        font-size: 1.125em; } }

.s-info {
  padding: 40px; }
  @media only screen and (min-width: 768px) {
    .s-info {
      padding: 50px; } }
  @media only screen and (min-width: 992px) {
    .s-info {
      padding: 70px; } }
  .s-info__inner {
    max-width: 650px;
    margin: 0 auto; }
  .s-info__item {
    margin: 0 0 25px;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .s-info__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media only screen and (min-width: 992px) {
      .s-info__item {
        margin: 0 0 30px; } }
  .s-info__image {
    width: 75px;
    height: 75px;
    background: white;
    border-radius: 50%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid rgba(126, 135, 125, 0.4); }
    .s-info__image img {
      max-width: 55px; }
  .s-info__text {
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .s-info__text {
        width: -webkit-calc(100% - 95px);
        width: calc(100% - 95px);
        text-align: left; } }
    .s-info__text p {
      margin: 0;
      font-size: 0.9em;
      font-weight: 300;
      line-height: 1.6;
      color: #7e877d; }
      @media only screen and (min-width: 768px) {
        .s-info__text p {
          font-size: 1em; } }
      @media only screen and (min-width: 992px) {
        .s-info__text p {
          font-size: 1.25em; } }
  .s-info__title {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    color: #f69134; }
    @media only screen and (min-width: 768px) {
      .s-info__title {
        font-size: 1em; } }
    @media only screen and (min-width: 992px) {
      .s-info__title {
        font-size: 1.25em; } }

.footer {
  position: relative;
  padding: 20px 0 30px; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 30px 0 40px; } }
  @media only screen and (min-width: 992px) {
    .footer {
      padding: 40px 0 70px; } }
  @media only screen and (min-width: 1200px) {
    .footer {
      padding: 50px 0 80px; } }
  @media only screen and (min-width: 1600px) {
    .footer {
      padding: 50px 0 100px; } }
  .footer:before {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: white; }
    @media only screen and (min-width: 768px) {
      .footer:before {
        height: 180px; } }
    @media only screen and (min-width: 1200px) {
      .footer:before {
        height: 240px; } }
  .footer .container {
    position: relative;
    z-index: 10; }
  .footer__image {
    text-align: center;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer__image img {
      margin: 0 -15px; }
      .footer__image img:first-child {
        width: 300px;
        max-width: 30%; }
      .footer__image img:nth-child(2) {
        width: 220px;
        max-width: 30%; }
      .footer__image img:nth-child(3) {
        width: 150px;
        max-width: 30%; }
  .footer__content {
    text-align: center;
    padding: 30px 0 0; }
    @media only screen and (min-width: 992px) {
      .footer__content {
        padding: 40px 0 0; } }
    @media only screen and (min-width: 1200px) {
      .footer__content {
        padding: 50px 0 0; } }
  .footer__title {
    letter-spacing: 3px;
    font-size: 1.25em;
    margin: 0 0 20px;
    color: #f69134; }
    @media only screen and (min-width: 768px) {
      .footer__title {
        font-size: 1.6em; } }
    @media only screen and (min-width: 992px) {
      .footer__title {
        font-size: 1.8em; } }
    @media only screen and (min-width: 1200px) {
      .footer__title {
        font-size: 2em; } }
  .footer__item {
    font-size: 0.9em;
    margin: 0 0 12px;
    color: #7e877d;
    font-weight: 300; }
    @media only screen and (min-width: 768px) {
      .footer__item {
        font-size: 1em; } }
    @media only screen and (min-width: 992px) {
      .footer__item {
        font-size: 1.125em; } }
    @media only screen and (min-width: 1200px) {
      .footer__item {
        font-size: 1.25em; } }
    .footer__item a {
      display: inline-block;
      margin-left: 12px;
      font-weight: 300;
      color: inherit; }
      .footer__item a:hover, .footer__item a:focus {
        color: inherit;
        text-decoration: none; }
