.fullscreen-popup {
  background-color: rgba(63, 59, 59, 0.96);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  z-index: 999999999999999;
  padding-top: 100px;
  overflow: scroll;
  display: none; }
@media (max-width: 575px) {
  .fullscreen-popup {
    padding-top: 20px; } }
.fullscreen-popup .row {
  justify-content: center; }
.fullscreen-popup .popup-content {
  background-color: #0c5ebe;
  padding: 62px;
  margin-bottom: 100px;
  position: relative; }
@media (max-width: 575px) {
  .fullscreen-popup .popup-content {
    padding: 62px 20px 62px; } }
.fullscreen-popup .popup-content h5 {
  color: #ffffff;
  font-size: 1.857rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 25px 0; }
.fullscreen-popup .popup-content .acf-label {
  display: none; }
.fullscreen-popup .popup-content .close {
  position: absolute;
  top: 20px;
  right: 20px; }
  .fullscreen-popup .popup-content .close:hover {
    cursor: pointer; }
