html {
  box-sizing: border-box;
}

*, :after, :before {
  box-sizing: inherit;
}

@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/mbank-light.woff) format("woff"), url(../fonts/mbank-light.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mbank-regular.woff) format("woff"), url(../fonts/mbank-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/mbank-semibold.woff) format("woff"), url(../fonts/mbank-semibold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/mbank-bold.woff) format("woff"), url(../fonts/mbank-bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/mbanklite-light.woff) format("woff"), url(../fonts/mbanklite-light.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mbanklite-regular.woff) format("woff"), url(../fonts/mbanklite-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/mbanklite-semibold.woff) format("woff"), url(../fonts/mbanklite-semibold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "mbank lite";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/mbanklite-bold.woff) format("woff"), url(../fonts/mbanklite-bold.woff2) format("woff2");
}
body, html {
  overflow-x: hidden;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

[hidden] {
  display: none;
}

body {
  line-height: 1;
  font-family: "mbank";
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  image-rendering: -webkit-optimize-contrast;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
}

body, h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.15;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-word;
}

a:hover {
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
}

@media screen and (max-width: 1366px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
.header-box {
  width: 1600px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding: 10px 0;
}

.header-box .description {
  height: 709px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 30px;
}

.header-box .header-logo img {
  display: block;
}

.header-box h1 {
  font-size: 42px;
  color: #000;
  padding: 70px 0 0 0;
  font-weight: 700;
  line-height: 1.25;
}

.header-box h1 span {
  font-size: 55px;
}

.header-box .button-box {
  padding-top: 150px;
}

.header-box .txt {
  margin-bottom: 72px;
  color: #000;
  font-size: 41px;
  line-height: 1.1;
}

.btn-1 {
  background-color: #ae0000;
  border-radius: 37px;
  color: #fff;
  display: inline-block;
  height: 53px;
  font-size: 20.83px;
  font-weight: 600;
  line-height: 53px;
  padding: 0 32px;
  text-align: center;
  transition: background-color 0.25s ease;
}

.btn-1-small:hover, .btn-1:hover {
  background-color: #900000;
  text-decoration: none;
}

.padding-1 {
  padding: 60px 0 80px 0;
}

.content-box-1 {
  text-align: center;
}

.content-box-1 .container {
  max-width: 1400px;
}

@media screen and (max-width: 1200px) {
  .content-box-1 .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .content-box-1 .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .content-box-1 .container {
    max-width: 540px;
  }
}
.content-box-1 .font-35 {
  font-size: 35px;
  line-height: normal;
}

.content-box-1 .font-38 {
  font-size: 38px;
  line-height: normal;
}

.content-box-1 .text:not(:last-of-type) {
  margin: 0 0 30px 0;
}

strong {
  font-weight: 700;
}

.title h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.text p {
  margin-bottom: 30px;
}

.text p:last-child {
  margin-bottom: 0;
}

.z-content-box-3 .z-button-box {
  z-index: 1;
}

.content-box-1 .button-box {
  margin-top: 45px;
}

.title {
  text-align: center;
}

.title-semibold h2 {
  font-weight: 600;
}

.content-box-2 {
  background: #f2f2f2;
}

.boxes-1 {
  position: relative;
}

.boxes-1:after {
  height: 3px;
  position: absolute;
  top: 34px;
  left: 0;
  content: "";
  width: 100%;
  display: block;
  background: #ff8600;
}

.boxes-1:before {
  height: 24px;
  position: absolute;
  top: 23px;
  right: -3px;
  content: "";
  width: 20px;
  display: block;
  background: url(../images/08.png) center;
}

.boxes-1 .row-box {
  display: flex;
  margin: 0 -30px;
}

.boxes-1 .row-box .col-box {
  width: 25%;
  padding: 0 30px;
}

.boxes-1 .row-box .col-box .box-1 {
  text-align: center;
}

.boxes-1 .row-box .col-box .box-1 .icon {
  border: 3px solid #ff8600;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  height: 70px;
  box-shadow: 0 0 30px rgba(255, 134, 0, 0.5);
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 25px;
}

.boxes-1 .row-box .col-box .box-1 .txt {
  font-size: 20px;
  line-height: 1.2;
}

.mb1 {
  margin-bottom: 60px;
}

.content-box-3 .text {
  text-align: center;
  width: 1060px;
  margin: 0 auto;
  max-width: 100%;
}

.content-box-3 .boxes-2 {
  margin-top: 70px;
}

.content-box-6 {
  font-size: 17px;
  padding: 55px 0;
  margin-bottom: 65px;
  text-align: center;
}

.content-box-3 .boxes-2 .row-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-box-3 .boxes-2 .row-box .col-box {
  width: 33.333%;
  position: relative;
  border-left: 2px solid #ccc;
  text-align: center;
}

.content-box-3 .boxes-2-1 .row-box .col-box {
  width: 33.333%;
  text-align: center;
  border: none;
  padding: 0 25px;
}

.content-box-3 .boxes-2 .row-box .col-box:first-child {
  border-left: none;
}

.padding-top-0 {
  padding-top: 0;
}

.content-box-3 .boxes-2 .row-box .col-box figure {
  position: relative;
}

.content-box-3 .boxes-2 .row-box .col-box .box-2 .txt {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  margin-top: 15px;
}

.content-box-3 .boxes-2 .row-box .col-box .box-2 .txt span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  min-height: 48px;
}

