html,
body {
  height: 100%;
}
html * {
  max-height: 999999px;
}
img {
  border: 0;
}
p:last-child {
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both !important;
  height: 0;
}
* html .clearfix {
  position: relative;
  zoom: 1;
}
* + html .clearfix {
  position: relative;
  zoom: 1;
}
a {
  outline: 0;
  text-decoration: none;
  transition: all 0.3s;
  color: #1697d7;
}
a:hover {
  outline: 0;
  text-decoration: underline;
  color: #1177a9;
}
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
.fontawesome {
  font-family: 'FontAwesome';
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.titlefont {
  font-family: 'Roboto', sans-serif;
}
.bodyfont {
  color: #4D4D4D;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.form-group {
  margin-bottom: 18px;
}
.form-control {
  color: #4D4D4D;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0 15px;
  height: 48px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 #d9d8d8;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form-control::-webkit-input-placeholder {
  color: #9a9595;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #9a9595;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #9a9595;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9a9595;
  opacity: 1;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.form-control:focus::-moz-placeholder {
  opacity: 0.5;
}
.form-control:focus:-moz-placeholder {
  opacity: 0.5;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.5;
}
textarea.form-control {
  height: 246px;
  padding: 10px 15px;
}
.control-label {
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width:  767px) {
  .control-label {
    font-size: 18px;
  }
}
.contact-form .buttons {
  margin-top: 30px;
  text-align: left;
}
.contact-form .buttons .btn {
  min-width: 130px;
}
.btn {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  border-radius: 16px;
  padding: 6px 20px 8px 20px;
  border: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #2487db;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #509fe2;
}
.btn-primary:active,
.btn-primary:focus {
  color: #ffffff;
  background-color: #2487db;
}
.btn-cnt {
  color: #ffffff;
  background-color: #f0474a;
}
.btn-cnt:hover {
  color: #ffffff;
  background-color: #f47678;
}
.btn-cnt:active,
.btn-cnt:focus {
  color: #ffffff;
  background-color: #f0474a;
}
.btn-sbmt {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0 2px 0 0 rgba(217, 216, 216, 0.004);
  background-color: #f0474a;
  border-radius: 5px;
  padding: 16px 20px 16px 20px;
}
.btn-sbmt:hover {
  color: #ffffff;
  background-color: #f47678;
}
.btn-sbmt:active,
.btn-sbmt:focus {
  color: #ffffff;
  background-color: #f0474a;
}
body {
  margin: 0;
  padding: 0;
  color: #4D4D4D;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  background-color: #ededed;
  position: relative;
  min-width: 320px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
#wrapper {
  width: 100%;
  max-width: 1200px;
  background-color: #f1f1f1;
  background-image: linear-gradient(to bottom, #e8e8e8, #fafafa);
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100%;
}
@media screen and (max-width:  767px) {
  #wrapper {
    z-index: 2;
  }
}
* html #wrapper {
  height: 100%;
}
#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 40px 0 325px 0;
}
@media screen and (max-width: 991px) {
  #container {
    padding-top: 140px;
    padding-bottom: 0;
  }
}
@media screen and (max-width:  767px) {
  #container {
    padding-top: 80px;
  }
}
#container > * {
  position: relative;
  z-index: 2;
}
#container:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 200px;
  right: 0;
  background: url(../images/som-bg.png) 0 0 no-repeat;
  width: 746px;
  height: 747px;
}
.page-title {
  font-size: 40px;
  font-weight: bold;
  padding-left: 480px;
  margin-top: -140px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-title {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width:  767px) {
  .page-title {
    font-size: 30px;
  }
}
.steps-list {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  counter-reset: my-counter;
}
.steps-list:before,
.steps-list:after {
  content: " ";
  display: table;
}
.steps-list:after {
  clear: both !important;
  height: 0;
}
* html .steps-list {
  position: relative;
  zoom: 1;
}
* + html .steps-list {
  position: relative;
  zoom: 1;
}
.steps-list > li {
  float: left;
  width: 33.33333%;
  padding: 0 15px;
}
@media screen and (max-width:  767px) {
  .steps-list > li {
    float: none;
    margin-bottom: 30px;
    width: auto;
  }
}
.steps-list > li:before {
  display: block;
  content: counter(my-counter);
  counter-increment: my-counter;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto 45px auto;
  background-color: #2487db;
  border-radius: 50%;
}
@media screen and (max-width:  767px) {
  .steps-list > li:before {
    margin-bottom: 20px;
  }
}
.steps-list > li .description {
  font-size: 14px;
  color: #2487db;
  text-align: center;
}
.up-button {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 140px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: #2487db;
  border-radius: 50%;
  display: none;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .up-button {
    bottom: 20px;
  }
}
.up-button.shown {
  display: block;
}
.up-button:hover {
  color: #ffffff;
  background-color: #509fe2;
}
.up-button:focus,
.up-button:active {
  color: #ffffff;
  background-color: #2487db;
}
.contact-form-wrapper {
  box-shadow: 0 2px 0 0 #d9d8d8;
  background-color: #e4e4e4;
  padding: 60px 70px;
}
@media screen and (max-width:  767px) {
  .contact-form-wrapper {
    margin: 0 -15px;
    padding: 15px;
  }
}
.contact-form-wrapper .row {
  margin: 0 -6px;
}
.contact-form-wrapper .row [class*="col-"] {
  padding: 0 6px;
}
.contact-form-wrapper .buttons {
  margin: 0 !important;
}
.contact-form-wrapper .buttons .btn {
  width: 100%;
}
#header {
  position: relative;
  z-index: 2;
  border-top: 45px solid #0f3b5c;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  #header {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    border-top: none;
    box-shadow: 0 0 20px rgba(16, 16, 16, 0.4);
    background-color: #ededed;
  }
}
#header .header-content {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  transition: all 0.3s;
  height: 200px;
}
#header .header-content:before,
#header .header-content:after {
  content: " ";
  display: table;
}
#header .header-content:after {
  clear: both !important;
  height: 0;
}
* html #header .header-content {
  position: relative;
  zoom: 1;
}
* + html #header .header-content {
  position: relative;
  zoom: 1;
}
@media screen and (max-width: 991px) {
  #header .header-content {
    height: 100px;
  }
}
@media screen and (max-width:  767px) {
  #header .header-content {
    height: 50px;
  }
}
.header-logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 266px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header-logo {
    max-width: 150px;
  }
}
@media screen and (max-width:  767px) {
  .header-logo {
    max-width: 80px;
  }
}
.header-logo > a {
  display: block;
  text-align: left;
  text-indent: -10000px;
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 47.368421%;
}
.menu-trigger {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #333333;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .menu-trigger {
    display: block;
  }
}
.menu-trigger:hover {
  color: #666666;
}
.menu-trigger:focus,
.menu-trigger:active {
  color: #ffffff;
}
.header-nav {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 991px) {
  .header-nav {
    position: fixed;
    width: 200px;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    transform: translate(-200px, 0);
    transition: all 0.3s;
    background-color: #1697d7;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header-nav.shown {
    transform: translate(0, 0);
    box-shadow: 0 0 200px 0 #000000;
  }
}
.header-nav .close-nav {
  display: none;
  color: #ffffff;
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 0;
  font-size: 24px;
  line-height: 1;
}
.header-nav .close-nav:hover {
  color: #ffffff;
}
.header-nav .close-nav:focus,
.header-nav .close-nav:active {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .header-nav .close-nav {
    display: block;
  }
}
.header-nav > .nav {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header-nav > .nav:before,
.header-nav > .nav:after {
  content: " ";
  display: table;
}
.header-nav > .nav:after {
  clear: both !important;
  height: 0;
}
* html .header-nav > .nav {
  position: relative;
  zoom: 1;
}
* + html .header-nav > .nav {
  position: relative;
  zoom: 1;
}
.header-nav > .nav > li {
  float: left;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px solid #000000;
}
.header-nav > .nav > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 991px) {
  .header-nav > .nav > li {
    height: auto;
    padding: 0;
    text-align: left;
    float: none;
    border: none;
    margin: 0;
  }
}
.header-nav > .nav > li:first-child {
  margin-left: 0;
}
.header-nav > .nav > li.active > a {
  color: #f0474a;
}
.header-nav > .nav > li > a {
  padding: 0;
  line-height: 1;
  color: #000000;
  font-size: 13.38px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .header-nav > .nav > li > a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    color: #ffffff;
  }
}
.header-nav > .nav > li > a:hover {
  color: #666666;
}
@media screen and (max-width: 991px) {
  .header-nav > .nav > li > a:hover {
    color: #e6e6e6;
  }
}
.header-nav > .nav > li > a:active,
.header-nav > .nav > li > a:focus,
.header-nav > .nav > li > a:hover {
  background: none;
}
#footer {
  width: 100%;
  max-width: 1200px;
  margin: -325px auto 0 auto;
  background-color: #0f3b5c;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
  height: 325px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  #footer {
    margin-top: 0;
    height: auto;
    z-index: 1;
  }
}
#footer .footer-content {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0 0 0;
}
#footer .footer-content .buttons {
  text-align: center;
  margin-bottom: 50px;
}
#footer .footer-content .footer-nav {
  max-width: 760px;
  margin: 0 auto 35px auto;
  font-size: 11px;
}
@media screen and (max-width:  767px) {
  #footer .footer-content .footer-nav > .row > [class*="col-"] {
    margin-bottom: 30px;
  }
}
#footer .footer-content .footer-nav .icon {
  margin-left: 25px;
  margin-bottom: 15px;
  display: block;
}
#footer .footer-content .footer-nav .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .footer-content .footer-nav a {
  text-decoration: none;
  color: #ffffff;
}
#footer .footer-content .footer-nav a:hover {
  text-decoration: underline;
}
#footer .footer-content .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-content .footer-nav ul > li {
  padding-left: 1em;
  background: url(../images/label.png) 0 2px no-repeat;
}
#footer .footer-content .footer-bottom {
  border-top: 1px solid #1d4f72;
  display: table;
  width: 100%;
}
#footer .footer-content .footer-bottom > * {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 10px 0;
}
@media screen and (max-width:  767px) {
  #footer .footer-content .footer-bottom > * {
    display: block;
    width: auto;
  }
}
#footer .footer-content .footer-bottom .copyright {
  text-align: left;
  color: #808080;
  font-size: 11px;
  font-weight: bold;
}
#footer .footer-content .footer-bottom .copyright a {
  color: #808080;
  text-decoration: underline;
}
#footer .footer-content .footer-bottom .copyright a:hover {
  text-decoration: none;
}
#footer .footer-content .footer-bottom .social {
  text-align: right;
}
@media screen and (max-width:  767px) {
  #footer .footer-content .footer-bottom .social {
    text-align: left;
  }
}
#footer .footer-content .footer-bottom .social .title {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 11px;
  margin-right: 10px;
}
#footer .footer-content .footer-bottom .social ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
#footer .footer-content .footer-bottom .social ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#footer .footer-content .footer-bottom .social ul > li > a {
  display: block;
  color: #808080;
  text-decoration: none;
  border: 2px solid #808080;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
}
#footer .footer-content .footer-bottom .social ul > li > a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.best-table {
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(23, 24, 32, 0.1);
  background-color: #ffffff;
}
.best-table > thead > tr > th {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  background-color: #606870;
  padding: 10px;
  color: #ffffff;
}
@media screen and (max-width:  767px) {
  .best-table > thead > tr > th {
    display: none;
  }
}
.best-table > thead > tr > th:first-child {
  padding-left: 30px;
}
.best-table > tbody > tr:last-child > td {
  border-bottom: none;
}
.best-table > tbody > tr > td {
  border-bottom: 4px solid #ececed;
  text-align: left;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 20px 10px;
  font-size: 16px;
}
@media screen and (max-width:  767px) {
  .best-table > tbody > tr > td {
    display: block;
    border-bottom: none;
    padding: 15px;
  }
}
.best-table > tbody > tr > td:first-child {
  padding-left: 30px;
}
@media screen and (max-width:  767px) {
  .best-table > tbody > tr > td:first-child {
    padding-left: 15px;
    text-align: center;
  }
}
.best-table > tbody > tr > td:last-child {
  padding-right: 30px;
}
@media screen and (max-width:  767px) {
  .best-table > tbody > tr > td:last-child {
    border-bottom: 4px solid #ececed;
    padding-right: 15px;
    text-align: center;
  }
}
.best-table > tbody > tr > td .btn {
  white-space: nowrap;
}
.best-table > tbody > tr > td img {
  max-width: 100%;
}
.best-table > tbody > tr > td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.best-table > tbody > tr > td ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 1em;
}
.best-table > tbody > tr > td ul li:last-child {
  margin-bottom: 0;
}
.best-table > tbody > tr > td ul li:before {
  content: '';
  display: block;
  background: url(../images/list-label.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
.top10-table {
  box-shadow: 0 0 20px 0 rgba(23, 24, 32, 0.1);
  background-color: #ffffff;
  width: 100%;
}
@media screen and (max-width:  767px) {
  .top10-table > thead {
    display: none;
  }
}
.top10-table > thead > tr > th {
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  border-bottom: none;
  background-color: #606870;
}
.top10-table > thead > tr > th:first-child {
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .top10-table > thead > tr > th:first-child {
    padding-left: 15px;
  }
}
.top10-table > thead > tr > th:last-child {
  padding-right: 25px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .top10-table > thead > tr > th:last-child {
    padding-right: 15px;
  }
}
@media screen and (max-width:  767px) {
  .top10-table > tbody > tr {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #dddddd;
  }
}
.top10-table > tbody > tr > td {
  vertical-align: middle;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width:  767px) {
  .top10-table > tbody > tr > td {
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 5px;
  }
}
.top10-table > tbody > tr > td:first-child {
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .top10-table > tbody > tr > td:first-child {
    padding-left: 15px;
  }
}
@media screen and (max-width:  767px) {
  .top10-table > tbody > tr > td:first-child {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: left;
    font-weight: bold;
    padding-left: 0;
  }
}
.top10-table > tbody > tr > td:nth-child(2) {
  white-space: normal;
}
@media screen and (max-width:  767px) {
  .top10-table > tbody > tr > td:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width:  767px) {
  .top10-table > tbody > tr > td:nth-child(4) {
    display: inline-block;
  }
}
@media screen and (max-width:  767px) {
  .top10-table > tbody > tr > td:nth-child(5) {
    display: inline-block;
  }
}
@media screen and (max-width:  767px) {
  .top10-table > tbody > tr > td:nth-child(5):before {
    content: ' / ';
    display: inline-block;
    vertical-align: middle;
  }
}
.top10-table > tbody > tr > td:nth-child(2),
.top10-table > tbody > tr > td:nth-child(4) {
  color: #1697d7;
}
.top10-table > tbody > tr > td:last-child {
  text-align: right;
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .top10-table > tbody > tr > td:last-child {
    padding-right: 15px;
  }
}
@media screen and (max-width:  767px) {
  .top10-table > tbody > tr > td:last-child {
    text-align: center;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.top10-table > tbody > tr > td.positive-change {
  color: #1697d7;
}
.top10-table > tbody > tr > td.negative-change {
  color: #e96828;
}
.top10-table > tbody > tr > td .btn {
  white-space: nowrap;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  border: 2px solid #808080;
  color: #808080;
}
.icon:before {
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.icon.links {
  padding-left: 5px;
}
.icon.links:before {
  content: '\f245';
  font-size: 16px;
}
.icon.phone:before {
  content: '\f095';
}
.icon.map-marker:before {
  content: '\f041';
}
.section {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
.section-container {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.section-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.section-content .buttons {
  margin-top: 20px;
  text-align: center;
}
.section-title {
  margin-bottom: 20px;
}
.section-description {
  font-size: 18px;
  line-height: 1.455;
}
.section-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-description ul > li {
  margin-bottom: 1em;
  padding-left: 20px;
  position: relative;
}
.section-description ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #f0474a;
}
.section-description ul > li:last-child {
  margin-bottom: 0;
}
.section-right-image {
  min-height: 370px;
}
.section-right-image .section-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-right-image .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-right-image .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-right-image .section-image {
    max-width: none;
    position: relative;
    right: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
    text-align: right;
  }
}
.section-right-image .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-right-image .section-image img {
    max-width: 300px;
  }
}
.section-right-image .section-content {
  padding-right: 480px;
}
@media screen and (max-width: 991px) {
  .section-right-image .section-content {
    padding-right: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-right-image .section-content {
    padding-right: 0;
  }
}
.section-left-image {
  min-height: 370px;
}
.section-left-image .section-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-left-image .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-left-image .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-left-image .section-image {
    max-width: none;
    position: relative;
    left: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
.section-left-image .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-left-image .section-image img {
    max-width: 300px;
  }
}
.section-left-image .section-content {
  padding-left: 550px;
}
@media screen and (max-width: 991px) {
  .section-left-image .section-content {
    padding-left: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-left-image .section-content {
    padding-left: 0;
  }
}
.section-left-image .section-description {
  text-align: right;
}
@media screen and (max-width:  767px) {
  .section-left-image .section-description {
    text-align: left;
  }
}
.section-home-intro {
  min-height: 370px;
}
.section-home-intro .section-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-home-intro .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-intro .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-intro .section-image {
    max-width: none;
    position: relative;
    right: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
    text-align: right;
  }
}
.section-home-intro .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-home-intro .section-image img {
    max-width: 300px;
  }
}
.section-home-intro .section-content {
  padding-right: 480px;
}
@media screen and (max-width: 991px) {
  .section-home-intro .section-content {
    padding-right: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-intro .section-content {
    padding-right: 0;
  }
}
.section-home-intro .section-image {
  right: 50px;
}
@media screen and (max-width: 1199px) {
  .section-home-intro .section-image {
    right: 20px;
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-intro .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-intro .section-image {
    max-width: 300px;
    margin: 0 auto 20px auto;
    right: auto;
  }
}
@media screen and (max-width: 991px) {
  .section-home-intro .section-content {
    padding-right: 370px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-intro .section-content {
    padding-right: 0;
  }
}
.section-home-ppc {
  min-height: 370px;
}
.section-home-ppc .section-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-home-ppc .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-ppc .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-ppc .section-image {
    max-width: none;
    position: relative;
    left: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
.section-home-ppc .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-home-ppc .section-image img {
    max-width: 300px;
  }
}
.section-home-ppc .section-content {
  padding-left: 550px;
}
@media screen and (max-width: 991px) {
  .section-home-ppc .section-content {
    padding-left: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-ppc .section-content {
    padding-left: 0;
  }
}
.section-home-ppc .section-description {
  text-align: right;
}
@media screen and (max-width:  767px) {
  .section-home-ppc .section-description {
    text-align: left;
  }
}
.section-home-ppc .section-title {
  text-align: left;
  text-indent: -10000px;
  background: url(../images/icon-ppc.png) 0 0 no-repeat;
  width: 250px;
  height: 93px;
  margin: 0 auto 20px auto;
}
.section-home-seo {
  min-height: 370px;
}
.section-home-seo .section-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-home-seo .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-seo .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-seo .section-image {
    max-width: none;
    position: relative;
    right: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
    text-align: right;
  }
}
.section-home-seo .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-home-seo .section-image img {
    max-width: 300px;
  }
}
.section-home-seo .section-content {
  padding-right: 480px;
}
@media screen and (max-width: 991px) {
  .section-home-seo .section-content {
    padding-right: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-seo .section-content {
    padding-right: 0;
  }
}
.section-home-seo .section-title {
  text-align: left;
  text-indent: -10000px;
  background: url(../images/icon-seo.png) 0 0 no-repeat;
  width: 253px;
  height: 93px;
  margin: 0 auto 20px auto;
}
.section-home-acc {
  min-height: 370px;
}
.section-home-acc .section-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-home-acc .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-acc .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-acc .section-image {
    max-width: none;
    position: relative;
    left: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
.section-home-acc .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-home-acc .section-image img {
    max-width: 300px;
  }
}
.section-home-acc .section-content {
  padding-left: 550px;
}
@media screen and (max-width: 991px) {
  .section-home-acc .section-content {
    padding-left: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-acc .section-content {
    padding-left: 0;
  }
}
.section-home-acc .section-description {
  text-align: right;
}
@media screen and (max-width:  767px) {
  .section-home-acc .section-description {
    text-align: left;
  }
}
.section-home-acc .section-content {
  padding-left: 420px;
}
@media screen and (max-width: 1199px) {
  .section-home-acc .section-content {
    padding-left: 470px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-acc .section-content {
    padding-left: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-home-acc .section-content {
    padding-left: 0;
  }
}
.section-home-acc .section-title {
  text-align: left;
  text-indent: -10000px;
  background: url(../images/icon-check.png) 0 0 no-repeat;
  width: 251px;
  height: 142px;
  margin: 0 auto 20px auto;
}
.section-steps {
  background-color: #def0ff;
  margin: 0;
}
.section-steps .section-content {
  padding: 50px 0;
}
.section-steps .section-subtitle {
  color: #2487db;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.section-steps .section-title {
  color: #326f9c;
  text-align: center;
  line-height: 1.2;
  font-size: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width:  767px) {
  .section-steps .section-title {
    font-size: 24px;
  }
}
.section-about {
  min-height: 370px;
}
.section-about .section-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-about .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-about .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-about .section-image {
    max-width: none;
    position: relative;
    left: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
.section-about .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-about .section-image img {
    max-width: 300px;
  }
}
.section-about .section-content {
  padding-left: 550px;
}
@media screen and (max-width: 991px) {
  .section-about .section-content {
    padding-left: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-about .section-content {
    padding-left: 0;
  }
}
.section-about .section-description {
  text-align: right;
}
@media screen and (max-width:  767px) {
  .section-about .section-description {
    text-align: left;
  }
}
.section-about .section-title {
  text-align: left;
  text-indent: -10000px;
  background: url(../images/icon-about.png) 0 0 no-repeat;
  width: 324px;
  height: 95px;
  margin: 0 auto 20px auto;
}
.section-about-vision {
  min-height: 370px;
}
.section-about-vision .section-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-about-vision .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-about-vision .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-about-vision .section-image {
    max-width: none;
    position: relative;
    right: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
    text-align: right;
  }
}
.section-about-vision .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-about-vision .section-image img {
    max-width: 300px;
  }
}
.section-about-vision .section-content {
  padding-right: 480px;
}
@media screen and (max-width: 991px) {
  .section-about-vision .section-content {
    padding-right: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-about-vision .section-content {
    padding-right: 0;
  }
}
.section-about-vision .section-title {
  text-align: left;
  text-indent: -10000px;
  background: url(../images/icon-vision.png) 0 0 no-repeat;
  width: 254px;
  height: 99px;
  margin: 0 auto 20px auto;
}
.section-im-intro {
  min-height: 370px;
}
.section-im-intro .section-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-im-intro .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-im-intro .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-im-intro .section-image {
    max-width: none;
    position: relative;
    right: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
    text-align: right;
  }
}
.section-im-intro .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-im-intro .section-image img {
    max-width: 300px;
  }
}
.section-im-intro .section-content {
  padding-right: 480px;
}
@media screen and (max-width: 991px) {
  .section-im-intro .section-content {
    padding-right: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-im-intro .section-content {
    padding-right: 0;
  }
}
.section-im-intro .section-title {
  text-align: left;
  text-indent: -10000px;
  background: url(../images/icon-im.png) 0 0 no-repeat;
  width: 253px;
  height: 99px;
  margin: 0 auto 20px auto;
}
.section-roi {
  min-height: 370px;
}
.section-roi .section-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-roi .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-roi .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-roi .section-image {
    max-width: none;
    position: relative;
    left: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
.section-roi .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-roi .section-image img {
    max-width: 300px;
  }
}
.section-roi .section-content {
  padding-left: 550px;
}
@media screen and (max-width: 991px) {
  .section-roi .section-content {
    padding-left: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-roi .section-content {
    padding-left: 0;
  }
}
.section-roi .section-description {
  text-align: right;
}
@media screen and (max-width:  767px) {
  .section-roi .section-description {
    text-align: left;
  }
}
.section-roi .section-content {
  padding-left: 480px;
}
@media screen and (max-width: 991px) {
  .section-roi .section-content {
    padding-left: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-roi .section-content {
    padding-left: 0;
  }
}
.section-roi .section-title {
  text-align: right;
  color: #4d4d4d;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .section-roi .section-title {
    font-size: 30px;
  }
}
@media screen and (max-width:  767px) {
  .section-roi .section-title {
    text-align: left;
    font-size: 24px;
  }
}
.section-roi .section-title:before {
  content: '';
  display: block;
  margin: 0 auto 40px auto;
  background: url(../images/icon-roi.png) 0 0 no-repeat;
  width: 253px;
  height: 99px;
}
.section-im-team {
  min-height: 370px;
}
.section-im-team .section-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-im-team .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-im-team .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-im-team .section-image {
    max-width: none;
    position: relative;
    right: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
    text-align: right;
  }
}
.section-im-team .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-im-team .section-image img {
    max-width: 300px;
  }
}
.section-im-team .section-content {
  padding-right: 480px;
}
@media screen and (max-width: 991px) {
  .section-im-team .section-content {
    padding-right: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-im-team .section-content {
    padding-right: 0;
  }
}
.section-im-team .section-title {
  text-align: left;
  color: #4d4d4d;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .section-im-team .section-title {
    font-size: 30px;
  }
}
@media screen and (max-width:  767px) {
  .section-im-team .section-title {
    text-align: left;
    font-size: 24px;
  }
}
.section-im-team .section-title:before {
  content: '';
  display: block;
  margin: 0 auto 40px auto;
  background: url(../images/icon-team.png) 0 0 no-repeat;
  width: 253px;
  height: 99px;
}
.section-tds {
  min-height: 370px;
}
.section-tds .section-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-tds .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-tds .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-tds .section-image {
    max-width: none;
    position: relative;
    left: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
.section-tds .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-tds .section-image img {
    max-width: 300px;
  }
}
.section-tds .section-content {
  padding-left: 550px;
}
@media screen and (max-width: 991px) {
  .section-tds .section-content {
    padding-left: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-tds .section-content {
    padding-left: 0;
  }
}
.section-tds .section-description {
  text-align: right;
}
@media screen and (max-width:  767px) {
  .section-tds .section-description {
    text-align: left;
  }
}
.section-tds .section-content {
  padding-left: 500px;
}
@media screen and (max-width: 991px) {
  .section-tds .section-content {
    padding-left: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-tds .section-content {
    padding-left: 0;
  }
}
.section-tds .section-title {
  text-align: right;
  color: #4d4d4d;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .section-tds .section-title {
    font-size: 30px;
  }
}
@media screen and (max-width:  767px) {
  .section-tds .section-title {
    text-align: left;
    font-size: 24px;
  }
}
.section-tds .section-title:before {
  content: '';
  display: block;
  margin: 0 auto 40px auto;
  background: url(../images/icon-tds.png) 0 0 no-repeat;
  width: 251px;
  height: 94px;
}
.section-tds-products {
  min-height: 370px;
}
.section-tds-products .section-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-tds-products .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-tds-products .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-tds-products .section-image {
    max-width: none;
    position: relative;
    right: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
    text-align: right;
  }
}
.section-tds-products .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-tds-products .section-image img {
    max-width: 300px;
  }
}
.section-tds-products .section-content {
  padding-right: 480px;
}
@media screen and (max-width: 991px) {
  .section-tds-products .section-content {
    padding-right: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-tds-products .section-content {
    padding-right: 0;
  }
}
.section-tds-products .section-title {
  text-align: left;
  color: #4d4d4d;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .section-tds-products .section-title {
    font-size: 30px;
  }
}
@media screen and (max-width:  767px) {
  .section-tds-products .section-title {
    text-align: left;
    font-size: 24px;
  }
}
.section-tds-products .section-title:before {
  content: '';
  display: block;
  margin: 0 auto 40px auto;
  background: url(../images/icon-tds.png) 0 0 no-repeat;
  width: 251px;
  height: 94px;
}
.section-contact {
  min-height: 370px;
}
.section-contact .section-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1199px) {
  .section-contact .section-image {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .section-contact .section-image {
    max-width: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-contact .section-image {
    max-width: none;
    position: relative;
    right: -15px;
    top: auto;
    transform: none;
    margin-bottom: 30px;
    text-align: right;
  }
}
.section-contact .section-image img {
  max-width: 100%;
}
@media screen and (max-width:  767px) {
  .section-contact .section-image img {
    max-width: 300px;
  }
}
.section-contact .section-content {
  padding-right: 480px;
}
@media screen and (max-width: 991px) {
  .section-contact .section-content {
    padding-right: 350px;
  }
}
@media screen and (max-width:  767px) {
  .section-contact .section-content {
    padding-right: 0;
  }
}
.section-contact .section-title {
  text-align: left;
  text-indent: -10000px;
  background: url(../images/icon-contact.png) 0 0 no-repeat;
  width: 250px;
  height: 93px;
  margin: 0 auto 20px auto;
}
.section-contact .section-description b {
  font-size: 26px;
}

/*# sourceMappingURL=maps/styles.css.map */
