.display-2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
}
.display-4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
}
.display-flag {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
}
.display-7 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
	opacity: 0.7;
}
.display-7:active,.display-7:hover,.display-7:focus {
	opacity: 1;
}
.btn {
    padding: 0.7rem 1.3rem;
    border-radius: 0px;
}
.btn-primary {
    border: 0;
    position: relative;
    z-index: 1;
}

.btn-primary, .btn-primary:active {
    background-color: #f7df67 !important;
    border-color: #f7df67 !important;
    color: #000000 !important;
}
.btn-primary:before {
    content: '';
    left: 0;
    top: 0;
    bottom: auto;
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: white;
    z-index: -1;
    transition: all 0.3s;
}
.btn-primary:hover {
  color: black !important;
}
.btn-primary:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.form-control {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}
body {
    overflow-x: hidden;
	background-image: url("/hegui/images/back.jpg");
	background-color: #989898;
}
.cid-t3rZsUXMsF {
	padding-bottom: 50px;
	width: 800px;
	max-width: 100%;
	margin: 50px auto;
    background-image: url("/hegui/images/background.png");
	border: 10px #f7df67 solid;
	box-shadow: 5px 5px 1px #282828;
}

.cid-t3rZsUXMsF input, .cid-t3rZsUXMsF textarea {
    border-radius: 0;
}
.cid-t3rZsUXMsF textarea {
    min-height: 200px;
}
.cid-t3rZsUXMsF .mbr-main-subtitle {
    background: #f7df67;
    width: fit-content;
    padding: 0.5rem 1rem;
    position: relative;
    margin-bottom: 2rem;
}

.cid-t3rZsUXMsF .mbr-main-subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    border-left: 24px solid #f7df67;
    border-bottom: 18px solid transparent;
    z-index: 2;
}
.cid-t3rZsUXMsF .btn {
    padding: 1rem 3rem;
}

.cid-t3rZsUXMsF .mbr-section-text {
    color: #ffffff;
}

.cid-t3rZsUXMsF .mbr-section-title {
    color: #ffffff;
}
