.input-field{
font-family: 'DMSans-Regular';
font-size: 14px!important;
}
label {
font-size: .8rem;
color: #000000;
}
textarea {
width: 100%;
height: 3rem;
background-color: transparent;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: solid 1px #9e9e9e;
font-family: 'DMSans-Regular';
font-size: 14px!important;
}
.btn-custom{
background-color: #000000;
color: #ffffff;
border: none;
padding: 10px 30px;
font-family: 'DMSans-Bold';
border-radius: 20px;
margin-top: 10px;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

main {
flex: 1 0 auto;
}

@font-face {
   font-family: DMSans-Regular;
   src: url(/assets/fonts/DMSans-Regular.ttf);
}

@font-face {
   font-family: DMSans-Medium;
   src: url(/assets/fonts/DMSans-Medium.ttf);
}

@font-face {
   font-family: DMSans-Bold;
   src: url(/assets/fonts/DMSans-Bold.ttf);
}

@font-face {
   font-family: SpaceGrotesk;
   src: url(/assets/fonts/SpaceGrotesk-VariableFont_wght.ttf);
}

.font-sg{
font-family: SpaceGrotesk;
}

.font-dm-r{
font-family: DMSans-Regular;
}

.font-dm-m{
font-family: DMSans-Medium;
}

.font-dm-b{
font-family: DMSans-Bold;
}

/* colors text */
.lc-grey-3{
color:#757573;
}

.lc-grey-2{
color:#BCBEC3;
}

.lc-grey-1{
color:#F4f4EE;
}

/* colors bg */
.lc-bg-grey-3{
color:#757573;
}

.lc-bg-grey-2{
color:#BCBEC3;
}

.lc-bg-grey-1{
color:#F4f4EE;
}

.box-text{
border: solid 3px #000000;
padding: 10px;
}
.box-text-white{
border: solid 3px #ffffff;
padding: 10px;
}
.justify-align{
text-align: justify;
}
.bg-black{
background-color: #1B1B1B!important;
}
.bg-grey{
background-color: #F1F1F1!important;
}
.uppercase{
text-transform: uppercase;
}
.text-container{
padding: 0px 100px;
}
.section{
padding-top: 150px;
padding-bottom: 150px;
}
.invert{
filter: invert(1);
}
.display-flex{
display: flex;
align-items: center;
}
.form{
padding: 0px 100px;
}
.more{
font-size: 12px;
}
.no-margin-bottom{
margin-bottom: 0px!important;
}
@media screen and (max-width:767px) {
.text-container {
padding: 0px 20px!important;
}
.display-flex{
display: block;
}
}
