html body .landing {
  width: 980px;
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background: #f8f7f4;
  /*cursor pointer*/
   * background: #fff */
  /*transition all 1s */
  /*height 24px */
  /*width 48px*/
   * border-left: 24px solid transparent !important
   * border-right: 24px solid transparent !important
   * border-top: 24px solid #f8f7f4
   * height: 0
   * width: 0
   * position: absolute !important
   * top: 0px
   * left: 50%
   * margin-left: -24px */
  /*background url('../imgs/arrow1.png') no-repeat center center*/
   * clear: both */
  /*background url('../imgs/arrow1_br.png') no-repeat center center !important */
  /*background url('../imgs/arrow1.png') no-repeat center center !important */
  /*background url('../imgs/grad-bottom.png') no-repeat center center*/
   * background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000 100%)
   * background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #000))
   * background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000 100%)
   * background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000 100%)
   * background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000 100%)
   * background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000 100%)
   * filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#000000') /* IE */
   * position: absolute !important
   * bottom: 0
   * left: 0
   * z-index: 0 !important */
  /*float left*/
   * display: inline-block
   * margin-left: 25px
   * margin-right: 25px
   * margin-top: 18px */
  /*overflow visible */
  /*background-color: #1d1e19 */
  /*background-attachment: fixed
   * background-position: 50% 50%
   * -ms-background-position-x: 50% !important
   * background-position-x: 50% !important*/
   * background-size: 1078px auto */
}
html body .landing .slider {
  /*overflow: visible */
  margin-left: 52px;
  margin-right: 52px;
}
html body .landing .slider .dots {
  padding: 6px;
  background: white;
  display: inline-block;
  border-radius: 12px;
  behavior: url("PIE.htc");
}
html body .landing .slider .dots .dot {
  height: 12px;
  width: 12px;
  border: 2px solid #1669ad;
  display: inline-block;
  border-radius: 12px;
  behavior: url("PIE.htc");
  margin-left: 2px;
  margin-right: 2px;
  float: left;
}
html body .landing .slider .dots .dot.active,
html body .landing .slider .dots .dot:active {
  background: #1669ad;
}
html body .landing .slider .rightarrow,
html body .landing .slider .leftarrow {
  height: 50px;
  width: 50px;
  background: transparent;
  color: white !important;
  line-height: 50px;
  position: absolute;
  border-radius: 50px;
  top: 50%;
  margin-top: -61px;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 9;
  behavior: url("PIE.htc");
}
html body .landing .slider .rightarrow:hover,
html body .landing .slider .leftarrow:hover {
  background: #1669ad;
}
html body .landing .slider .rightarrow:hover .arrowsign,
html body .landing .slider .leftarrow:hover .arrowsign {
  border-color: white;
}
html body .landing .slider .rightarrow .arrowsign,
html body .landing .slider .leftarrow .arrowsign {
  height: 18px;
  width: 18px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  border: 2px solid #333333;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.2s;
}
html body .landing .slider .rightarrow {
  right: -50px;
}
html body .landing .slider .rightarrow .arrowsign {
  border-left: none;
  border-bottom: none;
  margin-left: -5px;
}
html body .landing .slider .leftarrow {
  left: -50px;
}
html body .landing .slider .leftarrow .arrowsign {
  border-right: none;
  border-top: none;
  margin-right: -5px;
}
html body .landing .slider .container {
  /*white-space: nowrap */
  left: 0;
  position: relative;
}
html body .landing .slider .container .slide {
  background: white;
  float: left;
  /*white-space: normal */
  width: 224px;
  /*display: inline-block */
  margin: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
html body .landing .slider .container .slide:first-child {
  margin-left: 0;
}
html body .landing .slider .container .slide.first-child {
  margin-left: 0;
}
html body .landing .slider .container .slide:last-child {
  margin-right: 0;
}
html body .landing .slider .container .slide.last-child {
  margin-right: 0;
}
html body .landing .slider .container .slide > img {
  width: 100%;
  border: none
}
html body .landing .slider .container .slide .text {
  padding: 16px;
}
html body .landing .slider .container .slide .text .label {
  min-height: 42px;
}
html body .landing .clear {
  clear: both;
}
html body .landing .slidein {
  position: relative;
  right: -980px;
  opacity: 0;
}
html body .landing .wrap {
  clear: both;
  float: none;
  font-family: "DIN Next W01 Medium";
  font-size: 12px;
}
html body .landing .wrap.main {
  margin-top: 20px;
}
html body .landing .wrap.main .dark * {
  color: white !important;
}
html body .landing .wrap.main .dark .angel2 {
  /*border-color: #f8f7f4 */
}
html body .landing .wrap.main .dark .label {
  color: #0f2b5a !important;
}
html body .landing .wrap.main .bright * {
  color: #333333 !important;
}
html body .landing .wrap.main .bright h3 {
  color: #0f2b5a !important;
}
html body .landing .wrap.main .bright .angel2 {
  /*border-color: #000 */
}
html body .landing .wrap.main .bright .label {
  color: #0f2b5a !important;
}
html body .landing .wrap.main .angel2.bright {
  /*border-color: #f8f7f4 */
}
html body .landing .wrap.main .angel2.dark {
  /*border-color: #474747 */
}
html body .landing .wrap.main .grad-bottom {
  height: 25px;
  width: 980px;
}
html body .landing .wrap.main > .img,
html body .landing .wrap.main > .wrap {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html body .landing .wrap.main > .img button,
html body .landing .wrap.main > .wrap button {
  background: #e6732d;
  color: white !important;
  border: none;
  cursor: pointer !important;
  border-radius: 4px;
  behavior: url("PIE.htc");
  margin: 0;
}
html body .landing .wrap.main > .img button:hover,
html body .landing .wrap.main > .wrap button:hover {
  background: #914c1b;
}
html body .landing .wrap.main > .img button.large,
html body .landing .wrap.main > .wrap button.large {
  font-size: 22px;
  margin-top: 60px;
  margin-bottom: 8px;
  padding: 14px 48px;
}
html body .landing .wrap.main > .img button.medium,
html body .landing .wrap.main > .wrap button.medium {
  font-size: 17px;
  padding: 10px 26px;
  margin-top: 5px;
  margin-bottom: 5px;
}
html body .landing .wrap.main > .img > .text,
html body .landing .wrap.main > .wrap > .text {
  font-size: 18px;
  color: #333333;
  clear: both;
  overflow: auto;
  text-align: center;
}
html body .landing .wrap.main > .img > .text h3,
html body .landing .wrap.main > .wrap > .text h3 {
  font-size: 40px;
  color: #0f2b5a;
  font-family: "DIN Next W01 Regular";
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
html body .landing .wrap.main > .img > .text h3.first-child,
html body .landing .wrap.main > .wrap > .text h3.first-child {
  margin-top: 10px;
}
html body .landing .wrap.main > .img > .text h3:first-child,
html body .landing .wrap.main > .wrap > .text h3:first-child {
  margin-top: 10px;
}
html body .landing .wrap.main > .img > .text p,
html body .landing .wrap.main > .wrap > .text p {
  font-size: 15px;
}
html body .landing .wrap.main > .img > .text .left,
html body .landing .wrap.main > .wrap > .text .left {
  width: 50%;
  float: left;
  text-align: left;
}
html body .landing .wrap.main > .img > .text .right,
html body .landing .wrap.main > .wrap > .text .right {
  width: 50%;
  float: right;
  text-align: left;
}
html body .landing .wrap.main > .img > .text > .right > .text,
html body .landing .wrap.main > .wrap > .text > .right > .text {
  padding: 24px;
}
html body .landing .wrap.main > .wrap {
  clear: both;
  padding: 42px;
}
html body .landing .wrap.main > .wrap .graph2 {
  width: 170px;
  height: 170px;
  float: left;
  margin-left: 38px;
  margin-right: 38px;
  position: relative;
}
html body .landing .wrap.main > .wrap .graph2 > .label {
  width: 170px;
  color: #0760a8;
  text-align: center;
}
html body .landing .wrap.main > .wrap .graph3 {
  width: 225px;
}
html body .landing .wrap.main > .wrap .graph3 > .label {
  width: 225px;
  color: #0760a8;
  text-align: center;
}
html body .landing .wrap.main > .img {
  background-color: white;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 980px;
  height: 459px;
  padding-left: 78px;
  padding-right: 58px;
  padding-top: 26px;
  padding-bottom: 26px;
  box-sizing: border-box;
  position: relative;
}
html body .landing .wrap.main > .img.img2 {
  padding-top: 22px;
  padding-bottom: 22px;
}
html body .landing .wrap.main > .img > div {
  position: relative;
  z-index: 1;
}
html body .landing .wrap.main > .img > .angel {
  height: 50px;
  width: 50px;
  background-image: inherit;
  background-position: -465px 559px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -25px;
  margin-bottom: -25px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 0;
  overflow: hidden;
}
html body .landing .wrap.main > .img > .angel > .img {
  height: 75px;
  width: 75px;
  background-image: inherit;
  background-position: -452.5px -421.5px;
  position: absolute;
  top: -12.5px;
  left: -12.5px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
html body .landing .wrap.main > .img > .wrap {
  text-align: center;
  color: white;
  padding-top: 40px;
  font-size: 18px;
  line-height: 18px;
}
html body .landing .wrap.main > .img > .wrap p {
  margin: 5px 60px;
}
html body .landing .wrap.main > .img > .wrap p a {
  font-size: 15px;
  font-family: "DIN Next W01 Regular";
  color: white;
}
html body .landing .wrap.main > .img > .wrap h2 {
  font-size: 60px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  font-family: "DIN Next W01 Regular";
  margin: 0px;
  line-height: 60px;
  color: white;
}
html body .landing .wrap.main > .img > .topmenu {
  float: left;
  width: 100%;
}
html body .landing .wrap.main > .img > .topmenu ul {
  background: rgba(15, 43, 90, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0F2B5A', endColorstr='#0F2B5A');
  margin: 0px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  list-style-type: none;
  padding: 0;
}
html body .landing .wrap.main > .img > .topmenu ul li {
  display: inline-block;
  padding-right: 21px;
  padding-left: 21px;
  background: url("../imgs/img-menu-sep.gif") no-repeat left center;
  font-size: 12px;
  text-transform: uppercase;
}
html body .landing .wrap.main > .img > .topmenu ul li.first-child {
  background: none;
  padding-left: 0;
}
html body .landing .wrap.main > .img > .topmenu ul li:first-child {
  background: none;
  padding-left: 0;
}
html body .landing .wrap.main > .img > .topmenu ul li.last-child {
  padding-right: 0;
}
html body .landing .wrap.main > .img > .topmenu ul li:last-child {
  padding-right: 0;
}
html body .landing .wrap.main > .img > .topmenu ul li a {
  text-decoration: none;
  color: #f0f0f0;
  opacity: 0.3;
}
html body .landing .wrap.main > .img > .topmenu ul li a:hover,
html body .landing .wrap.main > .img > .topmenu ul li a:active,
html body .landing .wrap.main > .img > .topmenu ul li a.active {
  opacity: 1;
}
html body .landing .wrap.main > .img > .close {
  position: absolute !important;
  left: 10px;
  top: 10px;
  background: black;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  color: white !important;
  content: "x";
  line-height: 48px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  behavior: url("PIE.htc");
}
html body .landing .leftarrow br,
html body .landing .rightarrow br,
html body .landing .slider br {
  display: none !important;
}
html body .landing .wrap.main .text a {
  color: #e6732d !important;
  text-decoration: none;
}
html body .landing .wrap.main .text a:hover {
  text-decoration: underline;
}
html body .landing .slidein.fadein {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
html body .landing .slidein.none {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}
html body .landing .wrap.main > .img > .text, html body .landing .wrap.main > .wrap > .text {
  overflow: hidden;
}
html body .landing h4 {
  font-size: 27px;
  color: #0f2b5a !important;
  font-family: "DIN Next W01 Regular";
  line-height: 27px;
  margin: 0;
}
html body .landing .angel2 {
  z-index: 2;
}
html body .landing .radialimg {
  display: inline-block;
  border-radius: 100%;
  background-size: 110% 110%;
  background-position: 0 0;
}
html body .landing .slide.notboxed {
  box-shadow: none !important;
  background: transparent !important;
}
html body .landing .text,
html body .landing .text .left,
html body .landing .text .right {
  height: 100%;
}
html body .landing .play {
  background: url("../imgs/page2/play.png");
  height: 179px;
  width: 177px;
  display: inline-block;
  opacity: 0.7;
  position: relative;
  margin-top: -90px;
  /*margin-left: 90px */
  top: 50%;
}
html body .landing .play:hover,
html body .landing .play:active {
  opacity: 1;
}
html body .landing .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
html body .landing .nopadding {
  padding: 0 !important;
}
html body .landing .wrap.main > .img button.blue,
html body .landing .wrap.main > .wrap button.blue {
  background: #0f2b5a;
}
html body .landing .wrap.main > .img button.blue:hover,
html body .landing .wrap.main > .wrap button.blue:hover {
  background: #0f1b3a;
}
html body .landing .center {
  text-align: center !important;
}
html body .landing .center div {
  margin-left: auto;
  margin-right: auto;
}
html body .landing .clear {
  overflow: auto;
}
html body .landing .small {
  text-align: center;
  font-size: 11px;
  padding-top: 16px;
}
