body {
  padding: 0;
  margin: 0;
  font: 14px "Roboto", Arial, sans-serif;
  color: #484848;
}
a {
  color: #484848;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}

.model {
  min-width: 100vw;
  min-height: 100vh;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  background-color: rgba(0,0,0,0.2);
}
#delete {
  width: 200px;
}
.modal_content {
  margin: 15% auto;
  padding: 20px;
  background-color: #F2F6FA;
  width: 300px;
}
.modal_content .text{
  margin-bottom: 20px;
}
.modal_content .button {
  flex: 1;
}
.modal_content .button:first-of-type {
  flex: 1;
  color: black;
}
.failed {
  box-sizing: border-box;
  border: 1px solid red!important;
}
.hidden {
  display: none;
}
#homeLink {
  height: 100%;
}
#close_button {
  color: #FFFFFF;
  width: 125px;
  margin: auto;
}
#modal_text {
  font-size: 20px;
}
#close_button:hover {
  color: #000000
}
#navigation {
  width: 100%;
  height: 74px;
  background-color: #082B60;
  color: #FFFFFF;
}
#navigation > .container {
  justify-content: space-between;

}
.flex{
  display: flex;
}
.container {
  align-items: center;
  height: 100%;
  max-width: 1134px;
  margin: auto;
}

.logo {
  height: 100%;
  line-height: 74px;
}

.button-container {
  display: flex;
  padding: 0 12px
}
.button {
  user-select: none;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}

.button.contact {
  background-color: #0066B1;
  text-decoration: none;
}
#navigation .button{
  margin: 0 5px;
}
#navigation .contact{
  margin-left: 75px;
  margin-right: 0;
}
.button:hover {
  background-color: #F2F6FA;
  color: #484848;
  text-decoration: none;
}
.contact:hover{
  background-color: #FFCB05;
  color: #484848;
}

