@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/1/FiraSans-Bold.eot");
  src: url("../fonts/FiraSans/1/FiraSans-Bold.woff2") format("woff2"), url("../fonts/FiraSans/1/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans/1/FiraSans-Bold.ttf") format("truetype"), url("../fonts/FiraSans/1/FiraSans-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/1/FiraSans-Regular.eot");
  src: url("../fonts/FiraSans/1/FiraSans-Regular.woff2") format("woff2"), url("../fonts/FiraSans/1/FiraSans-Regular.woff") format("woff"), url("../fonts/FiraSans/1/FiraSans-Regular.ttf") format("truetype"), url("../fonts/FiraSans/1/FiraSans-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/1/FiraSans-Light.eot");
  src: url("../fonts/FiraSans/1/FiraSans-Light.woff2") format("woff2"), url("../fonts/FiraSans/1/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans/1/FiraSans-Light.ttf") format("truetype"), url("../fonts/FiraSans/1/FiraSans-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/FontAwesome/FontAwesome-webfont.eot");
  src: url("../fonts/FontAwesome/FontAwesome-webfont.eot") format("embedded-opentype"), url("../fonts/FontAwesome/FontAwesome-webfont.woff2") format("woff2"), url("../fonts/FontAwesome/FontAwesome-webfont.woff") format("woff"), url("../fonts/FontAwesome/FontAwesome-webfont.ttf") format("truetype"), url("../fonts/FontAwesome/FontAwesome-webfont.svg#bip") format("svg");
}
html, body, a, b, blockquote, center, code, div, h1, h2, h3, h4, h5, h6, i, img, p, pre, span, table, td, th, tr, u, video, ul, li, input, submit, button {
  border: 0;
  margin: 0;
  padding: 0;
  color: #333;
}

body {
  background-color: #fff;
  font-family: "Fira Sans";
}

i {
  font-family: "FontAwesome";
}

*, :after, :before {
  webkit-box-sizing: border-box;
  moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  padding: 0px;
  width: 1140px;
  margin: 0 auto;
}

header > div,
footer > div {
  position: relative;
}
header > div:after,
footer > div:after {
  content: "";
  position: absolute;
  background-image: url("../images/header_tooth.png");
  top: 0;
  right: 5px;
  height: 100%;
  width: 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
header .container,
footer .container {
  height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-right: 70px;
}
header .container h1,
footer .container h1 {
  font-size: 16px;
  line-height: 1.2;
  color: #e88d21;
  font-weight: 400;
  margin-bottom: 15px;
}
header .container p,
footer .container p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  padding-bottom: 20px;
}
header .container img,
footer .container img {
  height: 133px;
}

