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: 1480px;
  padding: 0 20px;
}

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

.border {
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0, #e90a0a),
      color-stop(27%, #e90a0a),
      color-stop(27%, #26221e),
      color-stop(32%, #26221e),
      color-stop(32%, #ff8600),
      color-stop(57%, #ff8600),
      color-stop(57%, #ae0000),
      color-stop(73%, #ae0000),
      color-stop(73%, #0065b1),
      color-stop(77%, #0065b1),
      color-stop(77%, #008520),
      to(#008520));
  background: linear-gradient(90deg,
      #e90a0a 0,
      #e90a0a 27%,
      #26221e 0,
      #26221e 32%,
      #ff8600 0,
      #ff8600 57%,
      #ae0000 0,
      #ae0000 73%,
      #0065b1 0,
      #0065b1 77%,
      #008520 0,
      #008520);
  display: block;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .border {
    height: 7px;
  }
}

.header-bg-color {
  background-color: #f6f6f6;
}

.header-box {
  margin: 0 auto;
  top: 0;
  z-index: 3;
  left: 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
  padding: 70px 0;
}

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

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

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

.my-controls {
  display: none;
}

.promo-sticky {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 10;
}

.promo-sticky img {
  display: block;
  height: auto;
  max-width: 180px;
}

@media screen and (max-width: 1366px) {
  .promo-sticky {
    top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .promo-sticky {
    top: 30px;
  }

  .promo-sticky img {
    max-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .promo-sticky {
    top: 30px;
    transform: scale(0.9);
    transform-origin: top right;
  }

  .promo-sticky img {
    max-width: 150px;
  }
}



/* *** *** */
.x-content-box-1 {
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.header-image {
  width: auto;
  height: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  top: 0;
  margin-left: -960px;
}

@media screen and (max-width: 1800px) {
  .header-image {
    overflow: hidden;
  }
}

.x-content-box-1 .description {
  position: relative;
  z-index: 2;
  height: 695px;
  width: 850px;
  display: flex;
  padding-top: 192px;
  align-items: flex-start;
  flex-direction: column;
}

.x-content-box-1 .description .txt-box {
  position: relative;
  /* background: #005aa7; */
  padding: 35px 0 40px 0;
  /* padding-right: 30px; */
  width: 100%;
  /* border-radius: 0 200px 200px 0; */
  margin-bottom: 45px;
  color: #000000;
  font-weight: 500;
}

/* .x-content-box-1 .description .txt-box:after {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 1000px;
  content: "";
  background: #005aa7;
  display: block;
} */

.x-content-box-1 .description .txt-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  width: 100%;
  font-size: 46px;
  color: #000000;
}

.x-content-box-1 .description .txt-box .txt {
  font-size: 34px;
  font-weight: 600;
}

.x-content-box-1 .description .txt-box .txt span {
  color: #E90A0A;
}

/* .x-content-box-1 .sign-1 {
  height: 67px;
  background: url("../images/line.png") center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: 100% 100%;
  z-index: 2;
} */

.x-content-box-1 .button-box-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 3;
  justify-content: center;
}

.x-content-box-1 .button-box-1 a {
  display: block;
  width: 70px;
  height: 70px;
  background: url("../images/02.png") center no-repeat;
}

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

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

.x-content-box-2 {
  padding: 50px 0;
}

.x-content-box-2 .button-box {
  display: flex;
  justify-content: center;
}

.x-title {
  text-align: center;
  margin-bottom: 70px;
}

.x-title h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 0;
}

.x-title-white h2 {
  color: #fff;
}

.x-title .x-title-txt {
  margin-top: 10px;
  font-size: 37px;
}

.x-title .x-title-txt span {
  font-weight: 600;
  color: #0064b0;
}

.x-content-box-2-1 {
  display: flex;
}

.x-content-box-2-1 figure {
  width: 45%;
  text-align: center;
}

.x-content-box-2-1 .description ul {
  padding: 36px 0 38px 0;
  margin: 0;
  list-style: none;
  margin-bottom: 38px;
  position: relative;
}

.x-content-box-2-1 .description ul:after {
  position: absolute;
  top: 0;
  left: 27.5px;
  width: 2px;
  height: 100%;
  background: #0065b1;
  content: "";
}

.x-content-box-2-1 .description ul li {
  padding-left: 102px;
  position: relative;
  z-index: 2;
  min-height: 55px;
  margin-bottom: 35px;
  padding-top: 2px;
  display: flex;
  background: url("../images/04.png") left center no-repeat;
}

.x-content-box-2-1 .description ul li span {
  font-weight: 600;
}

.x-content-box-2-1 .description ul li:last-child {
  margin-bottom: 0;
}

.x-content-box-2-2 {
  padding: 25px 15px 25px 15px;
  text-align: center;
  font-size: 30px;
  border: #0064b0 3px solid;
  border-radius: 15px;
  width: 1190px;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 1366px) {
  .x-content-box-2-2 {
    width: 900px;
    font-size: 25px;
  }
}

@media screen and (max-width: 992px) {
  .x-content-box-2-2 {
    width: 650px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .x-content-box-2-2 {
    width: 100%;
    font-size: 20px;
  }
}

.x-content-box-2-2-second {
  border: none;
  padding: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}

.x-content-box-2-2 span {
  font-weight: 600;
}

.x-content-box-2-3 {
  text-align: center;
}

.font-30 {
  font-size: 25px;
}

.x-content-box-3 {
  position: relative;
  /* background: #f2f7fb url("../images/line-1.png") center top no-repeat;
  background-size: 100% 67px; */
  padding: 100px 0 100px 0;
  /* position: relative;
  z-index: 1; */
}

.x-content-box-3 .button-box {
  /* position: absolute; */
  /* bottom: -27.5px; */
  /* left: 0; */
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
}

@media screen and (max-width: 768px) {
  .x-content-box-3 .button-box {
    padding-top: 15px;
  justify-content: center;
}
}

.x-content-box-3-1 {
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
}

.x-content-box-3-1 .description {
  width: 650px;
  padding-right: 30px;
}


.x-content-box-3-1 .description h3 {
  font-size: 30px;
}

.x-content-box-3-1 .description ul {
  padding-bottom: 30px;
}

.x-content-box-3-1 .description ul li {
  margin-top: 50px;
  position: relative;
  padding-left: 36px;
  /* zostaw lub minimalnie dopasuj */
}

.x-content-box-3-1 .description ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 16px;
  height: 16px;
  background-color: #0065B1;
}

@media screen and (max-width: 768px) {
  .x-content-box-3-1 .description ul li:before {
    width: 12px;
    height: 12px;
  }
}

.x-content-box-3-1 figure {
  flex-shrink: 0;
  width: 40%;
  text-align: center;
}

.x-reminder {
  background: #f6f6f6;
  padding: 72px 0;
}

.x-reminder__title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 26px 0;
  color: #000;
}

.x-reminder__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px auto;
  border-radius: 999px;
  background: url(../images/clock.png) center / contain no-repeat;
}

.x-reminder__text {
  text-align: center;
  font-size: 25px;
  line-height: 1.35;
  margin: 0 auto 26px auto;
  max-width: 760px;
  color: #000;
}

.x-reminder__cta {
  display: flex;
  justify-content: center;
}

.x-reminder__btn {
  display: inline-block;
  background: #ae0000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.x-reminder__btn:hover {
  background: #900000;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .x-reminder {
    padding: 56px 0;
  }

  .x-reminder__title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .x-reminder__text {
    font-size: 18px;
    max-width: 560px;
  }

  .x-reminder__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 576px) {
  .x-reminder {
    padding: 46px 0;
  }

  .x-reminder__text {
    font-size: 16px;
    padding: 0 10px;
  }

  .x-reminder__btn {
    font-size: 16px;
    padding: 13px 26px;
  }
}

.x-partner {
  background: #005DA9;
  padding: 26px 0;
}

.x-partner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.x-partner__text {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.x-partner__logo {
  display: block;
  height: 34px;
  width: auto;
}

/* RWD */
@media screen and (max-width: 768px) {
  .x-partner {
    padding: 22px 0;
  }

  .x-partner__text {
    font-size: 18px;
  }

  .x-partner__logo {
    height: 28px;
  }
}

@media screen and (max-width: 480px) {
  .x-partner__inner {
    flex-direction: column;
    gap: 10px;
  }

  .x-partner__text {
    font-size: 16px;
  }
}


.x-content-box-4 {
  position: relative;
  padding: 100px 0 75px 0;
  background-color: #0065B1;
}

.x-content-box-4 .button-box {
  display: flex;
  padding-top: 75px;
  justify-content: center;
}

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

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

.x-boxes-1 .row-box .col-box .x-box-1 {

  padding: 27px 30px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}

.x-boxes-1 .row-box .col-box .x-box-1 figure {
  /* height: 104px; */
}

.x-boxes-1 .row-box .col-box .x-box-1 span {
  color: #ffffff;
  font-weight: 600;
}

.x-box-center-border {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .x-box-center-border {
    border-left: none;
    border-right: none;
  }
}

.footer-content {
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  font-size: 17px;
}

.footer-box .txt {
  padding: 35px 0;
}

.footer-box .button-box {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}

.footer-box .button-box .col-box {
  padding: 0 15px;
  display: flex;
  width: 25%;
  flex-direction: column;
}

.footer-box .button-box a {
  margin-top: 18px;
}

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

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

body {
  line-height: normal;
}

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

.btn-1,
.btn-2 {
  transition: background-color 0.25s ease;
}

.x-box-1 {
  height: 100%;
}

.btn-1:hover,
.btn-2:hover {
  background: #e90a0a;
}

.x-content-box-2-3 img {
  max-width: 100%;
}

@media screen and (max-width: 1420px) {
  .font-30 {
    font-size: 29px;
  }
}

@media screen and (max-width: 1366px) {
  .x-content-box-1 .description {
    padding-top: 142px;
  }

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

  .x-content-box-1 .description .txt-box .txt {
    font-size: 26px;
  }

  .x-content-box-1 .description {
    height: 565px;
  }

  .x-content-box-1 .description {
    width: 500px;
  }

  .x-font-27 {
    font-size: 20px;
  }

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

  .header-box {
    padding: 35px 0;
  }

  .x-boxes-3 {
    margin: 0 -20px;
  }

  .x-boxes-3 .row-box .col-box .x-box-3 .description,
  .x-boxes-3 .row-box .col-box .x-box-3 .name {
    padding-left: 30px;
    padding-right: 30px;
  }

  .x-boxes-3 .row-box .col-box .x-box-3 .description ul {
    font-size: 17px;
  }

  .x-boxes-3 .row-box .col-box {
    padding: 0 20px;
  }

  .header-image {
    width: 1700px;
    margin-left: -1000px;
  }

  .header-image img {
    width: 100%;
  }

  .x-title .x-title-txt {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .btn-1 {
    border-radius: 37px;
    color: #fff;
    display: inline-block;
    height: 48px;
    font-size: 22px;
    line-height: 47px;
    padding: 0 30px;
    text-align: center;
  }

  .x-content-box-4 .button-box {
    bottom: -24px;
  }

  .x-content-box-2-1 .description ul li {
    align-items: center;
    padding-top: 0;
  }

  .x-content-box-4 {
    padding-top: 80px;
  }

  .font-30,
  .x-content-box-3-1 .description h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 992px) {
  .x-content-box-1 .description .txt-box .txt {
    font-size: 24px;
  }

  .x-content-box-1 .description .txt-box h1 {
    font-size: 36px;
  }

  .x-title h2 {
    font-size: 30px;
  }

  .x-content-box-2 {
    padding-bottom: 20px;
  }

  .x-boxes-2 .row-box .col-box .x-box-2 figure,
  .x-boxes-2 .row-box .col-box .x-box-2 figure img {
    height: 60px;
  }

  .x-boxes-2 .row-box .col-box .x-box-2 br,
  .x-boxes-1 .row-box .col-box .x-box-1 br {
    display: none;
  }

  .x-font-27 {
    font-size: 16px;
  }

  .title h2 {
    font-size: 30px;
  }

  .x-boxes-3 .row-box .col-box {
    width: 100%;
  }

  .x-boxes-3 .row-box {
    flex-wrap: wrap;
  }

  .x-boxes-3 .row-box .col-box {
    margin-bottom: 20px;
  }

  .x-boxes-3 .row-box .col-box:last-child {
    margin-bottom: 0;
  }

  .header-image {
    width: 1500px;
    margin-left: -830px;
  }

  .x-content-box-1 .description .txt-box {
    margin-bottom: 35px;
  }

  .font-30,
  .x-content-box-3-1 .description h3 {
    font-size: 20px;
  }

  .x-content-box-2-1 figure {
    padding-right: 40px;
  }

  .x-content-box-2-1 figure img {
    max-width: 100%;
  }

  .x-title .x-title-txt {
    font-size: 25px;
  }

  .x-content-box-3-1 .description ul li:after {
    display: none;
  }

  .header-logo img {
    width: 200px;
  }

  .x-content-box-1 .description {
    padding-top: 115px;
  }

  .x-content-box-1 .description {
    height: 500px;
    width: 400px;
  }

  .x-boxes-1 .row-box {
    margin: 0 -15px;
  }

  .x-boxes-1 .row-box .col-box {
    padding: 0 15px;
  }

  .x-boxes-1 .row-box .col-box .x-box-1 {
    font-size: 20px;
  }

  .footer-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .x-content-box-1 .header-image img {
    display: none;
  }

  body .x-content-box-1 {
    background: #f6f6f6;
  }

  .x-boxes-2:after {
    display: none;
  }

  .x-boxes-2 .row-box {
    display: block;
  }

  .x-boxes-2 .row-box .col-box {
    width: 100%;
  }

  .x-boxes-2 .row-box .col-box .x-box-2 .number {
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }

  .x-boxes-2 .row-box .col-box {
    margin-bottom: 35px;
  }

  .x-boxes-2 .row-box .col-box:last-child {
    margin-bottom: 0;
  }

  .x-content-box-3 .txt-1 {
    padding: 35px 0 40px 0;
  }

  .x-boxes-2 .row-box .col-box .x-box-2 figure {
    margin-bottom: 15px;
  }

  .x-boxes-1 .row-box .col-box {
    margin-bottom: 35px;
  }

  .x-boxes-1 .row-box .col-box:last-child {
    margin-bottom: 0;
  }

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

  .banner-image-rwd img {
    display: block;
    width: 100%;
    margin-top: 50px;
  }

  .x-content-box-1 .description {
    height: auto;
    padding: 0;
  }

  .x-content-box-1 {
    background: none;
  }

  .x-content-box-1 .description .txt-box {
    width: 100%;
  }

  .x-title {
    margin-bottom: 40px;
  }

  .x-title h2 {
    font-size: 22px;
  }

  .x-boxes-1 .row-box .col-box {
    width: 100%;
  }

  .x-content-box-1 .description .txt-box:after {
    display: none;
  }

  .x-content-box-1 .description {
    background: #f6f6f6;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }

  .x-content-box-1 .description .btn-1 {
    background: #930000;
    color: #fff;
  }

  .x-content-box-1 .description .txt-box .txt br {
    /* display: none; */
  }

  .header-box .header-logo img {
    height: 40px;
    width: auto;
  }

  .x-padding-1 {
    padding: 40px 0 45px 0;
  }

  .x-content-box-1 .sign-1 {
    display: none;
  }

  .x-content-box-1 .button-box-1 {
    display: none;
  }

  .header-box {
    padding: 20px 0;
    margin-top: 10px;
    background: #f6f6f6;
  }

  .btn-1,
  .btn-2 {
    line-height: 48px;
    font-size: 18px;
  }

  .x-content-box-1 .description {
    width: calc(100% + 40px);
  }

  .x-content-box-1 .description .txt-box {
    padding: 0;
  }

  .x-content-box-1 .description .txt-box h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .x-content-box-1 .description .txt-box .txt {
    font-size: 16px;
  }

  .x-content-box-1 .description .txt-box {
    margin-bottom: 25px;
  }

  .x-content-box-2-1 {
    background: none;
  }

  .x-content-box-1 .description {
    padding-bottom: 35px;
  }

  .x-content-box-2-1 {
    padding: 50px 0;
  }

  .x-content-box-2-1 .x-content-box-2-2 {
    border-radius: 20px;
  }

  .x-content-box-2-1 .x-content-box-2-2 {
    padding: 30px;
  }

  .footer-content .button-box .col-box {
    width: 100%;
    padding: 0;
  }

  .footer-box .btn-pdf {
    padding-left: 0;
  }

  .footer-box .col-box a {
    background-size: auto 35px;
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-box .txt {
    font-size: 16px;
  }

  .x-content-box-5 .x-content-box-5-1 {
    border-radius: 20px 20px 0 0;
  }

  .x-content-box-4 {
    padding-bottom: 50px;
  }

  .x-content-box-5 .x-content-box-5-1 {
    padding-top: 30px;
  }

  .x-boxes-3 .row-box .col-box .x-box-3 .name {
    font-size: 20px;
  }

  .x-boxes-3 .row-box .col-box .x-box-3 .name {
    padding: 20px;
  }

  .x-boxes-3 .row-box .col-box .x-box-3 .description {
    padding: 20px;
  }

  .x-boxes-3 .row-box .col-box .x-box-3 .description ul {
    font-size: 16px;
  }

  .x-boxes-3 .row-box .col-box .x-box-3 .description ul li:after {
    top: 8px;
  }

  .footer-box .button-box {
    flex-wrap: wrap;
    margin: 0;
  }

  .x-content-box-2 {
    padding: 40px 0;
  }

  .x-content-box-2-1 {
    padding: 0;
    display: block;
  }

  .x-content-box-2-1 figure {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .x-content-box-2-1 figure img {
    width: 200px;
  }

  .x-content-box-2-1 .description ul {
    padding: 0;
  }

  .x-content-box-2-1 .description {
    padding-top: 30px;
  }

  .x-content-box-2-1 .description ul li {
    padding-left: 70px;
  }

  .x-content-box-2-1 .description ul li br {
    display: none;
  }

  /* .x-content-box-2-2 {
    padding-top: 45px;
  } */

  .x-content-box-2 .button-box {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

  .font-30,
  .x-content-box-3-1 .description h3 {
    font-size: 16px;
  }

  .x-content-box-2-1 .description ul li {
    margin-bottom: 20px;
  }

  .x-content-box-3 {
    padding: 40px 0;
    background-image: none;
  }

  .x-title .x-title-txt {
    font-size: 16px;
  }

  .x-content-box-3-1 {
    display: block;
  }

  .x-content-box-3-1 .description ul li {
    margin-top: 20px;
    /* text-align: center; */
  }

  .x-content-box-3-1 .description {
    width: 100%;
    padding-right: 0;
  }

  .x-content-box-3-1 .description h3 {
    text-align: center;
  }

  .x-content-box-3-1 figure {
    padding-top: 35px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
  }

  .x-content-box-3-1 figure img {
    width: 150px;
  }

  .x-content-box-2-1 .description ul {
    margin-bottom: 30px;
  }

  .x-boxes-1 .row-box {
    display: block;
  }

  .x-boxes-1 .row-box .col-box .x-box-1 {
    font-size: 16px;
  }

  .x-boxes-1 .row-box .col-box .x-box-1 figure {
    height: 70px;
    margin-bottom: 10px;
  }

  .x-boxes-1 .row-box .col-box .x-box-1 figure img {
    max-height: 100%;
  }

  .x-boxes-1 .row-box .col-box {
    margin-bottom: 20px;
  }

  .x-content-box-4 {
    padding-top: 60px;
  }

  .x-content-box-4 .button-box {
    padding-top: 50px;
  }
}

/*# sourceMappingURL=main.bundle.css.map */