/* screen - transactionalmail */

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Lora:400|Space+Grotesk:300,400,600");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/6101b234e90e5f527dfdcc1e.6101b2362775cca3222acd74.Vn5y3Ay.hcp.png");

@font-face {
  font-family: "FontAwesome6Brands-Regular";
  font-weight: 1 1000;
  src: url("fonts/Font Awesome 6 Brands-Regular-400.otf") format("opentype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

.flex-row {
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  justify-content: flex-start;
  position: relative;
  width: auto;
}

.title {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.00px;
  position: relative;
}

:root { 
  --black: #000000;
  --black-2: #0000001a;
  --guardsman-red: #c00000;
  --white: #ffffff;
 
  --font-size-l: 20px;
  --font-size-m: 16px;
  --font-size-s: 12px;
  --font-size-xl: 26px;
  --font-size-xxl: 36px;
  --font-size-xxxl: 50px;
  --font-size-xxxxl: 64px;
 
  --font-family-fontawesome6brands-regular: "FontAwesome6Brands-Regular", Helvetica;
  --font-family-lora: "Lora", Helvetica;
  --font-family-space_grotesk: "Space Grotesk", Helvetica;
}
.spacegrotesk-light-black-16px {
  color: var(--black);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.spacegrotesk-semi-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.lora-normal-black-20px {
  color: var(--black);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.lora-normal-black-36px {
  color: var(--black);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.lora-normal-guardsman-red-36px {
  color: var(--guardsman-red);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.spacegrotesk-normal-guardsman-red-16px {
  color: var(--guardsman-red);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.lora-normal-black-50px {
  color: var(--black);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}

.lora-normal-guardsman-red-64px {
  color: var(--guardsman-red);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 400;
}

.spacegrotesk-normal-black-16px {
  color: var(--black);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

:root {
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 160px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 8px 0;
}

.dropdown-content li {
  display: block;
  width: 100%;
}

.dropdown-content .dropdown-item {
  display: block;
  padding: 8px 16px;
}

.dropdown:hover .dropdown-content {
  display: flex;
}

.dropdown-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}
a {
  color: inherit;
  text-decoration: none;
}

.red {
  color: #c00000; /* Or any color you want */
}

.black {
  color: #000000; /* Or any color you want */
}

.transactionalmail {
  align-items: center;
  background-color: var(--white);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  min-height: 3506px;
  overflow-x: hidden;
  position: relative;
  width: 1440px;
}

.transactionalmail .nav-IwuWaX {
  align-items: center;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  height: 51px;
  justify-content: flex-start;
  margin-right: 6.0px;
  margin-top: 58px;
  min-width: 1234px;
  position: relative;
  width: auto;
}

.transactionalmail .logo-ypCICB {
  flex-shrink: 1;
  position: relative;
}

.transactionalmail .services-ypCICB {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 21px;
  margin-bottom: 2.0px;
  margin-left: 142px;
  min-width: 68px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}

.transactionalmail .pricing-ypCICB {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 21px;
  margin-bottom: 2.0px;
  margin-left: 41px;
  min-width: 55px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}

.transactionalmail .resources-ypCICB {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 21px;
  margin-bottom: 2.0px;
  margin-left: 42px;
  min-width: 84px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}

.transactionalmail .button-ypCICB {
  align-self: flex-start;
  background-color: transparent;
  background-image: url(../img/real-estate-button-backgroundmask-2.png);
  background-size: 100% 100%;
  flex-shrink: 1;
  height: 50px;
  margin-left: 41px;
  overflow: hidden;
  position: relative;
  width: 357px;
}

.transactionalmail .background-dcTwxx {
  width: 357px;
}

.transactionalmail .shchedule-a-free-consultation-dcTwxx {
  background-color: transparent;
  font-weight: 600;
  height: auto;
  left: 32px;
  letter-spacing: 1.10px;
  line-height: 21px;
  position: absolute;
  text-align: left;
  top: 16px;
  white-space: nowrap;
  width: auto;
}

.transactionalmail .login-button-ypCICB {
  align-self: flex-start;
  background-color: transparent;
  background-image: url(../img/transactional-mail-button-backgroundmask-1@2x.png);
  background-size: 100% 100%;
  flex-shrink: 1;
  height: 50px;
  margin-left: 43px;
  overflow: hidden;
  position: relative;
  width: 143px;
}

.transactionalmail .background-iIuNZx {
  width: 143px;
}

.transactionalmail .login-iIuNZx {
  background-color: transparent;
  font-weight: 600;
  height: 29px;
  left: 37px;
  letter-spacing: 0.88px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 68px;
}

.transactionalmail .section-1-IwuWaX {
  align-items: center;
  background-color: #efeeea;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  height: 678px;
  justify-content: flex-start;
  margin-top: 60px;
  min-width: 1440px;
  padding: 42px 65px;
  position: relative;
  width: auto;
}

.transactionalmail .image-MCulZw {
  height: 499px;
  margin-left: 0px;
  margin-top: 11.0px;
  width: 488px;
}

.transactionalmail .flex-col-MCulZw {
  margin-left: 80px;
  min-height: 542px;
  width: 686px;
}

.transactionalmail .title-XLTmZn {
  line-height: 46px;
  min-height: 93px;
  min-width: 686px;
  text-align: left;
  width: 686px;
}

.transactionalmail .content-copy-XLTmZn {
  background-color: transparent;
  flex-shrink: 1;
  height: 180px;
  margin-top: 116px;
  position: relative;
  width: 678px;
}

.transactionalmail .schedule-button-XLTmZn {
  height: 42px;
  margin-top: 111px;
  width: 218px;
}

.transactionalmail .button-background-mzInuu {
  background-color: transparent;
  height: 42px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 217px;
}

.transactionalmail .button-text-mzInuu {
  background-color: transparent;
  font-weight: 600;
  height: auto;
  left: -1px;
  letter-spacing: 1.10px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  top: 10px;
  white-space: nowrap;
  width: 219px;
}

.transactionalmail .section-container-IwuWaX {
  background-color: transparent;
  flex-shrink: 1;
  height: 2086px;
  margin-right: 1.0px;
  margin-top: 126px;
  position: relative;
  width: 1235px;
}

.transactionalmail .section-3-9kMvFc {
  align-items: flex-end;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  left: 0px;
  min-height: 449px;
  position: absolute;
  top: 1475px;
  width: 1235px;
}

.transactionalmail .title-WmuxT4 {
  line-height: 46px;
  margin-right: -1px;
  min-height: 108px;
  min-width: 1237px;
  text-align: center;
  width: 1237px;
}

.transactionalmail .flex-row-WmuxT4 {
  align-items: center;
  height: 315px;
  margin-top: 26px;
  min-width: 1224px;
}

.transactionalmail .content-JaEFMb {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 27px;
  margin-top: 16.0px;
  min-height: 265px;
  min-width: 529px;
  position: relative;
  text-align: left;
  width: 529px;
}

.transactionalmail .image-JaEFMb {
  height: 315px;
  margin-left: 220px;
  width: 475px;
}

.transactionalmail .section-2-9kMvFc {
  align-items: flex-start;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  left: 2px;
  min-height: 2086px;
  position: absolute;
  top: 0px;
  width: 1233px;
}

.transactionalmail .title-IjKJ2g {
  line-height: 64px;
  min-width: 1233px;
  text-align: center;
  white-space: nowrap;
  width: 1233px;
}

.transactionalmail .flex-row-IjKJ2g {
  align-items: flex-start;
  height: 1926px;
  margin-left: 3px;
  margin-top: 96px;
  min-width: 1206px;
}

.transactionalmail .check-container-vanESq {
  align-items: flex-start;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  height: auto;
  justify-content: flex-start;
  min-height: 1078px;
  position: relative;
  width: 62px;
}

.transactionalmail .check-1-PunBVa {
  background-color: transparent;
  flex-shrink: 1;
  height: 51px;
  position: relative;
  width: 62px;
}

.transactionalmail .check-image-2-PunBVa {
  background-color: transparent;
  flex-shrink: 1;
  height: 51px;
  margin-top: 166px;
  position: relative;
  width: 62px;
}

.transactionalmail .check-image-3-PunBVa {
  background-color: transparent;
  flex-shrink: 1;
  height: 51px;
  margin-top: 165px;
  position: relative;
  width: 62px;
}

.transactionalmail .check-image-4-PunBVa {
  background-color: transparent;
  flex-shrink: 1;
  height: 51px;
  margin-top: 165px;
  position: relative;
  width: 62px;
}

.transactionalmail .check-image-5-PunBVa {
  background-color: transparent;
  flex-shrink: 1;
  height: 51px;
  margin-top: 138px;
  position: relative;
  width: 62px;
}

.transactionalmail .check-image-6-PunBVa {
  background-color: transparent;
  flex-shrink: 1;
  height: 51px;
  margin-top: 138px;
  position: relative;
  width: 62px;
}

.transactionalmail .flex-col-vanESq {
  margin-left: 5px;
  min-height: 1922px;
  width: 1139px;
}

.transactionalmail .subtitle-1-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 46px;
  margin-left: 1px;
  min-height: 59px;
  min-width: 1060px;
  position: relative;
  text-align: left;
  width: 1060px;
}

.transactionalmail .content-1-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 21px;
  margin-left: 2px;
  margin-top: 18px;
  min-height: 74px;
  min-width: 1137px;
  position: relative;
  text-align: left;
  width: 1137px;
}

.transactionalmail .subtitle-2-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 46px;
  margin-left: 2px;
  margin-top: 71px;
  min-height: 59px;
  min-width: 1060px;
  position: relative;
  text-align: left;
  width: 1060px;
}

.transactionalmail .content-2-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 21px;
  margin-left: 2px;
  margin-top: 18px;
  min-height: 74px;
  min-width: 1137px;
  position: relative;
  text-align: left;
  width: 1137px;
}

.transactionalmail .subtitle-3-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 46px;
  margin-left: 2px;
  margin-top: 60px;
  min-height: 59px;
  min-width: 1060px;
  position: relative;
  text-align: left;
  width: 1060px;
}

.transactionalmail .content-3-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 21px;
  margin-left: 1px;
  margin-top: 28px;
  min-height: 74px;
  min-width: 1137px;
  position: relative;
  text-align: left;
  width: 1137px;
}

.transactionalmail .subtitle-4-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 46px;
  margin-left: 2px;
  margin-top: 57px;
  min-height: 59px;
  min-width: 1060px;
  position: relative;
  text-align: left;
  width: 1060px;
}

