
.global-loader .svg {
  margin: -160px 0 0 -231px;
  width: 462px;
  height: 321px;
}
@media only screen and (max-width: 987px) {
  .global-loader .svg {
    margin-top: -125px;
    margin-left: -180px;
    width: 360px;
    height: 250px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape), only screen and (max-width: 576px) {
  .global-loader .svg {
    margin-top: -107px;
    margin-left: -154px;
    width: 308px;
    height: 214px;
  }
}

.site-head .svg-logo-text {
  left: 143px;

  width: 240px;
  height: auto;
}

@media only screen and (max-width: 1280px) {
  .site-head .svg-logo-text {
    width: 178px;

    left: 122px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape), only screen and (max-width: 576px) {
  .site-head .svg-logo-text {
    width: 170px;
    left: 110px;
  }
}
@media only screen and (max-width: 400px) {
  .site-head .svg-logo-text {
    width: 133px;

    left: 90px;
  }
}

.site-head .separator {
  left: 445px;
}
@media only screen and (max-width: 1280px) {
  .site-head .separator {
    left: 340px;
  }
}

.site-head .site-baseline {
  top: 68px;
  left: 505px;
}

@media only screen and (max-width: 1280px) {
  .site-head .site-baseline {
    top: 50px;
    left: 375px;
  }
}

.site-head .site-baseline svg {
    position: relative;

    display: block;
    height: auto;
}

.site-head .site-baseline svg {
    width: 276px;
}
@media only screen and (max-width: 1280px) {
    .site-head .site-baseline svg {
        width: 220px;
    }
}
