* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
header,
footer,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

:root {
  --bluemain-color: #3e2b2b;
  --bluesecondary-color: #930303;
  --bluethird-color: #b7da13;
}

.blue {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin: 0;
  background: var(--bluemain-color);
}

.blue h1,
.blue h2,
.blue h3 {
  color: var(--bluethird-color);
}

.blue h1 {
  text-align: center;
  margin-top: 30px;
  font-size: 44px;
  line-height: 64px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 30px;
}

.blue h2,
.blue h3 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}

.blue h2 {
  font-size: 36px;
  line-height: 34px;
  text-align: center;
}

.blue h3 {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.blue main {
  padding-left: 14px;
  padding-right: 14px;
}

.blue .container {
  max-width: 1170px;
  margin: 0 auto;
}



/*header*/


.blue header>div {
  padding: 25px 50px 25px 50px;
  background: var(--bluesecondary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.blue_logo,
.blue_nav,
.blue_btn {
  flex-basis: 33%;
}

.blue_logo {
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}

.blue_nav__close {
  font-weight: 500;
  line-height: 65px;
  font-size: 65px;
  cursor: pointer;
  position: absolute;
  transform: rotate(45deg);
  display: none;
  left: 20px;
  top: 10px;
}

.blue_nav__open {
  position: absolute;
  width: 30px;
  cursor: pointer;
  display: none;
}

.blue_nav__open span {
  display: block;
  height: 3px;
  background: #fff;
}

.blue_nav__open span+span {
  margin-top: 3px;
}

.blue header ul {
  display: flex;
  justify-content: flex-start;
}

.blue header li+li {
  margin-left: 27px;
}

.blue header li a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.blue header li a:hover {
  color: var(--bluemain-color);
}

.blue_btn {
  display: flex;
  justify-content: flex-end;
}

.blue_btn button {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 13px 20px 13px 20px;
  background: none;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
}

.blue_btn button+button {
  margin-left: 20px;
  background: var(--bluethird-color);
  border: 2px solid var(--bluethird-color);
}

.blue_btn button+button:hover {
  background: var(--bluemain-color);
  border: 2px solid var(--bluemain-color);
}


/*main blue_top*/


.bg_white {
  background: #710e78;
  margin-left: -14px;
  margin-right: -14px;
}

.blue_top {
  padding-top: 29px;
}

.blue_top__img {
  width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.blue_top__img img {
  width: 100%;
}

.blue_top__img img+img {
  display: none;
}

.blue_top__text {
  padding-top: 31px;
  padding-bottom: 47px;
}

.blue_top__text a {
  font-size: 18px;
  line-height: 40px;
  display: block;
  color: #fff;
}

.blue_top__text a:hover {
  color: var(--bluethird-color);
}


/*main blue_center*/



.blue_center p {
  margin-bottom: 30px;
  text-indent: 20px;
  margin-top: 30px;
}

.blue_center a {
  color: var(--bluethird-color);
  text-decoration: underline;
}

.blue_center a:hover {
  color: var(--bluesecondary-color);
}

.blue_center ul {
  margin-bottom: 30px;
}

.blue_center ul li {
  list-style: inherit;
}

.blue_center ul,
.blue_center ol {
  line-height: 34px;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blue_center__img {
  width: 800px;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blue_center__img img {
  width: 100%;
}

.blue_center__img img+img {
  display: none;
}


/*main blue_bottom*/


.blue_bottom {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 0 105px 0;
}

.blue_bottom p {
  font-weight: 500;
  line-height: 22px;
}

.blue_bottom p:first-child {
  flex-basis: 33%;
}

.blue_bottom p:nth-child(2),
.blue_bottom p:nth-child(3) {
  flex-basis: 13%;
}

.blue_bottom p:last-child {
  flex-basis: 33%;
  text-align: right;
}

.blue_bottom__wr {
  border-bottom: 1px solid #FFFFFF;
}

.blue_bottom__wr+.blue_bottom__wr {
  margin-top: 50px;
}

.blue_bottom__in {
  border-top: 1px solid #FFFFFF;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blue_underfooter {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.blue_underfooter div {
  flex-basis: 33%;
}

.blue_underfooter p {
  font-family: 'Inter';
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: var(--bluethird-color);
}

.blue_underfooter p+p {
  font-family: 'Inter';
  line-height: 27px;
  font-weight: 400;
  font-size: 18px;
  color: #9CA3AF;
}


/*footer*/

.blue footer p {
  padding: 36px 0 36px 0;
  line-height: 28px;
  text-align: center;
}

.blue-up {
  position: fixed;
  background-color: var(--bluethird-color);
  right: 20px;
  bottom: 20px;
  border-radius: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.blue-up:hover {
  background-color: var(--bluesecondary-color);
}

.blue-up::before {
  content: "\2191";
  font-size: 40px;
  line-height: 43px;
  font-weight: 400;
}

.blue-up_hide {
  display: none;
}



@media screen and (max-width: 1199px) {
  .blue header>div {
    padding: 25px 14px 25px 14px;
  }
}

@media screen and (max-width: 1099px) {

  .blue_logo,
  .blue_nav,
  .blue_btn {
    flex-basis: content;
  }
}

@media screen and (max-width: 959px) {
  .blue header>div {
    padding: 30px 0 0 0;
    background: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .blue_nav__close {
    display: block;
  }

  .blue_nav__open {
    display: block;
    left: 30px;
    top: 30px;
  }

  .blue_logo {
    margin-bottom: 30px;
  }

  .blue_nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;
  }

  .blue_nav__show {
    display: block;
    background: rgb(0 0 0 / 58%);
  }

  .blue_nav ul {
    background: #000;
    width: 315px;
    height: 100%;
    padding: 178px 0 0 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .blue header li+li {
    margin-top: 50px;
    margin-left: 0;
  }

  .blue header li a:hover {
    color: var(--bluethird-color);
  }

  .blue_btn button {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 0 13px 0;
    letter-spacing: 0.2px;
    width: 250px;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
  }

  .blue_btn button+button {
    margin-left: 0;
    margin-top: 20px;
    border: 1px solid var(--bluethird-color);
  }

  .blue_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .blue_btn button:hover {
    background: var(--bluesecondary-color);
  }

  .blue_btn button+button:hover {
    background: var(--bluesecondary-color);
    border: 1px solid #fff;
  }

  .bg_white {
    background: none;
    margin: 0;
  }

  .blue_top {
    padding: 30px 0;
  }

  .blue h1 {
    color: var(--bluethird-color);
    padding-bottom: 0;
    font-weight: 600;
  }

  .blue_top__text {
    padding-top: 0;
  }

  .blue_bottom p {
    line-height: 20px;
    font-size: 16px;
  }

}

@media screen and (max-width: 830px) {
  .blue_top__img {
    width: 100%;
    border-radius: 30px;
  }

  .blue_top__img img+img {
    display: block;
  }

  .blue_top {
    padding: 30px 0 15px 0;
  }

  .blue_center__img {
    width: 100%;
  }

  .blue_bottom__in {
    padding: 20px 0;
  }

  .blue_bottom__in {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .blue_bottom p:first-child {
    flex-basis: 35%;
  }

  .blue_bottom .item_4 p:nth-child(2) {
    flex-basis: 35%;
    text-align: right;
  }

  .blue_bottom .item_3 p:nth-child(2) {
    text-align: center;
    flex-basis: 17%;
  }

  .blue_bottom p:nth-child(3) {
    flex-basis: 35%;
  }

  .blue_bottom p:last-child {
    flex-basis: 35%;
  }

  .blue_bottom p {
    word-break: break-word;
  }

}




@media screen and (max-width: 639px) {
  .blue h1 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 50px;
    padding: 0;
  }

  .blue h2,
  .blue h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    font-weight: 700;
  }

  .blue h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .blue h3 {
    font-size: 28px;
  }

  .blue_top__text {
    padding-bottom: 30px;
  }

  .blue_top__text a {
    font-size: 20px;
    font-weight: 500;
  }

  .blue_center p {
    font-weight: 500;
    text-indent: 0;
  }

  .blue_center ul,
  .blue_center ol {
    font-weight: 500;
  }

  .blue_center__img img {
    display: none;
  }

  .blue_center__img img+img {
    display: block;
  }

  .blue_bottom {
    padding-top: 43px;
    padding-bottom: 50px;
  }

  .blue_underfooter {
    display: none;
  }

  .blue footer p {
    padding: 40px 0 40px 0;
  }
}



@media screen and (max-width: 415px) {
  .blue h1 {
    font-size: 20px;
    line-height: 36px;
  }

  .blue h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .blue h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .blue_top__text a {
    font-size: 16px;
    line-height: 30px;
  }

  .blue_center p {
    font-size: 14px;
    line-height: 26px;
  }

  .blue_center ul,
  .blue_center ol {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
  }

  .blue_bottom p {
    line-height: 18px;
    font-size: 14px;
  }

  .blue footer p {
    font-size: 14px;
    line-height: 20px;
  }

}









.table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #FFFFFF;
}

.table+.table {
  margin-top: 50px;
}

.table tr {
  display: flex;
  border-top: 1px solid #FFFFFF;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}

.table td {
  padding: 20px 0;
  width: 23%;
  word-break: break-word;
  display: block;
}

.table td+td {
  text-align: center;
  width: 12%;
}

.table td:last-child {
  text-align: right;
  width: 23%;
}

@media screen and (max-width: 959px) {
  .table td {
    line-height: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 830px) {
  .table td {
    width: 35%;
  }

  .table td+td {
    width: 35%;
  }

  .table td:last-child {
    width: 35%;
  }

  .table_item4 td:nth-child(2) {
    text-align: right;
  }

  .table_item4 td:nth-child(3) {
    text-align: left;
  }

  .table_item3 td:nth-child(2) {
    text-align: center;
    flex-basis: 17%;
  }

  .table tr {
    padding: 0;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 415px) {
  .table td {
    line-height: 17px;
    font-size: 14px;
  }
}