.transactionalmail .content-4-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 21px;
  margin-left: 2px;
  margin-top: 24px;
  min-height: 74px;
  min-width: 1137px;
  position: relative;
  text-align: left;
  width: 1137px;
}

.transactionalmail .subtitle-5-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 46px;
  margin-left: 1px;
  margin-top: 31px;
  min-height: 59px;
  min-width: 1060px;
  position: relative;
  text-align: left;
  width: 1060px;
}

.transactionalmail .content-5-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 21px;
  margin-left: 2px;
  margin-top: 23px;
  min-height: 74px;
  min-width: 1137px;
  position: relative;
  text-align: left;
  width: 1137px;
}

.transactionalmail .subtitle-6-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 46px;
  margin-top: 33px;
  min-height: 59px;
  min-width: 1060px;
  position: relative;
  text-align: left;
  width: 1060px;
}

.transactionalmail .content-6-VEc2Vm {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.00px;
  line-height: 21px;
  margin-left: 2px;
  margin-top: 25px;
  min-height: 74px;
  min-width: 1137px;
  position: relative;
  text-align: left;
  width: 1137px;
}

.transactionalmail .schedule-button-VEc2Vm {
  align-items: center;
  align-self: center;
  background-image: url(../img/transactional-mail-button.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 65px;
  justify-content: flex-start;
  margin-right: 58.0px;
  margin-top: 671px;
  min-width: 313px;
  padding: 0 13px;
  width: auto;
}

.transactionalmail .schedule-text-8o4EM9 {
  background-color: transparent;
  flex-shrink: 1;
  font-weight: 600;
  height: 27px;
  letter-spacing: 1.10px;
  line-height: 21px;
  margin-left: 0px;
  min-height: 27px;
  min-width: 287px;
  position: relative;
  text-align: center;
  width: 287px;
}

.transactionalmail .footer-IwuWaX {
  background-color: transparent;
  flex-shrink: 1;
  height: 300px;
  margin-right: 2.0px;
  margin-top: 147px;
  position: relative;
  width: 1442px;
}

.transactionalmail .rectangle-pVUAZI {
  background-color: transparent;
  height: 300px;
  left: 1px;
  position: absolute;
  top: 0px;
  width: 1440px;
}

.transactionalmail .copyright-pVUAZI {
  background-color: transparent;
  color: var(--black);
  font-family: var(--font-family-space_grotesk);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 300;
  height: auto;
  left: 599px;
  letter-spacing: 0.00px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  top: 250px;
  white-space: nowrap;
  width: auto;
}

.transactionalmail .line-pVUAZI {
  background-color: transparent;
  height: 47px;
  left: -0px;
  position: absolute;
  top: 202px;
  width: 1443px;
}

.transactionalmail .links-pVUAZI {
  background-color: transparent;
  color: var(--black);
  font-family: var(--font-family-lora);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 297px;
  letter-spacing: 0.00px;
  line-height: 33px;
  position: absolute;
  text-align: left;
  top: 133px;
  white-space: nowrap;
  width: auto;
}

.transactionalmail .socials-pVUAZI {
  background-color: transparent;
  color: var(--guardsman-red);
  font-family: var(--font-family-fontawesome6brands-regular);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 1174px;
  letter-spacing: 0.00px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 55px;
  width: 148px;
}

.transactionalmail .logo-pVUAZI {
  left: 101px;
  position: absolute;
  top: 50px;
}

.transactionalmail .background {
  background-color: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  top: 1px;
}

.transactionalmail .flex-col {
  align-items: flex-start;
  align-self: flex-end;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  height: auto;
  justify-content: flex-start;
  position: relative;
}

.transactionalmail .image {
  background-color: transparent;
  flex-shrink: 1;
  position: relative;
}

.transactionalmail .logo {
  background-color: transparent;
  height: 51px;
  width: 218px;
}

.transactionalmail .schedule-button {
  background-color: transparent;
  flex-shrink: 1;
  position: relative;
}