.c1 .container {
  width: 100%;
  height: 471px;
  overflow: hidden;
  background-image: url("../images/video0_poster2.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.c2 .container {
  width: 1070px;
  padding: 80px 0px 28px 0px;
}
.c2 .container > div {
  position: relative;
  padding: 40px 0px;
}
.c2 .container > div p {
  width: 730px;
  line-height: 1.45;
}
.c2 .container > div:after {
  content: "";
  position: absolute;
  background-image: url("../images/c2_tooth.png");
  top: 0;
  height: 100%;
  width: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.c2 .container > div:nth-child(odd) {
  padding-left: 65px;
}
.c2 .container > div:nth-child(odd):after {
  left: 5px;
}
.c2 .container > div:nth-child(even) {
  text-align: right;
  padding-right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c2 .container > div:nth-child(even):after {
  right: 5px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c3 .container {
  text-align: center;
  padding-bottom: 69px;
}
.c3 h2 {
  color: #e88d21;
  font-size: 22px;
  padding: 30px;
}
.c3 img {
  padding: 57px 0px;
}

.c4 {
  background-color: #ebedeb;
}
.c4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 496px;
  width: 100%;
}
.c4 .container > div {
  width: 50%;
  margin: 0 auto;
  height: 100%;
}
.c4 .container .left {
  padding: 10px 10px 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c4 .container .left > div {
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 0px 10px;
}
.c4 .container .left > div h2 {
  color: #e88d21;
  text-align: center;
  padding: 20px 30px 18px 0px;
  font-size: 26px;
}
.c4 .container .left > div p {
  color: #000;
  font-size: 16px;
  line-height: 1.45;
}
.c4 .container .left > div > p {
  padding: 15px 5px;
}
.c4 .container .left > div ol {
  padding-left: 20px;
  padding-right: 40px;
}
.c4 .container .left > div ol > p {
  padding-bottom: 10px;
  margin-left: -20px;
}
.c4 .container .right {
  background-color: #666;
}
.c4 .container .right > div {
  width: 100%;
  height: 100%;
  background-image: url(../images/video1.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.c5 .container {
  padding-top: 106px;
  padding-bottom: 40px;
}
.c5 .container h2 {
  color: #e88d21;
  font-size: 26px;
  text-align: center;
}
.c5 .container .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
}
.c5 .container .block h3 {
  font-size: 18px;
  padding: 0px 5px;
}
.c5 .container .block p {
  font-size: 14px;
  padding: 5px;
}
.c5 .container .block > div {
  padding: 5px 15px;
  width: 33.3333%;
}
.c5 .container .block > div h3 {
  color: #e88d21;
}
.c5 .container .block > div .if {
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}
.c5 .container .block .left {
  text-align: right;
  padding: 5px 10px;
  padding-right: 15px;
}
.c5 .container .block .center {
  text-align: center;
  padding: 0px;
}
.c5 .container .block .center > div {
  padding: 35px 45px 25px;
}
.c5 .container .block .center .img {
  height: 300px;
  background-image: url(../images/c5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.c5 .container .block .right {
  padding-left: 15px;
}
.c5 .container .block .left,
.c5 .container .block .right {
  padding-top: 20px;
}
.c5 .container .block .left > div,
.c5 .container .block .right > div {
  padding: 25px 0px;
}

.c6 > div {
  background-image: url(../images/c6_bg.svg);
  background-position: 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 217px;
  overflow: hidden;
}
.c6 > div .container {
  padding: 65px 0px 0px 0px;
}
.c6 > div .container > div {
  position: relative;
  z-index: 1;
  width: 640px;
  margin: 0 auto;
  background-color: #efb456;
  padding: 15px;
  text-align: center;
}
.c6 > div .container p {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding: 5px;
}
.c6 > div .container span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 30px;
  width: 90px;
  margin: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c6 > div .container span:hover {
  background-color: #e88d21;
}
.c6 > div .container span:nth-child(2) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.c6 > div .container span:nth-child(3) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.c6 > div .container .left,
.c6 > div .container .right {
  position: absolute;
  width: 200px;
  height: 80px;
  overflow: hidden;
  z-index: 2;
}
.c6 > div .container .left > div,
.c6 > div .container .right > div {
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-box-shadow: inset 0px 0px 0px 6px #f08228;
          box-shadow: inset 0px 0px 0px 6px #f08228;
}
.c6 > div .container .left {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: -50px;
  left: -80px;
}
.c6 > div .container .left > div {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 55px;
  left: 0px;
}
.c6 > div .container .right {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  bottom: -50px;
  right: -80px;
}
.c6 > div .container .right > div {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  bottom: 55px;
  right: 0px;
}
.c6 > div .container .center {
  z-index: 3;
}

.c7 {
  background-color: #ebedeb;
}
.c7 .container {
  text-align: center;
  padding: 110px 0px;
}
.c7 .container h2 {
  color: #e88d21;
  font-weight: 700;
  font-size: 26px;
  padding: 5px;
  padding-bottom: 30px;
}
.c7 .container p {
  font-size: 16px;
  width: 600px;
  margin: 0 auto;
  padding: 5px;
}

.c8 {
  background-color: #2b2b2b;
}
.c8 > div {
  position: relative;
  min-height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c8 > div .left {
  background-color: #000;
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
}
.c8 > div .left > div {
  width: 100%;
  height: 100%;
  background-image: url(../images/video2_poster.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.c8 > div .left > div .before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c8 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c8 .container > div {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
}
.c8 .container .right {
  padding: 0px 0px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c8 .container h2 {
  color: #e88d21;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 35px;
}
.c8 .container p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.45;
}

.c9 .container {
  position: relative;
}
.c9 .container .top {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -25px;
  left: 0;
  right: 0;
}
.c9 .container .top > div {
  position: relative;
  padding: 30px 30px;
  min-width: 640px;
  display: inline-block;
  background-color: #efb456;
}
.c9 .container .top > div:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -4%;
  width: 108%;
  height: 2px;
  background-color: #f08228;
}
.c9 .container .top h2 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
.c9 .container .bottom {
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 60px;
  width: 1000px;
}
.c9 .container .bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c9 .container .bottom > div > div {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c9 .container .bottom p {
  padding: 5px;
}

.c10 {
  padding-bottom: 93px;
}
.c10 .container {
  width: 960px;
}
.c10 h2 {
  color: #e88d21;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  width: 700px;
  padding: 10px 0px;
}
.c10 p {
  margin-top: 10px;
  line-height: 1.45;
}
.c10 .block {
  padding-top: 50px;
}
.c10 .block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px;
}
.c10 .block .pic {
  padding-left: 110px;
  padding-right: 20px;
  text-align: center;
}
.c10 .block .pic img {
  padding: 5px;
}
.c10 .block .text {
  padding: 5px;
}
.c10 .block .text > div {
  background-color: #ebedeb;
  padding: 10px 18px 15px;
}
.c10 .block > div:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c10 .block > div:nth-child(even) .pic {
  padding-left: 20px;
  padding-right: 110px;
}
.c10 .block > div:nth-child(even) .text > div {
  background-color: #f08228;
}
.c10 .block > div:nth-child(even) .text > div p {
  color: #fff;
  font-weight: 300;
  text-align: right;
}

.c11 > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 330px;
  height: 515px;
  background-color: #ebedeb;
}
.c11 .right {
  background-color: #fff;
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}
.c11 .right > div {
  width: 100%;
  height: 100%;
  background-image: url(../images/video3_poster.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.c11 .right > div .before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c11 .left {
  padding-right: 50px;
}
.c11 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c11 .container > div {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
}
.c11 h2 {
  font-weight: 700;
  font-size: 26px;
  color: #e88d21;
  line-height: 1.3;
  text-align: center;
  padding: 5px;
  padding-bottom: 25px;
}
.c11 p {
  padding: 5px;
  line-height: 1.45;
}

.c12 .container {
  padding-top: 110px;
  padding-bottom: 70px;
}
.c12 .top {
  width: 620px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}
.c12 .top p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #000;
  padding: 5px;
}
.c12 .bottom {
  position: relative;
  width: 920px;
  margin: 0 auto;
  text-align: right;
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c12 .bottom:before {
  position: absolute;
  content: "";
  top: 0;
  left: 15%;
  width: 70%;
  height: 2px;
  background-color: #e88d21;
}
.c12 .bottom > div {
  width: 50%;
  padding: 10px 20px;
}
.c12 .bottom h2 {
  font-size: 26px;
  color: #e88d21;
  padding: 5px;
  margin-top: 10px;
  line-height: 1;
}
.c12 .bottom p {
  margin-top: 5px;
  padding: 5px;
  line-height: 1.45;
  color: #000;
}
.c12 .bottom .img {
  text-align: left;
}

footer {
  background-color: #2b2b2b;
}
footer p {
  color: #fff;
}

@media screen and (max-width: 1161px) {
  .container,
  .c2 .container,
  .c10 .container,
  .c12 .bottom {
    width: 900px;
  }

  header .container,
  footer .container {
    padding-right: 50px;
  }

  .c4 .container .left {
    padding: 10px;
  }

  .c8 .container .right {
    padding: 0px 10px 0px 20px;
  }

  .c9 .container .bottom {
    width: auto;
  }

  .c10 .block .pic {
    padding-left: 30px;
  }
  .c10 .block > div:nth-child(even) .pic {
    padding-right: 30px;
  }

  .c11 .left {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 922px) {
  .container,
  .c2 .container,
  .c10 .container,
  .c12 .bottom {
    width: 745px;
  }

  header .container img,
  footer .container img {
    height: 83px;
  }
  header .container p,
  footer .container p {
    padding-bottom: 0px;
  }

  .c2 .container {
    width: 100%;
  }
  .c2 .container > div p {
    width: 580px;
  }

  .c3 img {
    padding: 37px 0px;
    width: 400px;
  }

  .c4 .container .left > div {
    width: auto;
  }

  .c5 .container .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
  .c5 .container .block > div {
    text-align: left !important;
    padding: 5px 15px !important;
    width: 100%;
  }
  .c5 .container .block > div .if {
    padding-bottom: 30px;
  }
  .c5 .container .block > div > div {
    padding: 10px 0px !important;
  }
  .c5 .container .block > div h3 {
    line-height: 1;
  }
  .c5 .container .block .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c5 .container .block .img {
    display: none;
  }

  .c6 > div {
    width: 100%;
  }

  .c8 .container h2 {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .container,
  .c2 .container,
  .c10 .container,
  .c12 .bottom {
    width: 100%;
  }

  header > div:after,
  footer > div:after {
    content: none;
  }
  header .container,
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 10px;
    height: auto;
  }
  header .container > div,
  footer .container > div {
    padding: 5px 0px;
  }
  header .container img,
  footer .container img {
    height: 22vw;
    max-height: 90px;
  }
  header .container h1,
  footer .container h1 {
    font-size: 21px;
  }
  header .container p,
  footer .container p {
    font-size: 16px;
  }
  header .container p br,
  footer .container p br {
    display: none;
  }

  .c1 .container {
    height: 61vw;
  }

  .c2 .container {
    padding: 40px 0px 30px 0px;
  }
  .c2 .container > div {
    padding: 10px 10px;
    margin: 30px 0px;
  }
  .c2 .container > div p {
    width: 100%;
  }
  .c2 .container > div:after {
    width: 3px;
    background-image: none;
    background-color: #efb456;
  }
  .c2 .container > div:nth-child(odd) {
    padding-left: 15px;
  }
  .c2 .container > div:nth-child(even) {
    padding-right: 15px;
  }

  .c3 img {
    max-width: 400px;
    width: 80vw;
  }

  .c4 .container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c4 .container > div {
    width: 100%;
    height: auto;
  }
  .c4 .container .left > div {
    padding: 0px;
  }
  .c4 .container .left > div h2 {
    padding: 20px 0px 18px 0px;
    font-size: 21px;
    line-height: 1.3;
  }
  .c4 .container .left > div ol {
    padding-right: 0px;
  }
  .c4 .container .left > div ol > p {
    padding-bottom: 5px;
  }
  .c4 .container .right > div {
    height: 50vw;
  }

  .c5 .container {
    padding-top: 14vw;
    padding-bottom: 20px;
  }
  .c5 .container h2 {
    padding: 5px;
    font-size: 21px;
  }

  .c6 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c6 > div .container {
    padding: 0px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .c6 > div .container > div {
    width: calc(100% - 20px);
    max-width: 600px;
  }
  .c6 > div .container .left,
  .c6 > div .container .right {
    display: none;
  }

  .c7 .container {
    padding-top: 60px;
  }
  .c7 .container h2 {
    font-size: 21px;
  }
  .c7 .container p {
    width: 100%;
    max-width: 600px;
    padding: 5px 10px;
  }

  .c8 > div {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c8 > div > div {
    position: relative !important;
    width: 100% !important;
    height: auto;
  }
  .c8 > div .left {
    height: 70vw;
  }
  .c8 > div .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c8 > div .container h2 {
    font-size: 21px;
  }
  .c8 > div .container p {
    text-align: justify;
  }
  .c8 > div .container .right {
    padding: 40px 4vw 100px;
    width: 100%;
  }

  .c9 .container .top h2 {
    line-height: 1.3;
  }
  .c9 .container .top > div {
    max-width: 640px;
    min-width: auto;
    width: 83vw;
    padding: 30px 10px;
  }
  .c9 .container .bottom {
    padding-top: 150px;
  }
  .c9 .container .bottom p {
    line-height: 1.4;
  }
  .c9 .container .bottom > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .c9 .container .bottom .pic {
    padding: 5px;
  }
  .c9 .container .bottom .text {
    max-width: 530px;
    padding: 10px;
    text-align: justify;
  }

  .c10 h2 {
    font-size: 21px;
    width: 100%;
    padding: 10px 20px;
  }
  .c10 p {
    text-align: justify !important;
    line-height: 1.4;
  }
  .c10 p br {
    display: none;
  }
  .c10 .block > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
  .c10 .block > div .pic {
    padding: 0px 5px !important;
  }
  .c10 .block > div .text {
    max-width: 500px;
  }

  .c11 h2 {
    font-size: 21px;
    padding: 5px 10px 25px;
  }
  .c11 p {
    text-align: justify;
    max-width: 690px;
    margin: 0 auto;
  }
  .c11 > div {
    height: auto;
    min-height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c11 > div .right {
    position: relative;
    height: 70vw;
    width: 100%;
  }
  .c11 > div .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 13vw 0px;
  }
  .c11 > div .container > div {
    width: 100%;
  }
  .c11 > div .container .left {
    padding: 0px 5px;
  }

  .c12 .container {
    padding-top: 0px;
  }
  .c12 .container .top {
    padding: 12vw 0px;
    max-width: 640px;
    width: 100%;
  }
  .c12 .container .top br {
    display: none;
  }
  .c12 .container .bottom {
    padding-top: 12vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    text-align: left;
  }
  .c12 .container .bottom h2 {
    font-size: 21px;
    line-height: 1.3;
  }
  .c12 .container .bottom p {
    line-height: 1.4;
  }
  .c12 .container .bottom > div {
    width: 100%;
    padding: 10px 3vw;
  }
  .c12 .container .bottom .text {
    z-index: 2;
  }
  .c12 .container .bottom .img {
    position: absolute;
    text-align: right;
    opacity: 0.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1;
  }
}

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