body {
  background-color: #e7e7e7;
  margin: 0;
  padding: 0;
  color: #3d3d3d;
  font-size: 12;
  font-family: "Open Sans", sans-serif;
}
ol {
  padding-left: 20px;
}
ol.styled {
  counter-reset: li-counter;
  list-style-type: none;
  margin: 0 0 0 32px;
  padding: 0;
}
ol.styled > li {
  margin-bottom: 19px;
  padding-left: 6px;
  padding-top: 7px;
  position: relative;
}
ol.styled > li:before {
  background-color: #728fb7;
  content: counter(li-counter, decimal);
  counter-increment: li-counter;
  border-radius: 50%;
  font-size: 14px;
  height: 30px;
  left: -34px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
  color: #fff;
  font-weight: bold;
}
.clear {
  clear: both;
}
.col-33 {
  width: 298px !important;
  margin-right: 53px !important;
  float: left;
}
.col-66 {
  width: 643px !important;
  float: left;
}
.header {
  border-top: #728fb7 solid 30px;
}
.header-inner {
  margin-top: 54px;
  margin-bottom: 23px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 52px;
  display: flex;
}
.logo {
  width: 275px;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
.menu {
  margin: 0 0 0 auto;
  padding: 0;
  text-transform: uppercase;
}
.menu p {
  margin-top: 37px;
  margin-bottom: 0;
  vertical-align: bottom;
}
.menu a {
  color: #000;
  text-decoration: none;
}
.keyvisual,
.ce-text {
  width: 1000px;
  margin: 0 auto;
}
.keyvisual {
  margin-bottom: 45px;
}
.white {
  background-color: #fff;
}
.last {
  margin-right: 0 !important;
}
.area-inner {
  margin: 0 auto;
  width: 1000px;
}
.ce-inner-headline h2 {
  color: #728fb7;
  text-transform: uppercase;
  font-size: 16px;
}
.keypoints {
  padding-top: 30px;
  padding-bottom: 35px;
}
.noheadline {
  margin-top: 35px;
}
.about {
  border-top: 1px solid #859dbf;
  border-bottom: 1px solid #859dbf;
  padding-bottom: 50px;
  padding-top: 55px;
}
.maincontent {
  border-bottom: 1px solid #859dbf;
  padding-bottom: 50px;
}
.ce-form {
  float: right;
  width: 289px;
  overflow: hidden;
}
.sidepic {
  background-size: 680px auto;
  float: left;
  margin-top: 50px;
  background-image: url(main.jpg);
  background-repeat: no-repeat;
  width: 700px;
  height: 400px;
}
.footer {
  background-color: #fff;
  font-size: 14px;
}
.footer .area-inner {
  padding-bottom: 95px;
  padding-top: 65px;
}
.footer .social,
.footer a {
  color: #879ec2;
  text-decoration: none;
}
.label {
  width: 60px;
  margin-right: 20px;
}
input,
textarea {
  width: 289px;
  height: 26px;
}
textarea {
  height: 150px;
}

#mym-insert-here-182520 svg {
  max-width: 58px;
}
