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;
}

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;
  font-family: "mbank", "Helvetica", "Arial", sans-serif;
}

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: 1530px;
  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: 38px 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: 60px;
  font-size: 22px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 22px;
  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;
}

.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: #fff url(../images/line.png) center top no-repeat;
  background-size: 100% 10px;
  padding-top: 45px;
  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: 16px;
}

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

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

.my-controls {
  display: none;
}

.header-logo {
  display: flex;
}

@media screen and (max-width: 1680px) {
  .header-box .description {
    height: 576px;
  }
  .header-box h1 {
    padding: 60px 0 0 0;
  }
  .header-box .button-box {
    padding-top: 60px;
  }
  .header-logo img {
    width: 240px;
  }
  .header-box .txt {
    margin-bottom: 52px;
  }
  .title h2 {
    font-size: 45px;
  }
  body .font-40 {
    font-size: 35px;
  }
  .content-box-4-4-2 .txt h3 {
    font-size: 44px;
  }
  .content-box-4-4-2 .txt .txt-1 {
    font-size: 31px;
  }
  .content-box-4-4-3 {
    margin: 0;
  }
  .content-box-4 figure img {
    max-width: 100%;
  }
  .content-box-1 .font-38 {
    font-size: 35px;
  }
  .content-box-5 .font-38 {
    font-size: 35px;
  }
  .header-box .txt {
    font-size: 34px;
    line-height: 1.2;
  }
  .header-box h1 {
    font-size: 45px;
  }
  .header-box h1 span {
    font-size: 45px;
  }
}
@media screen and (max-width: 1366px) {
  .content-box-3 .boxes-2 .row-box .col-box img {
    max-width: 100%;
  }
  .content-box-1 .font-35 {
    font-size: 30px;
  }
  .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 img {
    max-width: 100%;
  }
  body .font-38 {
    font-size: 32px;
  }
  .content-box-1 {
    padding-top: 70px;
  }
  .title h2 {
    font-size: 43px;
  }
  .content-box-4-4-2 .txt .txt-1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1200px) {
  .header-box .txt {
    font-size: 32px;
  }
  .content-box-1 .font-35 {
    font-size: 24px;
  }
  .content-box-1 .font-38 {
    font-size: 26px;
  }
  .content-box-5 .font-38 {
    font-size: 26px;
  }
  .content-box-3 .boxes-2 .row-box .col-box {
    padding: 0 30px;
  }
  .content-box-3 .boxes-2-1 .row-box {
    margin: 0 -15px;
  }
  .content-box-3 .boxes-2-1 .row-box .col-box {
    padding: 0 15px;
  }
  body .font-40, body .font-38 {
    font-size: 26px;
  }
  .content-box-4-4-2 .txt h3 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .footer-box .btn-pdf br {
    display: none;
  }
  .content-box-4-4-2 .txt .txt-1 {
    font-size: 23px;
  }
  .title h2 {
    font-size: 36px;
  }
  .content-box-4 .content-box-4-1 .description {
    padding-left: 0;
  }
  .boxes-1 .row-box .row-box {
    margin: 0 -15px;
  }
  .boxes-1 .row-box .col-box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .header-box .description {
    height: 398px;
  }
  .header-logo img {
    width: 208px;
  }
  .header-box .description {
    width: 335px;
  }
  .header-box .txt {
    margin-bottom: 35px;
  }
  .header-box h1 {
    padding: 33px 0 0 0;
  }
  .header-box .button-box {
    padding-top: 50px;
  }
  .content-box-4 .content-box-4-1 .description ul li:after {
    top: 5px;
  }
  .content-box-1 .font-35, body .font-40, body .font-38 {
    font-size: 19px;
  }
  .content-box-1 .font-38 {
    font-size: 20px;
  }
  .content-box-5 .font-38 {
    font-size: 20px;
  }
  .content-box-4 .content-box-4-1 .description {
    padding-right: 30px;
  }
  .text, .boxes-1 .row-box .col-box .box-1 .txt, .content-box-3 .boxes-2 .row-box .col-box .box-2 .txt, .content-box-4 .content-box-4-1 .description ul li, .content-box-5 .boxes-3 .row-box .col-box .box-3 .txt, .content-box-4-4-2 .txt .txt-1 {
    font-size: 16px;
    line-height: 1.3;
  }
  .content-box-3 .boxes-2 .row-box .col-box .box-2 .txt span {
    font-size: 18px;
    min-height: 94px;
  }
  .box-2 .txt br {
    display: none;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure {
    width: 100px;
    height: 100px;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure img {
    width: 50px;
  }
  .content-box-4-4-2 .txt h3 {
    font-size: 28px;
  }
  .title h2 {
    font-size: 30px;
  }
  .header-box:after {
    height: 10px;
  }
  .header-box .header-logo {
    margin-bottom: 20px;
  }
  .header-box .txt {
    font-size: 22px;
  }
  .header-box h1 {
    font-size: 26px;
  }
  .content-box-4 figure {
    padding: 0 10px;
  }
  .content-box-3 .boxes-2 .row-box .col-box figure:after {
    height: 15px;
    background-size: auto 100%;
    margin-top: -7.5px;
    width: 30px;
    margin-left: -13px;
  }
}
@media screen and (min-width: 768px) {
  .boxes-2 .row-box {
    width: 100% !important;
  }
  .boxes-2 .row-box .col-box {
    left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .header-box:after {
    background-size: contain;
    max-width: 540px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .content-box-1 .font-35, body .font-40, body .font-38 {
    font-size: 16px;
  }
  .content-box-1 .font-38 {
    font-size: 16px;
  }
  .content-box-5 .font-38 {
    font-size: 16px;
  }
  .content-box-3 .boxes-2-1 .row-box {
    margin: 0;
  }
  .content-box-3 .boxes-2 .row-box {
    position: relative;
  }
  .content-box-3 .boxes-2 .row-box .col-box .box-2 .txt span {
    min-height: 0;
  }
  .header-image-rsp {
    display: block;
  }
  .header-box {
    background: none;
  }
  .header-box .description {
    height: auto;
    padding-top: 20px;
  }
  .header-logo img {
    width: 158px;
  }
  .header-box .header-logo {
    margin-bottom: 24px;
  }
  .header-box h1 {
    line-height: 1.2;
    margin-bottom: 23px;
    padding: 2px 0 10px 0;
    font-size: 26px;
    text-shadow: none;
  }
  .header-box h1 br {
    display: none;
  }
  .header-box .description {
    padding-bottom: 0;
  }
  .header-box .txt {
    font-size: 18.61px;
    margin-bottom: 30px;
  }
  .header-box .description {
    width: 100%;
  }
  .header-box {
    position: relative;
  }
  .header-box .button-box {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .header-box .txt {
    width: 360px;
    max-width: 100%;
  }
  .btn-1 {
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    font-size: 14px;
  }
  .header-image-rsp img {
    width: 100%;
  }
  .header-image-rsp {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .padding-1 {
    padding: 35px 0;
  }
  .content-box-1 .button-box {
    margin-top: 36px;
  }
  .boxes-1 .row-box {
    margin: 0;
  }
  .boxes-1 .row-box .col-box {
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .boxes-1 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .boxes-1 .row-box .col-box .box-1 {
    display: flex;
    align-items: center;
  }
  .boxes-1 .row-box .col-box .box-1 .icon {
    flex-shrink: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    margin-right: 25px;
  }
  .boxes-1 .row-box .col-box .box-1 .icon img {
    width: 30px;
  }
  .boxes-1 .row-box .col-box .box-1 .txt {
    text-align: left;
  }
  .boxes-1 {
    margin-left: 7px;
    width: calc(100% - 7px);
  }
  .boxes-1:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 30px;
  }
  .boxes-1:before {
    left: 25px;
    top: auto;
    bottom: -3px;
    right: auto;
    margin: 0;
    width: 12px;
    height: 13px;
    background: url(../images/22.png) center no-repeat;
  }
  .mb1 {
    margin-bottom: 33px;
  }
  .boxes-1 .row-box {
    display: block;
  }
  .title h2 {
    font-size: 23px;
  }
  .text, .boxes-1 .row-box .col-box .box-1 .txt, .content-box-3 .boxes-2 .row-box .col-box .box-2 .txt, .content-box-4 .content-box-4-1 .description ul li, .content-box-5 .boxes-3 .row-box .col-box .box-3 .txt, .content-box-4-4-2 .txt .txt-1 {
    font-size: 16px;
  }
  .text br {
    display: none;
  }
  .content-box-4 .content-box-4-1 {
    display: block;
  }
  .content-box-4 .content-box-4-1 .description {
    width: 100%;
  }
  .content-box-4 .content-box-4-1 .description ul li:after {
    width: 7px;
    height: 7px;
  }
  .content-box-4 .content-box-4-1 .description ul li {
    padding-left: 16px;
  }
  .content-box-4 .content-box-4-1 figure {
    width: 100%;
    text-align: center;
  }
  .content-box-5 .boxes-3 .row-box .col-box {
    width: 100%;
    padding: 0 5px;
  }
  .content-box-5 .boxes-3 .row-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure {
    width: 90px;
    height: 90px;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 figure img {
    width: auto;
    height: 50px;
  }
  .content-box-4 .content-box-4-1 .description {
    padding: 0 0 30px 0;
  }
  .button-box-2 {
    padding-top: 40px;
  }
  .content-box-5 .text {
    margin-bottom: 35px;
  }
  .content-box-5 .boxes-3 .row-box {
    margin: 0;
  }
  .content-box-5 .boxes-3 .row-box .col-box:nth-child(4), .content-box-5 .boxes-3 .row-box .col-box:nth-child(5) {
    width: 45%;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 .txt {
    font-size: 14px;
  }
  .content-box-5 .boxes-3 .row-box .col-box .box-3 {
    margin-bottom: 30px;
  }
  .content-box-4-4-3 .content-box-4-1 figure {
    order: 2;
  }
  .content-box-4-4-3 .content-box-4-1 .txt {
    order: 1;
  }
  .content-box-4-4-3 .content-box-4-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .content-box-4 figure {
    padding: 0;
  }
  .content-box-4-4-3 figure {
    margin-top: 30px;
  }
  .content-box-4-4-2 .button-box {
    margin-top: 35px;
  }
  .content-box-4-4-2 .txt h3 {
    margin-bottom: 28px;
  }
  .content-box-4-4-2 .txt h3 {
    font-size: 23px;
  }
  .footer-box .container {
    display: flex;
    flex-direction: column;
  }
  .footer-box .container .footer-content {
    order: 1;
  }
  .footer-box .container .txt {
    font-size: 12px;
    line-height: 1.5;
    order: 0;
  }
  .footer-box .button-box {
    margin-bottom: 0;
  }
  .footer-box .f-title {
    font-size: 16px;
    margin-top: 30px;
  }
  .footer-box .btn-pdf {
    background-size: auto 35px;
    padding-left: 40px;
    font-size: 12px;
    line-height: 1.5;
  }
  .content-box-3 .boxes-2 .row-box {
    width: 100%;
  }
  .content-box-3 .boxes-2 .row-box .col-box {
    text-align: center;
  }
  .content-box-3 .boxes-2-1 .row-box .col-box {
    width: 100%;
  }
  .content-box-3 .boxes-2 {
    margin-top: 30px;
  }
  .content-box-3 .boxes-2 .row-box .col-box figure img {
    width: 200px;
  }
  .content-box-3 .boxes-2 .row-box .col-box figure:after {
    margin-left: 6px;
  }
  .boxes-2 {
    overflow: auto;
  }
  .my-controls {
    display: flex;
    margin-top: 40px;
    margin-bottom: -10px;
    justify-content: center;
  }
  .my-controls a {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    display: block;
    position: relative;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .my-controls a:after {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 2px;
    left: 2px;
    opacity: 0;
  }
  .my-controls a.active:after {
    opacity: 1;
  }
  .my-controls a.active-1:after {
    opacity: 0 !important;
  }
  .footer-box {
    padding-bottom: 30px;
  }
  .content-box-3 .boxes-2 .row-box {
    display: block;
  }
  .content-box-3 .boxes-2 .row-box {
    width: 100% !important;
  }
  .content-box-3 .boxes-2-1 .row-box .col-box .box-2 .txt {
    width: 100%;
    margin-top: 30px;
  }
  .content-box-3 .boxes-2-1 .row-box .col-box .box-2 figure {
    height: auto;
  }
  .content-box-3 .boxes-2-1 .row-box .col-box .box-2 .txt span {
    min-height: 1px;
  }
  .content-box-3 .boxes-2-1 .row-box .col-box {
    margin-bottom: 40px;
  }
  .content-box-3 .boxes-2 .row-box .col-box .box-2 figure {
    display: block;
  }
  .content-box-3 .boxes-2 .row-box .col-box .box-2 figure img {
    width: 150px;
  }
  .content-box-3 .boxes-2-1 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .content-box-3 .boxes-2 .row-box .col-box {
    width: 100%;
    padding: 0;
    border: none;
  }
  .content-box-3 .boxes-2 .row-box {
    margin: 0;
  }
  .content-box-3 .boxes-2 .row-box .col-box {
    margin-bottom: 40px;
  }
  .content-box-3 .boxes-2 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .footer-box .button-box {
    display: block;
  }
  .content-box-6 {
    padding: 35px 0;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .button-box-2, .content-box-6 {
    display: flex;
  }
  .header-box .button-box {
    display: block;
  }
  .content-box-3 .boxes-2-1 .row-box .col-box .box-2 figure img {
    width: auto;
    max-height: 50px;
  }
  .button-box-2 {
    padding-top: 33px;
  }
  .button-box-2 {
    padding-top: 30px;
    margin-bottom: -25px;
  }
  .content-box-3.padding-1.padding-top-0 .button-box-2 {
    margin-bottom: 0;
  }
}
.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 **/
.btn-1-small {
  transition: background-color 0.25s ease;
}

.header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: #fff;
}

body {
  padding-top: 146px;
}

.header-box {
  z-index: 12;
}
.header-box .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-box .container .main-menu ul {
  display: flex;
}
.header-box .container .main-menu ul li {
  margin-left: 40px;
}
.header-box .container .main-menu ul li:first-child {
  margin-left: 0;
}
.header-box .container .main-menu ul li a {
  color: #000;
  font-weight: 600;
  font-size: 18.35px;
}
.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;
}

.btn-1-small {
  line-height: 1;
  font-size: 14.38px;
  font-weight: 600;
  height: 39px;
  display: block;
  color: #fff;
  border-radius: 20px;
  line-height: 39px;
  padding: 0 24px;
  background: #AE0000;
}

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

.z-content-box-1 {
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.z-content-box-1 .container {
  display: flex;
  justify-content: flex-start;
}
.z-content-box-1:after {
  width: 100%;
  position: relative;
  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;
  width: 100%;
}
.z-content-box-1 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.z-content-box-1 .z-description {
  position: relative;
  height: 516px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  /*padding-top: 35px;*/
}
.z-content-box-1 .z-description .z-txt-box {
  position: relative;
  /*background: #AE0000;*/
  padding: 30px 0;
  padding-right: 65px;
  border-radius: 0 109px 109px 0;
  /*margin-bottom: 43px;*/
  margin-bottom: 33px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.z-content-box-1 .z-description .z-txt-box:after {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 1000px;
  content: "";
  /*background: #AE0000;*/
  display: block;
}
.z-content-box-1 .z-description .z-txt-box h1 {
  font-weight: bold;
  /*margin-bottom: 35px;*/
  margin-bottom: 25px;
  font-size: 45px;
  color: #fff;
}
.z-content-box-1 .z-description .z-txt-box .z-txt {
  font-size: 30px;
}

.z-content-box-2 {
  padding-top: 50px;
  margin-bottom: 65px;
}
.z-content-box-2 .z-txt-1 {
  text-align: center;
  font-size: 127px;
  line-height: 1;
  font-weight: bold;
  color: #008F1F;
}
.z-content-box-2 .z-txt-1 span {
  font-size: 96px;
}
.z-content-box-2 .z-txt-2 {
  color: #008F1F;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 85px;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
  padding-top: 5px;
  background: url("../images/line-1.png") center top no-repeat;
}
.z-content-box-2 .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-title {
  margin-bottom: 30px;
  text-align: center;
}
.z-title h2 {
  font-size: 37px;
  margin: 0;
  line-height: 50px;
  font-weight: bold;
}

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

.margin-bottom-1 {
  margin-bottom: 105px;
}

.z-boxes-1 {
  width: 1174px;
  margin: 0 auto;
  max-width: 100%;
}
.z-boxes-1 .z-row-box {
  display: flex;
  margin: 0 -9px;
}
.z-boxes-1 .z-row-box .z-col-box {
  padding: 0 9px;
  width: 25%;
  height: 198px;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1 {
  height: 198px;
  border: 1px solid #E90A0A;
  border-radius: 20px;
  padding: 20px 15px 15px 15px;
  color: #E90A0A;
  text-align: center;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-1a {
  line-height: 18px;
  font-weight: 600;
  min-height: 36px;
  font-size: 12.39px;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-2a {
  margin: 20px 0;
  font-size: 40px;
  height: 66px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  line-height: 33px;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1-2 {
  color: #FF8600;
  border-color: #FF8600;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1-3 {
  color: #0065B1;
  border-color: #0065B1;
}
.z-boxes-1 .z-row-box .z-col-box .z-box-1-4 {
  color: #008F1F;
  border-color: #008F1F;
}

.z-link-1 {
  color: #000000;
  font-size: 12.39px;
  font-weight: 600;
}

.z-boxes-2 {
  width: 1305px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 62px;
}
.z-boxes-2 .z-row-box {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.z-boxes-2 .z-row-box .z-col-box {
  width: 33.3333%;
  padding: 0 30px;
}
.z-boxes-2 .z-row-box .z-col-box .z-box-2 {
  text-align: center;
}
.z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-1b {
  font-weight: bold;
  color: #CF0D0F;
  line-height: 1;
  font-size: 48px;
}
.z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-2b {
  background: #fff;
  margin-top: -6px;
  border: 2px solid #BDBDBD;
  border-radius: 40px;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 151px;
  z-index: 2;
  position: relative;
  font-size: 20px;
  line-height: 33px;
}

.z-boxes-3 {
  padding-top: 15px;
  margin-bottom: 60px;
}
.z-boxes-3 .z-row-box {
  display: flex;
  margin: 0 -60px;
}
.z-boxes-3 .z-row-box .z-col-box {
  padding: 0 60px;
  width: 50%;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 {
  border: 2px solid #0065B1;
  border-radius: 40px;
  height: 100%;
  padding: 25px 36px;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 .z-title {
  margin-bottom: 25px;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 .z-txt {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
.z-boxes-3 .z-row-box .z-col-box .z-box-3 .z-txt strong {
  font-weight: 600;
}
.z-boxes-3 .z-cols {
  display: flex;
  margin: 0 -20px;
  justify-content: center;
}
.z-boxes-3 .z-cols .z-col {
  margin-top: 25px;
  padding: 0 20px;
  padding: 0 20px;
}
.z-boxes-3 .z-cols .z-col .z-txt-1 {
  background: url("../images/arrow.svg") center top no-repeat;
  padding-top: 24px;
}

.z-content-box-3 {
  margin-bottom: 60px;
}
.z-content-box-3 .z-txt-2 {
  text-align: center;
  font-size: 20px;
  line-height: 29px;
}
.z-content-box-3 .z-txt-2 strong {
  font-weight: 600;
}
.z-content-box-3 .z-txt-2 p {
  margin-bottom: 10px;
}
.z-content-box-3 .z-button-box {
  display: flex;
  padding: 40px 0;
  justify-content: center;
}

.z-content-box-4 {
  overflow: hidden;
  position: relative;
}
.z-content-box-4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: block;
  background: red;
  content: "";
  background: rgba(0, 0, 0, 0.05);
}
.z-content-box-4 .z-txt-1 {
  margin-top: -20px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #0065B1;
  font-size: 127px;
  padding-bottom: 5px;
  border-bottom: 2px solid #0065B1;
  position: relative;
  margin-bottom: 50px;
}
.z-content-box-4 .z-txt-1:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2000px;
  height: 2px;
  background: #0065B1;
  content: "";
  display: block;
}
.z-content-box-4 .z-button-box {
  display: flex;
  justify-content: center;
}

.z-content-box-4-1 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.z-content-box-4-1 figure {
  flex-shrink: 0;
  margin-right: 80px;
  margin-left: 50px;
}
.z-content-box-4-1 .z-description {
  font-size: 20px;
  line-height: normal;
}

.z-li-1 ul {
  padding: 0;
  margin: 0;
}
.z-li-1 ul li {
  margin-bottom: 20px;
  padding-left: 28px;
  background: url("../images/arrow-1.svg") left 2px no-repeat;
}
.z-li-1 ul li:last-child {
  margin-bottom: 0;
}

.z-wrapper-1 {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
}

.z-content-box-5 {
  background: rgba(0, 0, 0, 0.05);
  padding-top: 60px;
}
.z-content-box-5 .z-title {
  margin: 0;
}
.z-content-box-5 .z-txt-1 {
  padding-bottom: 20px;
  border-bottom: 2px solid #E90A0A;
  position: relative;
  margin-bottom: 50px;
}
.z-content-box-5 .z-txt-1:after {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 2000px;
  height: 2px;
  background: #E90A0A;
  content: "";
  display: block;
}
.z-content-box-5 .description {
  font-size: 18px;
  line-height: 25px;
}
.z-content-box-5 .description ul li {
  position: relative;
  background: none;
}
.z-content-box-5 .description ul li:after {
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #E90A0A;
  content: "";
  display: block;
  border-radius: 50%;
}
.z-content-box-5 .description .name {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
}
.z-content-box-5 .z-button-box {
  display: flex;
  position: relative;
  justify-content: center;
}
.z-content-box-5 .z-button-box:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 30px;
  width: 100%;
  content: "";
  display: block;
  background: #fff;
}
.z-content-box-5 .z-button-box .btn-1 {
  position: relative;
  z-index: 2;
}

.z-menu-1 {
  margin-bottom: 50px;
}
.z-menu-1 ul {
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
.z-menu-1 ul li {
  margin-right: 58px;
}
.z-menu-1 ul li a {
  display: block;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
}
.z-menu-1 ul li a:hover {
  color: #CF0D0F;
}
.z-menu-1 ul .current a {
  color: #CF0D0F;
  border-color: #CF0D0F;
}

.z-content-box-5 figure {
  width: 536px;
  text-align: center;
}

.z-cont-boxes-1 .z-cont-box {
  display: none;
}

.z-title-1 h2 {
  font-size: 40px;
}

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

.z-content-box-5 .description {
  width: 900px;
}
.z-content-box-5 .description p {
  margin-bottom: 20px;
  font-weight: 600;
}

.z-cont-boxes {
  margin-bottom: 90px;
}

.z-content-box-5-ver-1 {
  background: #fff;
  margin-bottom: 90px;
}

.z-content-box-5-ver-1 .z-txt-1 {
  border-color: #008F1F;
}
.z-content-box-5-ver-1 .z-txt-1:after {
  background: #008F1F;
  right: auto;
  left: 100%;
}
.z-content-box-5-ver-1 .z-txt-1 {
  margin-bottom: 90px;
}
.z-content-box-5-ver-1 .description {
  font-size: 20px;
  line-height: normal;
}
.z-content-box-5-ver-1 .description ul {
  position: relative;
}
.z-content-box-5-ver-1 .description ul:after {
  position: absolute;
  width: 2px;
  background: rgba(0, 0, 0, 0.3);
  height: calc(100% - 10px);
  content: "";
  display: block;
  top: 5px;
  left: 8px;
}
.z-content-box-5-ver-1 .description ul li {
  position: relative;
  z-index: 2;
  padding-left: 59px;
  margin-bottom: 60px;
}
.z-content-box-5-ver-1 .description ul li:last-child {
  margin-bottom: 0;
}
.z-content-box-5-ver-1 .description ul li strong {
  font-weight: 600;
}
.z-content-box-5-ver-1 .description ul li:after {
  top: 5px;
  width: 18px;
  height: 18px;
  background: #008F1F;
}

.footer-box .button-box {
  flex-wrap: wrap;
  padding: 45px 0;
  margin: 0 -12px;
  align-items: flex-start;
}
.footer-box .button-box p {
  margin-bottom: 20px;
}
.footer-box .button-box a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
}
.footer-box .button-box .col-box {
  padding: 0 12px;
  width: 33.3333%;
}

.btn-pdf {
  padding: 10px 0;
  padding-left: 46px;
  background: url("../images/pdf.svg") left center no-repeat;
}

.z-box-1 {
  transition: 0.15s linear;
  background-color: #fff;
}

.z-boxes-4 .z-box-4 {
  margin-top: 34px;
  display: none;
  padding: 10px 35px 0 35px;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #E90A0A;
}
.z-boxes-4 .z-box-4 h3 {
  font-weight: 600;
  color: #E90A0A;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 15px;
  padding-top: 20px;
}
.z-boxes-4 .z-box-4 p {
  margin-bottom: 15px;
}
.z-boxes-4 .z-box-4 p:last-child {
  margin-bottom: 0;
}
.z-boxes-4 .z-box-4 ul {
  padding: 0;
  margin-bottom: 15px;
}
.z-boxes-4 .z-box-4 ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.z-boxes-4 .z-box-4 ul li:last-child {
  margin-bottom: 0;
}
.z-boxes-4 .z-box-4 ul li:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #E90A0A;
  content: "";
  display: block;
  border-radius: 50%;
}
.z-boxes-4 .z-box-4 .button-box-1 {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
}
.z-boxes-4 .z-box-4-2 {
  border-color: #FF8600;
}
.z-boxes-4 .z-box-4-2 h3 {
  color: #FF8600;
}
.z-boxes-4 .z-box-4-2 .close-1 {
  color: #FF8600;
  background-image: url("../images/arrow-3.svg");
}
.z-boxes-4 .z-box-4-2 ul li:after {
  background-color: #FF8600;
}
.z-boxes-4 .z-box-4-3 {
  border-color: #0065B1;
}
.z-boxes-4 .z-box-4-3 h3 {
  color: #0065B1;
}
.z-boxes-4 .z-box-4-3 .close-1 {
  color: #0065B1;
  background-image: url("../images/arrow-4.svg");
}
.z-boxes-4 .z-box-4-3 ul li:after {
  background-color: #0065B1;
}
.z-boxes-4 .z-box-4-4 {
  border-color: #008F1F;
}
.z-boxes-4 .z-box-4-4 h3 {
  color: #008F1F;
}
.z-boxes-4 .z-box-4-4 .close-1 {
  color: #008F1F;
  background-image: url("../images/arrow-5.svg");
}
.z-boxes-4 .z-box-4-4 ul li:after {
  background-color: #008F1F;
}

.z-box-1-1.active {
  height: 232px !important;
  border-radius: 20px 20px 0 0 !important;
  background: #E90A0A !important;
  color: #fff !important;
}
.z-box-1-1.active .z-link-1 {
  color: #fff;
}

.z-box-1-2.active {
  height: 232px !important;
  border-radius: 20px 20px 0 0 !important;
  background: #FF8600 !important;
  color: #fff !important;
}
.z-box-1-2.active .z-link-1 {
  color: #fff;
}

.z-box-1-3.active {
  height: 232px !important;
  border-radius: 20px 20px 0 0 !important;
  background: #0065B1 !important;
  color: #fff !important;
}
.z-box-1-3.active .z-link-1 {
  color: #fff;
}

.z-box-1-4.active {
  height: 232px !important;
  border-radius: 20px 20px 0 0 !important;
  background: #008F1F !important;
  color: #fff !important;
}
.z-box-1-4.active .z-link-1 {
  color: #fff;
}

.close-1 {
  color: #E90A0A;
  font-size: 20px;
  padding-right: 25px;
  display: inline-block;
  background: url("../images/arrow-2.svg") right 10px no-repeat;
  line-height: normal;
  font-weight: 600;
}

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

.kotwica-link {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 1px;
}

.z-content-box-4 .kotwica-link {
  top: -170px;
}

.z-content-box-1 figure {
  height: 100%;
}

.z-content-box-4 .z-button-box {
  position: relative;
  z-index: 3;
}

.z-btn-hamburger {
  display: none;
}

.z-content-box-4-1 .z-description a {
  text-decoration: underline;
}

.z-box-2.active .z-txt-1b {
  color: #008F1F !important;
}

.z-boxes-2 .z-row-box .z-col-box .z-box-2.active .z-txt-2b {
  background: #008F1F !important;
  border-color: #008F1F !important;
  color: #fff;
}

@media screen and (max-width: 1800px) {
  .header-box .container .main-menu ul li a {
    font-size: 17px;
  }
  .header-logo img {
    width: 200px;
  }
  .header-box {
    padding: 25px 0;
  }
  body {
    padding-top: 126px;
  }
  .z-content-box-2 .z-txt-2 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1500px) {
  .header-box .container .main-menu ul li {
    margin-left: 30px;
  }
  .header-box .container .h-buttons .h-button {
    margin-left: 20px;
  }
  .header-logo img {
    width: 160px;
  }
  body {
    padding-top: 112px;
  }
  .kotwica-link {
    top: -90px;
  }
  .z-content-box-4 .kotwica-link {
    top: -140px;
  }
  .z-content-box-5 .kotwica-link {
    top: -80px;
  }
}
@media screen and (max-width: 1420px) {
  .header-box .container .main-menu ul li a {
    font-size: 16px;
  }
  .z-content-box-1 .z-description {
    height: 450px;
  }
  .z-content-box-1 .z-description .z-txt-box {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .header-box .container .main-menu ul li a {
    font-size: 14px;
  }
  .header-box .container .h-buttons .h-button {
    margin-left: 10px;
  }
  .btn-1-small {
    font-size: 13px;
    padding: 0 15px;
  }
  .header-logo img {
    width: 120px;
  }
  body {
    padding-top: 95px;
  }
  .z-boxes-2 .z-row-box {
    margin: 0 -15px;
  }
  .z-boxes-2 .z-row-box .z-col-box {
    padding: 0 15px;
  }
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-2b {
    font-size: 18px;
  }
  .z-title h2 {
    font-size: 32px;
    line-height: 1.4;
  }
  .z-boxes-3 .z-cols {
    margin: 0 -10px;
  }
  .z-boxes-3 .z-cols .z-col {
    padding: 0 10px;
  }
  .z-boxes-3 .z-row-box .z-col-box .z-box-3 {
    padding: 25px 20px;
  }
  .z-boxes-3 .z-row-box .z-col-box .z-box-3 .z-txt {
    font-size: 17px;
    line-height: 1.4;
  }
  .z-boxes-3 .z-row-box {
    margin: 0 -30px;
  }
  .z-boxes-3 .z-row-box .z-col-box {
    padding: 0 30px;
  }
  .z-boxes-3 .z-row-box .z-col-box .z-box-3 .z-txt br {
    display: none;
  }
  .z-content-box-5 .description .name {
    font-size: 25px;
    line-height: 1.4;
  }
  .z-content-box-5 .description .name br {
    display: none;
  }
  .z-content-box-5 .description {
    padding-right: 30px;
  }
  .z-content-box-5 .description p br {
    display: none;
  }
  .footer-box .button-box a, .footer-box .txt {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) {
  .header-box .container .main-menu ul li a {
    max-width: 140px;
    text-align: center;
    display: block;
    font-size: 13px;
  }
  .z-content-box-1 .z-description {
    height: 350px;
  }
  .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: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .z-content-box-1 .z-description .z-txt-box {
    padding: 10px 0;
    margin-bottom: 25px;
  }
  .z-title h2 {
    font-size: 25px;
  }
  .z-content-box-2 .z-txt-1, .z-content-box-4 .z-txt-1 {
    font-size: 90px;
  }
  .z-content-box-2 .z-txt-2 {
    font-size: 34px;
  }
  .z-content-box-2 .z-txt-2 {
    margin-bottom: 70px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-1a br {
    display: none;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 {
    padding: 20px 10px;
  }
  .margin-bottom-1 {
    margin-bottom: 70px;
  }
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-1b {
    font-size: 40px;
  }
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-2b {
    font-size: 15px;
    line-height: 1.4;
  }
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-2b {
    padding: 10px 10px;
  }
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-2b {
    height: 120px;
  }
  .z-content-box-5 figure {
    width: 40%;
  }
  .z-content-box-5 figure img {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .header-logo img {
    width: 90px;
  }
  .header-box .container .main-menu ul li a {
    font-size: 11px;
  }
  .header-box .container .main-menu ul li {
    margin-left: 20px;
  }
  .btn-1-small {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  }
}
@media screen and (max-width: 992px) {
  .header-box .container .main-menu ul li {
    margin-left: 15px;
  }
  .header-box .container .main-menu ul li a {
    max-width: 118px;
  }
  .btn-1-small {
    padding: 0 10px;
  }
  .z-title h2 {
    font-size: 20px;
  }
  body {
    padding-top: 84px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-2a {
    font-size: 25px;
    height: 66px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-1a {
    font-size: 11px;
    height: 47px;
    line-height: 1.4;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-2a {
    margin: 14px 0;
  }
  .close-1 {
    font-size: 18px;
    background-position: right 8px;
  }
  .z-boxes-4 .z-box-4 .button-box-1 {
    padding-top: 20px;
  }
  .z-boxes-2 .z-row-box {
    margin: 0 -9px;
  }
  .z-boxes-2 .z-row-box .z-col-box {
    padding: 0 9px;
  }
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-2b {
    font-size: 14px;
  }
  .z-boxes-3 .z-cols {
    display: block;
  }
  .z-content-box-4-1 figure {
    width: 30%;
  }
  .z-content-box-4-1 figure img {
    max-width: 100%;
  }
  .z-content-box-4-1 .z-description, .z-content-box-5 .description {
    font-size: 18px;
    line-height: 1.4;
  }
  .z-menu-1 ul {
    font-size: 16px;
    line-height: 1.4;
  }
  .z-menu-1 ul li {
    margin-right: 30px;
  }
  .z-content-box-5 .description .name {
    font-size: 22px;
    line-height: 1.4;
  }
  .z-content-box-5 .description ul li:after {
    top: 8px;
  }
  .z-content-box-5-ver-1 .description ul li {
    margin-bottom: 30px;
  }
  .z-content-box-5-ver-1 .description ul:after {
    top: 8px;
  }
  .footer-box .button-box .col-box {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .main-menu {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-2b {
    height: 100px;
  }
  .z-box-1-1.active {
    height: auto !important;
    border-radius: 20px !important;
  }
  .z-boxes-4 .z-box-4 {
    padding: 20px 20px 10px 20px;
    border: none;
  }
  .z-boxes-4 .z-box-4 .button-box-1 {
    padding: 0;
  }
  .close-1 {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/close.svg") center no-repeat !important;
    background-size: 30px auto !important;
    padding: 0;
    margin: 10px;
    text-indent: -99999999999px;
    color: #000;
    width: 30px;
    height: 30px;
  }
  .z-boxes-4 .z-box-4 .button-box-1 {
    margin: 0;
  }
  .z-boxes-4 .z-box-4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #fff;
    margin: 0;
    overflow: auto;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-1a {
    min-height: 1px;
  }
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 85px);
    z-index: 10;
    background: #fff;
    position: fixed;
    padding: 20px 0;
    overflow: auto;
    top: 85px;
    background: #F0F0F0;
    display: none;
  }
  .main-menu ul {
    display: block;
  }
  .header-box .container .main-menu ul {
    display: block;
  }
  .header-box .container .main-menu ul li {
    margin: 10px 0;
    text-align: center;
  }
  .header-box .container .main-menu ul li a {
    width: auto;
    display: inline-block;
    max-width: none;
    padding: 5px 10px;
    font-size: 16px;
  }
  .header-logo img {
    width: 120px;
  }
  .h-buttons .h-button:first-child {
    display: none;
  }
  .header-box .container .h-buttons .h-button {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .container {
    padding: 0 20px;
  }
  .header-box {
    padding: 20px 0;
  }
  .slider-text {
    top: 0;
  }
  .z-btn-hamburger {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    right: 25px;
    background: url("../images/hamburger.svg") center no-repeat;
    background-size: 100% auto;
  }
  .z-content-box-1 figure {
    display: none;
  }
  .z-content-box-1 {
    background: url("../images/01-1.png") center no-repeat;
    background-size: cover;
  }
  .z-content-box-1 .z-description {
    height: 600px;
    justify-content: flex-end;
    padding: 25px 0;
  }
  .btn-1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .z-content-box-1 .z-description .z-txt-box .z-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .z-content-box-1 .z-description .z-txt-box {
    margin-bottom: 0;
    padding: 0;
  }
  .z-content-box-1 .z-description .z-txt-box h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .z-content-box-1 .z-description .z-txt-box {
    text-shadow: 0 0 10px rgb(0, 0, 0);
  }
  .z-content-box-1:after {
    height: 5px;
  }
  .z-content-box-2 {
    padding-top: 30px;
  }
  .z-title h2 {
    font-size: 18px;
  }
  .z-content-box-2 .z-txt-1, .z-content-box-4 .z-txt-1 {
    font-size: 40px;
  }
  .z-title {
    margin-bottom: 15px;
  }
  .z-content-box-2 .z-txt-2 {
    background-image: url("../images/line-2.png");
  }
  .z-content-box-2 .z-txt-2 {
    font-size: 30px;
  }
  .z-content-box-2 .z-txt-2 {
    margin-bottom: 30px;
  }
  .z-boxes-1 .z-row-box {
    display: block;
  }
  .z-boxes-1 .z-row-box .z-col-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .z-boxes-1 .z-row-box .z-col-box:last-child {
    margin-bottom: 0;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-2a {
    font-size: 35px;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-1a {
    height: auto;
    font-size: 14px;
  }
  .margin-bottom-1 {
    margin-bottom: 40px;
  }
  .z-boxes-2 .z-row-box {
    display: block;
  }
  .z-boxes-2 .z-row-box .z-col-box {
    width: 100%;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 .z-txt-2a {
    height: auto;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 {
    height: auto;
  }
  .z-boxes-1 .z-row-box .z-col-box .z-box-1 {
    padding: 20px;
  }
  .z-boxes-2 .z-row-box .z-col-box {
    margin-bottom: 30px;
  }
  .z-boxes-2 .z-row-box .z-col-box:last-child {
    margin-bottom: 0;
  }
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-1b {
    font-size: 30px;
  }
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-2b {
    margin-top: -3px;
  }
  .z-boxes-2 .z-row-box .z-col-box .z-box-2 .z-txt-2b {
    padding: 30px 20px;
  }
  .z-boxes-2 {
    margin-bottom: 40px;
  }
  .z-content-box-2 {
    margin-bottom: 40px;
  }
  .z-boxes-3 .z-row-box {
    margin: 0 -14px;
    display: block;
  }
  .z-boxes-3 .z-row-box .z-col-box {
    padding: 0 14px;
    width: 100%;
  }
  .z-boxes-3 .z-row-box .z-col-box .z-box-3 .z-txt {
    font-size: 14px;
  }
  .z-boxes-3 .z-cols {
    display: flex;
  }
  .z-boxes-3 .z-cols .z-col {
    margin-top: 0;
  }
  .z-boxes-3 .z-row-box .z-col-box .z-box-3 {
    border-radius: 20px;
  }
  .z-boxes-3 .z-row-box .z-col-box {
    margin-bottom: 20px;
  }
  .z-boxes-3 .z-row-box .z-col-box:last-child {
    margin-bottom: 0;
  }
  .z-boxes-3 {
    margin-bottom: 40px;
  }
  .z-content-box-3 .z-txt-2 {
    font-size: 16px;
    line-height: 1.4;
  }
  .z-content-box-3 .z-button-box {
    padding: 30px 0;
  }
  .z-content-box-3 {
    margin-bottom: 40px;
  }
  .z-content-box-2 .z-txt-1, .z-content-box-4 .z-txt-1 {
    padding-top: 10px;
  }
  .z-content-box-4 .z-txt-1:after {
    display: none;
  }
  .z-content-box-2 .z-txt-1, .z-content-box-4 .z-txt-1 {
    border: none;
  }
  .z-content-box-4 .z-txt-1 {
    margin-bottom: 30px;
  }
  .z-content-box-4-1 {
    flex-wrap: wrap;
  }
  .z-content-box-4-1 figure {
    order: 2;
    width: 100%;
  }
  .z-content-box-4-1 .z-description {
    z-index: 1;
    width: 100%;
  }
  .z-content-box-4-1 .z-description, .z-content-box-5 .description {
    font-size: 16px;
  }
  .z-li-1 ul li {
    background-size: 12px auto;
  }
  .z-content-box-3 {
    margin-bottom: 35px;
  }
  .z-content-box-4-1 figure {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 0;
    text-align: center;
  }
  .z-content-box-4-1 {
    margin-bottom: 30px;
  }
  .z-content-box-4 .z-button-box {
    padding-bottom: 40px;
  }
  .z-content-box-5 {
    padding-top: 0;
    background: none;
  }
  .z-content-box-5 .z-txt-1 {
    border: none;
  }
  .z-content-box-5 .z-txt-1:after {
    display: none;
  }
  .z-content-box-4:after {
    display: none;
  }
  .z-content-box-5 .z-txt-1 {
    margin-bottom: 10px;
  }
  .z-menu-1 {
    margin-left: -20px;
    margin-right: -20px;
    background: #F0F0F0;
    padding: 20px 0;
  }
  .z-menu-1 ul {
    display: block;
    text-align: center;
  }
  .z-menu-1 ul li {
    margin: 10px 0 10px 0;
  }
  .z-menu-1 ul li a {
    display: inline-block;
  }
  .z-content-box-5 .description .name {
    text-align: center;
    font-size: 18px;
  }
  .z-flex-box {
    display: block;
  }
  .z-content-box-5 .description {
    width: 100%;
    padding: 0;
  }
  .z-menu-1 {
    margin-bottom: 30px;
  }
  .z-content-box-5 figure {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .z-cont-boxes {
    margin-bottom: 30px;
  }
  .z-content-box-5-ver-1 {
    margin-top: 40px;
  }
  .z-content-box-5-ver-1 .z-flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  .z-content-box-5-ver-1 .z-flex-box figure {
    width: 100%;
    order: 1;
    padding-left: 30px;
    margin: 0 0 30px 0;
  }
  .z-content-box-5-ver-1 .z-flex-box .description {
    width: 100%;
    order: 2;
  }
  .z-content-box-4-1 figure img, .z-content-box-5 figure img {
    width: 220px;
  }
  .z-content-box-5-ver-1 .description ul li {
    padding-left: 40px;
  }
  .z-content-box-5 .description ul li:after {
    top: 3px;
  }
  .z-content-box-5-ver-1 {
    margin-bottom: 40px;
  }
  .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;
  }
  .btn-pdf {
    padding-top: 10px;
    padding-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 {
    background-position: center -100px;
  }
  .kotwica-link {
    top: -80px;
  }
  .z-content-box-4 .kotwica-link {
    top: -110px;
  }
  .z-content-box-5 .kotwica-link {
    top: -120px;
  }
}
@media screen and (max-width: 500px) {
  .z-content-box-1 .z-description {
    height: 400px;
  }
  .z-content-box-1 {
    background-position: center center;
  }
  .z-content-box-1 .z-description .z-txt-box h1 br {
    display: none;
  }
}
/* *** WCAG *** */
body.body-wcag .z-content-box-1 .z-description .z-txt-box {
  background: #AE0000;
}
body.body-wcag .z-content-box-1 .z-description .z-txt-box:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 1000px;
  height: 100%;
  background: #AE0000;
}
body.body-wcag .z-content-box-1 .z-description .z-txt-box {
  text-shadow: none;
}
body.body-wcag .z-content-box-2 .z-txt-2 {
  background: none;
}
body.body-wcag .z-boxes-1 .z-row-box .z-col-box .z-box-1-2 {
  color: #AE0000;
  border-color: #AE0000;
}
body.body-wcag .z-boxes-4 .z-box-4-2 ul li:after {
  background: #AE0000;
}
body.body-wcag .z-box-1-2.active {
  background: #AE0000 !important;
}
body.body-wcag .z-boxes-4 .z-box-4-2 {
  border-color: #AE0000;
}
body.body-wcag .z-boxes-4 .z-box-4-2 h3 {
  color: #AE0000;
}
body.body-wcag .z-boxes-4 .z-box-4-2 .close-1 {
  color: #AE0000;
  background-image: url(../images/arrow-3-1.svg);
}
body.body-wcag .z-content-box-4 .z-txt-1 {
  border-color: #fff;
}
body.body-wcag .z-content-box-4 .z-txt-1:after {
  display: none;
}
body.body-wcag .z-content-box-5 .z-txt-1:after {
  display: none;
}
body.body-wcag .z-content-box-5 .z-txt-1 {
  border-color: transparent;
}
body.body-wcag .z-content-box-5-ver-1 .description ul:after {
  display: none;
}
body.body-wcag .btn-pdf {
  background: url(../images/pdf-1.svg) left center no-repeat;
  background-size: auto 40px;
}
body.body-wcag .z-content-box-1 .z-description .z-txt-box {
  margin-bottom: 45px;
}
body.body-wcag .z-content-box-1 .z-description {
  padding-top: 45px;
}

@media screen and (max-width: 1420px) {
  body.body-wcag .z-content-box-1 .z-description {
    padding-top: 0;
  }
  body.body-wcag .z-content-box-1 .z-description .z-txt-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  body.body-wcag .z-content-box-1 .z-description .z-txt-box {
    padding-right: 20px;
  }
  body.body-wcag .z-content-box-1 .z-description .z-txt-box {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 768px) {
  body.body-wcag .z-content-box-1 .z-description .z-txt-box {
    margin-bottom: 25px;
  }
  body.body-wcag .z-content-box-1 .z-description .z-txt-box .z-txt {
    margin-bottom: 0;
  }
  body.body-wcag .z-content-box-1 .z-description .z-txt-box {
    padding: 15px 20px 20px 0;
    width: calc(100% + 30px);
    padding-right: 50px;
  }
  body.body-wcag .btn-pdf {
    background: none;
  }
  body.body-wcag .footer-box .button-box a {
    padding-left: 0;
  }
  body.body-wcag .footer-box {
    background-color: #fff;
  }
}/*# sourceMappingURL=main.bundle.css.map */