.banner {
  height: 646px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.banner .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.banner .content {
  color: #FFFFFF;
  font-size: 40px;
  text-align: right;
}
.banner .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("/images/mainbanner.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  width: 100%;
  z-index: 0;
}
.banner .button {
  margin-top: 32px;
  width: 156px;
  box-sizing: border-box;
  margin-left: auto;
}

.contentBox {
  background-color: #F7FAFC;
  border-radius: 10px;
  box-shadow: 0 3px 14px #0000001F;
  box-sizing: border-box;
  position: relative;
  min-height: 320px;
}
.horizontal {
  box-sizing: border-box;
  width: 50%;
}
.vertical {
  flex-direction: column;
}
.section_one .contentBox .text{
  padding: 39px;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}
.image{
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.contentBox .button {
  width: 252px;
}

.heading {
  font-size: 32px;
  margin: 0 0 42px 0;
}
.section_two .contentBox, .section_four .contentBox{
  flex: 1;
  margin-right: 30px;
}
.section_two .contentBox:last-of-type, .section_four .contentBox:last-of-type{
  margin-right: 0;
}
.section_two .contentBox .text{
  padding: 20px;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
}
.section_two .image {
  min-height: 213px;
  border-radius: 10px 10px 0 0;
}

.section {
  margin-top: 100px
}

.section_four .title {
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 32px;
}

.section_four h4 {
  font-size: 20px;
}

.section_four .image {
  min-height: 177px;
  border-radius: 10px 10px 0 0;
}
.section_four .contentBox .text{
  padding: 20px;
  font-size: 14px;
  font-weight: normal;
  flex-grow: 1;
  display: flex;
}
.section_four a {
  margin-top: auto;
}
.image_one {
  background-image: url("/images/whyeuronet.jpg");
  border-radius: 0 10px 10px 0;
}
.image_two {
  background-image: url("/images/1of3.jpg");
}
.image_three {
  background-image: url("/images/2of3.jpg");
}
.image_four {
  background-image: url("/images/3of3.jpg");
}

.image_five {
  background-image: url("/images/image1.png");
}
.image_six {
  background-image: url("/images/image2.png");
}
.image_seven {
  background-image: url("/images/image3.png");
}
.image_eight {
  background-image: url("/images/image4.png");
}

.image_company_one {
  background-image: url("/images/1of4b.jpg");
}
.image_company_two {
  background-image: url("/images/2of4b.jpg");
}

.image_company_three {
  background-image: url("/images/3of4b.jpg");
}

.image_company_four {
  background-image: url("/images/4of4b.jpg");
}

.image_solution_one {
  background-image: url("/images/1of4a.jpg");
}
.image_solution_two {
  background-image: url("/images/2of4a.jpg");
}

.image_solution_three {
  background-image: url("/images/3of4a.jpg");
}

.image_solution_four {
  background-image: url("/images/4of4a.jpg");
}

.section_six .image {
  border-radius: 10px;
}
.section_six .text {
  padding: 30px;
}
.section_seven {
  background-color: #FFCB05;
  padding: 68px 0;
  text-align: center;
  font-size: 24px;
}
.section_seven .button {
  width: 261px;
  margin: auto;
}
.section_seven .button:hover {
  background-color: #F2F6FA;
}
.section_eight {
  font-size: 23px;
}
.historyTitle {

}
.historyText {
  font-size: 16px;
  margin-top: 20px;
  line-height: 20px;
}
.cardText{
  flex-grow: 1;
  margin-bottom: 20px;
}
.gap{
  margin-bottom: 50px;
}
.logo {
  background-color: #FFFFFF;
  box-sizing: border-box;
  display: flex;
  padding: 0 20px;
}
.logo img {
  width: 100px;
  margin: auto;
}
.row {
  margin-bottom: 20px;
}
.row:last-of-type {
  margin-bottom: 0;
}
.section_eleven {
  margin-bottom: 100px
}
.section_eleven section {
  margin-top: 50px
}
.form input {
  width: 100%;
}
.form .formrow {
  margin-top: 20px;
}
.form .formcell {
  flex: 1;
  box-sizing: border-box;
}
.form .formcell input, .form .formcell textarea {
  background-color: #F7FAFC;
  border: none;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  font: 16px "Roboto", Arial, sans-serif;
  resize: none;
}
.form .formcell .contact {
  margin-left: auto;
  width: 164px;
}
.mr {
  margin-right: 10px;
}
.ml {
  margin-left: 10px;
}
.block{
  background-color: #F2F6FA;
  border-radius: 15px;
  margin-right: 30px;
  text-align: center;
  font-size: 20px;
  padding: 60px 0;
  width: 33%;
}
.block img {
  margin-bottom: 32px;
}
.block:last-of-type {
  margin-right: 0;
}

.left_border_radius {
  border-radius: 15px 0 0 15px;
}
.right_border_radius {
  border-radius: 0 15px 15px 0;
}

.section_four {
  background-color: #0066B1;
  padding: 64px 0 100px 0;
}
.section_four h4{
  margin-top: 0;
}
.section_four a{
  color: #0066B1;
  font-size: 16px;
  text-decoration: none;
}
.section_four span::after{
  content: "";
  padding: 4px;
  margin-left: 10px;
  border: solid #0066B1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}

.icon_img {
  filter: invert(20%) sepia(94%) saturate(2281%) hue-rotate(189deg) brightness(99%) contrast(104%);
  height: 75px
}

.section_five {
  background-color: #F7FAFC;
  padding: 60px 0;
}
.section_five h2 {
  font-size: 32px;
  margin: 0 0 12px 0;
}
.section_five .button {
  width: 164px;
  margin-left: auto;
}
.section_ten {
  margin-bottom: 200px;
}
.section_ten .flexcell {
  flex: 1;
}
.section_ten .title {
  font-weight: bold;
}

.links {
  width: 250px;
  vertical-align: top;
}
#footer {
  padding: 0 12px
}
#footer > .container {
  margin-bottom: 100px;
  align-items: normal;
}
#footer .copyright {
  font-size: .8em;
  margin-bottom: 20px;
  text-align: left!important;
}
#footer .policyBar {
  text-align: left!important;
  margin-bottom: 10px
}