body,
html {
  font-size: 62.5%;
  background-color: #333332;
}

.contentWrapper {
  min-height: 100vh;
  display: flex;
}

.content {
  display: flex;
  align-items: center;
  width: 50%;
  flex: 1;
  overflow: hidden;
}

.contentInner {
  padding: 5rem 17rem 5.5rem 5rem;
  color: white;
  font-size: 3.2rem;
  font-family: "Miriam Libre", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  line-height: 1.1;
  width: 100%;
}

h1 {
  margin: 0 0 5rem;
  line-height: 1;
  width: 13rem;
}
h1 img {
  width: 100%;
}

h2 {
  font-weight: 700;
  margin: 0 0 0.55em;
  font-size: 1em;
}

h3 {
  font-weight: 400;
  margin: 0 0 1em;
}

a.ribbon {
  color: white;
  font-size: 1.4rem;
  text-decoration: none;
  color: #333332;
  display: inline-block;
  position: relative;
  background: white;
  margin-left: -5rem;
  padding: 1em 1.7em 1em 5rem;
  box-shadow: 0.7rem 0.7rem 0.5em rgba(0, 0, 0, 0.5);
  font-weight: 700;
  margin-bottom: 2.85em;
}
h4 {
  font-size: 0.9375em;
  margin: 0 0 1.5em;
  color: #e83c48;
}

hr {
  margin: 0 0 1.15em;
  border: none;
  border-bottom-style: dotted;
  border-bottom-width: 0.4rem;
}

.agents {
  display: flex;
}

.agents .logoContainer {
  height: 5rem;
  width: auto;
  margin: 0 0 2rem;
}

.agents .logoContainer img {
  height: 100%;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#mwre {
  height: 65%;
}

.agents p {
  margin: 0 0 1.5em;
  font-size: 0.4375em;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Gilroy", sans-serif;
  margin-right: 2.5rem;
}

.agents p a {
  color: white;
  text-decoration: none;
}

.image {
  flex: 1;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../img/bg.jpg");
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 3.2rem;
  font-family: "Miriam Libre", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  line-height: 1.1;
}

.image a.ribbon {
  padding: 1em 8rem 1em 1.5em;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.image a.ribbon img {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 1rem;
  position: relative;
  top: -0.1rem;
}

.videoOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}

.videoInner {
  width: 75%;
  padding: 5rem;
  background-color: #000;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.videoInner a.close {
  color: white;
  font-size: 2.5rem;
  position: absolute;
  top: 1.25rem;
  left: 2rem;
  font-family: "Miriam Libre", sans-serif;
  transform: scaleX(1.35);
  cursor: pointer;
  z-index: 999;
}

@media screen and (max-width: 1600px) {
  .contentInner {
    padding: 5rem 5rem 5.5rem 5rem;
    width: 100%;
  }

  h1 {
    margin-bottom: 2.5rem;
  }

  .image a.ribbon {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1439px) {
  .contentInner,
  .image {
    font-size: 2.6rem;
  }

  .agents p {
    font-size: 0.5em;
  }
}

@media screen and (max-width: 1279px) {
  h1 {
    width: 11.5rem;
  }

  .image a.ribbon {
    margin-top: 0;
  }

  .contentInner,
  .image {
    font-size: 2.4rem;
  }

  .videoInner {
    padding: 3.5rem;
    width: 85%;
  }

  .videoInner a.close {
    font-size: 2.1rem;
    top: 1rem;
    left: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .contentWrapper {
    display: block;
  }

  .content {
    width: 100%;
  }

  .contentInner {
    padding: 3.5rem 5rem;
  }

  .contentInner,
  .image {
    width: 100%;
    font-size: 2.6rem;
  }

  .image {
    justify-content: flex-start;
  }

  .image a.ribbon {
    margin-left: 0;
  }

  .agents > div {
    flex: 1;
  }

  .image::before {
    display: block;
    padding-bottom: 56.25%;
    content: "";
  }

  .image {
    background-position: center bottom;
  }

  .videoInner {
    padding: 3rem;
    width: 90%;
  }

  .videoInner a.close {
    font-size: 1.8rem;
    top: 1rem;
    left: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .contentInner,
  .image {
    font-size: 2.4rem;
  }

  .contentInner {
    padding: 3.5rem 4rem;
  }

  h1 {
    width: 10rem;
  }

  a.ribbon {
    margin-bottom: 2em;
  }

  h4 {
    margin-bottom: 1em;
  }

  .agents p {
    font-size: 0.6em;
    margin-bottom: 1em;
  }

  .videoInner {
    padding: 2.5rem;
  }

  .videoInner a.close {
    font-size: 1.6rem;
    top: 0.75rem;
    left: 1rem;
  }
}

@media screen and (max-width: 639px) {
  .contentInner,
  .image {
    font-size: 2.1rem;
  }

  .contentInner {
    padding: 3rem;
  }

  h1 {
    width: 9rem;
    margin-bottom: 1.5rem;
  }

  a.ribbon {
    font-size: 1.2rem;
  }

  .agents .logoContainer {
    height: 4rem;
  }

  .image a.ribbon {
    padding-right: 5rem;
  }

  h2,
  h3 {
    font-size: 1em;
  }

  .videoInner {
    padding: 2rem;
    width: 95%;
  }

  .videoInner a.close {
    font-size: 1.6rem;
    top: 0.5rem;
    left: 0.75rem;
  }
}

@media screen and (max-width: 500px) {
  .contentInner {
    padding: 3rem 3rem 0.5rem;
  }

  .agents {
    display: block;
  }

  .agents > div {
    margin-bottom: 2.5rem;
  }
}
