@charset "UTF-8";
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

p, li, a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

p, li, a {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1400px) {
  p, li, a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  p, li, a {
    font-size: 1.4rem;
  }
}
p.smaller, li.smaller, a.smaller {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1400px) {
  p.smaller, li.smaller, a.smaller {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  p.smaller, li.smaller, a.smaller {
    font-size: 1rem;
  }
}

h1 {
  font-size: 6.8rem;
}
@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 5.6rem;
}
@media only screen and (max-width: 1400px) {
  h2 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 500px) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 5.6rem;
}
@media only screen and (max-width: 1400px) {
  h3 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 500px) {
  h3 {
    font-size: 4rem;
  }
}
h3.smaller {
  font-size: 4rem;
}
@media only screen and (max-width: 1400px) {
  h3.smaller {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  h3.smaller {
    font-size: 3.2rem;
  }
}

h4 {
  font-size: 3rem;
}
@media only screen and (max-width: 1400px) {
  h4 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 500px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1400px) {
  h5 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: 2rem;
}
@media only screen and (max-width: 1400px) {
  h6 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  h6 {
    font-size: 1.6rem;
  }
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.primary {
  color: #ef5444;
}

.secondary {
  color: #1a4173;
}

.gray {
  color: #909090 !important;
}

.light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.inter {
  font-family: "Inter", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 300 !important;
  font-size: 1.8rem !important;
}
@media only screen and (max-width: 1400px) {
  select {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  select {
    font-size: 1.4rem !important;
  }
}

.thank-you-section {
  min-height: calc(100vh - 550px);
  display: flex;
  align-items: center;
}
.thank-you-section h2 {
  padding-bottom: 20px;
}
.thank-you-section a {
  color: #1a4173 !important;
}

/*
  SASS file for Wrappers Only
*/
.main-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .main-wrap {
    padding: 30px 20px;
  }
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media only screen and (max-width: 767px) {
  .med-wrap {
    padding: 30px 20px;
  }
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .sm-wrap {
    padding: 30px 20px;
  }
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .xs-wrap {
    padding: 30px 20px;
  }
}

.footer-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap {
    padding: 30px 20px 15px;
  }
}

.head-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 40px;
}
@media only screen and (max-width: 1100px) {
  .head-wrap {
    padding: 20px 20px;
  }
}

.full-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 0px;
}
@media only screen and (max-width: 767px) {
  .full-wrap {
    padding: 0px 0px;
  }
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding: 5px 0 !important;
  font-size: 1.8rem !important;
}
@media only screen and (max-width: 1400px) {
  .gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
    font-size: 1.4rem !important;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield ::placeholder {
  color: white;
}
.gform_wrapper .gform_footer {
  text-align: center;
  padding-bottom: 0 !important;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 0.2em 2em !important;
  text-transform: uppercase;
  font-family: "Inter", sans-serif !important;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 1px solid white !important;
  background-color: white !important;
  color: #ef5444 !important;
  font-weight: 600 !important;
  transition: 0.3s;
  font-size: 1.8rem !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  color: white !important;
  background-color: transparent !important;
}
@media only screen and (max-width: 1400px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer .gform_button {
    font-size: 1.4rem !important;
  }
}

.ginput_container_select {
  border-bottom: 1px solid white !important;
  display: flex;
  align-items: center;
  position: relative;
}
.ginput_container_select::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: white;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  right: 0;
}
.ginput_container_select select {
  border: none !important;
  line-height: 2;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: white;
  margin-bottom: 30px;
}

#field_2_8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#field_2_8::before {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  content: "Are you a broker?";
}
@media only screen and (max-width: 1400px) {
  #field_2_8::before {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #field_2_8::before {
    font-size: 1.4rem;
  }
}
#field_2_8 legend {
  display: none !important;
}
#field_2_8 .ginput_container_radio .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#field_2_8 .ginput_container_radio .gfield_radio input {
  display: none;
}
#field_2_8 .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin-left: 15px;
  position: relative;
}
#field_2_8 .ginput_container_radio .gfield_radio .gchoice label {
  cursor: pointer;
  padding-right: 23px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1400px) {
  #field_2_8 .ginput_container_radio .gfield_radio .gchoice label {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #field_2_8 .ginput_container_radio .gfield_radio .gchoice label {
    font-size: 1.4rem;
  }
}