.content-box-3 .button-box {
  text-align: center;
  margin-top: 50px;
}

.content-box-3 .boxes-2 .row-box .col-box:last-child figure:after {
  display: none;
}

.content-box-3 .boxes-2-1 .row-box .col-box .box-2 .txt {
  text-align: center;
}

.content-box-3 .boxes-2-1 .row-box .col-box .box-2 figure {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-box-3 .boxes-2-1 .row-box .col-box .box-2 .txt {
  width: 295px;
}

.content-box-3 .boxes-2-1 .row-box .col-box .box-2 .txt span {
  min-height: 48px;
}

.content-box-4 .content-box-4-1 {
  display: flex;
  align-items: center;
}

.content-box-4 .content-box-4-1 figure {
  width: 50%;
  text-align: center;
}

.button-box-2 {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}

.button-box-2-1 {
  padding-top: 90px;
}

.button-box-3 {
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
}

.content-box-4 .content-box-4-1 .description {
  width: 50%;
  padding-right: 75px;
  flex-shrink: 0;
}

body .font-38 {
  font-size: 38px;
  line-height: normal;
}

.content-box-4 .content-box-4-1 .description ul {
  padding: 0;
  margin: 0;
}

.content-box-4 .content-box-4-1 .description ul li {
  list-style: none;
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
}

.content-box-4 .content-box-4-1 .description ul li:after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
  background: #e9080a;
  content: "";
}

.content-box-5 {
  background: #f2f2f2;
}

.content-box-5 .boxes-3 .row-box {
  margin: 0 -15px;
  display: flex;
}

@media screen and (max-width: 1366px) {
  .content-box-5 .boxes-3 .row-box {
    margin: 0 -8px;
  }
}
.content-box-5 .boxes-3 .col-box {
  display: flex;
  justify-content: center;
}

body .font-40 {
  font-size: 38px;
  line-height: normal;
}

.content-box-5 .text {
  text-align: center;
  margin: -20px 0 62px 0;
}

.content-box-5 .boxes-3 .row-box .col-box {
  width: 33.3333%;
  text-align: center;
}

.content-box-5 .boxes-3 .row-box .col-box .box-3 figure {
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.content-box-5 .boxes-3 .row-box .col-box .box-3 .txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.content-box-4-4-2 .txt {
  text-align: center;
}

.content-box-4-4-2 .txt h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}

.content-box-4-4-2 .txt .txt-1 {
  font-size: 36px;
  line-height: 1.2;
}

.content-box-4-4-3 {
  margin: 0 -86px;
}

.content-box-4-4-2 .button-box {
  text-align: center;
  margin-top: 65px;
}

.footer-box {
  background: #f2f2f2;
  padding-top: 12px;
  padding-bottom: 60px;
}

.footer-box .f-title {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 24px;
}

.footer-box .button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-box .btn-pdf {
  color: #000;
  font-size: 16px;
  display: inline-block;
  line-height: 1.2;
  font-weight: 400;
}

.footer-box .txt {
  font-size: 15.17px;
  padding-top: 40px;
}

.header-image-rsp {
  display: none;
}

.footer-box .txt a {
  text-decoration: underline;
}

.my-controls {
  display: none;
}

.header-logo {
  display: flex;
}

.color-red {
  color: #e9080a;
}

.button-box-3 {
  position: absolute;
  top: -37px;
  left: 0;
  width: 100%;
}

