.u-section-2 .u-sheet-1 {
  min-height: 628px;
}
.u-section-2 .u-layout-wrap-1 {
  width: 1140px;
  margin: 0 auto;
}
.u-section-2 .u-layout-cell-1 {
  min-height: 658px;
}
.u-section-2 .u-container-layout-1 {
  padding: 0 30px;
}
.u-section-2 .u-image-1 {
  height: 658px;
  margin-top: 0;
  margin-bottom: 0;
}
.u-section-2 .u-layout-cell-2 {
  min-height: 658px;
}
.u-section-2 .u-container-layout-2 {
  padding: 30px;
}
.u-section-2 .u-text-1 {
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
}
.u-section-2 .u-form-1 {
  height: 299px;
  margin-top: 30px;
  margin-bottom: 0;
}
.u-section-2 .u-form-group-4 {
  margin-left: 0;
}
.u-section-2 .u-btn-1 {
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-image: none;
  width: 100%;
  font-size: 1.125rem;
}
.u-section-2 .u-text-2 {
  margin: 30px auto 0 0;
}
.u-section-2 .u-btn-2 {
  background-image: none;
  border-style: solid;
  padding: 0;
}
@media (max-width: 1199px) {
 .u-section-2 .u-sheet-1 {
    min-height: 412px;
  }
 .u-section-2 .u-layout-wrap-1 {
    width: 940px;
    margin-left: 0;
    margin-right: 0;
  }
 .u-section-2 .u-layout-cell-1 {
    min-height: 647px;
  }
 .u-section-2 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }
 .u-section-2 .u-image-1 {
    height: 561px;
  }
 .u-section-2 .u-layout-cell-2 {
    min-height: 567px;
  }
}
@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 309px;
  }
  .u-section-2 .u-layout-wrap-1 {
    width: 720px;
  }
  .u-section-2 .u-layout-cell-1 {
    min-height: 746px;
  }
  .u-section-2 .u-container-layout-1 {
    padding: 0;
  }
  .u-section-2 .u-image-1 {
    height: 694px;
  }
  .u-section-2 .u-layout-cell-2 {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1451px;
  }
  .u-section-2 .u-layout-wrap-1 {
    margin-top: 55px;
    margin-bottom: 53px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
  .u-section-2 .u-layout-cell-1 {
    min-height: 699px;
  }
  .u-section-2 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .u-section-2 .u-image-1 {
    height: 651px;
    margin-top: 48px;
  }
  .u-section-2 .u-layout-cell-2 {
    min-height: 490px;
  }
}
@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 334px;
  }
  .u-section-2 .u-layout-cell-1 {
    min-height: 440px;
  }
  .u-section-2 .u-image-1 {
    height: 410px;
  }
  .u-section-2 .u-layout-cell-2 {
    min-height: 100px;
  }
}

.modal {
  display: none; 
  position: fixed;
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}


.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.g-recaptcha{
   margin: 15px auto !important;
   width: auto !important;
   height: auto !important;
   text-align: -webkit-center;
   text-align: -moz-center;
   text-align: -o-center;
   text-align: -ms-center;
}

.form-inner input {
   display: block;
   width: 100%;
   padding: 0 15px;
   margin: 10px 0 15px;
   border-width: 0;
   line-height: 40px;
   border-radius: 20px;
   color: white;
   background: rgba(255, 255, 255, .2);
   font-family: 'Roboto', sans-serif;
}
.form-inner input[type="submit"] {
   background: #1762EE;}
.form-inner input[type="submit"]:disabled {
   background: grey;}