.custom-check {
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  pointer-events: none;
}
.custom-check .custom-check-inner {
  height: 11px;
  width: 11px;
  background-color: white;
  border-radius: 50%;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: unset !important;
}

.gfield-choice-input:checked + label + .custom-check {
  border: 1px solid white;
}

#field_2_8::before, #field_2_8 label {
  color: white;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem !important;
}
@media only screen and (max-width: 1400px) {
  .select2-results__options, .select2-selection--single .select2-selection__rendered {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .select2-results__options, .select2-selection--single .select2-selection__rendered {
    font-size: 1.4rem !important;
  }
}

.select2-selection--single .select2-selection__rendered {
  padding: 5px 0 !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ef5444;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: white !important;
}

.select2-search, .select2-selection__arrow {
  display: none !important;
}

.select2-dropdown {
  border: 1px solid white !important;
  border-top: none !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  background-color: transparent !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

header.header {
  position: absolute;
  z-index: 100;
  width: 100%;
}
header.header.alt {
  position: relative;
  background-color: #1a4173;
}
header.header.alt nav.nav {
  display: none !important;
}
header.header .header-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header .header-flex .logo {
  max-width: 180px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  header.header .header-flex .logo {
    max-width: 140px;
  }
}
header.header .header-flex .logo img {
  width: 100%;
  position: relative;
}
header.header .header-flex nav.nav {
  display: flex;
  align-items: center;
}
header.header .header-flex nav.nav a {
  color: white;
  margin: 0 10px;
}
@media only screen and (max-width: 370px) {
  header.header .header-flex nav.nav a {
    display: none;
  }
}
header.header .header-flex nav.nav a:last-of-type {
  margin-right: 0 px;
}
@media only screen and (max-width: 900px) {
  header.header .header-flex nav.nav a:last-of-type {
    margin-right: 20px;
  }
}
header.header .header-flex nav.nav .menu-button {
  font-weight: 700;
  background-color: #ef5444;
  border-radius: 50px;
  padding: 0.2em 0.8em;
  border: 1px solid #ef5444;
  transition: 0.3s;
}
header.header .header-flex nav.nav .menu-button:hover {
  background-color: transparent;
  color: #ef5444;
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  .menu-item {
    display: none;
  }
}

.hamburger-container {
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 900px) {
  .hamburger-container {
    display: block;
  }
}
.hamburger-container .hamburger:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: white;
  font-size: 30px;
}

.mobile-menu {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #ef5444;
  transform: translateX(100%);
  transition: 0.5s;
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
}
.mobile-menu .mobile-x-button {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 1001;
}
.mobile-menu .mobile-x-button:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: white;
  font-size: 40px;
  font-weight: 100;
}
@media only screen and (max-width: 900px) {
  .mobile-menu {
    display: flex;
  }
}
.mobile-menu.open-menu {
  transform: translateX(0);
}
.mobile-menu .mobile-menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-menu .menu-button {
  font-size: 25px;
  margin-top: 10px;
}
.mobile-menu a {
  font-size: 3.5rem;
  font-weight: 900;
  color: white;
}
.mobile-menu a:hover {
  text-decoration: underline;
}

