html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  font-family: "Roboto";
  font-size: 14px;
  color: #003F68;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  height: 100%;
}
body a {
  text-decoration: none;
}
body .animated {
  transform: translate3d(0px, 0px, 0px) !important;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1 !important;
}
@keyframes topBottomTop {
  from {
    transform: translate(0, 10%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-50%, 0, 0);
  }
  40% {
    transform: translate3d(-75%, 0, 0);
  }
  60% {
    transform: translate3d(-50%, 0, 0);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideTablet {
  0% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-150%, 0, 0);
  }
  40% {
    transform: translate3d(-250%, 0, 0);
  }
  60% {
    transform: translate3d(-150%, 0, 0);
  }
  80% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideMobile {
  0% {
    transform: translate3d(0, 0, 0);
  }
  8% {
    transform: translate3d(-100%, 0, 0);
  }
  16% {
    transform: translate3d(-200%, 0, 0);
  }
  24% {
    transform: translate3d(-300%, 0, 0);
  }
  32% {
    transform: translate3d(-400%, 0, 0);
  }
  40% {
    transform: translate3d(-500%, 0, 0);
  }
  48% {
    transform: translate3d(-600%, 0, 0);
  }
  56% {
    transform: translate3d(-500%, 0, 0);
  }
  64% {
    transform: translate3d(-400%, 0, 0);
  }
  72% {
    transform: translate3d(-300%, 0, 0);
  }
  80% {
    transform: translate3d(-200%, 0, 0);
  }
  88% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
body .landing-wrapper .landing-topbar {
  background-color: #8dd2f9;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 999;
}
body .landing-wrapper .landing-topbar > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003C5F;
  font-weight: bold;
  font-size: 18px;
  padding: 0 100px;
}
body .landing-wrapper .landing-topbar > a img {
  height: 36px;
  width: auto;
}
body .landing-wrapper .landing-topbar ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-right: 100px;
}
body .landing-wrapper .landing-topbar ul li a {
  color: #003C5F;
  font-weight: 500;
  letter-spacing: 0.08px;
  padding: 8px 16px;
  margin: 0 6px;
  border-radius: 5px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
body .landing-wrapper .landing-topbar ul li a#landing-menu-close {
  display: none;
}
body .landing-wrapper .landing-topbar ul li a:hover {
  opacity: 0.7;
  transition: all 0.4s;
}
body .landing-wrapper .landing-topbar #landing-menu-button {
  display: none;
  padding: 0 8px;
  cursor: pointer;
}
body .landing-wrapper .landing-topbar #landing-menu-button img {
  height: 24px;
}
body .landing-wrapper .landing-topbar #landing-menu-button:hover {
  opacity: 0.6;
}
body .landing-wrapper .landing-banner {
  background: linear-gradient(180deg, #8CD2F9 0%, #ffffff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 100px 180px;
}
body .landing-wrapper .landing-banner .landing-banner-content {
  max-width: 600px;
}
body .landing-wrapper .landing-banner .landing-banner-content h2 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  color: #002B49;
  font-size: 40px;
}
body .landing-wrapper .landing-banner .landing-banner-content h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 24px;
  color: #065284;
  max-width: 480px;
  line-height: 1.6;
}
body .landing-wrapper .landing-banner .landing-banner-image {
  text-align: right;
}
body .landing-wrapper .landing-banner .landing-banner-image img {
  width: 90%;
  max-height: 400px;
  transform: translate3d(60%, 0px, 0px);
  opacity: 0;
}
body .landing-wrapper .landing-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 100px 40px;
}
body .landing-wrapper .landing-brands .brands-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
body .landing-wrapper .landing-brands .brands-wrapper .brands-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  transition: transform 1000ms ease 0s;
  transform: translate3d(0px, 0px, 0px);
  animation: slide 10s infinite;
}
body .landing-wrapper .landing-brands .brands-wrapper .brands-content .brand {
  flex: 1 0 100%;
  -moz-transition: visibility 0.8s;
  -o-transition: visibility 0.8s;
  -webkit-transition: visibility 0.8s;
  transition: visibility 0.8s;
  -moz-transition: transform 1000ms ease 0s;
  -o-transition: transform 1000ms ease 0s;
  -webkit-transition: transform 1000ms ease 0s;
  transition: transform 1000ms ease 0s;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .landing-wrapper .landing-brands .brands-wrapper .brands-content .brand img {
  width: 180px;
  height: auto;
}
body .landing-wrapper .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .landing-wrapper .section-title h1 {
  color: #003F68;
  margin: 40px 40px 60px;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
}
body .landing-wrapper .landing-services {
  padding: 20px 100px;
}
body .landing-wrapper .landing-services .services .service {
  margin: auto;
  max-width: 250px;
  padding: 10px 10px 20px;
}
body .landing-wrapper .landing-services .services .service img {
  height: 120px;
}
body .landing-wrapper .landing-services .services .service h3 {
  margin: 8px 0px 14px;
}
body .landing-wrapper .landing-services .services .service p {
  margin: 0;
}
body .landing-wrapper .landing-services .services .service a {
  display: block;
  color: #003F68;
}
body .landing-wrapper .landing-services .services .service a:hover {
  transform: scale(1.03);
  transition-duration: 0.4s;
}
body .landing-wrapper .landing-about {
  padding: 20px 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .landing-wrapper .landing-about .landing-about-image {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .landing-wrapper .landing-about .landing-about-image img {
  width: 90%;
  max-width: 500px;
}
body .landing-wrapper .landing-about .landing-about-content {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .landing-wrapper .landing-about .landing-about-content .mission, body .landing-wrapper .landing-about .landing-about-content .vision {
  max-width: 400px;
}
body .landing-wrapper .landing-contact {
  padding: 20px 100px;
  background: linear-gradient(360deg, #c4eaff 0%, #ffffff 100%);
}
body .landing-wrapper .landing-contact .contact .form {
  width: 75%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  padding: 24px;
}
body .landing-wrapper .landing-contact .contact .form form {
  display: flex;
  flex-direction: column;
}
body .landing-wrapper .landing-contact .contact .form form h3 {
  color: #024069;
  margin: 0px 0px 16px;
  font-weight: 500;
}
body .landing-wrapper .landing-contact .contact .form form input {
  background-color: #ffffff;
  border: 1px solid #A8DAFC;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  margin-bottom: 16px;
  outline: none;
  color: #024069;
}
body .landing-wrapper .landing-contact .contact .form form input.send-button {
  cursor: pointer;
}
body .landing-wrapper .landing-contact .contact .form form input.send-button:hover {
  background-color: #A8DAFC;
  transform: all 0.3s;
}
body .landing-wrapper .landing-contact .contact .form form textarea {
  outline: none;
  background-color: #ffffff;
  border: 1px solid #A8DAFC;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  margin-bottom: 16px;
  color: #024069;
}
body .landing-wrapper .landing-contact .contact .adresses {
  padding-left: 20%;
}
body .landing-wrapper .landing-contact .contact .adresses iframe {
  border-radius: 10px;
}
body .landing-wrapper .landing-contact .contact .adresses p {
  color: #003766;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 20px 0;
}
body .landing-wrapper .landing-contact .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 140px 0 20px;
}
body .landing-wrapper .landing-contact .footer > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003C5F;
  font-weight: bold;
  font-size: 18px;
}
body .landing-wrapper .landing-contact .footer > a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
body .landing-wrapper .landing-contact .footer > a img {
  height: 36px;
  width: auto;
}
body .landing-wrapper .landing-contact .footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .landing-wrapper .landing-contact .footer .socials > a {
  margin-left: 16px;
}
body .landing-wrapper .landing-contact .footer .socials > a img {
  height: 26px;
}
body .landing-wrapper .landing-contact .footer .socials > a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
body .landing-wrapper .landing-contact .designer {
  text-align: center;
}
body .landing-wrapper .landing-contact .designer h6 {
  font-size: 10px;
  font-weight: 500;
  margin: 0;
}
body .landing-wrapper .landing-contact .designer h6 a {
  font-weight: 700;
  color: #003766;
}

@media (max-width: 991px) {
  .landing-body.block-scroll {
    overflow: hidden;
  }
  .landing-body.block-scroll .landing-wrapper .landing-mask {
    display: block;
  }
  .landing-body .landing-wrapper.landing-menu-active .landing-topbar .landing-menu {
    transform: translate3d(0px, 0px, 0px);
  }
  .landing-body .landing-wrapper .landing-topbar .logo {
    padding: 0 20px;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu {
    position: fixed;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    right: 0;
    top: 0;
    padding: 12px 15px;
    z-index: 999;
    width: 200px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08);
    transform: translate3d(260px, 0px, 0px);
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li {
    margin: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li > a {
    padding: 6px 16px;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    display: block;
    color: #003F68;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li > a:hover {
    background-color: #8CD2F9;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li #landing-menu-close {
    display: block;
    font-size: 20px;
    text-align: right;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li #landing-menu-close img {
    height: 20px;
  }
  .landing-body .landing-wrapper .landing-topbar .landing-menu > li #landing-menu-close:hover {
    background-color: #ffffff;
    opacity: 0.6;
  }
  .landing-body .landing-wrapper .landing-topbar #landing-menu-button {
    display: block;
    color: #2c84d8;
    font-size: 20px;
    padding: 0 33px;
  }
  .landing-body .landing-wrapper .landing-banner {
    padding: 96px 20px;
    padding-top: 20px;
    margin-top: -2px;
  }
  .landing-body .landing-wrapper .landing-banner .landing-banner-image img {
    width: 80%;
  }
  .landing-body .landing-wrapper .landing-brands {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .landing-body .landing-wrapper .landing-brands .brands-wrapper .brands-content {
    text-align: center;
    padding: 0;
    animation: slideTablet 12s infinite;
  }
  .landing-body .landing-wrapper .landing-brands .brands-wrapper .brands-content .brand {
    max-width: 50%;
  }
  .landing-body .landing-wrapper .section-title {
    margin-bottom: 40px;
  }
  .landing-body .landing-wrapper .section-title h1 {
    margin: 20px 0;
  }
  .landing-body .landing-wrapper .landing-services {
    padding: 20px 20px;
  }
  .landing-body .landing-wrapper .landing-about {
    padding: 20px 20px;
  }
  .landing-body .landing-wrapper .landing-about .landing-about-image {
    justify-content: center;
  }
  .landing-body .landing-wrapper .landing-persons {
    padding: 20px 20px;
  }
  .landing-body .landing-wrapper .landing-persons .persons {
    padding: 0;
  }
  .landing-body .landing-wrapper .landing-persons .persons .person p {
    width: 100%;
  }
  .landing-body .landing-wrapper .landing-serviceimages {
    padding: 20px 20px;
  }
  .landing-body .landing-wrapper .landing-serviceimages .service img {
    height: 55px;
  }
  .landing-body .landing-wrapper .landing-service {
    padding: 20px 20px;
  }
  .landing-body .landing-wrapper .landing-service .services .service {
    padding: 20px 10px;
  }
  .landing-body .landing-wrapper .landing-contact {
    padding: 20px 20px;
  }
  .landing-body .landing-wrapper .landing-contact .contact .adresses {
    padding-left: 0;
  }
  .landing-body .landing-wrapper .landing-contact .contact .adresses iframe {
    width: 100%;
  }
  .landing-body .landing-wrapper .landing-contact .contact .adresses p {
    text-align: center;
  }
  .landing-body .landing-wrapper .landing-contact .contact .form {
    width: auto;
  }
  .landing-body .landing-wrapper .landing-contact .contact .contact-adress {
    text-align: center;
  }
  .landing-body .landing-wrapper .landing-contact .contact .contact-image {
    text-align: center;
  }
  .landing-body .landing-wrapper .landing-contact .contact .contact-image img {
    width: 70%;
  }
}
@media (max-width: 688px) {
  .landing-body.block-scroll {
    overflow: hidden;
  }
  .landing-body.block-scroll .landing-wrapper .landing-mask {
    display: block;
  }
  .landing-body .landing-wrapper .landing-banner .landing-banner-image {
    display: none;
  }
  .landing-body .landing-wrapper .landing-brands {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .landing-body .landing-wrapper .landing-brands .brands-wrapper .brands-content {
    text-align: center;
    padding: 0;
    animation: slideMobile 24s infinite;
  }
  .landing-body .landing-wrapper .landing-brands .brands-wrapper .brands-content .brand {
    max-width: 100%;
  }
}
body {
  font-family: "Roboto";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  height: 100%;
}
body a {
  text-decoration: none;
}
body .landing-wrapper .landing-banner {
  background: linear-gradient(180deg, #8CD2F9 0%, #ffffff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 100px 180px;
}
body .landing-wrapper .landing-banner .landing-banner-content {
  max-width: 600px;
}
body .landing-wrapper .landing-banner .landing-banner-content h2 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  color: #002B49;
  font-size: 40px;
}
body .landing-wrapper .landing-banner .landing-banner-content h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 24px;
  color: #065284;
  max-width: 480px;
  line-height: 1.6;
}
body .landing-wrapper .landing-banner .landing-banner-image {
  text-align: right;
}
body .landing-wrapper .landing-banner .landing-banner-image img {
  width: 90%;
  max-height: 400px;
}
body .landing-wrapper .landing-persons .persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 100px;
}
body .landing-wrapper .landing-persons .persons .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
body .landing-wrapper .landing-persons .persons .person .person-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .landing-wrapper .landing-persons .persons .person .person-header img {
  height: 100px;
  margin-right: 24px;
}
body .landing-wrapper .landing-persons .persons .person .person-header .person-title h3 {
  font-size: 22px;
  margin: 0 0 6px;
  font-weight: 500;
  color: #003F68;
}
body .landing-wrapper .landing-persons .persons .person .person-header .person-title h6 {
  color: #003F68;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
body .landing-wrapper .landing-persons .persons .person p {
  width: 60%;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  color: #003F68;
  line-height: 1.5;
}
body .landing-wrapper .landing-persons .persons .person.right-person .person-header {
  flex-direction: row-reverse;
  text-align: right;
}
body .landing-wrapper .landing-persons .persons .person.right-person .person-header img {
  height: 100px;
  margin-left: 24px;
  margin-right: 0;
}
body .landing-wrapper .landing-persons .persons .person.right-person p {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
body .landing-wrapper .landing-contact {
  padding: 20px 100px;
  background: linear-gradient(360deg, #c4eaff 0%, #ffffff 100%);
}
body .landing-wrapper .landing-contact .contact .contact-adress p {
  color: #003766;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
body .landing-wrapper .landing-contact .contact .contact-image {
  text-align: right;
}
body .landing-wrapper .landing-contact .contact .contact-image img {
  width: 80%;
  max-height: 300px;
}

body {
  font-family: "Roboto";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  height: 100%;
}
body a {
  text-decoration: none;
}
body .landing-wrapper .landing-banner {
  background: linear-gradient(180deg, #8CD2F9 0%, #ffffff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 100px 180px;
}
body .landing-wrapper .landing-banner .landing-banner-content {
  max-width: 600px;
}
body .landing-wrapper .landing-banner .landing-banner-content h2 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  color: #002B49;
  font-size: 40px;
}
body .landing-wrapper .landing-banner .landing-banner-content h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 24px;
  color: #065284;
  max-width: 480px;
  line-height: 1.6;
}
body .landing-wrapper .landing-banner .landing-banner-image {
  text-align: right;
}
body .landing-wrapper .landing-banner .landing-banner-image img {
  width: 90%;
  max-height: 400px;
}
body .landing-wrapper .landing-serviceimages {
  padding: 20px 100px;
  justify-content: center;
}
body .landing-wrapper .landing-serviceimages .service {
  display: flex;
  justify-content: center;
}
body .landing-wrapper .landing-serviceimages .service img {
  width: auto;
  height: 70px;
}
body .landing-wrapper .landing-service {
  padding: 20px 100px;
}
body .landing-wrapper .landing-service .services .service {
  padding: 32px 42px 42px;
}
body .landing-wrapper .landing-service .services .service img {
  height: 100px;
  margin-bottom: 8px;
}
body .landing-wrapper .landing-service .services .service h3 {
  color: #003F68;
  margin: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}
body .landing-wrapper .landing-service .services .service p {
  color: #003766;
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
body .landing-wrapper .landing-service .services .service h5 {
  color: #003F68;
  margin: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
body .landing-wrapper .landing-contact {
  padding: 20px 100px;
  background: linear-gradient(360deg, #c4eaff 0%, #ffffff 100%);
}
body .landing-wrapper .landing-contact .contact .contact-adress p {
  color: #003766;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
body .landing-wrapper .landing-contact .contact .contact-image {
  text-align: right;
}
body .landing-wrapper .landing-contact .contact .contact-image img {
  width: 80%;
  max-height: 300px;
}

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