.rv-contact-module {
  position: relative;
  overflow: hidden;
  padding: 80px 0;

  background:
    radial-gradient(
      at 15% 20%,
      rgba(254, 142, 57, 0.24),
      transparent 55%
    ),

    radial-gradient(
      at 85% 30%,
      rgba(3, 100, 143, 0.14),
      transparent 50%
    ),

    radial-gradient(
      at 50% 100%,
      rgba(255, 81, 34, 0.09),
      transparent 60%
    ),

    linear-gradient(
      180deg,
      #fffefd,
      #fffbf8
    );

}
.View__StyledView-fDIglR.ewrLJi {
    display: none ! IMPORTANT;
}

.View__StyledView-fDIglR.ewrLJi {

    display: none !important;

}
/* GRID OVERLAY */

.rv-contact-bg {
  position: absolute;
  inset: 0;

  pointer-events: none;

  opacity: 0.22;

  background-image:
    linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px);

  background-size: 48px 48px;

  mask-image:
    radial-gradient(circle at center, #000 20%, transparent 75%);

  -webkit-mask-image:
    radial-gradient(circle at center, #000 20%, transparent 75%);
}

/* CONTAINER */

.rv-contact-container {
  position: relative;
  z-index: 2;

  max-width: 1280px;
  margin: 0 auto;

  padding: 0 24px;

  display: grid;
  grid-template-columns: 0.7fr 1fr;

  gap: 40px;

  align-items: center;
}

/* LEFT CONTENT */

.rv-contact-content {
  max-width: 560px;
}

.rv-contact-eyebrow {
  display: inline-block;

  margin-bottom: 16px;

  color: #ff5122;

  font-size: 12px;
  font-weight: 600;
  line-height: 1;

  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h2.rv-contact-heading {
  margin-bottom: 0;

  color: #000;

  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.rv-contact-description {
  margin-top: 18px;

  color: #4a4e57;

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rv-contact-description p:last-child {
  margin-bottom: 0;
}

/* RIGHT SIDE */

.rv-contact-calendar-wrap {
  width: 100%;
}

/* GLASS CARD */

.rv-contact-calendar-card {
  position: relative;
    inset 0 1px 0 rgba(255,255,255,0.35);

  overflow: hidden;
}

/* IFRAME */

.rv-contact-iframe {
  width: 100%;
  height: 760px;

  display: block;
  border-radius: 18px;
}

/* LARGE DESKTOP */

@media (max-width: 1400px) {

  h2.rv-contact-heading {
    font-size: 44px;
    line-height: 44px;
  }

}

/* TABLET */

@media (max-width: 1100px) {

  .rv-contact-module {
    padding: 80px 0;
  }

  .rv-contact-container {
    grid-template-columns: 1fr;

    gap: 20px;

    align-items: start;
  }

  .rv-contact-content {
    max-width: 100%;
  }

  h2.rv-contact-heading {
    font-size: 56px;
    line-height: 56px;
  }

  .rv-contact-calendar-wrap {
    width: 100%;
  }

  .rv-contact-calendar-card {
    max-width: 100%;
  }

  .rv-contact-iframe {
    height: 720px;
  }

}

/* MOBILE */

@media (max-width: 767px) {

  .rv-contact-module {
    padding: 60px 0;
  }

  .rv-contact-container {
    padding: 0 18px;

    gap: 0;
  }

  h2.rv-contact-heading {
    font-size: 46px;
    line-height: 46px;
  }

  .rv-contact-description {
    margin-top: 20px;

    font-size: 17px;
    line-height: 1.6;
  }



  .rv-contact-iframe {
    height: 640px;

    border-radius: 16px;
  }

}

/* SMALL MOBILE */

@media (max-width: 480px) {

  .rv-contact-module {
    padding: 50px 0;
  }

  .rv-contact-container {
    padding: 0 16px;
  }

  h2.rv-contact-heading {
    font-size: 38px;
    line-height: 40px;
  }

  .rv-contact-description {
    font-size: 16px;
    line-height: 1.6;
  }

 

  .rv-contact-iframe {
    height: 600px;

    border-radius: 14px;
  }

}