footer.footer {
  position: relative;
}
footer.footer.alt {
  padding-top: 20px !important;
}
footer.footer .footer-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  footer.footer .footer-flex {
    flex-direction: column;
  }
  footer.footer .footer-flex > div {
    width: 100% !important;
  }
}
footer.footer .footer-flex .logo-column {
  position: relative;
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  footer.footer .footer-flex .logo-column {
    max-width: 180px;
  }
}
footer.footer .footer-flex .logo-column img {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer.footer .footer-flex .contact-column {
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer.footer .footer-flex .contact-column .footer-heading {
  margin-bottom: 10px;
}
footer.footer .footer-flex .contact-column img {
  width: 100%;
  max-width: 340px;
  margin-bottom: 20px;
}
footer.footer .footer-flex .contact-column .phone-email a {
  color: black;
}
footer.footer .footer-flex .contact-column .phone-email a:hover {
  color: #ef5444;
  text-decoration: none;
}
footer.footer .footer-flex .contact-column .phone-email br {
  display: none;
}
footer.footer .footer-flex .contact-column .footer-navigation, footer.footer .footer-flex .contact-column .phone-email {
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  footer.footer .footer-flex .contact-column .footer-navigation {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    text-align: center;
  }
}
footer.footer .footer-flex .contact-column .footer-navigation a {
  color: black;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  footer.footer .footer-flex .contact-column .footer-navigation a {
    text-align: center;
    margin: 0;
  }
}
footer.footer .footer-flex .contact-column .footer-navigation a:last-of-type {
  margin-right: 0;
}
footer.footer .footer-flex .contact-column .footer-navigation a:hover {
  text-decoration: none;
  color: #ef5444;
}
footer.footer .copyright-flex {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  footer.footer .copyright-flex {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  footer.footer .copyright-flex {
    flex-direction: column;
    text-align: center;
  }
}

.arch-logo {
  max-width: 200px;
  margin-top: 30px;
}

.home-section {
  position: relative;
}
.home-section .banner-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section .banner-section .background-container {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 21%;
  background-color: #1a4173;
}
.home-section .banner-section .img-container {
  z-index: 1;
  position: relative;
  width: 100%;
}
.home-section .banner-section .img-container img {
  width: 100%;
  height: auto;
  z-index: 0;
  object-fit: cover;
  min-height: 450px;
}
@media only screen and (max-width: 1100px) {
  .home-section .banner-section .img-container img {
    width: 100%;
  }
}
.home-section .banner-section .img-container .gradient-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  background-image: linear-gradient(to right, #00000070, transparent);
  width: 60%;
}
@media only screen and (max-width: 1100px) {
  .home-section .banner-section .img-container .gradient-container {
    width: 100%;
    background-image: linear-gradient(to right, #00000099, transparent);
  }
}
.home-section .banner-section .text-container {
  position: absolute;
  z-index: 2;
  color: white;
  padding: 0 20px;
  width: 100%;
  max-width: 1600px;
  padding-top: 100px;
}
.home-section .banner-section .text-container .text-inner {
  max-width: 640px;
}
.home-section .banner-section .text-container .text-inner h5 {
  margin-bottom: 10px;
}
.home-section .banner-text-container {
  text-align: center;
  max-width: 830px;
  padding: 150px 20px;
}
@media only screen and (max-width: 767px) {
  .home-section .banner-text-container {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .home-section .banner-text-container {
    padding: 50px 20px;
  }
}
.home-section .banner-text-container h3 {
  margin-bottom: 15px;
}
.home-section .banner-text-container h2 {
  color: #1a4173;
}
.home-section .features-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
  padding-left: 150px;
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section {
    align-items: center;
  }
}
.home-section .features-section .title {
  color: white;
  text-align: center;
  width: 100%;
  padding-top: 30px;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .title {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section {
    padding-left: 0;
    background-color: #1a4173;
  }
}
.home-section .features-section .background-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #1a4173;
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .background-container {
    display: none;
  }
}
.home-section .features-section .features-container {
  position: relative;
  display: flex;
  width: 76%;
  background-color: #1a4173;
  padding: 100px 30px;
  max-width: 1600px;
}
@media only screen and (max-width: 1600px) {
  .home-section .features-section .features-container {
    width: 96%;
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .features-container {
    padding: 30px 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .features-container {
    flex-direction: column;
  }
}
.home-section .features-section .features-container .overflow-container {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #1a4173;
}
@media only screen and (max-width: 1300px) {
  .home-section .features-section .features-container .overflow-container {
    display: none;
  }
}
.home-section .features-section .features-container .features-dec {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: auto;
  padding: 110px 0;
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .features-container .features-dec {
    display: none;
  }
}
.home-section .features-section .features-container .column-2 {
  padding-top: 200px !important;
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .features-container .column-2 {
    padding-top: 130px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .features-container .column-2 {
    padding-top: 20px !important;
  }
}
.home-section .features-section .features-container > div.features-column {
  position: relative;
  width: 50%;
  padding: 0 30px;
}
@media only screen and (max-width: 1600px) {
  .home-section .features-section .features-container > div.features-column {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .features-container > div.features-column {
    width: 100%;
    padding: 0;
  }
}
.home-section .features-section .features-container > div.features-column .ind-feature {
  padding: 20px;
  position: relative;
  height: 360px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1600px) {
  .home-section .features-section .features-container > div.features-column .ind-feature {
    height: 410px;
  }
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .features-container > div.features-column .ind-feature {
    margin-bottom: 20px;
    height: 280px;
    padding: 8px;
  }
}
.home-section .features-section .features-container > div.features-column .ind-feature:hover .plus {
  opacity: 0 !important;
}
.home-section .features-section .features-container > div.features-column .ind-feature:hover .content {
  opacity: 1 !important;
}
.home-section .features-section .features-container > div.features-column .ind-feature:hover > img {
  filter: brightness(0.5) !important;
}
.home-section .features-section .features-container > div.features-column .ind-feature:last-of-type {
  margin-bottom: 0;
}
.home-section .features-section .features-container > div.features-column .ind-feature > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1);
  transition: 0.3s;
}
.home-section .features-section .features-container > div.features-column .ind-feature .hover-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-section .features-section .features-container > div.features-column .ind-feature .hover-container .name, .home-section .features-section .features-container > div.features-column .ind-feature .hover-container .content {
  position: absolute;
  left: 0;
  color: white;
  width: 100%;
}
.home-section .features-section .features-container > div.features-column .ind-feature .hover-container .name {
  bottom: 0;
}
.home-section .features-section .features-container > div.features-column .ind-feature .hover-container .content {
  top: 0;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .home-section .features-section .features-container > div.features-column .ind-feature .hover-container .content {
    font-size: 14px;
  }
}
.home-section .features-section .features-container > div.features-column .ind-feature .hover-container .plus {
  width: 50px;
  transition: 0.3s;
  opacity: 1;
}
.home-section .floor-plan-section h1 {
  text-align: center;
  margin-bottom: 30px;
}
.home-section .floor-plan-section .floorplan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  row-gap: 40px;
  column-gap: 40px;
}
.home-section .floor-plan-section .floorplan-grid .ind-floorplan {
  position: relative;
}
.home-section .floor-plan-section .floorplan-grid .ind-floorplan img {
  width: 100%;
}
.home-section .floor-plan-section .floorplan-grid .floor-text {
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 10px;
}
.home-section .site-plan-section h1 {
  margin-bottom: 10px;
  color: black;
}
.home-section .site-plan-section img {
  width: 100%;
}
.home-section .site-plan-section .plan-title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-section .site-plan-section .plan-title-flex a {
  display: inline-block;
  background-color: #ef5444;
  border: 1px solid #ef5444;
  color: white;
  border-radius: 20px;
  padding: 0.1em 1.2em;
  font-weight: 600;
  transition: 0.3s;
}
.home-section .site-plan-section .plan-title-flex a:hover {
  text-decoration: none;
  background-color: white;
  color: #ef5444;
}
.home-section .gallery-section {
  position: relative;
  padding-top: 120px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .home-section .gallery-section {
    padding-top: 30px;
  }
}
.home-section .gallery-section .gallery-title {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  font-size: 140px;
  position: relative;
  right: 0;
  z-index: 3;
  height: 100px;
  overflow: visible;
}
@media only screen and (max-width: 1100px) {
  .home-section .gallery-section .gallery-title {
    position: relative;
    text-align: center;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-section .gallery-section .gallery-title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 500px) {
  .home-section .gallery-section .gallery-title {
    font-size: 4rem;
  }
}
.home-section .gallery-section .gallery-container {
  position: relative;
}
.home-section .gallery-section .gallery-container .gallery-img {
  position: relative;
  width: 33%;
  display: inline-block;
  padding: 22px 18px;
  height: 550px;
  z-index: 0;
}
@media only screen and (max-width: 1000px) {
  .home-section .gallery-section .gallery-container .gallery-img {
    height: 450px;
    padding: 18px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .home-section .gallery-section .gallery-container .gallery-img {
    width: 49%;
  }
}
@media only screen and (max-width: 550px) {
  .home-section .gallery-section .gallery-container .gallery-img {
    width: 100%;
    height: 300px;
    padding: 0;
    margin-bottom: 20px;
  }
  .home-section .gallery-section .gallery-container .gallery-img:last-of-type {
    margin-bottom: 0;
  }
}
.home-section .gallery-section .gallery-container .gallery-img:nth-child(3n-1) {
  bottom: 50px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-section .gallery-section .gallery-container .gallery-img:nth-child(3n-1) {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-section .gallery-section .gallery-container .gallery-img:nth-child(2n) {
    bottom: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .home-section .gallery-section .gallery-container .gallery-img:nth-child(2n) {
    bottom: 0px;
  }
}
.home-section .gallery-section .gallery-container .gallery-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section .about-section {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-section .about-section {
    flex-direction: column;
  }
}
.home-section .about-section > div {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .home-section .about-section > div {
    width: 100%;
    padding: 0;
  }
}
.home-section .about-section > div h4 {
  font-weight: 600;
  max-width: 530px;
}
.home-section .about-section .column-1 p {
  margin-bottom: 10px;
}
.home-section .about-section .column-2 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .home-section .about-section .column-2 {
    padding-top: 20px;
  }
}
.home-section .video-section {
  position: relative;
}
.home-section .video-section video {
  width: 100%;
}
.home-section .form-section {
  position: relative;
}
.home-section .form-section .img-container {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.home-section .form-section .img-container img {
  width: 100%;
  height: auto;
  position: relative;
  top: 70px;
  min-width: 700px;
}
@media only screen and (max-width: 767px) {
  .home-section .form-section .img-container img {
    top: 0;
  }
}
.home-section .form-section .form-container {
  background-color: #ef5444;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
}
@media only screen and (max-width: 767px) {
  .home-section .form-section .form-container {
    width: 100%;
    padding: 30px 20px;
  }
}
.home-section .form-section .form-container .form-inner {
  position: relative;
  max-width: 800px;
  width: 100%;
}
.home-section .form-section .form-container .form-inner h1 {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.abstract-section {
  position: relative;
  padding-left: 57px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .abstract-section {
    padding: 0 20px 30px;
    overflow: hidden;
  }
}
.abstract-section > img {
  width: 71%;
}
@media only screen and (max-width: 767px) {
  .abstract-section > img {
    width: 100%;
    padding-bottom: 30px;
  }
}
.abstract-section img {
  object-fit: cover;
}
.abstract-section .bottom-flex {
  display: flex;
  position: relative;
}
.abstract-section .bottom-flex .text-container {
  width: 68%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .abstract-section .bottom-flex .text-container {
    width: 100%;
  }
}
.abstract-section .bottom-flex .text-container h1 {
  font-size: 75px;
}
@media only screen and (max-width: 767px) {
  .abstract-section .bottom-flex .text-container h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .abstract-section .bottom-flex .text-container h1 {
    font-size: 35px;
    text-align: center;
    left: 0 !important;
  }
}
.abstract-section .bottom-flex .text-container h1:last-of-type {
  position: relative;
  left: 110px;
}
.abstract-section .bottom-flex img {
  z-index: 0;
  position: relative;
  width: 32%;
  right: 37px;
  bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .abstract-section .bottom-flex img {
    display: none;
  }
}
.abstract-section .primary {
  text-align: right;
}

/*# sourceMappingURL=main.css.map */
