h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

strong {
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-lottie {
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}

.copy-me {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit, sans-serif;
  font-weight: 200;
  display: flex;
}

.copy-me.img {
  background-image: url('../images/pexels-fernando-arcos-211122.jpg');
  background-position: 100% 0;
  background-size: contain;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.column-half {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.brick-lottie {
  max-width: 40vw;
  margin: -10vw auto -5vw;
}

.divider {
  background-color: #000;
  width: 100%;
  height: 50px;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.widget-svg-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.widget-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: -.5vw;
  display: flex;
  position: absolute;
  inset: auto 1vw 100% auto;
}

.widget-close:hover {
  background-color: #002aff1a;
}

.widget-embed {
  flex: 1;
  min-width: 86vh;
  height: 100%;
}

.widget-svg {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.widget-move {
  opacity: 0;
  color: #fff;
  background-color: #161e27;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0 100%;
}

.widget-move:hover {
  opacity: 1;
}

.widget-move.right {
  margin: auto 0;
  inset: 0 auto 0 100%;
  transform: rotate(90deg);
}

.widget-move.down {
  top: 100%;
  bottom: auto;
  transform: rotate(180deg);
}

.widget-move.left {
  margin: auto 0;
  inset: 0 100% 0 auto;
  transform: rotate(-90deg);
}

.widget-wrapper {
  z-index: 9999;
  width: 20vw;
  height: 50vh;
  padding: 1vw;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me {
  display: block;
}

.ms-iframe-footer-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.widget-mobile {
  display: none;
}

.widget-container {
  z-index: 3;
  background-color: #2962ff;
  border: 2px solid #2962ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -7px 7px 30px 1px #0003;
}

.bold-text {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .widget-embed {
    min-width: 690px;
  }

  .widget-svg {
    width: 36px;
  }

  .widget-svg.close, .widget-move {
    display: none;
  }

  .widget-wrapper {
    width: 250px;
    height: 400px;
    margin: auto;
    display: block;
    top: 0;
    left: 0;
  }

  .widget-mobile {
    color: #fff;
    background-color: #2962ff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    display: flex;
    position: fixed;
    inset: auto 3vw 3vw auto;
    box-shadow: 0 0 0 5px #2962ff33;
  }
}


