﻿@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
}
::placeholder {
  color: #000;
  opacity: 1;
}

section.hero-section {
  background: center center no-repeat;
  background-size: cover;
  min-height: 360px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.hero-section .hero-content-container h1, section.hero-section .hero-content-container h2 {
  display: inline-block;
  font-size: 62px;
  font-weight: 600;
  margin: 0;
}
section.hero-section .hero-content-container h1 {
  color: #45E874;
  margin-right: 20px;
}
section.hero-section .hero-content-container h2 {
  color: #fff;
}
section.form-info-section {
  padding: 80px 0;
}
section.form-info-section .content-wrapper {
  display: flex;
  justify-content: space-between;
}
section.form-info-section .content-wrapper .content-col {
  flex: 0 0 49%;
}
section.form-info-section .content-wrapper .content-col h3, section.form-info-section .content-wrapper .content-col h4 {
  color: #000;
  font-size: 52px;
  line-height: 50px;
  font-weight: 600;
}
section.form-info-section .content-wrapper .content-col h4 {
  color: #45E874;
  font-size: 28px;
  margin-top: 40px;
}
section.form-info-section .content-wrapper .content-col p {
  font-size: 18px;
  margin: 30px 0;
}
section.form-info-section .content-wrapper .content-col li {
  font-size: 18px;
  margin-bottom: 14px;
}
section.form-info-section .content-wrapper .content-col .form-container .form-item {
  margin-bottom: 20px;
}
section.form-info-section .content-wrapper .content-col .form-container .form-item input {
  margin: 0px 0px 0px 0px;
  width: 100%;
  border: 0;
  padding: 5px 5px;
  border-bottom: 1px #898787 solid;
}
section.form-info-section .content-wrapper .content-col .form-container .form-item .form-error {
  color: #f00;
  font-weight: 600;
  font-size: 12px;
  display: none;
}
section.form-info-section .content-wrapper .content-col .form-container .form-item.button {
  text-align: right;
  margin-top: 30px;
}

.modal-dialog .modal-content .modal-header {
  background-color: #000;
  color: #45E874;
}
.modal-dialog .modal-content .modal-header h5.modal-title {
  font-size: 28px;
  font-weight: 600;
}
.modal-dialog .modal-content .modal-footer {
  border-color: #898787;
}