.content-box-3 {
  position: relative;
}

.content-box-3 .title {
  padding-top: 25px;
}

.content-box-5 .boxes-3 .row-box .col-box .box-3 {
  position: relative;
}

.content-box-5 .boxes-3 .row-box .col-box .box-3 figure {
  margin-bottom: 0;
}

.content-box-5 .boxes-3 .row-box .col-box .box-3 .txt {
  text-align: center;
  z-index: 1;
  font-size: 20px;
  color: #000;
  padding-top: 20px;
}

.content-box-5 .boxes-3 .row-box .col-box .box-3 {
  position: relative;
}

.content-box-5 .boxes-3 .row-box .col-box .box-3 {
  width: 387px;
  overflow: hidden;
  margin: 0 15px;
  margin-bottom: 20px;
}

.content-box-5 .boxes-3 .row-box .col-box .box-3 figure {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .header-box h1 {
    font-size: 38px;
  }
  .header-box h1 span {
    font-size: 38px;
  }
  .header-box h1 {
    padding-top: 55px;
  }
}
@media screen and (max-width: 1366px) {
  .content-box-5 .boxes-3 .row-box .col-box .box-3 {
    margin: 0;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 {
    max-width: 100%;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure {
    height: auto;
  }
  .content-box-5 .boxes-3 .row-box .col-box {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1200px) {
  .content-box-5 .boxes-3 .row-box .col-box .box-3 .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header-box h1 {
    font-size: 28px;
  }
  .header-box h1 span {
    font-size: 28px;
  }
  .header-box .button-box {
    padding-bottom: 0;
  }
  .header-box .header-logo {
    margin: 0;
  }
  .header-box h1 {
    padding-top: 45px;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure {
    width: 100%;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure {
    height: auto;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure img {
    width: 100%;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 .txt {
    font-size: 18px;
  }
  .content-box-5 .text {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .header-box h1 {
    color: #000;
  }
  .header-box h1 {
    padding-top: 20px;
  }
  .header-box h1 {
    font-size: 25px;
  }
  .header-box h1 span {
    font-size: 25px;
    display: block;
  }
  .header-box h1 {
    padding-bottom: 0;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 {
    width: 250px;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure {
    width: 250px;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure img {
    height: auto;
  }
  .content-box-5 .boxes-3 .row-box .col-box {
    width: 100% !important;
  }
  .content-box-5 .boxes-3 .row-box .col-box {
    padding: 0;
    margin-bottom: 20px;
  }
  .content-box-5 .text {
    margin-bottom: 35px;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 .txt {
    font-size: 16px;
  }
  .button-box-3 {
    top: -18px;
  }
  .content-box-5 {
    padding-bottom: 25px;
  }
  .content-box-3 .title {
    padding-top: 5px;
  }
}
/** Switch **/
.switch-wrapper {
  font-family: sans-serif;
  padding: 20px;
}

.switch-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 133px;
  height: 43px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(65, 64, 66, 0.8), #939598);
  border-radius: 22px;
  border: 1px solid #939598;
  transition: background-color 0.4s;
  transition: transform 0.4s;
  cursor: pointer;
}

.slider::before {
  content: "";
  position: absolute;
  height: 39px;
  width: 39px;
  left: 1px;
  top: 1px;
  border: 2px solid #D1D3D4;
  background: linear-gradient(to bottom, #D1D3D4, #FFF9FF);
  border-radius: 50%;
  z-index: 2;
  transition: transform 0.4s;
}

.slider-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  pointer-events: none;
  transition: transform 0.4s;
  padding-top: 2px;
}

input:checked + .slider {
  background-color: #4CAF50;
  border-color: #26d760 !important;
}

input:checked + .slider::before {
  transform: translateX(91px);
}

.slider .slider-text::before {
  content: "WCAG";
  transition: transform 0.4s;
  transform: translateX(15px);
}

input:checked + .slider {
  background: linear-gradient(to left, rgba(0, 104, 56, 0.9), #27DC62);
}

input:checked + .slider .slider-text:before {
  padding-left: 0;
  transform: translateX(-18px);
}

input:checked + .slider .slider-text::before {
  content: "WCAG";
}

@media screen and (max-width: 1500px) {
  .slider-text {
    font-size: 19px;
  }
}
@media screen and (max-width: 1366px) {
  .switch {
    height: 39px;
    width: 100px;
  }
  input:checked + .slider::before {
    transform: translateX(61px);
  }
  .slider .slider-text::before {
    transform: translateX(17px);
  }
  input:checked + .slider .slider-text:before {
    transform: translateX(-15px);
  }
  .slider-text {
    font-size: 14px;
  }
  .slider::before {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 992px) {
  .switch {
    height: 30px;
    width: 70px;
  }
  .slider-text {
    font-size: 10px;
  }
  .slider::before {
    width: 26px;
    height: 26px;
  }
  .slider .slider-text::before {
    transform: translateX(13px);
  }
  input:checked + .slider::before {
    transform: translateX(40px);
  }
  input:checked + .slider .slider-text:before {
    transform: translateX(-12px);
  }
}
@media screen and (max-width: 768px) {
  .switch {
    height: 25px;
    width: 60px;
  }
  .slider::before {
    width: 21px;
    height: 21px;
  }
  .slider-text {
    font-size: 9px;
  }
  .slider .slider-text::before {
    transform: translateX(11px);
  }
  input:checked + .slider::before {
    transform: translateX(35px);
  }
  input:checked + .slider .slider-text:before {
    transform: translateX(-10px);
  }
}
/** End Switch **/
.header-box {
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.header-box {
  z-index: 12;
}

.header-box .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-box .container .h-buttons {
  display: flex;
  align-items: center;
}

.header-box .container .h-buttons .h-button {
  margin-left: 33px;
}

.header-box .container .h-buttons .h-button:first-child {
  margin-left: 0;
}

/* *** *** */
body {
  line-height: 1.3;
}

.z-content-box-1 {
  background-size: cover;
  position: relative;
}

.z-content-box-1 .container {
  display: flex;
  justify-content: flex-start;
}

.z-content-box-1:after {
  width: 100%;
  position: absolute;
  top: 100%;
  height: 10px;
  background: url("../images/line.png") center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  z-index: 2;
}

.z-content-box-1 figure {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.z-content-box-1 figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.z-content-box-1 .z-description {
  position: relative;
  height: 464px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 22px;
  align-items: flex-start;
  flex-direction: column;
}

.z-content-box-1 .z-description .z-txt-box {
  position: relative;
  padding: 29px 0 30px 0;
  padding-right: 140px;
  background: #0065b1;
  border-radius: 0 160px 160px 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.z-content-box-1 .z-description .z-txt-box:after {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 1000px;
  content: "";
  background: #0065b1;
  display: block;
}

.z-content-box-1 .z-description .z-txt-box h1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 46px;
  color: #fff;
}

.z-content-box-1 .z-description .z-txt-box .z-txt {
  font-size: 37px;
}

.z-content-box-1 .z-description .z-button-box {
  padding-top: 22px;
}

.btn-scroll {
  width: 54px;
  height: 54px;
  display: block;
  background: url("../images/02.png") center no-repeat;
  position: absolute;
  bottom: 30px;
  transition: 0.25s ease;
  left: 50%;
  margin-left: -27px;
}
.btn-scroll:hover {
  opacity: 0.9;
}

.z-title {
  margin-bottom: 40px;
  text-align: center;
}

.z-title h2 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}

.z-content-box-2 {
  padding-top: 50px;
  margin-top: 10px;
  padding-bottom: 60px;
}
.z-content-box-2 .z-txt-1 {
  text-align: center;
  padding: 50px 0 35px 0;
  color: #e90a0a;
  font-size: 20px;
}
.z-content-box-2 .z-button-box {
  display: flex;
  justify-content: center;
}

.banner-image-rwd {
  display: none;
}

.z-boxes-1 {
  max-width: 100%;
  padding: 0 54px;
}

.z-boxes-1 .z-row-box {
  display: flex;
  margin: 0 -13px;
}

.z-boxes-1 .z-row-box .z-col-box {
  padding: 0 13px;
  width: 33.333%;
}

.z-boxes-1 .z-row-box .z-col-box .z-box-1 {
  border: 2px solid #0065b1;
  border-radius: 10px;
  text-align: center;
}

.z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-a {
  font-weight: bold;
  font-size: 101px;
  color: #fff;
  background: #0065b1;
  height: 126px;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-a span {
  font-size: 72px;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-b {
  padding: 22px 28px;
  text-align: left;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-b ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-b ul li {
  padding-left: 26px;
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-b ul li:last-child {
  margin-bottom: 0;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-b ul li:after {
  width: 11px;
  height: 11px;
  background: #0065b1;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

.z-content-box-3 {
  background: #0065b1;
  color: #fff;
  padding: 50px 0 60px 0;
}
.z-content-box-3 h2 {
  color: #fff;
}
.z-content-box-3 .z-button-box {
  display: flex;
  justify-content: center;
}

.z-content-box-3-1 {
  display: flex;
  align-items: center;
}
.z-content-box-3-1 figure {
  flex-shrink: 0;
  margin-right: 70px;
}
.z-content-box-3-1 .zz-boxes-1 {
  margin-bottom: -50px;
}
.z-content-box-3-1 .zz-boxes-1 .z-row-box {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.z-content-box-3-1 .zz-boxes-1 .z-row-box .z-col-box {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 50px;
}
.z-content-box-3-1 .zz-boxes-1 .z-row-box .z-col-box .zz-box-1 {
  height: 103px;
  background: #fff;
  box-shadow: 0 0 20px #003f90;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  border-radius: 8px;
  color: #000;
  font-size: 20px;
}

.z-content-box-3 .z-button-box {
  margin-top: 37px;
}

.z-content-box-4 {
  padding: 50px 0 60px 0;
}
.z-content-box-4 .z-button-box {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.btn-1 {
  min-width: 170px;
  text-align: center;
}

.z-boxes-3 .z-row-box {
  margin: 0 -70px;
  display: flex;
}
.z-boxes-3 .z-row-box .z-col-box {
  padding: 0 70px;
  width: 50%;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 {
  box-shadow: 0 0 30px rgba(25, 116, 185, 0.1);
  border: 2px solid #1974b9;
  border-radius: 10px;
  padding: 35px 30px;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 figure {
  text-align: center;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 .txt {
  font-weight: bold;
  font-size: 18px;
  background: url("../images/06.png") right 7px no-repeat;
  margin-bottom: 25px;
  padding-right: 50px;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 ul {
  font-size: 18px;
  padding-right: 50px;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 ul li {
  margin-bottom: 15px;
  padding-left: 27px;
  background: url("../images/07.png") left 4px no-repeat;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 ul li:last-child {
  margin-bottom: 0;
}

.footer-content {
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}

.f-title-1 {
  font-size: 15px;
  margin-bottom: 15px;
}
.f-title-1 span {
  padding-right: 40px;
  background: url("../images/08.png") right center no-repeat;
  display: inline-block;
}

.footer-box .button-box {
  flex-wrap: wrap;
  margin: 0 -12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-box .button-box p {
  margin-bottom: 14px;
}

.footer-box .button-box a {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  padding-left: 46px;
}

.footer-box .button-box .col-box {
  padding: 0 12px;
  width: 40%;
}

.btn-pdf {
  padding: 4px 0;
  padding-left: 44px;
  background: url("../images/09.png") left center no-repeat;
}

.z-content-box-2, .z-content-box-4, .z-content-box-5 {
  position: relative;
}

@media screen and (max-width: 1366px) {
  .z-content-box-3-1 .zz-boxes-1 .z-row-box .z-col-box .zz-box-1 {
    font-size: 19px;
  }
  .z-boxes-1 {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .z-content-box-1 .z-description {
    height: 350px;
  }
  .z-content-box-1 .z-description .z-txt-box .z-txt {
    font-size: 27px;
  }
  .z-content-box-1 .z-description .z-txt-box h1 {
    font-size: 39px;
  }
  .z-content-box-1 .z-description .z-txt-box {
    padding-right: 90px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-b {
    padding: 15px 20px;
  }
  .z-content-box-3-1 .zz-boxes-1 .z-row-box .z-col-box .zz-box-1 br {
    display: none;
  }
  .z-boxes-3 .z-row-box {
    margin: 0 -20px;
  }
  .z-boxes-3 .z-row-box .z-col-box {
    padding: 0 20px;
  }
  .footer-box .button-box .col-box {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .z-content-box-1 .z-description .z-txt-box .z-txt {
    font-size: 20px;
  }
  .z-content-box-1 .z-description .z-txt-box h1 {
    font-size: 30px;
  }
  .btn-1 {
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 25px;
  }
  .z-content-box-1 .z-description .z-txt-box {
    padding-right: 40px;
  }
  .header-logo img {
    width: 200px;
  }
  .z-title h2 {
    font-size: 30px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-a {
    font-size: 60px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-a span {
    font-size: 40px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-a {
    height: 76px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-b ul li {
    font-size: 16px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-b ul li:after {
    top: 4px;
  }
  .z-content-box-2 .z-txt-1 {
    font-size: 18px;
  }
  .z-content-box-2 {
    padding: 30px 0 40px 0;
  }
  .z-content-box-2 .z-txt-1 {
    padding-top: 38px;
  }
  .z-title {
    margin-bottom: 35px;
  }
  .z-content-box-3, .z-content-box-4 {
    padding: 30px 0 40px 0;
  }
  .z-content-box-3-1 .zz-boxes-1 .z-row-box .z-col-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .z-content-box-3-1 .zz-boxes-1 .z-row-box .z-col-box:last-child {
    margin-bottom: 0;
  }
  .z-content-box-3-1 figure {
    margin-right: 20px;
  }
  .z-content-box-3-1 .zz-boxes-1 {
    margin-bottom: 7px;
  }
  .z-boxes-3 .z-row-box .z-col-box .z-box-3 {
    padding: 20px;
  }
  .z-boxes-3 .z-row-box .z-col-box .z-box-3 .txt {
    padding-right: 25px;
  }
  .z-boxes-3 .z-row-box .z-col-box .z-box-3 ul {
    padding-right: 0;
  }
  .z-content-box-3-1 .zz-boxes-1 .z-row-box .z-col-box .zz-box-1, .z-boxes-3 .z-row-box .z-col-box .z-box-3 ul {
    font-size: 16px;
  }
  .z-boxes-3 .z-row-box .z-col-box .z-box-3 ul li {
    background: url(../images/07.png) left 2px no-repeat;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .footer-box .container .footer-content {
    order: 2;
  }
  .footer-box .container .txt {
    order: 2;
  }
  .footer-box .button-box {
    padding-top: 0;
  }
  .footer-box {
    padding-top: 20px;
    background-color: #F0F0F0;
    background-size: 100% 5px;
  }
  .footer-box .button-box .col-box {
    width: 100%;
  }
  .footer-box .button-box a, .footer-box .txt {
    font-size: 12px;
    font-weight: normal;
  }
  .footer-box .btn-pdf {
    padding-left: 45px;
  }
  .footer-box .button-box p {
    margin-bottom: 10px;
  }
  .footer-box .button-box a {
    padding-left: 45px;
  }
  .footer-box .container .txt {
    background: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }
  .footer-box {
    padding-bottom: 0;
  }
  .footer-box .button-box {
    padding-bottom: 20px;
  }
  .z-content-box-1 figure {
    display: none;
  }
  .z-content-box-1 {
    background: none;
  }
  .btn-scroll {
    display: none;
  }
  .banner-image-rwd {
    display: block;
  }
  .banner-image-rwd img {
    width: 100%;
    display: block;
  }
  .z-content-box-1 .z-description {
    height: auto;
    padding: 0;
  }
  .z-content-box-1 .z-description .z-txt-box {
    border-radius: 0;
  }
  .z-content-box-1 .z-description .z-txt-box {
    margin-left: 0px;
    width: 100%;
    padding: 20px 0;
  }
  .z-content-box-1 .z-description .z-txt-box:after {
    display: none;
  }
  .z-content-box-1 .z-description {
    width: 100%;
  }
  .z-content-box-1 {
    background: #0065b1;
  }
  .z-content-box-1 .z-description .z-txt-box .z-txt {
    font-size: 16px;
  }
  .z-content-box-1 .z-description .z-txt-box h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .z-title h2 {
    font-size: 22px;
  }
  .z-boxes-1 .z-row-box {
    display: block;
  }
  .z-boxes-1 .z-row-box .z-col-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .z-boxes-1 .z-row-box .z-col-box:last-child {
    margin-bottom: 0;
  }
  .z-title {
    margin-bottom: 30px;
  }
  .z-content-box-3-1 {
    display: block;
  }
  .z-content-box-3-1 figure {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .z-content-box-3-1 figure img {
    width: 200px;
  }
  .z-boxes-3 .z-row-box {
    display: block;
  }
  .z-boxes-3 .z-row-box .z-col-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .z-boxes-3 .z-row-box .z-col-box:last-child {
    margin-bottom: 0;
  }
  .z-content-box-4 .z-button-box {
    padding-top: 40px;
  }
}/*# sourceMappingURL=main.bundle.css.map */