@import url("https://use.typekit.net/dxc0sll.css");
/* The New Reset */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* SCSS @rules */
p, a {
  font-family: nimbus-sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #0C0C0C;
}

a:link {
  color: #051CA5;
}

a:hover {
  color: #EBEBEB;
  background: #051CA5;
  padding: 0 2px;
  margin: 0 -2px;
  position: relative;
}

a:active {
  color: #EBEBEB;
  background: #4A4A4A;
  padding: 0 2px;
  margin: 0 -2px;
  position: relative;
}

a:visited {
  color: #051CA5;
}

body {
  background-color: #EBEBEB;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100vw;
  overflow: hidden;
}

.backgroundimg {
  position: relative;
  left: -40%;
  transform: translate(0, -20%);
}
@media (min-width: 576px) {
  .backgroundimg {
    left: -10%;
    transform: translate(0, -10%);
  }
}
@media (min-width: 768px) {
  .backgroundimg {
    left: -10%;
    transform: translate(0, 0);
  }
}
@media (min-width: 992px) {
  .backgroundimg {
    left: 0;
    transform: translate(0, 0);
  }
}
.backgroundimg .image {
  min-width: 100%;
}
.backgroundimg .textblock {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(3%, 160%);
}
@media (min-width: 576px) {
  .backgroundimg .textblock {
    top: 51%;
  }
}
.backgroundimg .textblock p {
  color: #051CA5;
}
.backgroundimg .tag {
  position: absolute;
  width: 30%;
  top: 28%;
  left: 49%;
}
@media (min-width: 768px) {
  .backgroundimg .tag {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .backgroundimg .tag {
    width: 70%;
    top: 22%;
    left: 28%;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
