@charset "UTF-8";
/* noto-sans-tc-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Noto_Sans_TC/NotoSansTC-Thin.otf"); /* IE9 Compat Modes */
}
/* noto-sans-tc-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Noto_Sans_TC/NotoSansTC-Light.otf"); /* IE9 Compat Modes */
}
/* noto-sans-tc-400 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_TC/NotoSansTC-Regular.otf"); /* IE9 Compat Modes */
}
/* noto-sans-tc-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans_TC/NotoSansTC-Medium.otf"); /* IE9 Compat Modes */
}
/* noto-sans-sc-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-Thin.otf"); /* IE9 Compat Modes */
}
/* noto-sans-sc-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-Light.otf"); /* IE9 Compat Modes */
}
/* noto-sans-sc-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-Medium.otf"); /* IE9 Compat Modes */
}
.openMobileMenu {
  overflow: hidden;
}
.openMobileMenu #main, .openMobileMenu .footer {
  display: none;
}

.hi {
  width: 100%;
  opacity: 1;
}

main {
  background-color: #fff;
  color: #000;
}
th {
  font-weight: 300;
}

.mb {
  margin-bottom: 10px;
}

.share-items {
  display: flex;
  width: 100%;
}
.share-items .share-item {
  max-width: 35px;
  flex: 1;
  margin-left: 10px;
}
.share-items .share-item :first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 991px) {
  .share-items .share-item {
    max-width: 30px;
    margin-left: 8px;
  }
}

.title-font {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.title-font.small-title {
  font-weight: 400;
}

.page-title {
  padding: 30px 0px;
  font-weight: 300;
}

.btn_base {
  cursor: pointer;
  position: relative;
  margin: 10px 20px 10px 0px;
  max-width: 200px;
  font-size: 19px;
  font-weight: 400;
  background-color: #f37361;
  border-color: #f37361;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 10px 20px;
  color: #fff;
}

.d-none {
  display: none;
}

.hidden {
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  position: absolute;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex.col {
  flex-direction: column !important;
}
.d-flex.col-reverse {
  flex-direction: column-reverse !important;
}
.d-flex.row {
  flex-direction: row !important;
}
.d-flex.row-reverse {
  flex-direction: row-reverse !important;
}
.d-flex .flex-item {
  flex: 1;
}
.d-flex .flex-item.c-100 {
  flex: 1 0 100%;
}
.d-flex .flex-item.c-70 {
  flex: 1 0 60%;
}
.d-flex .flex-item.c-60 {
  flex: 1 0 60%;
}
.d-flex .flex-item.c-50 {
  flex: 1 0 50%;
}
.d-flex .flex-item.c-40 {
  flex: 1 0 40%;
}
.d-flex .flex-item.c-30 {
  flex: 1 0 20%;
}
.d-flex .flex-item.c-20 {
  flex: 1 0 20%;
}
.d-flex .flex-item.c-25 {
  flex: 1 0 25%;
}
.d-flex .flex-item.c-30 {
  flex: 1 0 30%;
}
.d-flex .flex-item.c-70 {
  flex: 1 0 70%;
}
.d-flex .flex-item.c-75 {
  flex: 1 0 75%;
}
.d-flex .flex-item.c-80 {
  flex: 1 0 80%;
}

.center {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.topSection {
  position: relative;
  overflow: hidden;
}
.padding-container {
  padding: 0px 30px;
}

.ps-space {
  padding-bottom: 5px;
}

.swiper-container {
  padding: 0px;
}

.f-bold, .f-bold {
  font-weight: bold !important;
}

.f-blue, .f-blue a {
  color: #344e75;
}

.f-purple, .f-purple a {
  color: #3d3080;
}

.f-white, .f-white a {
  color: #fff;
}

.text-under {
  text-decoration: underline;
}

.blockLine {
  width: 100%;
  height: 40px;
  margin: 45px auto;
  background-image: url("../images/separate_dots.svg");
  background-size: auto;
  background-repeat: repeat-x;
}
.blockLine.removeTop {
  margin-top: 0px;
}

.m-left {
  margin-left: 25px;
}

.m-right {
  margin-right: 25px;
}

@media only screen and (max-width: 991px) {
  .m-block {
    display: block;
  }
}

.ios-button {
  margin: auto;
  border-radius: 5px;
}
.ios-button input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.ios-button input.mobileToggle + label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.4s ease;
  height: 30px;
  width: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
  background-color: #e3e3e3;
}
.ios-button input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 30px;
  width: 51px;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.ios-button input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background-color: #fff;
  height: 28px;
  width: 28px;
  top: 1px;
  left: 0px;
  border-radius: 60px;
}
.ios-button input.mobileToggle:checked + label:before {
  background: #ffb32c;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.ios-button input.mobileToggle:checked + label:after {
  left: 21px;
}

.f-form-color, .f-form-color a {
  color: #343e86;
}

.form_block {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.form_block .form_container {
  border: 1px solid rgb(53, 51, 114);
  margin: 0 auto;
  margin-top: 25px;
  background-color: transparent;
  border-radius: 10px;
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .form_block .form_container {
    padding: 15px 0px;
  }
}
.form_block .left-block {
  position: relative;
  flex: 1 0 70%;
  z-index: 1;
}
.form_block .right-block {
  position: relative;
  text-align: right;
  flex: 1 0 30%;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .form_block .left-block,
  .form_block .right-block {
    flex: 1 0 100%;
  }
}
.form_block .nsed_inputSet select,
.form_block .nsed_inputSet input[type=text],
.form_block .nsed_inputSet input[type=email],
.form_block .nsed_inputSet input[type=tel],
.form_block .nsed_inputSet textarea {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
}
.form_block .nsed_inputSet textarea {
  height: 200px;
  padding: 15px;
}
.form_block .nsed_inputSet.submit {
  padding-top: 15px;
  text-align: center;
}
.form_block .form_main_content .nsed_inputSet {
  flex: 1 0 40%;
  margin: 15px;
}
.form_block .form_main_content .nsed_inputSet fieldset {
  border-width: 0px;
}
@media only screen and (max-width: 991px) {
  .form_block .form_main_content .nsed_inputSet {
    flex: 1 0 calc(100% - 30px);
  }
}
.form_block .form_main_content .nsed_inputSet.c-100 {
  flex: 1 0 calc(100% - 30px);
}
.form_block .form_radioSet .radioSet {
  display: inline-block;
  flex: 1 0 24%;
}
@media only screen and (max-width: 991px) {
  .form_block .form_radioSet .radioSet {
    flex: 1 0 50%;
  }
}

.desBtn {
  width: auto;
  min-width: 140px;
  cursor: pointer;
  border-width: 0px;
  background-color: #ffb32c;
  margin: 10px auto;
  padding: 13px 32px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s;
  background-size: 200% 200%;
  color: rgb(70, 68, 68);
  border-radius: 10px;
  display: block;
  outline: none;
}
.desBtn:hover {
  background-position: bottom;
  color: #fff;
  text-decoration: none;
}
.red {
  color: #ff7a7a;
}

.borderContent {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 25px 65px;
  margin: 40px auto 20px;
}
.borderContent.opening {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .borderContent {
    margin: 20px 15px;
    padding: 15px;
  }
}

.ch .header .header-right .header-right-bg .header-item,
.ch .header .header-right .header-right-bg-white .header-item {
  margin-right: 35px;
}
.video-main {
  display: block;
  max-width: 100%;
}

.lightBox {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.lightBox.is-active {
  display: block;
}
.lightBox .swiper-container {
  position: relative;
  z-index: 1;
}
.lightBox .swiper-button-next:after,
.lightBox .swiper-button-prev:after {
  content: "";
}
.lightBox .lightBoxContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 320px;
  width: auto;
  min-height: 180px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 20px;
  width: 720px;
}
@media only screen and (max-width: 991px) {
  .lightBox .lightBoxContainer {
    min-width: 0;
    max-width: 660px;
    width: 90%;
  }
}
.lightBox .lightBoxContainer .lightBoxBanner {
  width: 100%;
  margin-top: -4.4%;
}
.lightBox .lightBoxContainer .lightBoxBannerTitle {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 25%;
  top: 5%;
}
.lightBox .lightBoxContainer .lightBoxContent {
  padding: 25px;
  font-size: 19px;
  line-height: 24px;
}
.lightBox .lightBoxContainer .lightBoxTitle {
  font-size: 19px;
  line-height: 23px;
  padding-bottom: 10px;
}
.lightBox .lightBoxContainer .lightBoxDes {
  font-size: 16px;
  line-height: 20px;
}
.lightBox .lightBoxContainer .lightBoxDesInput {
  width: 100%;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #d3d3d3;
  margin: 15px 0px;
}
.lightBox .lightBoxContainer .lightBoxClose {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #6b6b6b;
  cursor: pointer;
  z-index: 10;
}
.lightBox .lightBoxContainer .lightBoxClose:before, .lightBox .lightBoxContainer .lightBoxClose:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #6b6b6b;
  transition: 0.5s;
  top: 14px;
  left: 5px;
}
.lightBox .lightBoxContainer .lightBoxClose:before {
  transform: rotate(45deg);
}
.lightBox .lightBoxContainer .lightBoxClose:after {
  transform: rotate(135deg);
}

.leftImg {
  float: left;
  width: 35%;
  margin: 10px;
}
@media only screen and (max-width: 991px) {
  .leftImg {
    width: calc(100% - 20px);
  }
}
.rightImg {
  float: right;
  width: 35%;
  margin: 10px;
}
@media only screen and (max-width: 991px) {
  .rightImg {
    width: calc(100% - 20px);
  }
}
.fp {
  float: left;
}

.clearBoth:after {
  display: block;
  content: "";
  clear: both;
}

.f4to2 .flex-item {
  flex: 1 0 25%;
}
@media only screen and (max-width: 991px) {
  .f4to2 .flex-item {
    flex: 1 0 50%;
  }
}

.f5to2 .flex-item {
  flex: 1 0 25%;
}
@media only screen and (max-width: 991px) {
  .f5to2 .flex-item {
    flex: 1 0 50%;
  }
}

.uploading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 999;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.uploading .uploading-text-container {
  width: auto;
}
.uploading .uploading-text-container .uploading-text {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 10px;
}

.lang-ur .text-ur {
  direction: rtl;
}

.page-media .topSection .container .borderContent .listing {
  list-style: none;
}
.page-media .topSection .container .borderContent .listing li:before {
  content: "•";
  color: #f8b856;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-left: -15px;
}
.page-media .topSection .container .borderContent .listing a {
  display: inline-block !important;
  color: #000;
  padding-left: 10px;
}

body.isSticky:not(.page-vip_form) header {
  position: fixed;
}
body.isSticky:not(.page-vip_form) header .header-left .header-logo {
  height: auto;
}
body.isSticky:not(.page-vip_form) header .header-left .header-logo img {
  height: 65px;
}
body.isSticky:not(.page-vip_form) header .header-right .header-right-content {
  margin-top: 15px;
}
body.isSticky:not(.page-vip_form) header .header-right .header-lang {
  overflow: hidden;
  max-height: 0px;
  margin-bottom: 20px;
}
body.isSticky:not(.page-vip_form) .breadcrumb_block {
  position: fixed;
  top: 97px;
  z-index: 49;
  padding: 0px;
  left: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  body.isSticky:not(.page-vip_form) .breadcrumb_block {
    top: 67px;
  }
}
body.isSticky:not(.page-vip_form) .breadcrumb_block .breadcrumbBar {
  max-height: 0px;
}
body.isSticky:not(.page-vip_form) .borderContent {
  padding-top: 155px;
}
@media only screen and (max-width: 991px) {
  body.isSticky:not(.page-vip_form) .borderContent {
    transition: padding 0s ease-in-out;
    padding-top: 227px;
  }
}

.border1 {
  border: 1px solid #e3e3e3;
}

.w-100 {
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #ffb32c;
}

.bg-green {
  background-color: #56848e;
}

.bg-blue {
  background-color: #344e75;
}

.bg-blue {
  background-color: #344e75;
}

.bg-blue {
  background-color: #344e75;
}

.bg-purple {
  background-color: #490b42;
}

.bg-footer {
  background-color: #353372;
}

.text-under {
  text-decoration: underline;
}

.f-new-orange, .f-new-orange a {
  color: #f8b856;
}

.f-white, .f-white a {
  color: #fff;
}

.f-white a:hover {
  color: #AAA;
}

.f-orange, .f-orange a {
  color: #ffb32c;
}
.f-orange:hover, .f-orange a:hover {
  color: #ffb32c;
}

.f-gold, .f-gold a {
  color: #755734;
}

.f-main, .f-main a {
  color: #344e75;
}

.f-light-gray, .f-light-gray a {
  color: #e2e2e2;
}

.f-gray, .f-gray a {
  color: #aaaaaa;
}

.f-black, .f-black a {
  color: #000;
}

.f-hard-gray, .f-hard-gray a {
  color: #666;
}

.f-purple, .f-purple a {
  color: #4b3376;
}

.f-header-purple, .f-header-purple a {
  color: #353372;
}

.f-light {
  font-weight: 100;
}

.f-line-height-n {
  line-height: normal;
}

.f-underline {
  text-decoration: underline;
}

.f-bold {
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .m-f-bold {
    font-weight: 500;
  }
}

.f-left {
  text-align: left;
}

.f-right {
  text-align: right;
}

.f-center {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .m-f-left {
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-right {
    text-align: right;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-center {
    text-align: center;
  }
}

.breakLine {
  height: 2px;
  background-color: #000;
  width: 100%;
}

.breakLine-gray {
  height: 2px;
  background-color: #e3e3e3;
  width: 100%;
}

.breakLine-light-gray {
  height: 1px;
  background-color: #f3f3f3;
  width: 100%;
}

body, html {
  overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
  .web {
    display: none;
  }
}

@media only screen and (min-width: 991px) {
  .mobile {
    display: none !important;
  }
}

.d-block {
  display: block;
}

@media only screen and (max-width: 991px) {
  .m-d-block {
    display: block;
  }
}

.d-inline-block {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .m-d-inline-block {
    display: inline-block;
  }
}

.d-flex {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .m-d-flex {
    display: flex;
  }
}

.flex-0 {
  flex: 1 0 calc(0%);
  max-width: calc(0%);
}

.flex-1 {
  flex: 1 0 calc(1%);
  max-width: calc(1%);
}

.flex-2 {
  flex: 1 0 calc(2%);
  max-width: calc(2%);
}

.flex-3 {
  flex: 1 0 calc(3%);
  max-width: calc(3%);
}

.flex-4 {
  flex: 1 0 calc(4%);
  max-width: calc(4%);
}

.flex-5 {
  flex: 1 0 calc(5%);
  max-width: calc(5%);
}

.flex-6 {
  flex: 1 0 calc(6%);
  max-width: calc(6%);
}

.flex-7 {
  flex: 1 0 calc(7%);
  max-width: calc(7%);
}

.flex-8 {
  flex: 1 0 calc(8%);
  max-width: calc(8%);
}

.flex-9 {
  flex: 1 0 calc(9%);
  max-width: calc(9%);
}

.flex-10 {
  flex: 1 0 calc(10%);
  max-width: calc(10%);
}

.flex-11 {
  flex: 1 0 calc(11%);
  max-width: calc(11%);
}

.flex-12 {
  flex: 1 0 calc(12%);
  max-width: calc(12%);
}

.flex-13 {
  flex: 1 0 calc(13%);
  max-width: calc(13%);
}

.flex-14 {
  flex: 1 0 calc(14%);
  max-width: calc(14%);
}

.flex-15 {
  flex: 1 0 calc(15%);
  max-width: calc(15%);
}

.flex-16 {
  flex: 1 0 calc(16%);
  max-width: calc(16%);
}

.flex-17 {
  flex: 1 0 calc(17%);
  max-width: calc(17%);
}

.flex-18 {
  flex: 1 0 calc(18%);
  max-width: calc(18%);
}

.flex-19 {
  flex: 1 0 calc(19%);
  max-width: calc(19%);
}

.flex-20 {
  flex: 1 0 calc(20%);
  max-width: calc(20%);
}

.flex-21 {
  flex: 1 0 calc(21%);
  max-width: calc(21%);
}

.flex-22 {
  flex: 1 0 calc(22%);
  max-width: calc(22%);
}

.flex-23 {
  flex: 1 0 calc(23%);
  max-width: calc(23%);
}

.flex-24 {
  flex: 1 0 calc(24%);
  max-width: calc(24%);
}

.flex-25 {
  flex: 1 0 calc(25%);
  max-width: calc(25%);
}

.flex-26 {
  flex: 1 0 calc(26%);
  max-width: calc(26%);
}

.flex-27 {
  flex: 1 0 calc(27%);
  max-width: calc(27%);
}

.flex-28 {
  flex: 1 0 calc(28%);
  max-width: calc(28%);
}

.flex-29 {
  flex: 1 0 calc(29%);
  max-width: calc(29%);
}

.flex-30 {
  flex: 1 0 calc(30%);
  max-width: calc(30%);
}

.flex-31 {
  flex: 1 0 calc(31%);
  max-width: calc(31%);
}

.flex-32 {
  flex: 1 0 calc(32%);
  max-width: calc(32%);
}

.flex-33 {
  flex: 1 0 calc(33%);
  max-width: calc(33%);
}

.flex-34 {
  flex: 1 0 calc(34%);
  max-width: calc(34%);
}

.flex-35 {
  flex: 1 0 calc(35%);
  max-width: calc(35%);
}

.flex-36 {
  flex: 1 0 calc(36%);
  max-width: calc(36%);
}

.flex-37 {
  flex: 1 0 calc(37%);
  max-width: calc(37%);
}

.flex-38 {
  flex: 1 0 calc(38%);
  max-width: calc(38%);
}

.flex-39 {
  flex: 1 0 calc(39%);
  max-width: calc(39%);
}

.flex-40 {
  flex: 1 0 calc(40%);
  max-width: calc(40%);
}

.flex-41 {
  flex: 1 0 calc(41%);
  max-width: calc(41%);
}

.flex-42 {
  flex: 1 0 calc(42%);
  max-width: calc(42%);
}

.flex-43 {
  flex: 1 0 calc(43%);
  max-width: calc(43%);
}

.flex-44 {
  flex: 1 0 calc(44%);
  max-width: calc(44%);
}

.flex-45 {
  flex: 1 0 calc(45%);
  max-width: calc(45%);
}

.flex-46 {
  flex: 1 0 calc(46%);
  max-width: calc(46%);
}

.flex-47 {
  flex: 1 0 calc(47%);
  max-width: calc(47%);
}

.flex-48 {
  flex: 1 0 calc(48%);
  max-width: calc(48%);
}

.flex-49 {
  flex: 1 0 calc(49%);
  max-width: calc(49%);
}

.flex-50 {
  flex: 1 0 calc(50%);
  max-width: calc(50%);
}

.flex-51 {
  flex: 1 0 calc(51%);
  max-width: calc(51%);
}

.flex-52 {
  flex: 1 0 calc(52%);
  max-width: calc(52%);
}

.flex-53 {
  flex: 1 0 calc(53%);
  max-width: calc(53%);
}

.flex-54 {
  flex: 1 0 calc(54%);
  max-width: calc(54%);
}

.flex-55 {
  flex: 1 0 calc(55%);
  max-width: calc(55%);
}

.flex-56 {
  flex: 1 0 calc(56%);
  max-width: calc(56%);
}

.flex-57 {
  flex: 1 0 calc(57%);
  max-width: calc(57%);
}

.flex-58 {
  flex: 1 0 calc(58%);
  max-width: calc(58%);
}

.flex-59 {
  flex: 1 0 calc(59%);
  max-width: calc(59%);
}

.flex-60 {
  flex: 1 0 calc(60%);
  max-width: calc(60%);
}

.flex-61 {
  flex: 1 0 calc(61%);
  max-width: calc(61%);
}

.flex-62 {
  flex: 1 0 calc(62%);
  max-width: calc(62%);
}

.flex-63 {
  flex: 1 0 calc(63%);
  max-width: calc(63%);
}

.flex-64 {
  flex: 1 0 calc(64%);
  max-width: calc(64%);
}

.flex-65 {
  flex: 1 0 calc(65%);
  max-width: calc(65%);
}

.flex-66 {
  flex: 1 0 calc(66%);
  max-width: calc(66%);
}

.flex-67 {
  flex: 1 0 calc(67%);
  max-width: calc(67%);
}

.flex-68 {
  flex: 1 0 calc(68%);
  max-width: calc(68%);
}

.flex-69 {
  flex: 1 0 calc(69%);
  max-width: calc(69%);
}

.flex-70 {
  flex: 1 0 calc(70%);
  max-width: calc(70%);
}

.flex-71 {
  flex: 1 0 calc(71%);
  max-width: calc(71%);
}

.flex-72 {
  flex: 1 0 calc(72%);
  max-width: calc(72%);
}

.flex-73 {
  flex: 1 0 calc(73%);
  max-width: calc(73%);
}

.flex-74 {
  flex: 1 0 calc(74%);
  max-width: calc(74%);
}

.flex-75 {
  flex: 1 0 calc(75%);
  max-width: calc(75%);
}

.flex-76 {
  flex: 1 0 calc(76%);
  max-width: calc(76%);
}

.flex-77 {
  flex: 1 0 calc(77%);
  max-width: calc(77%);
}

.flex-78 {
  flex: 1 0 calc(78%);
  max-width: calc(78%);
}

.flex-79 {
  flex: 1 0 calc(79%);
  max-width: calc(79%);
}

.flex-80 {
  flex: 1 0 calc(80%);
  max-width: calc(80%);
}

.flex-81 {
  flex: 1 0 calc(81%);
  max-width: calc(81%);
}

.flex-82 {
  flex: 1 0 calc(82%);
  max-width: calc(82%);
}

.flex-83 {
  flex: 1 0 calc(83%);
  max-width: calc(83%);
}

.flex-84 {
  flex: 1 0 calc(84%);
  max-width: calc(84%);
}

.flex-85 {
  flex: 1 0 calc(85%);
  max-width: calc(85%);
}

.flex-86 {
  flex: 1 0 calc(86%);
  max-width: calc(86%);
}

.flex-87 {
  flex: 1 0 calc(87%);
  max-width: calc(87%);
}

.flex-88 {
  flex: 1 0 calc(88%);
  max-width: calc(88%);
}

.flex-89 {
  flex: 1 0 calc(89%);
  max-width: calc(89%);
}

.flex-90 {
  flex: 1 0 calc(90%);
  max-width: calc(90%);
}

.flex-91 {
  flex: 1 0 calc(91%);
  max-width: calc(91%);
}

.flex-92 {
  flex: 1 0 calc(92%);
  max-width: calc(92%);
}

.flex-93 {
  flex: 1 0 calc(93%);
  max-width: calc(93%);
}

.flex-94 {
  flex: 1 0 calc(94%);
  max-width: calc(94%);
}

.flex-95 {
  flex: 1 0 calc(95%);
  max-width: calc(95%);
}

.flex-96 {
  flex: 1 0 calc(96%);
  max-width: calc(96%);
}

.flex-97 {
  flex: 1 0 calc(97%);
  max-width: calc(97%);
}

.flex-98 {
  flex: 1 0 calc(98%);
  max-width: calc(98%);
}

.flex-99 {
  flex: 1 0 calc(99%);
  max-width: calc(99%);
}

.flex-100 {
  flex: 1 0 calc(100%);
  max-width: calc(100%);
}

@media only screen and (max-width: 991px) {
  .m-flex-0 {
    flex: 1 0 calc(0%);
    max-width: calc(0%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-1 {
    flex: 1 0 calc(1%);
    max-width: calc(1%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-2 {
    flex: 1 0 calc(2%);
    max-width: calc(2%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-3 {
    flex: 1 0 calc(3%);
    max-width: calc(3%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-4 {
    flex: 1 0 calc(4%);
    max-width: calc(4%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-5 {
    flex: 1 0 calc(5%);
    max-width: calc(5%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-6 {
    flex: 1 0 calc(6%);
    max-width: calc(6%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-7 {
    flex: 1 0 calc(7%);
    max-width: calc(7%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-8 {
    flex: 1 0 calc(8%);
    max-width: calc(8%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-9 {
    flex: 1 0 calc(9%);
    max-width: calc(9%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-10 {
    flex: 1 0 calc(10%);
    max-width: calc(10%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-11 {
    flex: 1 0 calc(11%);
    max-width: calc(11%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-12 {
    flex: 1 0 calc(12%);
    max-width: calc(12%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-13 {
    flex: 1 0 calc(13%);
    max-width: calc(13%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-14 {
    flex: 1 0 calc(14%);
    max-width: calc(14%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-15 {
    flex: 1 0 calc(15%);
    max-width: calc(15%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-16 {
    flex: 1 0 calc(16%);
    max-width: calc(16%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-17 {
    flex: 1 0 calc(17%);
    max-width: calc(17%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-18 {
    flex: 1 0 calc(18%);
    max-width: calc(18%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-19 {
    flex: 1 0 calc(19%);
    max-width: calc(19%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-20 {
    flex: 1 0 calc(20%);
    max-width: calc(20%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-21 {
    flex: 1 0 calc(21%);
    max-width: calc(21%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-22 {
    flex: 1 0 calc(22%);
    max-width: calc(22%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-23 {
    flex: 1 0 calc(23%);
    max-width: calc(23%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-24 {
    flex: 1 0 calc(24%);
    max-width: calc(24%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-25 {
    flex: 1 0 calc(25%);
    max-width: calc(25%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-26 {
    flex: 1 0 calc(26%);
    max-width: calc(26%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-27 {
    flex: 1 0 calc(27%);
    max-width: calc(27%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-28 {
    flex: 1 0 calc(28%);
    max-width: calc(28%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-29 {
    flex: 1 0 calc(29%);
    max-width: calc(29%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-30 {
    flex: 1 0 calc(30%);
    max-width: calc(30%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-31 {
    flex: 1 0 calc(31%);
    max-width: calc(31%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-32 {
    flex: 1 0 calc(32%);
    max-width: calc(32%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-33 {
    flex: 1 0 calc(33%);
    max-width: calc(33%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-34 {
    flex: 1 0 calc(34%);
    max-width: calc(34%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-35 {
    flex: 1 0 calc(35%);
    max-width: calc(35%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-36 {
    flex: 1 0 calc(36%);
    max-width: calc(36%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-37 {
    flex: 1 0 calc(37%);
    max-width: calc(37%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-38 {
    flex: 1 0 calc(38%);
    max-width: calc(38%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-39 {
    flex: 1 0 calc(39%);
    max-width: calc(39%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-40 {
    flex: 1 0 calc(40%);
    max-width: calc(40%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-41 {
    flex: 1 0 calc(41%);
    max-width: calc(41%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-42 {
    flex: 1 0 calc(42%);
    max-width: calc(42%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-43 {
    flex: 1 0 calc(43%);
    max-width: calc(43%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-44 {
    flex: 1 0 calc(44%);
    max-width: calc(44%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-45 {
    flex: 1 0 calc(45%);
    max-width: calc(45%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-46 {
    flex: 1 0 calc(46%);
    max-width: calc(46%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-47 {
    flex: 1 0 calc(47%);
    max-width: calc(47%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-48 {
    flex: 1 0 calc(48%);
    max-width: calc(48%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-49 {
    flex: 1 0 calc(49%);
    max-width: calc(49%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-50 {
    flex: 1 0 calc(50%);
    max-width: calc(50%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-51 {
    flex: 1 0 calc(51%);
    max-width: calc(51%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-52 {
    flex: 1 0 calc(52%);
    max-width: calc(52%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-53 {
    flex: 1 0 calc(53%);
    max-width: calc(53%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-54 {
    flex: 1 0 calc(54%);
    max-width: calc(54%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-55 {
    flex: 1 0 calc(55%);
    max-width: calc(55%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-56 {
    flex: 1 0 calc(56%);
    max-width: calc(56%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-57 {
    flex: 1 0 calc(57%);
    max-width: calc(57%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-58 {
    flex: 1 0 calc(58%);
    max-width: calc(58%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-59 {
    flex: 1 0 calc(59%);
    max-width: calc(59%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-60 {
    flex: 1 0 calc(60%);
    max-width: calc(60%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-61 {
    flex: 1 0 calc(61%);
    max-width: calc(61%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-62 {
    flex: 1 0 calc(62%);
    max-width: calc(62%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-63 {
    flex: 1 0 calc(63%);
    max-width: calc(63%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-64 {
    flex: 1 0 calc(64%);
    max-width: calc(64%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-65 {
    flex: 1 0 calc(65%);
    max-width: calc(65%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-66 {
    flex: 1 0 calc(66%);
    max-width: calc(66%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-67 {
    flex: 1 0 calc(67%);
    max-width: calc(67%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-68 {
    flex: 1 0 calc(68%);
    max-width: calc(68%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-69 {
    flex: 1 0 calc(69%);
    max-width: calc(69%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-70 {
    flex: 1 0 calc(70%);
    max-width: calc(70%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-71 {
    flex: 1 0 calc(71%);
    max-width: calc(71%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-72 {
    flex: 1 0 calc(72%);
    max-width: calc(72%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-73 {
    flex: 1 0 calc(73%);
    max-width: calc(73%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-74 {
    flex: 1 0 calc(74%);
    max-width: calc(74%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-75 {
    flex: 1 0 calc(75%);
    max-width: calc(75%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-76 {
    flex: 1 0 calc(76%);
    max-width: calc(76%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-77 {
    flex: 1 0 calc(77%);
    max-width: calc(77%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-78 {
    flex: 1 0 calc(78%);
    max-width: calc(78%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-79 {
    flex: 1 0 calc(79%);
    max-width: calc(79%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-80 {
    flex: 1 0 calc(80%);
    max-width: calc(80%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-81 {
    flex: 1 0 calc(81%);
    max-width: calc(81%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-82 {
    flex: 1 0 calc(82%);
    max-width: calc(82%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-83 {
    flex: 1 0 calc(83%);
    max-width: calc(83%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-84 {
    flex: 1 0 calc(84%);
    max-width: calc(84%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-85 {
    flex: 1 0 calc(85%);
    max-width: calc(85%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-86 {
    flex: 1 0 calc(86%);
    max-width: calc(86%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-87 {
    flex: 1 0 calc(87%);
    max-width: calc(87%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-88 {
    flex: 1 0 calc(88%);
    max-width: calc(88%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-89 {
    flex: 1 0 calc(89%);
    max-width: calc(89%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-90 {
    flex: 1 0 calc(90%);
    max-width: calc(90%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-91 {
    flex: 1 0 calc(91%);
    max-width: calc(91%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-92 {
    flex: 1 0 calc(92%);
    max-width: calc(92%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-93 {
    flex: 1 0 calc(93%);
    max-width: calc(93%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-94 {
    flex: 1 0 calc(94%);
    max-width: calc(94%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-95 {
    flex: 1 0 calc(95%);
    max-width: calc(95%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-96 {
    flex: 1 0 calc(96%);
    max-width: calc(96%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-97 {
    flex: 1 0 calc(97%);
    max-width: calc(97%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-98 {
    flex: 1 0 calc(98%);
    max-width: calc(98%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-99 {
    flex: 1 0 calc(99%);
    max-width: calc(99%);
  }
}

@media only screen and (max-width: 991px) {
  .m-flex-100 {
    flex: 1 0 calc(100%);
    max-width: calc(100%);
  }
}

.flex-top {
  align-items: baseline;
}

.flex-icon-top-start {
  align-items: flex-start;
}
.flex-icon-top-start .icon-cycle {
  top: 6px;
  position: relative;
}

.flex-center {
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .m-flex-center {
    align-items: center;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .m-flex-wrap {
    flex-wrap: wrap;
  }
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

@media only screen and (max-width: 991px) {
  .m-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .m-flex-row-reverse {
    flex-direction: row-reverse;
  }
}

.flex-row {
  flex-direction: row;
}

@media only screen and (max-width: 991px) {
  .m-flex-row {
    flex-direction: row;
  }
}

.flex-column {
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  .m-flex-column {
    flex-direction: column;
  }
}

.flex-end {
  justify-content: end;
}

@media only screen and (max-width: 991px) {
  .m-flex-end {
    justify-content: end;
  }
}

.flex-space-between {
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .m-flex-space-between {
    justify-content: space-between;
  }
}

.ml-a {
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .m-ml-a {
    margin-left: auto;
  }
}

.mr-a {
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .m-mr-a {
    margin-right: auto;
  }
}

.mb-t {
  margin-top: auto;
}

@media only screen and (max-width: 991px) {
  .m-mt-a {
    margin-top: auto;
  }
}

.mb-a {
  margin-bottom: auto;
}

@media only screen and (max-width: 991px) {
  .m-mb-a {
    margin-bottom: auto;
  }
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pa-0 {
  padding: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.ma-0 {
  margin: 0px;
}

.pl-1 {
  padding-left: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pa-1 {
  padding: 1px;
}

.mt-1 {
  margin-top: 1px;
}

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

.ml-1 {
  margin-left: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.ma-1 {
  margin: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pa-2 {
  padding: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.ma-2 {
  margin: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pa-3 {
  padding: 3px;
}

.mt-3 {
  margin-top: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.ma-3 {
  margin: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pa-4 {
  padding: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.ma-4 {
  margin: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pa-5 {
  padding: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ma-5 {
  margin: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pa-6 {
  padding: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.ma-6 {
  margin: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pa-7 {
  padding: 7px;
}

.mt-7 {
  margin-top: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ma-7 {
  margin: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pa-8 {
  padding: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ma-8 {
  margin: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pa-9 {
  padding: 9px;
}

.mt-9 {
  margin-top: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.ma-9 {
  margin: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pa-10 {
  padding: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ma-10 {
  margin: 10px;
}

.pl-11 {
  padding-left: 11px;
}

.pr-11 {
  padding-right: 11px;
}

.pt-11 {
  padding-top: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pa-11 {
  padding: 11px;
}

.mt-11 {
  margin-top: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.ma-11 {
  margin: 11px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pa-12 {
  padding: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ma-12 {
  margin: 12px;
}

.pl-13 {
  padding-left: 13px;
}

.pr-13 {
  padding-right: 13px;
}

.pt-13 {
  padding-top: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pa-13 {
  padding: 13px;
}

.mt-13 {
  margin-top: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.ma-13 {
  margin: 13px;
}

.pl-14 {
  padding-left: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pa-14 {
  padding: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.ma-14 {
  margin: 14px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pa-15 {
  padding: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ma-15 {
  margin: 15px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pa-16 {
  padding: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ma-16 {
  margin: 16px;
}

.pl-17 {
  padding-left: 17px;
}

.pr-17 {
  padding-right: 17px;
}

.pt-17 {
  padding-top: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pa-17 {
  padding: 17px;
}

.mt-17 {
  margin-top: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.ma-17 {
  margin: 17px;
}

.pl-18 {
  padding-left: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pa-18 {
  padding: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.ma-18 {
  margin: 18px;
}

.pl-19 {
  padding-left: 19px;
}

.pr-19 {
  padding-right: 19px;
}

.pt-19 {
  padding-top: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pa-19 {
  padding: 19px;
}

.mt-19 {
  margin-top: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.ma-19 {
  margin: 19px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pa-20 {
  padding: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ma-20 {
  margin: 20px;
}

.pl-21 {
  padding-left: 21px;
}

.pr-21 {
  padding-right: 21px;
}

.pt-21 {
  padding-top: 21px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pa-21 {
  padding: 21px;
}

.mt-21 {
  margin-top: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.ma-21 {
  margin: 21px;
}

.pl-22 {
  padding-left: 22px;
}

.pr-22 {
  padding-right: 22px;
}

.pt-22 {
  padding-top: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pa-22 {
  padding: 22px;
}

.mt-22 {
  margin-top: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.ma-22 {
  margin: 22px;
}

.pl-23 {
  padding-left: 23px;
}

.pr-23 {
  padding-right: 23px;
}

.pt-23 {
  padding-top: 23px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pa-23 {
  padding: 23px;
}

.mt-23 {
  margin-top: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.ma-23 {
  margin: 23px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pa-24 {
  padding: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ma-24 {
  margin: 24px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pa-25 {
  padding: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ma-25 {
  margin: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pr-26 {
  padding-right: 26px;
}

.pt-26 {
  padding-top: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pa-26 {
  padding: 26px;
}

.mt-26 {
  margin-top: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.ma-26 {
  margin: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pr-27 {
  padding-right: 27px;
}

.pt-27 {
  padding-top: 27px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pa-27 {
  padding: 27px;
}

.mt-27 {
  margin-top: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.ma-27 {
  margin: 27px;
}

.pl-28 {
  padding-left: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pa-28 {
  padding: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.ma-28 {
  margin: 28px;
}

.pl-29 {
  padding-left: 29px;
}

.pr-29 {
  padding-right: 29px;
}

.pt-29 {
  padding-top: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pa-29 {
  padding: 29px;
}

.mt-29 {
  margin-top: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.ma-29 {
  margin: 29px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pa-30 {
  padding: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ma-30 {
  margin: 30px;
}

.pl-31 {
  padding-left: 31px;
}

.pr-31 {
  padding-right: 31px;
}

.pt-31 {
  padding-top: 31px;
}

.pb-31 {
  padding-bottom: 31px;
}

.pa-31 {
  padding: 31px;
}

.mt-31 {
  margin-top: 31px;
}

.mb-31 {
  margin-bottom: 31px;
}

.ml-31 {
  margin-left: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.ma-31 {
  margin: 31px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pa-32 {
  padding: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ma-32 {
  margin: 32px;
}

.pl-33 {
  padding-left: 33px;
}

.pr-33 {
  padding-right: 33px;
}

.pt-33 {
  padding-top: 33px;
}

.pb-33 {
  padding-bottom: 33px;
}

.pa-33 {
  padding: 33px;
}

.mt-33 {
  margin-top: 33px;
}

.mb-33 {
  margin-bottom: 33px;
}

.ml-33 {
  margin-left: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.ma-33 {
  margin: 33px;
}

.pl-34 {
  padding-left: 34px;
}

.pr-34 {
  padding-right: 34px;
}

.pt-34 {
  padding-top: 34px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pa-34 {
  padding: 34px;
}

.mt-34 {
  margin-top: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.ma-34 {
  margin: 34px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pa-35 {
  padding: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.ma-35 {
  margin: 35px;
}

.pl-36 {
  padding-left: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pa-36 {
  padding: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.ma-36 {
  margin: 36px;
}

.pl-37 {
  padding-left: 37px;
}

.pr-37 {
  padding-right: 37px;
}

.pt-37 {
  padding-top: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pa-37 {
  padding: 37px;
}

.mt-37 {
  margin-top: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.ma-37 {
  margin: 37px;
}

.pl-38 {
  padding-left: 38px;
}

.pr-38 {
  padding-right: 38px;
}

.pt-38 {
  padding-top: 38px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pa-38 {
  padding: 38px;
}

.mt-38 {
  margin-top: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.ma-38 {
  margin: 38px;
}

.pl-39 {
  padding-left: 39px;
}

.pr-39 {
  padding-right: 39px;
}

.pt-39 {
  padding-top: 39px;
}

.pb-39 {
  padding-bottom: 39px;
}

.pa-39 {
  padding: 39px;
}

.mt-39 {
  margin-top: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.ma-39 {
  margin: 39px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pa-40 {
  padding: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ma-40 {
  margin: 40px;
}

.pl-41 {
  padding-left: 41px;
}

.pr-41 {
  padding-right: 41px;
}

.pt-41 {
  padding-top: 41px;
}

.pb-41 {
  padding-bottom: 41px;
}

.pa-41 {
  padding: 41px;
}

.mt-41 {
  margin-top: 41px;
}

.mb-41 {
  margin-bottom: 41px;
}

.ml-41 {
  margin-left: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.ma-41 {
  margin: 41px;
}

.pl-42 {
  padding-left: 42px;
}

.pr-42 {
  padding-right: 42px;
}

.pt-42 {
  padding-top: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pa-42 {
  padding: 42px;
}

.mt-42 {
  margin-top: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.ma-42 {
  margin: 42px;
}

.pl-43 {
  padding-left: 43px;
}

.pr-43 {
  padding-right: 43px;
}

.pt-43 {
  padding-top: 43px;
}

.pb-43 {
  padding-bottom: 43px;
}

.pa-43 {
  padding: 43px;
}

.mt-43 {
  margin-top: 43px;
}

.mb-43 {
  margin-bottom: 43px;
}

.ml-43 {
  margin-left: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.ma-43 {
  margin: 43px;
}

.pl-44 {
  padding-left: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pa-44 {
  padding: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.ma-44 {
  margin: 44px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pa-45 {
  padding: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ma-45 {
  margin: 45px;
}

.pl-46 {
  padding-left: 46px;
}

.pr-46 {
  padding-right: 46px;
}

.pt-46 {
  padding-top: 46px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pa-46 {
  padding: 46px;
}

.mt-46 {
  margin-top: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.ma-46 {
  margin: 46px;
}

.pl-47 {
  padding-left: 47px;
}

.pr-47 {
  padding-right: 47px;
}

.pt-47 {
  padding-top: 47px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pa-47 {
  padding: 47px;
}

.mt-47 {
  margin-top: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.ma-47 {
  margin: 47px;
}

.pl-48 {
  padding-left: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pa-48 {
  padding: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.ma-48 {
  margin: 48px;
}

.pl-49 {
  padding-left: 49px;
}

.pr-49 {
  padding-right: 49px;
}

.pt-49 {
  padding-top: 49px;
}

.pb-49 {
  padding-bottom: 49px;
}

.pa-49 {
  padding: 49px;
}

.mt-49 {
  margin-top: 49px;
}

.mb-49 {
  margin-bottom: 49px;
}

.ml-49 {
  margin-left: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.ma-49 {
  margin: 49px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pa-50 {
  padding: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.ma-50 {
  margin: 50px;
}

.pl-51 {
  padding-left: 51px;
}

.pr-51 {
  padding-right: 51px;
}

.pt-51 {
  padding-top: 51px;
}

.pb-51 {
  padding-bottom: 51px;
}

.pa-51 {
  padding: 51px;
}

.mt-51 {
  margin-top: 51px;
}

.mb-51 {
  margin-bottom: 51px;
}

.ml-51 {
  margin-left: 51px;
}

.mr-51 {
  margin-right: 51px;
}

.ma-51 {
  margin: 51px;
}

.pl-52 {
  padding-left: 52px;
}

.pr-52 {
  padding-right: 52px;
}

.pt-52 {
  padding-top: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pa-52 {
  padding: 52px;
}

.mt-52 {
  margin-top: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.ma-52 {
  margin: 52px;
}

.pl-53 {
  padding-left: 53px;
}

.pr-53 {
  padding-right: 53px;
}

.pt-53 {
  padding-top: 53px;
}

.pb-53 {
  padding-bottom: 53px;
}

.pa-53 {
  padding: 53px;
}

.mt-53 {
  margin-top: 53px;
}

.mb-53 {
  margin-bottom: 53px;
}

.ml-53 {
  margin-left: 53px;
}

.mr-53 {
  margin-right: 53px;
}

.ma-53 {
  margin: 53px;
}

.pl-54 {
  padding-left: 54px;
}

.pr-54 {
  padding-right: 54px;
}

.pt-54 {
  padding-top: 54px;
}

.pb-54 {
  padding-bottom: 54px;
}

.pa-54 {
  padding: 54px;
}

.mt-54 {
  margin-top: 54px;
}

.mb-54 {
  margin-bottom: 54px;
}

.ml-54 {
  margin-left: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.ma-54 {
  margin: 54px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pa-55 {
  padding: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.ma-55 {
  margin: 55px;
}

.pl-56 {
  padding-left: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pa-56 {
  padding: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.ma-56 {
  margin: 56px;
}

.pl-57 {
  padding-left: 57px;
}

.pr-57 {
  padding-right: 57px;
}

.pt-57 {
  padding-top: 57px;
}

.pb-57 {
  padding-bottom: 57px;
}

.pa-57 {
  padding: 57px;
}

.mt-57 {
  margin-top: 57px;
}

.mb-57 {
  margin-bottom: 57px;
}

.ml-57 {
  margin-left: 57px;
}

.mr-57 {
  margin-right: 57px;
}

.ma-57 {
  margin: 57px;
}

.pl-58 {
  padding-left: 58px;
}

.pr-58 {
  padding-right: 58px;
}

.pt-58 {
  padding-top: 58px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pa-58 {
  padding: 58px;
}

.mt-58 {
  margin-top: 58px;
}

.mb-58 {
  margin-bottom: 58px;
}

.ml-58 {
  margin-left: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.ma-58 {
  margin: 58px;
}

.pl-59 {
  padding-left: 59px;
}

.pr-59 {
  padding-right: 59px;
}

.pt-59 {
  padding-top: 59px;
}

.pb-59 {
  padding-bottom: 59px;
}

.pa-59 {
  padding: 59px;
}

.mt-59 {
  margin-top: 59px;
}

.mb-59 {
  margin-bottom: 59px;
}

.ml-59 {
  margin-left: 59px;
}

.mr-59 {
  margin-right: 59px;
}

.ma-59 {
  margin: 59px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pa-60 {
  padding: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.ma-60 {
  margin: 60px;
}

.pl-61 {
  padding-left: 61px;
}

.pr-61 {
  padding-right: 61px;
}

.pt-61 {
  padding-top: 61px;
}

.pb-61 {
  padding-bottom: 61px;
}

.pa-61 {
  padding: 61px;
}

.mt-61 {
  margin-top: 61px;
}

.mb-61 {
  margin-bottom: 61px;
}

.ml-61 {
  margin-left: 61px;
}

.mr-61 {
  margin-right: 61px;
}

.ma-61 {
  margin: 61px;
}

.pl-62 {
  padding-left: 62px;
}

.pr-62 {
  padding-right: 62px;
}

.pt-62 {
  padding-top: 62px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pa-62 {
  padding: 62px;
}

.mt-62 {
  margin-top: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.ma-62 {
  margin: 62px;
}

.pl-63 {
  padding-left: 63px;
}

.pr-63 {
  padding-right: 63px;
}

.pt-63 {
  padding-top: 63px;
}

.pb-63 {
  padding-bottom: 63px;
}

.pa-63 {
  padding: 63px;
}

.mt-63 {
  margin-top: 63px;
}

.mb-63 {
  margin-bottom: 63px;
}

.ml-63 {
  margin-left: 63px;
}

.mr-63 {
  margin-right: 63px;
}

.ma-63 {
  margin: 63px;
}

.pl-64 {
  padding-left: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pa-64 {
  padding: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ma-64 {
  margin: 64px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pa-65 {
  padding: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.ma-65 {
  margin: 65px;
}

.pl-66 {
  padding-left: 66px;
}

.pr-66 {
  padding-right: 66px;
}

.pt-66 {
  padding-top: 66px;
}

.pb-66 {
  padding-bottom: 66px;
}

.pa-66 {
  padding: 66px;
}

.mt-66 {
  margin-top: 66px;
}

.mb-66 {
  margin-bottom: 66px;
}

.ml-66 {
  margin-left: 66px;
}

.mr-66 {
  margin-right: 66px;
}

.ma-66 {
  margin: 66px;
}

.pl-67 {
  padding-left: 67px;
}

.pr-67 {
  padding-right: 67px;
}

.pt-67 {
  padding-top: 67px;
}

.pb-67 {
  padding-bottom: 67px;
}

.pa-67 {
  padding: 67px;
}

.mt-67 {
  margin-top: 67px;
}

.mb-67 {
  margin-bottom: 67px;
}

.ml-67 {
  margin-left: 67px;
}

.mr-67 {
  margin-right: 67px;
}

.ma-67 {
  margin: 67px;
}

.pl-68 {
  padding-left: 68px;
}

.pr-68 {
  padding-right: 68px;
}

.pt-68 {
  padding-top: 68px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pa-68 {
  padding: 68px;
}

.mt-68 {
  margin-top: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.ma-68 {
  margin: 68px;
}

.pl-69 {
  padding-left: 69px;
}

.pr-69 {
  padding-right: 69px;
}

.pt-69 {
  padding-top: 69px;
}

.pb-69 {
  padding-bottom: 69px;
}

.pa-69 {
  padding: 69px;
}

.mt-69 {
  margin-top: 69px;
}

.mb-69 {
  margin-bottom: 69px;
}

.ml-69 {
  margin-left: 69px;
}

.mr-69 {
  margin-right: 69px;
}

.ma-69 {
  margin: 69px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pa-70 {
  padding: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.ma-70 {
  margin: 70px;
}

.pl-71 {
  padding-left: 71px;
}

.pr-71 {
  padding-right: 71px;
}

.pt-71 {
  padding-top: 71px;
}

.pb-71 {
  padding-bottom: 71px;
}

.pa-71 {
  padding: 71px;
}

.mt-71 {
  margin-top: 71px;
}

.mb-71 {
  margin-bottom: 71px;
}

.ml-71 {
  margin-left: 71px;
}

.mr-71 {
  margin-right: 71px;
}

.ma-71 {
  margin: 71px;
}

.pl-72 {
  padding-left: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pa-72 {
  padding: 72px;
}

.mt-72 {
  margin-top: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.ma-72 {
  margin: 72px;
}

.pl-73 {
  padding-left: 73px;
}

.pr-73 {
  padding-right: 73px;
}

.pt-73 {
  padding-top: 73px;
}

.pb-73 {
  padding-bottom: 73px;
}

.pa-73 {
  padding: 73px;
}

.mt-73 {
  margin-top: 73px;
}

.mb-73 {
  margin-bottom: 73px;
}

.ml-73 {
  margin-left: 73px;
}

.mr-73 {
  margin-right: 73px;
}

.ma-73 {
  margin: 73px;
}

.pl-74 {
  padding-left: 74px;
}

.pr-74 {
  padding-right: 74px;
}

.pt-74 {
  padding-top: 74px;
}

.pb-74 {
  padding-bottom: 74px;
}

.pa-74 {
  padding: 74px;
}

.mt-74 {
  margin-top: 74px;
}

.mb-74 {
  margin-bottom: 74px;
}

.ml-74 {
  margin-left: 74px;
}

.mr-74 {
  margin-right: 74px;
}

.ma-74 {
  margin: 74px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pa-75 {
  padding: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.ma-75 {
  margin: 75px;
}

.pl-76 {
  padding-left: 76px;
}

.pr-76 {
  padding-right: 76px;
}

.pt-76 {
  padding-top: 76px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pa-76 {
  padding: 76px;
}

.mt-76 {
  margin-top: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.ma-76 {
  margin: 76px;
}

.pl-77 {
  padding-left: 77px;
}

.pr-77 {
  padding-right: 77px;
}

.pt-77 {
  padding-top: 77px;
}

.pb-77 {
  padding-bottom: 77px;
}

.pa-77 {
  padding: 77px;
}

.mt-77 {
  margin-top: 77px;
}

.mb-77 {
  margin-bottom: 77px;
}

.ml-77 {
  margin-left: 77px;
}

.mr-77 {
  margin-right: 77px;
}

.ma-77 {
  margin: 77px;
}

.pl-78 {
  padding-left: 78px;
}

.pr-78 {
  padding-right: 78px;
}

.pt-78 {
  padding-top: 78px;
}

.pb-78 {
  padding-bottom: 78px;
}

.pa-78 {
  padding: 78px;
}

.mt-78 {
  margin-top: 78px;
}

.mb-78 {
  margin-bottom: 78px;
}

.ml-78 {
  margin-left: 78px;
}

.mr-78 {
  margin-right: 78px;
}

.ma-78 {
  margin: 78px;
}

.pl-79 {
  padding-left: 79px;
}

.pr-79 {
  padding-right: 79px;
}

.pt-79 {
  padding-top: 79px;
}

.pb-79 {
  padding-bottom: 79px;
}

.pa-79 {
  padding: 79px;
}

.mt-79 {
  margin-top: 79px;
}

.mb-79 {
  margin-bottom: 79px;
}

.ml-79 {
  margin-left: 79px;
}

.mr-79 {
  margin-right: 79px;
}

.ma-79 {
  margin: 79px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pa-80 {
  padding: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ma-80 {
  margin: 80px;
}

.pl-81 {
  padding-left: 81px;
}

.pr-81 {
  padding-right: 81px;
}

.pt-81 {
  padding-top: 81px;
}

.pb-81 {
  padding-bottom: 81px;
}

.pa-81 {
  padding: 81px;
}

.mt-81 {
  margin-top: 81px;
}

.mb-81 {
  margin-bottom: 81px;
}

.ml-81 {
  margin-left: 81px;
}

.mr-81 {
  margin-right: 81px;
}

.ma-81 {
  margin: 81px;
}

.pl-82 {
  padding-left: 82px;
}

.pr-82 {
  padding-right: 82px;
}

.pt-82 {
  padding-top: 82px;
}

.pb-82 {
  padding-bottom: 82px;
}

.pa-82 {
  padding: 82px;
}

.mt-82 {
  margin-top: 82px;
}

.mb-82 {
  margin-bottom: 82px;
}

.ml-82 {
  margin-left: 82px;
}

.mr-82 {
  margin-right: 82px;
}

.ma-82 {
  margin: 82px;
}

.pl-83 {
  padding-left: 83px;
}

.pr-83 {
  padding-right: 83px;
}

.pt-83 {
  padding-top: 83px;
}

.pb-83 {
  padding-bottom: 83px;
}

.pa-83 {
  padding: 83px;
}

.mt-83 {
  margin-top: 83px;
}

.mb-83 {
  margin-bottom: 83px;
}

.ml-83 {
  margin-left: 83px;
}

.mr-83 {
  margin-right: 83px;
}

.ma-83 {
  margin: 83px;
}

.pl-84 {
  padding-left: 84px;
}

.pr-84 {
  padding-right: 84px;
}

.pt-84 {
  padding-top: 84px;
}

.pb-84 {
  padding-bottom: 84px;
}

.pa-84 {
  padding: 84px;
}

.mt-84 {
  margin-top: 84px;
}

.mb-84 {
  margin-bottom: 84px;
}

.ml-84 {
  margin-left: 84px;
}

.mr-84 {
  margin-right: 84px;
}

.ma-84 {
  margin: 84px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pa-85 {
  padding: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.ma-85 {
  margin: 85px;
}

.pl-86 {
  padding-left: 86px;
}

.pr-86 {
  padding-right: 86px;
}

.pt-86 {
  padding-top: 86px;
}

.pb-86 {
  padding-bottom: 86px;
}

.pa-86 {
  padding: 86px;
}

.mt-86 {
  margin-top: 86px;
}

.mb-86 {
  margin-bottom: 86px;
}

.ml-86 {
  margin-left: 86px;
}

.mr-86 {
  margin-right: 86px;
}

.ma-86 {
  margin: 86px;
}

.pl-87 {
  padding-left: 87px;
}

.pr-87 {
  padding-right: 87px;
}

.pt-87 {
  padding-top: 87px;
}

.pb-87 {
  padding-bottom: 87px;
}

.pa-87 {
  padding: 87px;
}

.mt-87 {
  margin-top: 87px;
}

.mb-87 {
  margin-bottom: 87px;
}

.ml-87 {
  margin-left: 87px;
}

.mr-87 {
  margin-right: 87px;
}

.ma-87 {
  margin: 87px;
}

.pl-88 {
  padding-left: 88px;
}

.pr-88 {
  padding-right: 88px;
}

.pt-88 {
  padding-top: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pa-88 {
  padding: 88px;
}

.mt-88 {
  margin-top: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.ma-88 {
  margin: 88px;
}

.pl-89 {
  padding-left: 89px;
}

.pr-89 {
  padding-right: 89px;
}

.pt-89 {
  padding-top: 89px;
}

.pb-89 {
  padding-bottom: 89px;
}

.pa-89 {
  padding: 89px;
}

.mt-89 {
  margin-top: 89px;
}

.mb-89 {
  margin-bottom: 89px;
}

.ml-89 {
  margin-left: 89px;
}

.mr-89 {
  margin-right: 89px;
}

.ma-89 {
  margin: 89px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pa-90 {
  padding: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.ma-90 {
  margin: 90px;
}

.pl-91 {
  padding-left: 91px;
}

.pr-91 {
  padding-right: 91px;
}

.pt-91 {
  padding-top: 91px;
}

.pb-91 {
  padding-bottom: 91px;
}

.pa-91 {
  padding: 91px;
}

.mt-91 {
  margin-top: 91px;
}

.mb-91 {
  margin-bottom: 91px;
}

.ml-91 {
  margin-left: 91px;
}

.mr-91 {
  margin-right: 91px;
}

.ma-91 {
  margin: 91px;
}

.pl-92 {
  padding-left: 92px;
}

.pr-92 {
  padding-right: 92px;
}

.pt-92 {
  padding-top: 92px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pa-92 {
  padding: 92px;
}

.mt-92 {
  margin-top: 92px;
}

.mb-92 {
  margin-bottom: 92px;
}

.ml-92 {
  margin-left: 92px;
}

.mr-92 {
  margin-right: 92px;
}

.ma-92 {
  margin: 92px;
}

.pl-93 {
  padding-left: 93px;
}

.pr-93 {
  padding-right: 93px;
}

.pt-93 {
  padding-top: 93px;
}

.pb-93 {
  padding-bottom: 93px;
}

.pa-93 {
  padding: 93px;
}

.mt-93 {
  margin-top: 93px;
}

.mb-93 {
  margin-bottom: 93px;
}

.ml-93 {
  margin-left: 93px;
}

.mr-93 {
  margin-right: 93px;
}

.ma-93 {
  margin: 93px;
}

.pl-94 {
  padding-left: 94px;
}

.pr-94 {
  padding-right: 94px;
}

.pt-94 {
  padding-top: 94px;
}

.pb-94 {
  padding-bottom: 94px;
}

.pa-94 {
  padding: 94px;
}

.mt-94 {
  margin-top: 94px;
}

.mb-94 {
  margin-bottom: 94px;
}

.ml-94 {
  margin-left: 94px;
}

.mr-94 {
  margin-right: 94px;
}

.ma-94 {
  margin: 94px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pa-95 {
  padding: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.ma-95 {
  margin: 95px;
}

.pl-96 {
  padding-left: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pa-96 {
  padding: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.ma-96 {
  margin: 96px;
}

.pl-97 {
  padding-left: 97px;
}

.pr-97 {
  padding-right: 97px;
}

.pt-97 {
  padding-top: 97px;
}

.pb-97 {
  padding-bottom: 97px;
}

.pa-97 {
  padding: 97px;
}

.mt-97 {
  margin-top: 97px;
}

.mb-97 {
  margin-bottom: 97px;
}

.ml-97 {
  margin-left: 97px;
}

.mr-97 {
  margin-right: 97px;
}

.ma-97 {
  margin: 97px;
}

.pl-98 {
  padding-left: 98px;
}

.pr-98 {
  padding-right: 98px;
}

.pt-98 {
  padding-top: 98px;
}

.pb-98 {
  padding-bottom: 98px;
}

.pa-98 {
  padding: 98px;
}

.mt-98 {
  margin-top: 98px;
}

.mb-98 {
  margin-bottom: 98px;
}

.ml-98 {
  margin-left: 98px;
}

.mr-98 {
  margin-right: 98px;
}

.ma-98 {
  margin: 98px;
}

.pl-99 {
  padding-left: 99px;
}

.pr-99 {
  padding-right: 99px;
}

.pt-99 {
  padding-top: 99px;
}

.pb-99 {
  padding-bottom: 99px;
}

.pa-99 {
  padding: 99px;
}

.mt-99 {
  margin-top: 99px;
}

.mb-99 {
  margin-bottom: 99px;
}

.ml-99 {
  margin-left: 99px;
}

.mr-99 {
  margin-right: 99px;
}

.ma-99 {
  margin: 99px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pa-100 {
  padding: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.ma-100 {
  margin: 100px;
}

.pl-101 {
  padding-left: 101px;
}

.pr-101 {
  padding-right: 101px;
}

.pt-101 {
  padding-top: 101px;
}

.pb-101 {
  padding-bottom: 101px;
}

.pa-101 {
  padding: 101px;
}

.mt-101 {
  margin-top: 101px;
}

.mb-101 {
  margin-bottom: 101px;
}

.ml-101 {
  margin-left: 101px;
}

.mr-101 {
  margin-right: 101px;
}

.ma-101 {
  margin: 101px;
}

.pl-102 {
  padding-left: 102px;
}

.pr-102 {
  padding-right: 102px;
}

.pt-102 {
  padding-top: 102px;
}

.pb-102 {
  padding-bottom: 102px;
}

.pa-102 {
  padding: 102px;
}

.mt-102 {
  margin-top: 102px;
}

.mb-102 {
  margin-bottom: 102px;
}

.ml-102 {
  margin-left: 102px;
}

.mr-102 {
  margin-right: 102px;
}

.ma-102 {
  margin: 102px;
}

.pl-103 {
  padding-left: 103px;
}

.pr-103 {
  padding-right: 103px;
}

.pt-103 {
  padding-top: 103px;
}

.pb-103 {
  padding-bottom: 103px;
}

.pa-103 {
  padding: 103px;
}

.mt-103 {
  margin-top: 103px;
}

.mb-103 {
  margin-bottom: 103px;
}

.ml-103 {
  margin-left: 103px;
}

.mr-103 {
  margin-right: 103px;
}

.ma-103 {
  margin: 103px;
}

.pl-104 {
  padding-left: 104px;
}

.pr-104 {
  padding-right: 104px;
}

.pt-104 {
  padding-top: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pa-104 {
  padding: 104px;
}

.mt-104 {
  margin-top: 104px;
}

.mb-104 {
  margin-bottom: 104px;
}

.ml-104 {
  margin-left: 104px;
}

.mr-104 {
  margin-right: 104px;
}

.ma-104 {
  margin: 104px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pa-105 {
  padding: 105px;
}

.mt-105 {
  margin-top: 105px;
}

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

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.ma-105 {
  margin: 105px;
}

.pl-106 {
  padding-left: 106px;
}

.pr-106 {
  padding-right: 106px;
}

.pt-106 {
  padding-top: 106px;
}

.pb-106 {
  padding-bottom: 106px;
}

.pa-106 {
  padding: 106px;
}

.mt-106 {
  margin-top: 106px;
}

.mb-106 {
  margin-bottom: 106px;
}

.ml-106 {
  margin-left: 106px;
}

.mr-106 {
  margin-right: 106px;
}

.ma-106 {
  margin: 106px;
}

.pl-107 {
  padding-left: 107px;
}

.pr-107 {
  padding-right: 107px;
}

.pt-107 {
  padding-top: 107px;
}

.pb-107 {
  padding-bottom: 107px;
}

.pa-107 {
  padding: 107px;
}

.mt-107 {
  margin-top: 107px;
}

.mb-107 {
  margin-bottom: 107px;
}

.ml-107 {
  margin-left: 107px;
}

.mr-107 {
  margin-right: 107px;
}

.ma-107 {
  margin: 107px;
}

.pl-108 {
  padding-left: 108px;
}

.pr-108 {
  padding-right: 108px;
}

.pt-108 {
  padding-top: 108px;
}

.pb-108 {
  padding-bottom: 108px;
}

.pa-108 {
  padding: 108px;
}

.mt-108 {
  margin-top: 108px;
}

.mb-108 {
  margin-bottom: 108px;
}

.ml-108 {
  margin-left: 108px;
}

.mr-108 {
  margin-right: 108px;
}

.ma-108 {
  margin: 108px;
}

.pl-109 {
  padding-left: 109px;
}

.pr-109 {
  padding-right: 109px;
}

.pt-109 {
  padding-top: 109px;
}

.pb-109 {
  padding-bottom: 109px;
}

.pa-109 {
  padding: 109px;
}

.mt-109 {
  margin-top: 109px;
}

.mb-109 {
  margin-bottom: 109px;
}

.ml-109 {
  margin-left: 109px;
}

.mr-109 {
  margin-right: 109px;
}

.ma-109 {
  margin: 109px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pa-110 {
  padding: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.ma-110 {
  margin: 110px;
}

.pl-111 {
  padding-left: 111px;
}

.pr-111 {
  padding-right: 111px;
}

.pt-111 {
  padding-top: 111px;
}

.pb-111 {
  padding-bottom: 111px;
}

.pa-111 {
  padding: 111px;
}

.mt-111 {
  margin-top: 111px;
}

.mb-111 {
  margin-bottom: 111px;
}

.ml-111 {
  margin-left: 111px;
}

.mr-111 {
  margin-right: 111px;
}

.ma-111 {
  margin: 111px;
}

.pl-112 {
  padding-left: 112px;
}

.pr-112 {
  padding-right: 112px;
}

.pt-112 {
  padding-top: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pa-112 {
  padding: 112px;
}

.mt-112 {
  margin-top: 112px;
}

.mb-112 {
  margin-bottom: 112px;
}

.ml-112 {
  margin-left: 112px;
}

.mr-112 {
  margin-right: 112px;
}

.ma-112 {
  margin: 112px;
}

.pl-113 {
  padding-left: 113px;
}

.pr-113 {
  padding-right: 113px;
}

.pt-113 {
  padding-top: 113px;
}

.pb-113 {
  padding-bottom: 113px;
}

.pa-113 {
  padding: 113px;
}

.mt-113 {
  margin-top: 113px;
}

.mb-113 {
  margin-bottom: 113px;
}

.ml-113 {
  margin-left: 113px;
}

.mr-113 {
  margin-right: 113px;
}

.ma-113 {
  margin: 113px;
}

.pl-114 {
  padding-left: 114px;
}

.pr-114 {
  padding-right: 114px;
}

.pt-114 {
  padding-top: 114px;
}

.pb-114 {
  padding-bottom: 114px;
}

.pa-114 {
  padding: 114px;
}

.mt-114 {
  margin-top: 114px;
}

.mb-114 {
  margin-bottom: 114px;
}

.ml-114 {
  margin-left: 114px;
}

.mr-114 {
  margin-right: 114px;
}

.ma-114 {
  margin: 114px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pa-115 {
  padding: 115px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.ma-115 {
  margin: 115px;
}

.pl-116 {
  padding-left: 116px;
}

.pr-116 {
  padding-right: 116px;
}

.pt-116 {
  padding-top: 116px;
}

.pb-116 {
  padding-bottom: 116px;
}

.pa-116 {
  padding: 116px;
}

.mt-116 {
  margin-top: 116px;
}

.mb-116 {
  margin-bottom: 116px;
}

.ml-116 {
  margin-left: 116px;
}

.mr-116 {
  margin-right: 116px;
}

.ma-116 {
  margin: 116px;
}

.pl-117 {
  padding-left: 117px;
}

.pr-117 {
  padding-right: 117px;
}

.pt-117 {
  padding-top: 117px;
}

.pb-117 {
  padding-bottom: 117px;
}

.pa-117 {
  padding: 117px;
}

.mt-117 {
  margin-top: 117px;
}

.mb-117 {
  margin-bottom: 117px;
}

.ml-117 {
  margin-left: 117px;
}

.mr-117 {
  margin-right: 117px;
}

.ma-117 {
  margin: 117px;
}

.pl-118 {
  padding-left: 118px;
}

.pr-118 {
  padding-right: 118px;
}

.pt-118 {
  padding-top: 118px;
}

.pb-118 {
  padding-bottom: 118px;
}

.pa-118 {
  padding: 118px;
}

.mt-118 {
  margin-top: 118px;
}

.mb-118 {
  margin-bottom: 118px;
}

.ml-118 {
  margin-left: 118px;
}

.mr-118 {
  margin-right: 118px;
}

.ma-118 {
  margin: 118px;
}

.pl-119 {
  padding-left: 119px;
}

.pr-119 {
  padding-right: 119px;
}

.pt-119 {
  padding-top: 119px;
}

.pb-119 {
  padding-bottom: 119px;
}

.pa-119 {
  padding: 119px;
}

.mt-119 {
  margin-top: 119px;
}

.mb-119 {
  margin-bottom: 119px;
}

.ml-119 {
  margin-left: 119px;
}

.mr-119 {
  margin-right: 119px;
}

.ma-119 {
  margin: 119px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pa-120 {
  padding: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.ma-120 {
  margin: 120px;
}

.pl-121 {
  padding-left: 121px;
}

.pr-121 {
  padding-right: 121px;
}

.pt-121 {
  padding-top: 121px;
}

.pb-121 {
  padding-bottom: 121px;
}

.pa-121 {
  padding: 121px;
}

.mt-121 {
  margin-top: 121px;
}

.mb-121 {
  margin-bottom: 121px;
}

.ml-121 {
  margin-left: 121px;
}

.mr-121 {
  margin-right: 121px;
}

.ma-121 {
  margin: 121px;
}

.pl-122 {
  padding-left: 122px;
}

.pr-122 {
  padding-right: 122px;
}

.pt-122 {
  padding-top: 122px;
}

.pb-122 {
  padding-bottom: 122px;
}

.pa-122 {
  padding: 122px;
}

.mt-122 {
  margin-top: 122px;
}

.mb-122 {
  margin-bottom: 122px;
}

.ml-122 {
  margin-left: 122px;
}

.mr-122 {
  margin-right: 122px;
}

.ma-122 {
  margin: 122px;
}

.pl-123 {
  padding-left: 123px;
}

.pr-123 {
  padding-right: 123px;
}

.pt-123 {
  padding-top: 123px;
}

.pb-123 {
  padding-bottom: 123px;
}

.pa-123 {
  padding: 123px;
}

.mt-123 {
  margin-top: 123px;
}

.mb-123 {
  margin-bottom: 123px;
}

.ml-123 {
  margin-left: 123px;
}

.mr-123 {
  margin-right: 123px;
}

.ma-123 {
  margin: 123px;
}

.pl-124 {
  padding-left: 124px;
}

.pr-124 {
  padding-right: 124px;
}

.pt-124 {
  padding-top: 124px;
}

.pb-124 {
  padding-bottom: 124px;
}

.pa-124 {
  padding: 124px;
}

.mt-124 {
  margin-top: 124px;
}

.mb-124 {
  margin-bottom: 124px;
}

.ml-124 {
  margin-left: 124px;
}

.mr-124 {
  margin-right: 124px;
}

.ma-124 {
  margin: 124px;
}

.pl-125 {
  padding-left: 125px;
}

.pr-125 {
  padding-right: 125px;
}

.pt-125 {
  padding-top: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pa-125 {
  padding: 125px;
}

.mt-125 {
  margin-top: 125px;
}

.mb-125 {
  margin-bottom: 125px;
}

.ml-125 {
  margin-left: 125px;
}

.mr-125 {
  margin-right: 125px;
}

.ma-125 {
  margin: 125px;
}

.pl-126 {
  padding-left: 126px;
}

.pr-126 {
  padding-right: 126px;
}

.pt-126 {
  padding-top: 126px;
}

.pb-126 {
  padding-bottom: 126px;
}

.pa-126 {
  padding: 126px;
}

.mt-126 {
  margin-top: 126px;
}

.mb-126 {
  margin-bottom: 126px;
}

.ml-126 {
  margin-left: 126px;
}

.mr-126 {
  margin-right: 126px;
}

.ma-126 {
  margin: 126px;
}

.pl-127 {
  padding-left: 127px;
}

.pr-127 {
  padding-right: 127px;
}

.pt-127 {
  padding-top: 127px;
}

.pb-127 {
  padding-bottom: 127px;
}

.pa-127 {
  padding: 127px;
}

.mt-127 {
  margin-top: 127px;
}

.mb-127 {
  margin-bottom: 127px;
}

.ml-127 {
  margin-left: 127px;
}

.mr-127 {
  margin-right: 127px;
}

.ma-127 {
  margin: 127px;
}

.pl-128 {
  padding-left: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pt-128 {
  padding-top: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pa-128 {
  padding: 128px;
}

.mt-128 {
  margin-top: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.ma-128 {
  margin: 128px;
}

.pl-129 {
  padding-left: 129px;
}

.pr-129 {
  padding-right: 129px;
}

.pt-129 {
  padding-top: 129px;
}

.pb-129 {
  padding-bottom: 129px;
}

.pa-129 {
  padding: 129px;
}

.mt-129 {
  margin-top: 129px;
}

.mb-129 {
  margin-bottom: 129px;
}

.ml-129 {
  margin-left: 129px;
}

.mr-129 {
  margin-right: 129px;
}

.ma-129 {
  margin: 129px;
}

.pl-130 {
  padding-left: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pa-130 {
  padding: 130px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.ma-130 {
  margin: 130px;
}

.pl-131 {
  padding-left: 131px;
}

.pr-131 {
  padding-right: 131px;
}

.pt-131 {
  padding-top: 131px;
}

.pb-131 {
  padding-bottom: 131px;
}

.pa-131 {
  padding: 131px;
}

.mt-131 {
  margin-top: 131px;
}

.mb-131 {
  margin-bottom: 131px;
}

.ml-131 {
  margin-left: 131px;
}

.mr-131 {
  margin-right: 131px;
}

.ma-131 {
  margin: 131px;
}

.pl-132 {
  padding-left: 132px;
}

.pr-132 {
  padding-right: 132px;
}

.pt-132 {
  padding-top: 132px;
}

.pb-132 {
  padding-bottom: 132px;
}

.pa-132 {
  padding: 132px;
}

.mt-132 {
  margin-top: 132px;
}

.mb-132 {
  margin-bottom: 132px;
}

.ml-132 {
  margin-left: 132px;
}

.mr-132 {
  margin-right: 132px;
}

.ma-132 {
  margin: 132px;
}

.pl-133 {
  padding-left: 133px;
}

.pr-133 {
  padding-right: 133px;
}

.pt-133 {
  padding-top: 133px;
}

.pb-133 {
  padding-bottom: 133px;
}

.pa-133 {
  padding: 133px;
}

.mt-133 {
  margin-top: 133px;
}

.mb-133 {
  margin-bottom: 133px;
}

.ml-133 {
  margin-left: 133px;
}

.mr-133 {
  margin-right: 133px;
}

.ma-133 {
  margin: 133px;
}

.pl-134 {
  padding-left: 134px;
}

.pr-134 {
  padding-right: 134px;
}

.pt-134 {
  padding-top: 134px;
}

.pb-134 {
  padding-bottom: 134px;
}

.pa-134 {
  padding: 134px;
}

.mt-134 {
  margin-top: 134px;
}

.mb-134 {
  margin-bottom: 134px;
}

.ml-134 {
  margin-left: 134px;
}

.mr-134 {
  margin-right: 134px;
}

.ma-134 {
  margin: 134px;
}

.pl-135 {
  padding-left: 135px;
}

.pr-135 {
  padding-right: 135px;
}

.pt-135 {
  padding-top: 135px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pa-135 {
  padding: 135px;
}

.mt-135 {
  margin-top: 135px;
}

.mb-135 {
  margin-bottom: 135px;
}

.ml-135 {
  margin-left: 135px;
}

.mr-135 {
  margin-right: 135px;
}

.ma-135 {
  margin: 135px;
}

.pl-136 {
  padding-left: 136px;
}

.pr-136 {
  padding-right: 136px;
}

.pt-136 {
  padding-top: 136px;
}

.pb-136 {
  padding-bottom: 136px;
}

.pa-136 {
  padding: 136px;
}

.mt-136 {
  margin-top: 136px;
}

.mb-136 {
  margin-bottom: 136px;
}

.ml-136 {
  margin-left: 136px;
}

.mr-136 {
  margin-right: 136px;
}

.ma-136 {
  margin: 136px;
}

.pl-137 {
  padding-left: 137px;
}

.pr-137 {
  padding-right: 137px;
}

.pt-137 {
  padding-top: 137px;
}

.pb-137 {
  padding-bottom: 137px;
}

.pa-137 {
  padding: 137px;
}

.mt-137 {
  margin-top: 137px;
}

.mb-137 {
  margin-bottom: 137px;
}

.ml-137 {
  margin-left: 137px;
}

.mr-137 {
  margin-right: 137px;
}

.ma-137 {
  margin: 137px;
}

.pl-138 {
  padding-left: 138px;
}

.pr-138 {
  padding-right: 138px;
}

.pt-138 {
  padding-top: 138px;
}

.pb-138 {
  padding-bottom: 138px;
}

.pa-138 {
  padding: 138px;
}

.mt-138 {
  margin-top: 138px;
}

.mb-138 {
  margin-bottom: 138px;
}

.ml-138 {
  margin-left: 138px;
}

.mr-138 {
  margin-right: 138px;
}

.ma-138 {
  margin: 138px;
}

.pl-139 {
  padding-left: 139px;
}

.pr-139 {
  padding-right: 139px;
}

.pt-139 {
  padding-top: 139px;
}

.pb-139 {
  padding-bottom: 139px;
}

.pa-139 {
  padding: 139px;
}

.mt-139 {
  margin-top: 139px;
}

.mb-139 {
  margin-bottom: 139px;
}

.ml-139 {
  margin-left: 139px;
}

.mr-139 {
  margin-right: 139px;
}

.ma-139 {
  margin: 139px;
}

.pl-140 {
  padding-left: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pa-140 {
  padding: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.ma-140 {
  margin: 140px;
}

.pl-141 {
  padding-left: 141px;
}

.pr-141 {
  padding-right: 141px;
}

.pt-141 {
  padding-top: 141px;
}

.pb-141 {
  padding-bottom: 141px;
}

.pa-141 {
  padding: 141px;
}

.mt-141 {
  margin-top: 141px;
}

.mb-141 {
  margin-bottom: 141px;
}

.ml-141 {
  margin-left: 141px;
}

.mr-141 {
  margin-right: 141px;
}

.ma-141 {
  margin: 141px;
}

.pl-142 {
  padding-left: 142px;
}

.pr-142 {
  padding-right: 142px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-142 {
  padding-bottom: 142px;
}

.pa-142 {
  padding: 142px;
}

.mt-142 {
  margin-top: 142px;
}

.mb-142 {
  margin-bottom: 142px;
}

.ml-142 {
  margin-left: 142px;
}

.mr-142 {
  margin-right: 142px;
}

.ma-142 {
  margin: 142px;
}

.pl-143 {
  padding-left: 143px;
}

.pr-143 {
  padding-right: 143px;
}

.pt-143 {
  padding-top: 143px;
}

.pb-143 {
  padding-bottom: 143px;
}

.pa-143 {
  padding: 143px;
}

.mt-143 {
  margin-top: 143px;
}

.mb-143 {
  margin-bottom: 143px;
}

.ml-143 {
  margin-left: 143px;
}

.mr-143 {
  margin-right: 143px;
}

.ma-143 {
  margin: 143px;
}

.pl-144 {
  padding-left: 144px;
}

.pr-144 {
  padding-right: 144px;
}

.pt-144 {
  padding-top: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

.pa-144 {
  padding: 144px;
}

.mt-144 {
  margin-top: 144px;
}

.mb-144 {
  margin-bottom: 144px;
}

.ml-144 {
  margin-left: 144px;
}

.mr-144 {
  margin-right: 144px;
}

.ma-144 {
  margin: 144px;
}

.pl-145 {
  padding-left: 145px;
}

.pr-145 {
  padding-right: 145px;
}

.pt-145 {
  padding-top: 145px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pa-145 {
  padding: 145px;
}

.mt-145 {
  margin-top: 145px;
}

.mb-145 {
  margin-bottom: 145px;
}

.ml-145 {
  margin-left: 145px;
}

.mr-145 {
  margin-right: 145px;
}

.ma-145 {
  margin: 145px;
}

.pl-146 {
  padding-left: 146px;
}

.pr-146 {
  padding-right: 146px;
}

.pt-146 {
  padding-top: 146px;
}

.pb-146 {
  padding-bottom: 146px;
}

.pa-146 {
  padding: 146px;
}

.mt-146 {
  margin-top: 146px;
}

.mb-146 {
  margin-bottom: 146px;
}

.ml-146 {
  margin-left: 146px;
}

.mr-146 {
  margin-right: 146px;
}

.ma-146 {
  margin: 146px;
}

.pl-147 {
  padding-left: 147px;
}

.pr-147 {
  padding-right: 147px;
}

.pt-147 {
  padding-top: 147px;
}

.pb-147 {
  padding-bottom: 147px;
}

.pa-147 {
  padding: 147px;
}

.mt-147 {
  margin-top: 147px;
}

.mb-147 {
  margin-bottom: 147px;
}

.ml-147 {
  margin-left: 147px;
}

.mr-147 {
  margin-right: 147px;
}

.ma-147 {
  margin: 147px;
}

.pl-148 {
  padding-left: 148px;
}

.pr-148 {
  padding-right: 148px;
}

.pt-148 {
  padding-top: 148px;
}

.pb-148 {
  padding-bottom: 148px;
}

.pa-148 {
  padding: 148px;
}

.mt-148 {
  margin-top: 148px;
}

.mb-148 {
  margin-bottom: 148px;
}

.ml-148 {
  margin-left: 148px;
}

.mr-148 {
  margin-right: 148px;
}

.ma-148 {
  margin: 148px;
}

.pl-149 {
  padding-left: 149px;
}

.pr-149 {
  padding-right: 149px;
}

.pt-149 {
  padding-top: 149px;
}

.pb-149 {
  padding-bottom: 149px;
}

.pa-149 {
  padding: 149px;
}

.mt-149 {
  margin-top: 149px;
}

.mb-149 {
  margin-bottom: 149px;
}

.ml-149 {
  margin-left: 149px;
}

.mr-149 {
  margin-right: 149px;
}

.ma-149 {
  margin: 149px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pa-150 {
  padding: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.ma-150 {
  margin: 150px;
}

.pl-151 {
  padding-left: 151px;
}

.pr-151 {
  padding-right: 151px;
}

.pt-151 {
  padding-top: 151px;
}

.pb-151 {
  padding-bottom: 151px;
}

.pa-151 {
  padding: 151px;
}

.mt-151 {
  margin-top: 151px;
}

.mb-151 {
  margin-bottom: 151px;
}

.ml-151 {
  margin-left: 151px;
}

.mr-151 {
  margin-right: 151px;
}

.ma-151 {
  margin: 151px;
}

.pl-152 {
  padding-left: 152px;
}

.pr-152 {
  padding-right: 152px;
}

.pt-152 {
  padding-top: 152px;
}

.pb-152 {
  padding-bottom: 152px;
}

.pa-152 {
  padding: 152px;
}

.mt-152 {
  margin-top: 152px;
}

.mb-152 {
  margin-bottom: 152px;
}

.ml-152 {
  margin-left: 152px;
}

.mr-152 {
  margin-right: 152px;
}

.ma-152 {
  margin: 152px;
}

.pl-153 {
  padding-left: 153px;
}

.pr-153 {
  padding-right: 153px;
}

.pt-153 {
  padding-top: 153px;
}

.pb-153 {
  padding-bottom: 153px;
}

.pa-153 {
  padding: 153px;
}

.mt-153 {
  margin-top: 153px;
}

.mb-153 {
  margin-bottom: 153px;
}

.ml-153 {
  margin-left: 153px;
}

.mr-153 {
  margin-right: 153px;
}

.ma-153 {
  margin: 153px;
}

.pl-154 {
  padding-left: 154px;
}

.pr-154 {
  padding-right: 154px;
}

.pt-154 {
  padding-top: 154px;
}

.pb-154 {
  padding-bottom: 154px;
}

.pa-154 {
  padding: 154px;
}

.mt-154 {
  margin-top: 154px;
}

.mb-154 {
  margin-bottom: 154px;
}

.ml-154 {
  margin-left: 154px;
}

.mr-154 {
  margin-right: 154px;
}

.ma-154 {
  margin: 154px;
}

.pl-155 {
  padding-left: 155px;
}

.pr-155 {
  padding-right: 155px;
}

.pt-155 {
  padding-top: 155px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pa-155 {
  padding: 155px;
}

.mt-155 {
  margin-top: 155px;
}

.mb-155 {
  margin-bottom: 155px;
}

.ml-155 {
  margin-left: 155px;
}

.mr-155 {
  margin-right: 155px;
}

.ma-155 {
  margin: 155px;
}

.pl-156 {
  padding-left: 156px;
}

.pr-156 {
  padding-right: 156px;
}

.pt-156 {
  padding-top: 156px;
}

.pb-156 {
  padding-bottom: 156px;
}

.pa-156 {
  padding: 156px;
}

.mt-156 {
  margin-top: 156px;
}

.mb-156 {
  margin-bottom: 156px;
}

.ml-156 {
  margin-left: 156px;
}

.mr-156 {
  margin-right: 156px;
}

.ma-156 {
  margin: 156px;
}

.pl-157 {
  padding-left: 157px;
}

.pr-157 {
  padding-right: 157px;
}

.pt-157 {
  padding-top: 157px;
}

.pb-157 {
  padding-bottom: 157px;
}

.pa-157 {
  padding: 157px;
}

.mt-157 {
  margin-top: 157px;
}

.mb-157 {
  margin-bottom: 157px;
}

.ml-157 {
  margin-left: 157px;
}

.mr-157 {
  margin-right: 157px;
}

.ma-157 {
  margin: 157px;
}

.pl-158 {
  padding-left: 158px;
}

.pr-158 {
  padding-right: 158px;
}

.pt-158 {
  padding-top: 158px;
}

.pb-158 {
  padding-bottom: 158px;
}

.pa-158 {
  padding: 158px;
}

.mt-158 {
  margin-top: 158px;
}

.mb-158 {
  margin-bottom: 158px;
}

.ml-158 {
  margin-left: 158px;
}

.mr-158 {
  margin-right: 158px;
}

.ma-158 {
  margin: 158px;
}

.pl-159 {
  padding-left: 159px;
}

.pr-159 {
  padding-right: 159px;
}

.pt-159 {
  padding-top: 159px;
}

.pb-159 {
  padding-bottom: 159px;
}

.pa-159 {
  padding: 159px;
}

.mt-159 {
  margin-top: 159px;
}

.mb-159 {
  margin-bottom: 159px;
}

.ml-159 {
  margin-left: 159px;
}

.mr-159 {
  margin-right: 159px;
}

.ma-159 {
  margin: 159px;
}

.pl-160 {
  padding-left: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pa-160 {
  padding: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.ma-160 {
  margin: 160px;
}

.pl-161 {
  padding-left: 161px;
}

.pr-161 {
  padding-right: 161px;
}

.pt-161 {
  padding-top: 161px;
}

.pb-161 {
  padding-bottom: 161px;
}

.pa-161 {
  padding: 161px;
}

.mt-161 {
  margin-top: 161px;
}

.mb-161 {
  margin-bottom: 161px;
}

.ml-161 {
  margin-left: 161px;
}

.mr-161 {
  margin-right: 161px;
}

.ma-161 {
  margin: 161px;
}

.pl-162 {
  padding-left: 162px;
}

.pr-162 {
  padding-right: 162px;
}

.pt-162 {
  padding-top: 162px;
}

.pb-162 {
  padding-bottom: 162px;
}

.pa-162 {
  padding: 162px;
}

.mt-162 {
  margin-top: 162px;
}

.mb-162 {
  margin-bottom: 162px;
}

.ml-162 {
  margin-left: 162px;
}

.mr-162 {
  margin-right: 162px;
}

.ma-162 {
  margin: 162px;
}

.pl-163 {
  padding-left: 163px;
}

.pr-163 {
  padding-right: 163px;
}

.pt-163 {
  padding-top: 163px;
}

.pb-163 {
  padding-bottom: 163px;
}

.pa-163 {
  padding: 163px;
}

.mt-163 {
  margin-top: 163px;
}

.mb-163 {
  margin-bottom: 163px;
}

.ml-163 {
  margin-left: 163px;
}

.mr-163 {
  margin-right: 163px;
}

.ma-163 {
  margin: 163px;
}

.pl-164 {
  padding-left: 164px;
}

.pr-164 {
  padding-right: 164px;
}

.pt-164 {
  padding-top: 164px;
}

.pb-164 {
  padding-bottom: 164px;
}

.pa-164 {
  padding: 164px;
}

.mt-164 {
  margin-top: 164px;
}

.mb-164 {
  margin-bottom: 164px;
}

.ml-164 {
  margin-left: 164px;
}

.mr-164 {
  margin-right: 164px;
}

.ma-164 {
  margin: 164px;
}

.pl-165 {
  padding-left: 165px;
}

.pr-165 {
  padding-right: 165px;
}

.pt-165 {
  padding-top: 165px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pa-165 {
  padding: 165px;
}

.mt-165 {
  margin-top: 165px;
}

.mb-165 {
  margin-bottom: 165px;
}

.ml-165 {
  margin-left: 165px;
}

.mr-165 {
  margin-right: 165px;
}

.ma-165 {
  margin: 165px;
}

.pl-166 {
  padding-left: 166px;
}

.pr-166 {
  padding-right: 166px;
}

.pt-166 {
  padding-top: 166px;
}

.pb-166 {
  padding-bottom: 166px;
}

.pa-166 {
  padding: 166px;
}

.mt-166 {
  margin-top: 166px;
}

.mb-166 {
  margin-bottom: 166px;
}

.ml-166 {
  margin-left: 166px;
}

.mr-166 {
  margin-right: 166px;
}

.ma-166 {
  margin: 166px;
}

.pl-167 {
  padding-left: 167px;
}

.pr-167 {
  padding-right: 167px;
}

.pt-167 {
  padding-top: 167px;
}

.pb-167 {
  padding-bottom: 167px;
}

.pa-167 {
  padding: 167px;
}

.mt-167 {
  margin-top: 167px;
}

.mb-167 {
  margin-bottom: 167px;
}

.ml-167 {
  margin-left: 167px;
}

.mr-167 {
  margin-right: 167px;
}

.ma-167 {
  margin: 167px;
}

.pl-168 {
  padding-left: 168px;
}

.pr-168 {
  padding-right: 168px;
}

.pt-168 {
  padding-top: 168px;
}

.pb-168 {
  padding-bottom: 168px;
}

.pa-168 {
  padding: 168px;
}

.mt-168 {
  margin-top: 168px;
}

.mb-168 {
  margin-bottom: 168px;
}

.ml-168 {
  margin-left: 168px;
}

.mr-168 {
  margin-right: 168px;
}

.ma-168 {
  margin: 168px;
}

.pl-169 {
  padding-left: 169px;
}

.pr-169 {
  padding-right: 169px;
}

.pt-169 {
  padding-top: 169px;
}

.pb-169 {
  padding-bottom: 169px;
}

.pa-169 {
  padding: 169px;
}

.mt-169 {
  margin-top: 169px;
}

.mb-169 {
  margin-bottom: 169px;
}

.ml-169 {
  margin-left: 169px;
}

.mr-169 {
  margin-right: 169px;
}

.ma-169 {
  margin: 169px;
}

.pl-170 {
  padding-left: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pa-170 {
  padding: 170px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.ml-170 {
  margin-left: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.ma-170 {
  margin: 170px;
}

.pl-171 {
  padding-left: 171px;
}

.pr-171 {
  padding-right: 171px;
}

.pt-171 {
  padding-top: 171px;
}

.pb-171 {
  padding-bottom: 171px;
}

.pa-171 {
  padding: 171px;
}

.mt-171 {
  margin-top: 171px;
}

.mb-171 {
  margin-bottom: 171px;
}

.ml-171 {
  margin-left: 171px;
}

.mr-171 {
  margin-right: 171px;
}

.ma-171 {
  margin: 171px;
}

.pl-172 {
  padding-left: 172px;
}

.pr-172 {
  padding-right: 172px;
}

.pt-172 {
  padding-top: 172px;
}

.pb-172 {
  padding-bottom: 172px;
}

.pa-172 {
  padding: 172px;
}

.mt-172 {
  margin-top: 172px;
}

.mb-172 {
  margin-bottom: 172px;
}

.ml-172 {
  margin-left: 172px;
}

.mr-172 {
  margin-right: 172px;
}

.ma-172 {
  margin: 172px;
}

.pl-173 {
  padding-left: 173px;
}

.pr-173 {
  padding-right: 173px;
}

.pt-173 {
  padding-top: 173px;
}

.pb-173 {
  padding-bottom: 173px;
}

.pa-173 {
  padding: 173px;
}

.mt-173 {
  margin-top: 173px;
}

.mb-173 {
  margin-bottom: 173px;
}

.ml-173 {
  margin-left: 173px;
}

.mr-173 {
  margin-right: 173px;
}

.ma-173 {
  margin: 173px;
}

.pl-174 {
  padding-left: 174px;
}

.pr-174 {
  padding-right: 174px;
}

.pt-174 {
  padding-top: 174px;
}

.pb-174 {
  padding-bottom: 174px;
}

.pa-174 {
  padding: 174px;
}

.mt-174 {
  margin-top: 174px;
}

.mb-174 {
  margin-bottom: 174px;
}

.ml-174 {
  margin-left: 174px;
}

.mr-174 {
  margin-right: 174px;
}

.ma-174 {
  margin: 174px;
}

.pl-175 {
  padding-left: 175px;
}

.pr-175 {
  padding-right: 175px;
}

.pt-175 {
  padding-top: 175px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pa-175 {
  padding: 175px;
}

.mt-175 {
  margin-top: 175px;
}

.mb-175 {
  margin-bottom: 175px;
}

.ml-175 {
  margin-left: 175px;
}

.mr-175 {
  margin-right: 175px;
}

.ma-175 {
  margin: 175px;
}

.pl-176 {
  padding-left: 176px;
}

.pr-176 {
  padding-right: 176px;
}

.pt-176 {
  padding-top: 176px;
}

.pb-176 {
  padding-bottom: 176px;
}

.pa-176 {
  padding: 176px;
}

.mt-176 {
  margin-top: 176px;
}

.mb-176 {
  margin-bottom: 176px;
}

.ml-176 {
  margin-left: 176px;
}

.mr-176 {
  margin-right: 176px;
}

.ma-176 {
  margin: 176px;
}

.pl-177 {
  padding-left: 177px;
}

.pr-177 {
  padding-right: 177px;
}

.pt-177 {
  padding-top: 177px;
}

.pb-177 {
  padding-bottom: 177px;
}

.pa-177 {
  padding: 177px;
}

.mt-177 {
  margin-top: 177px;
}

.mb-177 {
  margin-bottom: 177px;
}

.ml-177 {
  margin-left: 177px;
}

.mr-177 {
  margin-right: 177px;
}

.ma-177 {
  margin: 177px;
}

.pl-178 {
  padding-left: 178px;
}

.pr-178 {
  padding-right: 178px;
}

.pt-178 {
  padding-top: 178px;
}

.pb-178 {
  padding-bottom: 178px;
}

.pa-178 {
  padding: 178px;
}

.mt-178 {
  margin-top: 178px;
}

.mb-178 {
  margin-bottom: 178px;
}

.ml-178 {
  margin-left: 178px;
}

.mr-178 {
  margin-right: 178px;
}

.ma-178 {
  margin: 178px;
}

.pl-179 {
  padding-left: 179px;
}

.pr-179 {
  padding-right: 179px;
}

.pt-179 {
  padding-top: 179px;
}

.pb-179 {
  padding-bottom: 179px;
}

.pa-179 {
  padding: 179px;
}

.mt-179 {
  margin-top: 179px;
}

.mb-179 {
  margin-bottom: 179px;
}

.ml-179 {
  margin-left: 179px;
}

.mr-179 {
  margin-right: 179px;
}

.ma-179 {
  margin: 179px;
}

.pl-180 {
  padding-left: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pa-180 {
  padding: 180px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.ma-180 {
  margin: 180px;
}

.pl-181 {
  padding-left: 181px;
}

.pr-181 {
  padding-right: 181px;
}

.pt-181 {
  padding-top: 181px;
}

.pb-181 {
  padding-bottom: 181px;
}

.pa-181 {
  padding: 181px;
}

.mt-181 {
  margin-top: 181px;
}

.mb-181 {
  margin-bottom: 181px;
}

.ml-181 {
  margin-left: 181px;
}

.mr-181 {
  margin-right: 181px;
}

.ma-181 {
  margin: 181px;
}

.pl-182 {
  padding-left: 182px;
}

.pr-182 {
  padding-right: 182px;
}

.pt-182 {
  padding-top: 182px;
}

.pb-182 {
  padding-bottom: 182px;
}

.pa-182 {
  padding: 182px;
}

.mt-182 {
  margin-top: 182px;
}

.mb-182 {
  margin-bottom: 182px;
}

.ml-182 {
  margin-left: 182px;
}

.mr-182 {
  margin-right: 182px;
}

.ma-182 {
  margin: 182px;
}

.pl-183 {
  padding-left: 183px;
}

.pr-183 {
  padding-right: 183px;
}

.pt-183 {
  padding-top: 183px;
}

.pb-183 {
  padding-bottom: 183px;
}

.pa-183 {
  padding: 183px;
}

.mt-183 {
  margin-top: 183px;
}

.mb-183 {
  margin-bottom: 183px;
}

.ml-183 {
  margin-left: 183px;
}

.mr-183 {
  margin-right: 183px;
}

.ma-183 {
  margin: 183px;
}

.pl-184 {
  padding-left: 184px;
}

.pr-184 {
  padding-right: 184px;
}

.pt-184 {
  padding-top: 184px;
}

.pb-184 {
  padding-bottom: 184px;
}

.pa-184 {
  padding: 184px;
}

.mt-184 {
  margin-top: 184px;
}

.mb-184 {
  margin-bottom: 184px;
}

.ml-184 {
  margin-left: 184px;
}

.mr-184 {
  margin-right: 184px;
}

.ma-184 {
  margin: 184px;
}

.pl-185 {
  padding-left: 185px;
}

.pr-185 {
  padding-right: 185px;
}

.pt-185 {
  padding-top: 185px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pa-185 {
  padding: 185px;
}

.mt-185 {
  margin-top: 185px;
}

.mb-185 {
  margin-bottom: 185px;
}

.ml-185 {
  margin-left: 185px;
}

.mr-185 {
  margin-right: 185px;
}

.ma-185 {
  margin: 185px;
}

.pl-186 {
  padding-left: 186px;
}

.pr-186 {
  padding-right: 186px;
}

.pt-186 {
  padding-top: 186px;
}

.pb-186 {
  padding-bottom: 186px;
}

.pa-186 {
  padding: 186px;
}

.mt-186 {
  margin-top: 186px;
}

.mb-186 {
  margin-bottom: 186px;
}

.ml-186 {
  margin-left: 186px;
}

.mr-186 {
  margin-right: 186px;
}

.ma-186 {
  margin: 186px;
}

.pl-187 {
  padding-left: 187px;
}

.pr-187 {
  padding-right: 187px;
}

.pt-187 {
  padding-top: 187px;
}

.pb-187 {
  padding-bottom: 187px;
}

.pa-187 {
  padding: 187px;
}

.mt-187 {
  margin-top: 187px;
}

.mb-187 {
  margin-bottom: 187px;
}

.ml-187 {
  margin-left: 187px;
}

.mr-187 {
  margin-right: 187px;
}

.ma-187 {
  margin: 187px;
}

.pl-188 {
  padding-left: 188px;
}

.pr-188 {
  padding-right: 188px;
}

.pt-188 {
  padding-top: 188px;
}

.pb-188 {
  padding-bottom: 188px;
}

.pa-188 {
  padding: 188px;
}

.mt-188 {
  margin-top: 188px;
}

.mb-188 {
  margin-bottom: 188px;
}

.ml-188 {
  margin-left: 188px;
}

.mr-188 {
  margin-right: 188px;
}

.ma-188 {
  margin: 188px;
}

.pl-189 {
  padding-left: 189px;
}

.pr-189 {
  padding-right: 189px;
}

.pt-189 {
  padding-top: 189px;
}

.pb-189 {
  padding-bottom: 189px;
}

.pa-189 {
  padding: 189px;
}

.mt-189 {
  margin-top: 189px;
}

.mb-189 {
  margin-bottom: 189px;
}

.ml-189 {
  margin-left: 189px;
}

.mr-189 {
  margin-right: 189px;
}

.ma-189 {
  margin: 189px;
}

.pl-190 {
  padding-left: 190px;
}

.pr-190 {
  padding-right: 190px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pa-190 {
  padding: 190px;
}

.mt-190 {
  margin-top: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.ml-190 {
  margin-left: 190px;
}

.mr-190 {
  margin-right: 190px;
}

.ma-190 {
  margin: 190px;
}

.pl-191 {
  padding-left: 191px;
}

.pr-191 {
  padding-right: 191px;
}

.pt-191 {
  padding-top: 191px;
}

.pb-191 {
  padding-bottom: 191px;
}

.pa-191 {
  padding: 191px;
}

.mt-191 {
  margin-top: 191px;
}

.mb-191 {
  margin-bottom: 191px;
}

.ml-191 {
  margin-left: 191px;
}

.mr-191 {
  margin-right: 191px;
}

.ma-191 {
  margin: 191px;
}

.pl-192 {
  padding-left: 192px;
}

.pr-192 {
  padding-right: 192px;
}

.pt-192 {
  padding-top: 192px;
}

.pb-192 {
  padding-bottom: 192px;
}

.pa-192 {
  padding: 192px;
}

.mt-192 {
  margin-top: 192px;
}

.mb-192 {
  margin-bottom: 192px;
}

.ml-192 {
  margin-left: 192px;
}

.mr-192 {
  margin-right: 192px;
}

.ma-192 {
  margin: 192px;
}

.pl-193 {
  padding-left: 193px;
}

.pr-193 {
  padding-right: 193px;
}

.pt-193 {
  padding-top: 193px;
}

.pb-193 {
  padding-bottom: 193px;
}

.pa-193 {
  padding: 193px;
}

.mt-193 {
  margin-top: 193px;
}

.mb-193 {
  margin-bottom: 193px;
}

.ml-193 {
  margin-left: 193px;
}

.mr-193 {
  margin-right: 193px;
}

.ma-193 {
  margin: 193px;
}

.pl-194 {
  padding-left: 194px;
}

.pr-194 {
  padding-right: 194px;
}

.pt-194 {
  padding-top: 194px;
}

.pb-194 {
  padding-bottom: 194px;
}

.pa-194 {
  padding: 194px;
}

.mt-194 {
  margin-top: 194px;
}

.mb-194 {
  margin-bottom: 194px;
}

.ml-194 {
  margin-left: 194px;
}

.mr-194 {
  margin-right: 194px;
}

.ma-194 {
  margin: 194px;
}

.pl-195 {
  padding-left: 195px;
}

.pr-195 {
  padding-right: 195px;
}

.pt-195 {
  padding-top: 195px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pa-195 {
  padding: 195px;
}

.mt-195 {
  margin-top: 195px;
}

.mb-195 {
  margin-bottom: 195px;
}

.ml-195 {
  margin-left: 195px;
}

.mr-195 {
  margin-right: 195px;
}

.ma-195 {
  margin: 195px;
}

.pl-196 {
  padding-left: 196px;
}

.pr-196 {
  padding-right: 196px;
}

.pt-196 {
  padding-top: 196px;
}

.pb-196 {
  padding-bottom: 196px;
}

.pa-196 {
  padding: 196px;
}

.mt-196 {
  margin-top: 196px;
}

.mb-196 {
  margin-bottom: 196px;
}

.ml-196 {
  margin-left: 196px;
}

.mr-196 {
  margin-right: 196px;
}

.ma-196 {
  margin: 196px;
}

.pl-197 {
  padding-left: 197px;
}

.pr-197 {
  padding-right: 197px;
}

.pt-197 {
  padding-top: 197px;
}

.pb-197 {
  padding-bottom: 197px;
}

.pa-197 {
  padding: 197px;
}

.mt-197 {
  margin-top: 197px;
}

.mb-197 {
  margin-bottom: 197px;
}

.ml-197 {
  margin-left: 197px;
}

.mr-197 {
  margin-right: 197px;
}

.ma-197 {
  margin: 197px;
}

.pl-198 {
  padding-left: 198px;
}

.pr-198 {
  padding-right: 198px;
}

.pt-198 {
  padding-top: 198px;
}

.pb-198 {
  padding-bottom: 198px;
}

.pa-198 {
  padding: 198px;
}

.mt-198 {
  margin-top: 198px;
}

.mb-198 {
  margin-bottom: 198px;
}

.ml-198 {
  margin-left: 198px;
}

.mr-198 {
  margin-right: 198px;
}

.ma-198 {
  margin: 198px;
}

.pl-199 {
  padding-left: 199px;
}

.pr-199 {
  padding-right: 199px;
}

.pt-199 {
  padding-top: 199px;
}

.pb-199 {
  padding-bottom: 199px;
}

.pa-199 {
  padding: 199px;
}

.mt-199 {
  margin-top: 199px;
}

.mb-199 {
  margin-bottom: 199px;
}

.ml-199 {
  margin-left: 199px;
}

.mr-199 {
  margin-right: 199px;
}

.ma-199 {
  margin: 199px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pa-200 {
  padding: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.ma-200 {
  margin: 200px;
}

@media only screen and (max-width: 991px) {
  .m-pl-0 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-0 {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-0 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-0 {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-0 {
    padding: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-0 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-0 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-0 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-0 {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-0 {
    margin: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-1 {
    padding-left: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-1 {
    padding-right: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-1 {
    padding-top: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-1 {
    padding-bottom: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-1 {
    padding: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-1 {
    margin-top: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-1 {
    margin-bottom: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-1 {
    margin-left: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-1 {
    margin-right: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-1 {
    margin: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-2 {
    padding-left: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-2 {
    padding-right: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-2 {
    padding-top: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-2 {
    padding-bottom: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-2 {
    padding: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-2 {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-2 {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-2 {
    margin-left: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-2 {
    margin-right: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-2 {
    margin: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-3 {
    padding-left: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-3 {
    padding-right: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-3 {
    padding-top: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-3 {
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-3 {
    padding: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-3 {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-3 {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-3 {
    margin-left: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-3 {
    margin-right: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-3 {
    margin: 3px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-4 {
    padding-left: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-4 {
    padding-right: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-4 {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-4 {
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-4 {
    padding: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-4 {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-4 {
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-4 {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-4 {
    margin-right: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-4 {
    margin: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-5 {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-5 {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-5 {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-5 {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-5 {
    padding: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-5 {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-5 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-5 {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-5 {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-5 {
    margin: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-6 {
    padding-left: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-6 {
    padding-right: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-6 {
    padding-top: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-6 {
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-6 {
    padding: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-6 {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-6 {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-6 {
    margin-left: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-6 {
    margin-right: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-6 {
    margin: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-7 {
    padding-left: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-7 {
    padding-right: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-7 {
    padding-top: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-7 {
    padding-bottom: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-7 {
    padding: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-7 {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-7 {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-7 {
    margin-left: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-7 {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-7 {
    margin: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-8 {
    padding-left: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-8 {
    padding-right: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-8 {
    padding-top: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-8 {
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-8 {
    padding: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-8 {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-8 {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-8 {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-8 {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-8 {
    margin: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-9 {
    padding-left: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-9 {
    padding-right: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-9 {
    padding-top: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-9 {
    padding-bottom: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-9 {
    padding: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-9 {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-9 {
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-9 {
    margin-left: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-9 {
    margin-right: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-9 {
    margin: 9px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-10 {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-10 {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-10 {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-10 {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-10 {
    padding: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-10 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-10 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-10 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-10 {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-10 {
    margin: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-11 {
    padding-left: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-11 {
    padding-right: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-11 {
    padding-top: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-11 {
    padding-bottom: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-11 {
    padding: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-11 {
    margin-top: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-11 {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-11 {
    margin-left: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-11 {
    margin-right: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-11 {
    margin: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-12 {
    padding-left: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-12 {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-12 {
    padding-top: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-12 {
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-12 {
    padding: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-12 {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-12 {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-12 {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-12 {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-12 {
    margin: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-13 {
    padding-left: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-13 {
    padding-right: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-13 {
    padding-top: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-13 {
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-13 {
    padding: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-13 {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-13 {
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-13 {
    margin-left: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-13 {
    margin-right: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-13 {
    margin: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-14 {
    padding-left: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-14 {
    padding-right: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-14 {
    padding-top: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-14 {
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-14 {
    padding: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-14 {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-14 {
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-14 {
    margin-left: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-14 {
    margin-right: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-14 {
    margin: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-15 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-15 {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-15 {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-15 {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-15 {
    padding: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-15 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-15 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-15 {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-15 {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-15 {
    margin: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-16 {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-16 {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-16 {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-16 {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-16 {
    padding: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-16 {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-16 {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-16 {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-16 {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-16 {
    margin: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-17 {
    padding-left: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-17 {
    padding-right: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-17 {
    padding-top: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-17 {
    padding-bottom: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-17 {
    padding: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-17 {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-17 {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-17 {
    margin-left: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-17 {
    margin-right: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-17 {
    margin: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-18 {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-18 {
    padding-right: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-18 {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-18 {
    padding-bottom: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-18 {
    padding: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-18 {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-18 {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-18 {
    margin-left: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-18 {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-18 {
    margin: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-19 {
    padding-left: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-19 {
    padding-right: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-19 {
    padding-top: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-19 {
    padding-bottom: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-19 {
    padding: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-19 {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-19 {
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-19 {
    margin-left: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-19 {
    margin-right: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-19 {
    margin: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-20 {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-20 {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-20 {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-20 {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-20 {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-20 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-20 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-20 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-20 {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-20 {
    margin: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-21 {
    padding-left: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-21 {
    padding-right: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-21 {
    padding-top: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-21 {
    padding-bottom: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-21 {
    padding: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-21 {
    margin-top: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-21 {
    margin-bottom: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-21 {
    margin-left: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-21 {
    margin-right: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-21 {
    margin: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-22 {
    padding-left: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-22 {
    padding-right: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-22 {
    padding-top: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-22 {
    padding-bottom: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-22 {
    padding: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-22 {
    margin-top: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-22 {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-22 {
    margin-left: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-22 {
    margin-right: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-22 {
    margin: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-23 {
    padding-left: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-23 {
    padding-right: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-23 {
    padding-top: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-23 {
    padding-bottom: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-23 {
    padding: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-23 {
    margin-top: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-23 {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-23 {
    margin-left: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-23 {
    margin-right: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-23 {
    margin: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-24 {
    padding-left: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-24 {
    padding-right: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-24 {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-24 {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-24 {
    padding: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-24 {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-24 {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-24 {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-24 {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-24 {
    margin: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-25 {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-25 {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-25 {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-25 {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-25 {
    padding: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-25 {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-25 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-25 {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-25 {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-25 {
    margin: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-26 {
    padding-left: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-26 {
    padding-right: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-26 {
    padding-top: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-26 {
    padding-bottom: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-26 {
    padding: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-26 {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-26 {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-26 {
    margin-left: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-26 {
    margin-right: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-26 {
    margin: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-27 {
    padding-left: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-27 {
    padding-right: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-27 {
    padding-top: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-27 {
    padding-bottom: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-27 {
    padding: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-27 {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-27 {
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-27 {
    margin-left: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-27 {
    margin-right: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-27 {
    margin: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-28 {
    padding-left: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-28 {
    padding-right: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-28 {
    padding-top: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-28 {
    padding-bottom: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-28 {
    padding: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-28 {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-28 {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-28 {
    margin-left: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-28 {
    margin-right: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-28 {
    margin: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-29 {
    padding-left: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-29 {
    padding-right: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-29 {
    padding-top: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-29 {
    padding-bottom: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-29 {
    padding: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-29 {
    margin-top: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-29 {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-29 {
    margin-left: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-29 {
    margin-right: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-29 {
    margin: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-30 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-30 {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-30 {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-30 {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-30 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-30 {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-30 {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-30 {
    margin: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-31 {
    padding-left: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-31 {
    padding-right: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-31 {
    padding-top: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-31 {
    padding-bottom: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-31 {
    padding: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-31 {
    margin-top: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-31 {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-31 {
    margin-left: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-31 {
    margin-right: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-31 {
    margin: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-32 {
    padding-left: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-32 {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-32 {
    padding-top: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-32 {
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-32 {
    padding: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-32 {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-32 {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-32 {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-32 {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-32 {
    margin: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-33 {
    padding-left: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-33 {
    padding-right: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-33 {
    padding-top: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-33 {
    padding-bottom: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-33 {
    padding: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-33 {
    margin-top: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-33 {
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-33 {
    margin-left: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-33 {
    margin-right: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-33 {
    margin: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-34 {
    padding-left: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-34 {
    padding-right: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-34 {
    padding-top: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-34 {
    padding-bottom: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-34 {
    padding: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-34 {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-34 {
    margin-bottom: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-34 {
    margin-left: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-34 {
    margin-right: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-34 {
    margin: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-35 {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-35 {
    padding-right: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-35 {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-35 {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-35 {
    padding: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-35 {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-35 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-35 {
    margin-left: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-35 {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-35 {
    margin: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-36 {
    padding-left: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-36 {
    padding-right: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-36 {
    padding-top: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-36 {
    padding-bottom: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-36 {
    padding: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-36 {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-36 {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-36 {
    margin-left: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-36 {
    margin-right: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-36 {
    margin: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-37 {
    padding-left: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-37 {
    padding-right: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-37 {
    padding-top: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-37 {
    padding-bottom: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-37 {
    padding: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-37 {
    margin-top: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-37 {
    margin-bottom: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-37 {
    margin-left: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-37 {
    margin-right: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-37 {
    margin: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-38 {
    padding-left: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-38 {
    padding-right: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-38 {
    padding-top: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-38 {
    padding-bottom: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-38 {
    padding: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-38 {
    margin-top: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-38 {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-38 {
    margin-left: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-38 {
    margin-right: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-38 {
    margin: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-39 {
    padding-left: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-39 {
    padding-right: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-39 {
    padding-top: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-39 {
    padding-bottom: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-39 {
    padding: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-39 {
    margin-top: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-39 {
    margin-bottom: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-39 {
    margin-left: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-39 {
    margin-right: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-39 {
    margin: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-40 {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-40 {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-40 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-40 {
    padding: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-40 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-40 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-40 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-40 {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-40 {
    margin: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-41 {
    padding-left: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-41 {
    padding-right: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-41 {
    padding-top: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-41 {
    padding-bottom: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-41 {
    padding: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-41 {
    margin-top: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-41 {
    margin-bottom: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-41 {
    margin-left: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-41 {
    margin-right: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-41 {
    margin: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-42 {
    padding-left: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-42 {
    padding-right: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-42 {
    padding-top: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-42 {
    padding-bottom: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-42 {
    padding: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-42 {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-42 {
    margin-bottom: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-42 {
    margin-left: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-42 {
    margin-right: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-42 {
    margin: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-43 {
    padding-left: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-43 {
    padding-right: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-43 {
    padding-top: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-43 {
    padding-bottom: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-43 {
    padding: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-43 {
    margin-top: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-43 {
    margin-bottom: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-43 {
    margin-left: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-43 {
    margin-right: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-43 {
    margin: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-44 {
    padding-left: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-44 {
    padding-right: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-44 {
    padding-top: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-44 {
    padding-bottom: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-44 {
    padding: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-44 {
    margin-top: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-44 {
    margin-bottom: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-44 {
    margin-left: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-44 {
    margin-right: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-44 {
    margin: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-45 {
    padding-left: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-45 {
    padding-right: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-45 {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-45 {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-45 {
    padding: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-45 {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-45 {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-45 {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-45 {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-45 {
    margin: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-46 {
    padding-left: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-46 {
    padding-right: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-46 {
    padding-top: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-46 {
    padding-bottom: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-46 {
    padding: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-46 {
    margin-top: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-46 {
    margin-bottom: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-46 {
    margin-left: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-46 {
    margin-right: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-46 {
    margin: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-47 {
    padding-left: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-47 {
    padding-right: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-47 {
    padding-top: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-47 {
    padding-bottom: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-47 {
    padding: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-47 {
    margin-top: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-47 {
    margin-bottom: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-47 {
    margin-left: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-47 {
    margin-right: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-47 {
    margin: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-48 {
    padding-left: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-48 {
    padding-right: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-48 {
    padding-top: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-48 {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-48 {
    padding: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-48 {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-48 {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-48 {
    margin-left: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-48 {
    margin-right: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-48 {
    margin: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-49 {
    padding-left: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-49 {
    padding-right: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-49 {
    padding-top: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-49 {
    padding-bottom: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-49 {
    padding: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-49 {
    margin-top: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-49 {
    margin-bottom: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-49 {
    margin-left: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-49 {
    margin-right: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-49 {
    margin: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-50 {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-50 {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-50 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-50 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-50 {
    padding: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-50 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-50 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-50 {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-50 {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-50 {
    margin: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-51 {
    padding-left: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-51 {
    padding-right: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-51 {
    padding-top: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-51 {
    padding-bottom: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-51 {
    padding: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-51 {
    margin-top: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-51 {
    margin-bottom: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-51 {
    margin-left: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-51 {
    margin-right: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-51 {
    margin: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-52 {
    padding-left: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-52 {
    padding-right: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-52 {
    padding-top: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-52 {
    padding-bottom: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-52 {
    padding: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-52 {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-52 {
    margin-bottom: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-52 {
    margin-left: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-52 {
    margin-right: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-52 {
    margin: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-53 {
    padding-left: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-53 {
    padding-right: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-53 {
    padding-top: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-53 {
    padding-bottom: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-53 {
    padding: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-53 {
    margin-top: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-53 {
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-53 {
    margin-left: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-53 {
    margin-right: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-53 {
    margin: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-54 {
    padding-left: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-54 {
    padding-right: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-54 {
    padding-top: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-54 {
    padding-bottom: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-54 {
    padding: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-54 {
    margin-top: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-54 {
    margin-bottom: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-54 {
    margin-left: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-54 {
    margin-right: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-54 {
    margin: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-55 {
    padding-left: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-55 {
    padding-right: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-55 {
    padding-top: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-55 {
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-55 {
    padding: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-55 {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-55 {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-55 {
    margin-left: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-55 {
    margin-right: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-55 {
    margin: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-56 {
    padding-left: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-56 {
    padding-right: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-56 {
    padding-top: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-56 {
    padding-bottom: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-56 {
    padding: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-56 {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-56 {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-56 {
    margin-left: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-56 {
    margin-right: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-56 {
    margin: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-57 {
    padding-left: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-57 {
    padding-right: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-57 {
    padding-top: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-57 {
    padding-bottom: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-57 {
    padding: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-57 {
    margin-top: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-57 {
    margin-bottom: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-57 {
    margin-left: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-57 {
    margin-right: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-57 {
    margin: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-58 {
    padding-left: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-58 {
    padding-right: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-58 {
    padding-top: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-58 {
    padding-bottom: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-58 {
    padding: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-58 {
    margin-top: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-58 {
    margin-bottom: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-58 {
    margin-left: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-58 {
    margin-right: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-58 {
    margin: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-59 {
    padding-left: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-59 {
    padding-right: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-59 {
    padding-top: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-59 {
    padding-bottom: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-59 {
    padding: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-59 {
    margin-top: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-59 {
    margin-bottom: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-59 {
    margin-left: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-59 {
    margin-right: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-59 {
    margin: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-60 {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-60 {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-60 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-60 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-60 {
    padding: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-60 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-60 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-60 {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-60 {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-60 {
    margin: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-61 {
    padding-left: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-61 {
    padding-right: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-61 {
    padding-top: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-61 {
    padding-bottom: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-61 {
    padding: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-61 {
    margin-top: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-61 {
    margin-bottom: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-61 {
    margin-left: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-61 {
    margin-right: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-61 {
    margin: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-62 {
    padding-left: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-62 {
    padding-right: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-62 {
    padding-top: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-62 {
    padding-bottom: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-62 {
    padding: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-62 {
    margin-top: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-62 {
    margin-bottom: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-62 {
    margin-left: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-62 {
    margin-right: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-62 {
    margin: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-63 {
    padding-left: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-63 {
    padding-right: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-63 {
    padding-top: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-63 {
    padding-bottom: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-63 {
    padding: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-63 {
    margin-top: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-63 {
    margin-bottom: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-63 {
    margin-left: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-63 {
    margin-right: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-63 {
    margin: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-64 {
    padding-left: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-64 {
    padding-right: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-64 {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-64 {
    padding-bottom: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-64 {
    padding: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-64 {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-64 {
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-64 {
    margin-left: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-64 {
    margin-right: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-64 {
    margin: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-65 {
    padding-left: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-65 {
    padding-right: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-65 {
    padding-top: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-65 {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-65 {
    padding: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-65 {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-65 {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-65 {
    margin-left: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-65 {
    margin-right: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-65 {
    margin: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-66 {
    padding-left: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-66 {
    padding-right: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-66 {
    padding-top: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-66 {
    padding-bottom: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-66 {
    padding: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-66 {
    margin-top: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-66 {
    margin-bottom: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-66 {
    margin-left: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-66 {
    margin-right: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-66 {
    margin: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-67 {
    padding-left: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-67 {
    padding-right: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-67 {
    padding-top: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-67 {
    padding-bottom: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-67 {
    padding: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-67 {
    margin-top: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-67 {
    margin-bottom: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-67 {
    margin-left: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-67 {
    margin-right: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-67 {
    margin: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-68 {
    padding-left: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-68 {
    padding-right: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-68 {
    padding-top: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-68 {
    padding-bottom: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-68 {
    padding: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-68 {
    margin-top: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-68 {
    margin-bottom: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-68 {
    margin-left: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-68 {
    margin-right: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-68 {
    margin: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-69 {
    padding-left: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-69 {
    padding-right: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-69 {
    padding-top: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-69 {
    padding-bottom: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-69 {
    padding: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-69 {
    margin-top: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-69 {
    margin-bottom: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-69 {
    margin-left: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-69 {
    margin-right: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-69 {
    margin: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-70 {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-70 {
    padding-right: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-70 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-70 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-70 {
    padding: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-70 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-70 {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-70 {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-70 {
    margin-right: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-70 {
    margin: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-71 {
    padding-left: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-71 {
    padding-right: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-71 {
    padding-top: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-71 {
    padding-bottom: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-71 {
    padding: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-71 {
    margin-top: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-71 {
    margin-bottom: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-71 {
    margin-left: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-71 {
    margin-right: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-71 {
    margin: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-72 {
    padding-left: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-72 {
    padding-right: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-72 {
    padding-top: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-72 {
    padding-bottom: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-72 {
    padding: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-72 {
    margin-top: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-72 {
    margin-bottom: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-72 {
    margin-left: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-72 {
    margin-right: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-72 {
    margin: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-73 {
    padding-left: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-73 {
    padding-right: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-73 {
    padding-top: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-73 {
    padding-bottom: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-73 {
    padding: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-73 {
    margin-top: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-73 {
    margin-bottom: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-73 {
    margin-left: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-73 {
    margin-right: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-73 {
    margin: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-74 {
    padding-left: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-74 {
    padding-right: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-74 {
    padding-top: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-74 {
    padding-bottom: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-74 {
    padding: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-74 {
    margin-top: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-74 {
    margin-bottom: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-74 {
    margin-left: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-74 {
    margin-right: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-74 {
    margin: 74px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-75 {
    padding-left: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-75 {
    padding-right: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-75 {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-75 {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-75 {
    padding: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-75 {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-75 {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-75 {
    margin-left: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-75 {
    margin-right: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-75 {
    margin: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-76 {
    padding-left: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-76 {
    padding-right: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-76 {
    padding-top: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-76 {
    padding-bottom: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-76 {
    padding: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-76 {
    margin-top: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-76 {
    margin-bottom: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-76 {
    margin-left: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-76 {
    margin-right: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-76 {
    margin: 76px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-77 {
    padding-left: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-77 {
    padding-right: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-77 {
    padding-top: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-77 {
    padding-bottom: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-77 {
    padding: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-77 {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-77 {
    margin-bottom: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-77 {
    margin-left: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-77 {
    margin-right: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-77 {
    margin: 77px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-78 {
    padding-left: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-78 {
    padding-right: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-78 {
    padding-top: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-78 {
    padding-bottom: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-78 {
    padding: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-78 {
    margin-top: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-78 {
    margin-bottom: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-78 {
    margin-left: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-78 {
    margin-right: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-78 {
    margin: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-79 {
    padding-left: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-79 {
    padding-right: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-79 {
    padding-top: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-79 {
    padding-bottom: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-79 {
    padding: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-79 {
    margin-top: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-79 {
    margin-bottom: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-79 {
    margin-left: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-79 {
    margin-right: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-79 {
    margin: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-80 {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-80 {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-80 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-80 {
    padding: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-80 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-80 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-80 {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-80 {
    margin-right: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-80 {
    margin: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-81 {
    padding-left: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-81 {
    padding-right: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-81 {
    padding-top: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-81 {
    padding-bottom: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-81 {
    padding: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-81 {
    margin-top: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-81 {
    margin-bottom: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-81 {
    margin-left: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-81 {
    margin-right: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-81 {
    margin: 81px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-82 {
    padding-left: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-82 {
    padding-right: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-82 {
    padding-top: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-82 {
    padding-bottom: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-82 {
    padding: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-82 {
    margin-top: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-82 {
    margin-bottom: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-82 {
    margin-left: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-82 {
    margin-right: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-82 {
    margin: 82px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-83 {
    padding-left: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-83 {
    padding-right: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-83 {
    padding-top: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-83 {
    padding-bottom: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-83 {
    padding: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-83 {
    margin-top: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-83 {
    margin-bottom: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-83 {
    margin-left: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-83 {
    margin-right: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-83 {
    margin: 83px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-84 {
    padding-left: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-84 {
    padding-right: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-84 {
    padding-top: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-84 {
    padding-bottom: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-84 {
    padding: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-84 {
    margin-top: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-84 {
    margin-bottom: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-84 {
    margin-left: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-84 {
    margin-right: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-84 {
    margin: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-85 {
    padding-left: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-85 {
    padding-right: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-85 {
    padding-top: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-85 {
    padding-bottom: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-85 {
    padding: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-85 {
    margin-top: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-85 {
    margin-bottom: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-85 {
    margin-left: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-85 {
    margin-right: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-85 {
    margin: 85px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-86 {
    padding-left: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-86 {
    padding-right: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-86 {
    padding-top: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-86 {
    padding-bottom: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-86 {
    padding: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-86 {
    margin-top: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-86 {
    margin-bottom: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-86 {
    margin-left: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-86 {
    margin-right: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-86 {
    margin: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-87 {
    padding-left: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-87 {
    padding-right: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-87 {
    padding-top: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-87 {
    padding-bottom: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-87 {
    padding: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-87 {
    margin-top: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-87 {
    margin-bottom: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-87 {
    margin-left: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-87 {
    margin-right: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-87 {
    margin: 87px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-88 {
    padding-left: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-88 {
    padding-right: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-88 {
    padding-top: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-88 {
    padding-bottom: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-88 {
    padding: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-88 {
    margin-top: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-88 {
    margin-bottom: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-88 {
    margin-left: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-88 {
    margin-right: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-88 {
    margin: 88px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-89 {
    padding-left: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-89 {
    padding-right: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-89 {
    padding-top: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-89 {
    padding-bottom: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-89 {
    padding: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-89 {
    margin-top: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-89 {
    margin-bottom: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-89 {
    margin-left: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-89 {
    margin-right: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-89 {
    margin: 89px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-90 {
    padding-left: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-90 {
    padding-right: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-90 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-90 {
    padding: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-90 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-90 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-90 {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-90 {
    margin-right: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-90 {
    margin: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-91 {
    padding-left: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-91 {
    padding-right: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-91 {
    padding-top: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-91 {
    padding-bottom: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-91 {
    padding: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-91 {
    margin-top: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-91 {
    margin-bottom: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-91 {
    margin-left: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-91 {
    margin-right: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-91 {
    margin: 91px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-92 {
    padding-left: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-92 {
    padding-right: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-92 {
    padding-top: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-92 {
    padding-bottom: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-92 {
    padding: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-92 {
    margin-top: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-92 {
    margin-bottom: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-92 {
    margin-left: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-92 {
    margin-right: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-92 {
    margin: 92px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-93 {
    padding-left: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-93 {
    padding-right: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-93 {
    padding-top: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-93 {
    padding-bottom: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-93 {
    padding: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-93 {
    margin-top: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-93 {
    margin-bottom: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-93 {
    margin-left: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-93 {
    margin-right: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-93 {
    margin: 93px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-94 {
    padding-left: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-94 {
    padding-right: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-94 {
    padding-top: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-94 {
    padding-bottom: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-94 {
    padding: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-94 {
    margin-top: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-94 {
    margin-bottom: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-94 {
    margin-left: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-94 {
    margin-right: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-94 {
    margin: 94px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-95 {
    padding-left: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-95 {
    padding-right: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-95 {
    padding-top: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-95 {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-95 {
    padding: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-95 {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-95 {
    margin-bottom: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-95 {
    margin-left: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-95 {
    margin-right: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-95 {
    margin: 95px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-96 {
    padding-left: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-96 {
    padding-right: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-96 {
    padding-top: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-96 {
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-96 {
    padding: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-96 {
    margin-top: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-96 {
    margin-bottom: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-96 {
    margin-left: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-96 {
    margin-right: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-96 {
    margin: 96px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-97 {
    padding-left: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-97 {
    padding-right: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-97 {
    padding-top: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-97 {
    padding-bottom: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-97 {
    padding: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-97 {
    margin-top: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-97 {
    margin-bottom: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-97 {
    margin-left: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-97 {
    margin-right: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-97 {
    margin: 97px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-98 {
    padding-left: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-98 {
    padding-right: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-98 {
    padding-top: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-98 {
    padding-bottom: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-98 {
    padding: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-98 {
    margin-top: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-98 {
    margin-bottom: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-98 {
    margin-left: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-98 {
    margin-right: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-98 {
    margin: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-99 {
    padding-left: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-99 {
    padding-right: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-99 {
    padding-top: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-99 {
    padding-bottom: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-99 {
    padding: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-99 {
    margin-top: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-99 {
    margin-bottom: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-99 {
    margin-left: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-99 {
    margin-right: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-99 {
    margin: 99px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-100 {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-100 {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-100 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-100 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-100 {
    padding: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-100 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-100 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-100 {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-100 {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-100 {
    margin: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-101 {
    padding-left: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-101 {
    padding-right: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-101 {
    padding-top: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-101 {
    padding-bottom: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-101 {
    padding: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-101 {
    margin-top: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-101 {
    margin-bottom: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-101 {
    margin-left: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-101 {
    margin-right: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-101 {
    margin: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-102 {
    padding-left: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-102 {
    padding-right: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-102 {
    padding-top: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-102 {
    padding-bottom: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-102 {
    padding: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-102 {
    margin-top: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-102 {
    margin-bottom: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-102 {
    margin-left: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-102 {
    margin-right: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-102 {
    margin: 102px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-103 {
    padding-left: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-103 {
    padding-right: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-103 {
    padding-top: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-103 {
    padding-bottom: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-103 {
    padding: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-103 {
    margin-top: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-103 {
    margin-bottom: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-103 {
    margin-left: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-103 {
    margin-right: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-103 {
    margin: 103px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-104 {
    padding-left: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-104 {
    padding-right: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-104 {
    padding-top: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-104 {
    padding-bottom: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-104 {
    padding: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-104 {
    margin-top: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-104 {
    margin-bottom: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-104 {
    margin-left: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-104 {
    margin-right: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-104 {
    margin: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-105 {
    padding-left: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-105 {
    padding-right: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-105 {
    padding-top: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-105 {
    padding-bottom: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-105 {
    padding: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-105 {
    margin-top: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-105 {
    margin-bottom: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-105 {
    margin-left: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-105 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-105 {
    margin: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-106 {
    padding-left: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-106 {
    padding-right: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-106 {
    padding-top: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-106 {
    padding-bottom: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-106 {
    padding: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-106 {
    margin-top: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-106 {
    margin-bottom: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-106 {
    margin-left: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-106 {
    margin-right: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-106 {
    margin: 106px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-107 {
    padding-left: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-107 {
    padding-right: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-107 {
    padding-top: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-107 {
    padding-bottom: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-107 {
    padding: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-107 {
    margin-top: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-107 {
    margin-bottom: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-107 {
    margin-left: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-107 {
    margin-right: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-107 {
    margin: 107px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-108 {
    padding-left: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-108 {
    padding-right: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-108 {
    padding-top: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-108 {
    padding-bottom: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-108 {
    padding: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-108 {
    margin-top: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-108 {
    margin-bottom: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-108 {
    margin-left: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-108 {
    margin-right: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-108 {
    margin: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-109 {
    padding-left: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-109 {
    padding-right: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-109 {
    padding-top: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-109 {
    padding-bottom: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-109 {
    padding: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-109 {
    margin-top: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-109 {
    margin-bottom: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-109 {
    margin-left: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-109 {
    margin-right: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-109 {
    margin: 109px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-110 {
    padding-left: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-110 {
    padding-right: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-110 {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-110 {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-110 {
    padding: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-110 {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-110 {
    margin-bottom: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-110 {
    margin-left: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-110 {
    margin-right: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-110 {
    margin: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-111 {
    padding-left: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-111 {
    padding-right: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-111 {
    padding-top: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-111 {
    padding-bottom: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-111 {
    padding: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-111 {
    margin-top: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-111 {
    margin-bottom: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-111 {
    margin-left: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-111 {
    margin-right: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-111 {
    margin: 111px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-112 {
    padding-left: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-112 {
    padding-right: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-112 {
    padding-top: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-112 {
    padding-bottom: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-112 {
    padding: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-112 {
    margin-top: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-112 {
    margin-bottom: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-112 {
    margin-left: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-112 {
    margin-right: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-112 {
    margin: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-113 {
    padding-left: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-113 {
    padding-right: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-113 {
    padding-top: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-113 {
    padding-bottom: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-113 {
    padding: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-113 {
    margin-top: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-113 {
    margin-bottom: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-113 {
    margin-left: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-113 {
    margin-right: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-113 {
    margin: 113px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-114 {
    padding-left: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-114 {
    padding-right: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-114 {
    padding-top: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-114 {
    padding-bottom: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-114 {
    padding: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-114 {
    margin-top: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-114 {
    margin-bottom: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-114 {
    margin-left: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-114 {
    margin-right: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-114 {
    margin: 114px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-115 {
    padding-left: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-115 {
    padding-right: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-115 {
    padding-top: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-115 {
    padding-bottom: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-115 {
    padding: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-115 {
    margin-top: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-115 {
    margin-bottom: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-115 {
    margin-left: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-115 {
    margin-right: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-115 {
    margin: 115px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-116 {
    padding-left: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-116 {
    padding-right: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-116 {
    padding-top: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-116 {
    padding-bottom: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-116 {
    padding: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-116 {
    margin-top: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-116 {
    margin-bottom: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-116 {
    margin-left: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-116 {
    margin-right: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-116 {
    margin: 116px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-117 {
    padding-left: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-117 {
    padding-right: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-117 {
    padding-top: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-117 {
    padding-bottom: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-117 {
    padding: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-117 {
    margin-top: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-117 {
    margin-bottom: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-117 {
    margin-left: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-117 {
    margin-right: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-117 {
    margin: 117px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-118 {
    padding-left: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-118 {
    padding-right: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-118 {
    padding-top: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-118 {
    padding-bottom: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-118 {
    padding: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-118 {
    margin-top: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-118 {
    margin-bottom: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-118 {
    margin-left: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-118 {
    margin-right: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-118 {
    margin: 118px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-119 {
    padding-left: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-119 {
    padding-right: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-119 {
    padding-top: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-119 {
    padding-bottom: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-119 {
    padding: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-119 {
    margin-top: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-119 {
    margin-bottom: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-119 {
    margin-left: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-119 {
    margin-right: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-119 {
    margin: 119px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-120 {
    padding-left: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-120 {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-120 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-120 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-120 {
    padding: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-120 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-120 {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-120 {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-120 {
    margin-right: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-120 {
    margin: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-121 {
    padding-left: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-121 {
    padding-right: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-121 {
    padding-top: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-121 {
    padding-bottom: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-121 {
    padding: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-121 {
    margin-top: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-121 {
    margin-bottom: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-121 {
    margin-left: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-121 {
    margin-right: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-121 {
    margin: 121px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-122 {
    padding-left: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-122 {
    padding-right: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-122 {
    padding-top: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-122 {
    padding-bottom: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-122 {
    padding: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-122 {
    margin-top: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-122 {
    margin-bottom: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-122 {
    margin-left: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-122 {
    margin-right: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-122 {
    margin: 122px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-123 {
    padding-left: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-123 {
    padding-right: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-123 {
    padding-top: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-123 {
    padding-bottom: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-123 {
    padding: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-123 {
    margin-top: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-123 {
    margin-bottom: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-123 {
    margin-left: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-123 {
    margin-right: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-123 {
    margin: 123px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-124 {
    padding-left: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-124 {
    padding-right: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-124 {
    padding-top: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-124 {
    padding-bottom: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-124 {
    padding: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-124 {
    margin-top: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-124 {
    margin-bottom: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-124 {
    margin-left: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-124 {
    margin-right: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-124 {
    margin: 124px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-125 {
    padding-left: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-125 {
    padding-right: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-125 {
    padding-top: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-125 {
    padding-bottom: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-125 {
    padding: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-125 {
    margin-top: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-125 {
    margin-bottom: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-125 {
    margin-left: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-125 {
    margin-right: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-125 {
    margin: 125px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-126 {
    padding-left: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-126 {
    padding-right: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-126 {
    padding-top: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-126 {
    padding-bottom: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-126 {
    padding: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-126 {
    margin-top: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-126 {
    margin-bottom: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-126 {
    margin-left: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-126 {
    margin-right: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-126 {
    margin: 126px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-127 {
    padding-left: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-127 {
    padding-right: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-127 {
    padding-top: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-127 {
    padding-bottom: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-127 {
    padding: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-127 {
    margin-top: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-127 {
    margin-bottom: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-127 {
    margin-left: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-127 {
    margin-right: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-127 {
    margin: 127px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-128 {
    padding-left: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-128 {
    padding-right: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-128 {
    padding-top: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-128 {
    padding-bottom: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-128 {
    padding: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-128 {
    margin-top: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-128 {
    margin-bottom: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-128 {
    margin-left: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-128 {
    margin-right: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-128 {
    margin: 128px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-129 {
    padding-left: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-129 {
    padding-right: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-129 {
    padding-top: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-129 {
    padding-bottom: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-129 {
    padding: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-129 {
    margin-top: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-129 {
    margin-bottom: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-129 {
    margin-left: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-129 {
    margin-right: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-129 {
    margin: 129px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-130 {
    padding-left: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-130 {
    padding-right: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-130 {
    padding-top: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-130 {
    padding-bottom: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-130 {
    padding: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-130 {
    margin-top: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-130 {
    margin-bottom: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-130 {
    margin-left: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-130 {
    margin-right: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-130 {
    margin: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-131 {
    padding-left: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-131 {
    padding-right: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-131 {
    padding-top: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-131 {
    padding-bottom: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-131 {
    padding: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-131 {
    margin-top: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-131 {
    margin-bottom: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-131 {
    margin-left: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-131 {
    margin-right: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-131 {
    margin: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-132 {
    padding-left: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-132 {
    padding-right: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-132 {
    padding-top: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-132 {
    padding-bottom: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-132 {
    padding: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-132 {
    margin-top: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-132 {
    margin-bottom: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-132 {
    margin-left: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-132 {
    margin-right: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-132 {
    margin: 132px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-133 {
    padding-left: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-133 {
    padding-right: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-133 {
    padding-top: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-133 {
    padding-bottom: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-133 {
    padding: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-133 {
    margin-top: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-133 {
    margin-bottom: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-133 {
    margin-left: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-133 {
    margin-right: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-133 {
    margin: 133px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-134 {
    padding-left: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-134 {
    padding-right: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-134 {
    padding-top: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-134 {
    padding-bottom: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-134 {
    padding: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-134 {
    margin-top: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-134 {
    margin-bottom: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-134 {
    margin-left: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-134 {
    margin-right: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-134 {
    margin: 134px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-135 {
    padding-left: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-135 {
    padding-right: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-135 {
    padding-top: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-135 {
    padding-bottom: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-135 {
    padding: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-135 {
    margin-top: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-135 {
    margin-bottom: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-135 {
    margin-left: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-135 {
    margin-right: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-135 {
    margin: 135px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-136 {
    padding-left: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-136 {
    padding-right: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-136 {
    padding-top: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-136 {
    padding-bottom: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-136 {
    padding: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-136 {
    margin-top: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-136 {
    margin-bottom: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-136 {
    margin-left: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-136 {
    margin-right: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-136 {
    margin: 136px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-137 {
    padding-left: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-137 {
    padding-right: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-137 {
    padding-top: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-137 {
    padding-bottom: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-137 {
    padding: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-137 {
    margin-top: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-137 {
    margin-bottom: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-137 {
    margin-left: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-137 {
    margin-right: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-137 {
    margin: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-138 {
    padding-left: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-138 {
    padding-right: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-138 {
    padding-top: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-138 {
    padding-bottom: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-138 {
    padding: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-138 {
    margin-top: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-138 {
    margin-bottom: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-138 {
    margin-left: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-138 {
    margin-right: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-138 {
    margin: 138px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-139 {
    padding-left: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-139 {
    padding-right: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-139 {
    padding-top: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-139 {
    padding-bottom: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-139 {
    padding: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-139 {
    margin-top: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-139 {
    margin-bottom: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-139 {
    margin-left: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-139 {
    margin-right: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-139 {
    margin: 139px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-140 {
    padding-left: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-140 {
    padding-right: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-140 {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-140 {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-140 {
    padding: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-140 {
    margin-top: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-140 {
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-140 {
    margin-left: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-140 {
    margin-right: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-140 {
    margin: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-141 {
    padding-left: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-141 {
    padding-right: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-141 {
    padding-top: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-141 {
    padding-bottom: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-141 {
    padding: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-141 {
    margin-top: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-141 {
    margin-bottom: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-141 {
    margin-left: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-141 {
    margin-right: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-141 {
    margin: 141px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-142 {
    padding-left: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-142 {
    padding-right: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-142 {
    padding-top: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-142 {
    padding-bottom: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-142 {
    padding: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-142 {
    margin-top: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-142 {
    margin-bottom: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-142 {
    margin-left: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-142 {
    margin-right: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-142 {
    margin: 142px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-143 {
    padding-left: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-143 {
    padding-right: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-143 {
    padding-top: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-143 {
    padding-bottom: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-143 {
    padding: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-143 {
    margin-top: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-143 {
    margin-bottom: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-143 {
    margin-left: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-143 {
    margin-right: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-143 {
    margin: 143px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-144 {
    padding-left: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-144 {
    padding-right: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-144 {
    padding-top: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-144 {
    padding-bottom: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-144 {
    padding: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-144 {
    margin-top: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-144 {
    margin-bottom: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-144 {
    margin-left: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-144 {
    margin-right: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-144 {
    margin: 144px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-145 {
    padding-left: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-145 {
    padding-right: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-145 {
    padding-top: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-145 {
    padding-bottom: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-145 {
    padding: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-145 {
    margin-top: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-145 {
    margin-bottom: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-145 {
    margin-left: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-145 {
    margin-right: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-145 {
    margin: 145px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-146 {
    padding-left: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-146 {
    padding-right: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-146 {
    padding-top: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-146 {
    padding-bottom: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-146 {
    padding: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-146 {
    margin-top: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-146 {
    margin-bottom: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-146 {
    margin-left: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-146 {
    margin-right: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-146 {
    margin: 146px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-147 {
    padding-left: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-147 {
    padding-right: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-147 {
    padding-top: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-147 {
    padding-bottom: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-147 {
    padding: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-147 {
    margin-top: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-147 {
    margin-bottom: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-147 {
    margin-left: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-147 {
    margin-right: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-147 {
    margin: 147px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-148 {
    padding-left: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-148 {
    padding-right: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-148 {
    padding-top: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-148 {
    padding-bottom: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-148 {
    padding: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-148 {
    margin-top: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-148 {
    margin-bottom: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-148 {
    margin-left: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-148 {
    margin-right: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-148 {
    margin: 148px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-149 {
    padding-left: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-149 {
    padding-right: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-149 {
    padding-top: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-149 {
    padding-bottom: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-149 {
    padding: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-149 {
    margin-top: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-149 {
    margin-bottom: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-149 {
    margin-left: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-149 {
    margin-right: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-149 {
    margin: 149px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-150 {
    padding-left: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-150 {
    padding-right: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-150 {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-150 {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-150 {
    padding: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-150 {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-150 {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-150 {
    margin-left: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-150 {
    margin-right: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-150 {
    margin: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-151 {
    padding-left: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-151 {
    padding-right: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-151 {
    padding-top: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-151 {
    padding-bottom: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-151 {
    padding: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-151 {
    margin-top: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-151 {
    margin-bottom: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-151 {
    margin-left: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-151 {
    margin-right: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-151 {
    margin: 151px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-152 {
    padding-left: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-152 {
    padding-right: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-152 {
    padding-top: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-152 {
    padding-bottom: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-152 {
    padding: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-152 {
    margin-top: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-152 {
    margin-bottom: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-152 {
    margin-left: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-152 {
    margin-right: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-152 {
    margin: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-153 {
    padding-left: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-153 {
    padding-right: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-153 {
    padding-top: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-153 {
    padding-bottom: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-153 {
    padding: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-153 {
    margin-top: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-153 {
    margin-bottom: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-153 {
    margin-left: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-153 {
    margin-right: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-153 {
    margin: 153px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-154 {
    padding-left: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-154 {
    padding-right: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-154 {
    padding-top: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-154 {
    padding-bottom: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-154 {
    padding: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-154 {
    margin-top: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-154 {
    margin-bottom: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-154 {
    margin-left: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-154 {
    margin-right: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-154 {
    margin: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-155 {
    padding-left: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-155 {
    padding-right: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-155 {
    padding-top: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-155 {
    padding-bottom: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-155 {
    padding: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-155 {
    margin-top: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-155 {
    margin-bottom: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-155 {
    margin-left: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-155 {
    margin-right: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-155 {
    margin: 155px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-156 {
    padding-left: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-156 {
    padding-right: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-156 {
    padding-top: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-156 {
    padding-bottom: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-156 {
    padding: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-156 {
    margin-top: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-156 {
    margin-bottom: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-156 {
    margin-left: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-156 {
    margin-right: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-156 {
    margin: 156px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-157 {
    padding-left: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-157 {
    padding-right: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-157 {
    padding-top: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-157 {
    padding-bottom: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-157 {
    padding: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-157 {
    margin-top: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-157 {
    margin-bottom: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-157 {
    margin-left: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-157 {
    margin-right: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-157 {
    margin: 157px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-158 {
    padding-left: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-158 {
    padding-right: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-158 {
    padding-top: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-158 {
    padding-bottom: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-158 {
    padding: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-158 {
    margin-top: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-158 {
    margin-bottom: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-158 {
    margin-left: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-158 {
    margin-right: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-158 {
    margin: 158px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-159 {
    padding-left: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-159 {
    padding-right: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-159 {
    padding-top: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-159 {
    padding-bottom: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-159 {
    padding: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-159 {
    margin-top: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-159 {
    margin-bottom: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-159 {
    margin-left: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-159 {
    margin-right: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-159 {
    margin: 159px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-160 {
    padding-left: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-160 {
    padding-right: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-160 {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-160 {
    padding-bottom: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-160 {
    padding: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-160 {
    margin-top: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-160 {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-160 {
    margin-left: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-160 {
    margin-right: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-160 {
    margin: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-161 {
    padding-left: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-161 {
    padding-right: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-161 {
    padding-top: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-161 {
    padding-bottom: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-161 {
    padding: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-161 {
    margin-top: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-161 {
    margin-bottom: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-161 {
    margin-left: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-161 {
    margin-right: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-161 {
    margin: 161px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-162 {
    padding-left: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-162 {
    padding-right: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-162 {
    padding-top: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-162 {
    padding-bottom: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-162 {
    padding: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-162 {
    margin-top: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-162 {
    margin-bottom: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-162 {
    margin-left: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-162 {
    margin-right: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-162 {
    margin: 162px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-163 {
    padding-left: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-163 {
    padding-right: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-163 {
    padding-top: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-163 {
    padding-bottom: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-163 {
    padding: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-163 {
    margin-top: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-163 {
    margin-bottom: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-163 {
    margin-left: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-163 {
    margin-right: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-163 {
    margin: 163px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-164 {
    padding-left: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-164 {
    padding-right: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-164 {
    padding-top: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-164 {
    padding-bottom: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-164 {
    padding: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-164 {
    margin-top: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-164 {
    margin-bottom: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-164 {
    margin-left: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-164 {
    margin-right: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-164 {
    margin: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-165 {
    padding-left: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-165 {
    padding-right: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-165 {
    padding-top: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-165 {
    padding-bottom: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-165 {
    padding: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-165 {
    margin-top: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-165 {
    margin-bottom: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-165 {
    margin-left: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-165 {
    margin-right: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-165 {
    margin: 165px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-166 {
    padding-left: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-166 {
    padding-right: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-166 {
    padding-top: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-166 {
    padding-bottom: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-166 {
    padding: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-166 {
    margin-top: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-166 {
    margin-bottom: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-166 {
    margin-left: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-166 {
    margin-right: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-166 {
    margin: 166px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-167 {
    padding-left: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-167 {
    padding-right: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-167 {
    padding-top: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-167 {
    padding-bottom: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-167 {
    padding: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-167 {
    margin-top: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-167 {
    margin-bottom: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-167 {
    margin-left: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-167 {
    margin-right: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-167 {
    margin: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-168 {
    padding-left: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-168 {
    padding-right: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-168 {
    padding-top: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-168 {
    padding-bottom: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-168 {
    padding: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-168 {
    margin-top: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-168 {
    margin-bottom: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-168 {
    margin-left: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-168 {
    margin-right: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-168 {
    margin: 168px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-169 {
    padding-left: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-169 {
    padding-right: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-169 {
    padding-top: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-169 {
    padding-bottom: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-169 {
    padding: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-169 {
    margin-top: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-169 {
    margin-bottom: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-169 {
    margin-left: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-169 {
    margin-right: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-169 {
    margin: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-170 {
    padding-left: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-170 {
    padding-right: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-170 {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-170 {
    padding-bottom: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-170 {
    padding: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-170 {
    margin-top: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-170 {
    margin-bottom: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-170 {
    margin-left: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-170 {
    margin-right: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-170 {
    margin: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-171 {
    padding-left: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-171 {
    padding-right: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-171 {
    padding-top: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-171 {
    padding-bottom: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-171 {
    padding: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-171 {
    margin-top: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-171 {
    margin-bottom: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-171 {
    margin-left: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-171 {
    margin-right: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-171 {
    margin: 171px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-172 {
    padding-left: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-172 {
    padding-right: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-172 {
    padding-top: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-172 {
    padding-bottom: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-172 {
    padding: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-172 {
    margin-top: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-172 {
    margin-bottom: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-172 {
    margin-left: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-172 {
    margin-right: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-172 {
    margin: 172px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-173 {
    padding-left: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-173 {
    padding-right: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-173 {
    padding-top: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-173 {
    padding-bottom: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-173 {
    padding: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-173 {
    margin-top: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-173 {
    margin-bottom: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-173 {
    margin-left: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-173 {
    margin-right: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-173 {
    margin: 173px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-174 {
    padding-left: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-174 {
    padding-right: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-174 {
    padding-top: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-174 {
    padding-bottom: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-174 {
    padding: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-174 {
    margin-top: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-174 {
    margin-bottom: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-174 {
    margin-left: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-174 {
    margin-right: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-174 {
    margin: 174px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-175 {
    padding-left: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-175 {
    padding-right: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-175 {
    padding-top: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-175 {
    padding-bottom: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-175 {
    padding: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-175 {
    margin-top: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-175 {
    margin-bottom: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-175 {
    margin-left: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-175 {
    margin-right: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-175 {
    margin: 175px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-176 {
    padding-left: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-176 {
    padding-right: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-176 {
    padding-top: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-176 {
    padding-bottom: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-176 {
    padding: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-176 {
    margin-top: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-176 {
    margin-bottom: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-176 {
    margin-left: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-176 {
    margin-right: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-176 {
    margin: 176px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-177 {
    padding-left: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-177 {
    padding-right: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-177 {
    padding-top: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-177 {
    padding-bottom: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-177 {
    padding: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-177 {
    margin-top: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-177 {
    margin-bottom: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-177 {
    margin-left: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-177 {
    margin-right: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-177 {
    margin: 177px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-178 {
    padding-left: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-178 {
    padding-right: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-178 {
    padding-top: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-178 {
    padding-bottom: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-178 {
    padding: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-178 {
    margin-top: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-178 {
    margin-bottom: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-178 {
    margin-left: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-178 {
    margin-right: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-178 {
    margin: 178px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-179 {
    padding-left: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-179 {
    padding-right: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-179 {
    padding-top: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-179 {
    padding-bottom: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-179 {
    padding: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-179 {
    margin-top: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-179 {
    margin-bottom: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-179 {
    margin-left: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-179 {
    margin-right: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-179 {
    margin: 179px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-180 {
    padding-left: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-180 {
    padding-right: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-180 {
    padding-top: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-180 {
    padding-bottom: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-180 {
    padding: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-180 {
    margin-top: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-180 {
    margin-bottom: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-180 {
    margin-left: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-180 {
    margin-right: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-180 {
    margin: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-181 {
    padding-left: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-181 {
    padding-right: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-181 {
    padding-top: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-181 {
    padding-bottom: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-181 {
    padding: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-181 {
    margin-top: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-181 {
    margin-bottom: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-181 {
    margin-left: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-181 {
    margin-right: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-181 {
    margin: 181px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-182 {
    padding-left: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-182 {
    padding-right: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-182 {
    padding-top: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-182 {
    padding-bottom: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-182 {
    padding: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-182 {
    margin-top: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-182 {
    margin-bottom: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-182 {
    margin-left: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-182 {
    margin-right: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-182 {
    margin: 182px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-183 {
    padding-left: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-183 {
    padding-right: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-183 {
    padding-top: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-183 {
    padding-bottom: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-183 {
    padding: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-183 {
    margin-top: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-183 {
    margin-bottom: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-183 {
    margin-left: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-183 {
    margin-right: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-183 {
    margin: 183px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-184 {
    padding-left: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-184 {
    padding-right: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-184 {
    padding-top: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-184 {
    padding-bottom: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-184 {
    padding: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-184 {
    margin-top: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-184 {
    margin-bottom: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-184 {
    margin-left: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-184 {
    margin-right: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-184 {
    margin: 184px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-185 {
    padding-left: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-185 {
    padding-right: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-185 {
    padding-top: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-185 {
    padding-bottom: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-185 {
    padding: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-185 {
    margin-top: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-185 {
    margin-bottom: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-185 {
    margin-left: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-185 {
    margin-right: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-185 {
    margin: 185px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-186 {
    padding-left: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-186 {
    padding-right: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-186 {
    padding-top: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-186 {
    padding-bottom: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-186 {
    padding: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-186 {
    margin-top: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-186 {
    margin-bottom: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-186 {
    margin-left: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-186 {
    margin-right: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-186 {
    margin: 186px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-187 {
    padding-left: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-187 {
    padding-right: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-187 {
    padding-top: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-187 {
    padding-bottom: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-187 {
    padding: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-187 {
    margin-top: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-187 {
    margin-bottom: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-187 {
    margin-left: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-187 {
    margin-right: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-187 {
    margin: 187px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-188 {
    padding-left: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-188 {
    padding-right: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-188 {
    padding-top: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-188 {
    padding-bottom: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-188 {
    padding: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-188 {
    margin-top: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-188 {
    margin-bottom: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-188 {
    margin-left: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-188 {
    margin-right: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-188 {
    margin: 188px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-189 {
    padding-left: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-189 {
    padding-right: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-189 {
    padding-top: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-189 {
    padding-bottom: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-189 {
    padding: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-189 {
    margin-top: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-189 {
    margin-bottom: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-189 {
    margin-left: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-189 {
    margin-right: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-189 {
    margin: 189px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-190 {
    padding-left: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-190 {
    padding-right: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-190 {
    padding-top: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-190 {
    padding-bottom: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-190 {
    padding: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-190 {
    margin-top: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-190 {
    margin-bottom: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-190 {
    margin-left: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-190 {
    margin-right: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-190 {
    margin: 190px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-191 {
    padding-left: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-191 {
    padding-right: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-191 {
    padding-top: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-191 {
    padding-bottom: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-191 {
    padding: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-191 {
    margin-top: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-191 {
    margin-bottom: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-191 {
    margin-left: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-191 {
    margin-right: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-191 {
    margin: 191px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-192 {
    padding-left: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-192 {
    padding-right: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-192 {
    padding-top: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-192 {
    padding-bottom: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-192 {
    padding: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-192 {
    margin-top: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-192 {
    margin-bottom: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-192 {
    margin-left: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-192 {
    margin-right: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-192 {
    margin: 192px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-193 {
    padding-left: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-193 {
    padding-right: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-193 {
    padding-top: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-193 {
    padding-bottom: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-193 {
    padding: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-193 {
    margin-top: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-193 {
    margin-bottom: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-193 {
    margin-left: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-193 {
    margin-right: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-193 {
    margin: 193px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-194 {
    padding-left: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-194 {
    padding-right: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-194 {
    padding-top: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-194 {
    padding-bottom: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-194 {
    padding: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-194 {
    margin-top: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-194 {
    margin-bottom: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-194 {
    margin-left: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-194 {
    margin-right: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-194 {
    margin: 194px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-195 {
    padding-left: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-195 {
    padding-right: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-195 {
    padding-top: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-195 {
    padding-bottom: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-195 {
    padding: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-195 {
    margin-top: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-195 {
    margin-bottom: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-195 {
    margin-left: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-195 {
    margin-right: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-195 {
    margin: 195px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-196 {
    padding-left: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-196 {
    padding-right: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-196 {
    padding-top: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-196 {
    padding-bottom: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-196 {
    padding: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-196 {
    margin-top: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-196 {
    margin-bottom: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-196 {
    margin-left: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-196 {
    margin-right: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-196 {
    margin: 196px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-197 {
    padding-left: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-197 {
    padding-right: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-197 {
    padding-top: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-197 {
    padding-bottom: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-197 {
    padding: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-197 {
    margin-top: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-197 {
    margin-bottom: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-197 {
    margin-left: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-197 {
    margin-right: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-197 {
    margin: 197px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-198 {
    padding-left: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-198 {
    padding-right: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-198 {
    padding-top: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-198 {
    padding-bottom: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-198 {
    padding: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-198 {
    margin-top: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-198 {
    margin-bottom: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-198 {
    margin-left: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-198 {
    margin-right: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-198 {
    margin: 198px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-199 {
    padding-left: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-199 {
    padding-right: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-199 {
    padding-top: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-199 {
    padding-bottom: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-199 {
    padding: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-199 {
    margin-top: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-199 {
    margin-bottom: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-199 {
    margin-left: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-199 {
    margin-right: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-199 {
    margin: 199px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pl-200 {
    padding-left: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pr-200 {
    padding-right: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pt-200 {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pb-200 {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .m-pa-200 {
    padding: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mt-200 {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mb-200 {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ml-200 {
    margin-left: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .m-mr-200 {
    margin-right: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .m-ma-200 {
    margin: 200px;
  }
}

.imageWithBefore {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}
.imageWithBefore:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 77%;
}
.imageWithBefore.BGPadding-1:before {
  padding-bottom: 1%;
}
.imageWithBefore.BGPadding-2:before {
  padding-bottom: 2%;
}
.imageWithBefore.BGPadding-3:before {
  padding-bottom: 3%;
}
.imageWithBefore.BGPadding-4:before {
  padding-bottom: 4%;
}
.imageWithBefore.BGPadding-5:before {
  padding-bottom: 5%;
}
.imageWithBefore.BGPadding-6:before {
  padding-bottom: 6%;
}
.imageWithBefore.BGPadding-7:before {
  padding-bottom: 7%;
}
.imageWithBefore.BGPadding-8:before {
  padding-bottom: 8%;
}
.imageWithBefore.BGPadding-9:before {
  padding-bottom: 9%;
}
.imageWithBefore.BGPadding-10:before {
  padding-bottom: 10%;
}
.imageWithBefore.BGPadding-11:before {
  padding-bottom: 11%;
}
.imageWithBefore.BGPadding-12:before {
  padding-bottom: 12%;
}
.imageWithBefore.BGPadding-13:before {
  padding-bottom: 13%;
}
.imageWithBefore.BGPadding-14:before {
  padding-bottom: 14%;
}
.imageWithBefore.BGPadding-15:before {
  padding-bottom: 15%;
}
.imageWithBefore.BGPadding-16:before {
  padding-bottom: 16%;
}
.imageWithBefore.BGPadding-17:before {
  padding-bottom: 17%;
}
.imageWithBefore.BGPadding-18:before {
  padding-bottom: 18%;
}
.imageWithBefore.BGPadding-19:before {
  padding-bottom: 19%;
}
.imageWithBefore.BGPadding-20:before {
  padding-bottom: 20%;
}
.imageWithBefore.BGPadding-21:before {
  padding-bottom: 21%;
}
.imageWithBefore.BGPadding-22:before {
  padding-bottom: 22%;
}
.imageWithBefore.BGPadding-23:before {
  padding-bottom: 23%;
}
.imageWithBefore.BGPadding-24:before {
  padding-bottom: 24%;
}
.imageWithBefore.BGPadding-25:before {
  padding-bottom: 25%;
}
.imageWithBefore.BGPadding-26:before {
  padding-bottom: 26%;
}
.imageWithBefore.BGPadding-27:before {
  padding-bottom: 27%;
}
.imageWithBefore.BGPadding-28:before {
  padding-bottom: 28%;
}
.imageWithBefore.BGPadding-29:before {
  padding-bottom: 29%;
}
.imageWithBefore.BGPadding-30:before {
  padding-bottom: 30%;
}
.imageWithBefore.BGPadding-31:before {
  padding-bottom: 31%;
}
.imageWithBefore.BGPadding-32:before {
  padding-bottom: 32%;
}
.imageWithBefore.BGPadding-33:before {
  padding-bottom: 33%;
}
.imageWithBefore.BGPadding-34:before {
  padding-bottom: 34%;
}
.imageWithBefore.BGPadding-35:before {
  padding-bottom: 35%;
}
.imageWithBefore.BGPadding-36:before {
  padding-bottom: 36%;
}
.imageWithBefore.BGPadding-37:before {
  padding-bottom: 37%;
}
.imageWithBefore.BGPadding-38:before {
  padding-bottom: 38%;
}
.imageWithBefore.BGPadding-39:before {
  padding-bottom: 39%;
}
.imageWithBefore.BGPadding-40:before {
  padding-bottom: 40%;
}
.imageWithBefore.BGPadding-41:before {
  padding-bottom: 41%;
}
.imageWithBefore.BGPadding-42:before {
  padding-bottom: 42%;
}
.imageWithBefore.BGPadding-43:before {
  padding-bottom: 43%;
}
.imageWithBefore.BGPadding-44:before {
  padding-bottom: 44%;
}
.imageWithBefore.BGPadding-45:before {
  padding-bottom: 45%;
}
.imageWithBefore.BGPadding-46:before {
  padding-bottom: 46%;
}
.imageWithBefore.BGPadding-47:before {
  padding-bottom: 47%;
}
.imageWithBefore.BGPadding-48:before {
  padding-bottom: 48%;
}
.imageWithBefore.BGPadding-49:before {
  padding-bottom: 49%;
}
.imageWithBefore.BGPadding-50:before {
  padding-bottom: 50%;
}
.imageWithBefore.BGPadding-51:before {
  padding-bottom: 51%;
}
.imageWithBefore.BGPadding-52:before {
  padding-bottom: 52%;
}
.imageWithBefore.BGPadding-53:before {
  padding-bottom: 53%;
}
.imageWithBefore.BGPadding-54:before {
  padding-bottom: 54%;
}
.imageWithBefore.BGPadding-55:before {
  padding-bottom: 55%;
}
.imageWithBefore.BGPadding-56:before {
  padding-bottom: 56%;
}
.imageWithBefore.BGPadding-57:before {
  padding-bottom: 57%;
}
.imageWithBefore.BGPadding-58:before {
  padding-bottom: 58%;
}
.imageWithBefore.BGPadding-59:before {
  padding-bottom: 59%;
}
.imageWithBefore.BGPadding-60:before {
  padding-bottom: 60%;
}
.imageWithBefore.BGPadding-61:before {
  padding-bottom: 61%;
}
.imageWithBefore.BGPadding-62:before {
  padding-bottom: 62%;
}
.imageWithBefore.BGPadding-63:before {
  padding-bottom: 63%;
}
.imageWithBefore.BGPadding-64:before {
  padding-bottom: 64%;
}
.imageWithBefore.BGPadding-65:before {
  padding-bottom: 65%;
}
.imageWithBefore.BGPadding-66:before {
  padding-bottom: 66%;
}
.imageWithBefore.BGPadding-67:before {
  padding-bottom: 67%;
}
.imageWithBefore.BGPadding-68:before {
  padding-bottom: 68%;
}
.imageWithBefore.BGPadding-69:before {
  padding-bottom: 69%;
}
.imageWithBefore.BGPadding-70:before {
  padding-bottom: 70%;
}
.imageWithBefore.BGPadding-71:before {
  padding-bottom: 71%;
}
.imageWithBefore.BGPadding-72:before {
  padding-bottom: 72%;
}
.imageWithBefore.BGPadding-73:before {
  padding-bottom: 73%;
}
.imageWithBefore.BGPadding-74:before {
  padding-bottom: 74%;
}
.imageWithBefore.BGPadding-75:before {
  padding-bottom: 75%;
}
.imageWithBefore.BGPadding-76:before {
  padding-bottom: 76%;
}
.imageWithBefore.BGPadding-77:before {
  padding-bottom: 77%;
}
.imageWithBefore.BGPadding-78:before {
  padding-bottom: 78%;
}
.imageWithBefore.BGPadding-79:before {
  padding-bottom: 79%;
}
.imageWithBefore.BGPadding-80:before {
  padding-bottom: 80%;
}
.imageWithBefore.BGPadding-81:before {
  padding-bottom: 81%;
}
.imageWithBefore.BGPadding-82:before {
  padding-bottom: 82%;
}
.imageWithBefore.BGPadding-83:before {
  padding-bottom: 83%;
}
.imageWithBefore.BGPadding-84:before {
  padding-bottom: 84%;
}
.imageWithBefore.BGPadding-85:before {
  padding-bottom: 85%;
}
.imageWithBefore.BGPadding-86:before {
  padding-bottom: 86%;
}
.imageWithBefore.BGPadding-87:before {
  padding-bottom: 87%;
}
.imageWithBefore.BGPadding-88:before {
  padding-bottom: 88%;
}
.imageWithBefore.BGPadding-89:before {
  padding-bottom: 89%;
}
.imageWithBefore.BGPadding-90:before {
  padding-bottom: 90%;
}
.imageWithBefore.BGPadding-91:before {
  padding-bottom: 91%;
}
.imageWithBefore.BGPadding-92:before {
  padding-bottom: 92%;
}
.imageWithBefore.BGPadding-93:before {
  padding-bottom: 93%;
}
.imageWithBefore.BGPadding-94:before {
  padding-bottom: 94%;
}
.imageWithBefore.BGPadding-95:before {
  padding-bottom: 95%;
}
.imageWithBefore.BGPadding-96:before {
  padding-bottom: 96%;
}
.imageWithBefore.BGPadding-97:before {
  padding-bottom: 97%;
}
.imageWithBefore.BGPadding-98:before {
  padding-bottom: 98%;
}
.imageWithBefore.BGPadding-99:before {
  padding-bottom: 99%;
}
.imageWithBefore.BGPadding-100:before {
  padding-bottom: 100%;
}

h1,
.h1 {
  font-size: 30px;
  font-weight: 500;
  padding: 0px;
  margin: 0 auto;
}

h2,
.h2 {
  font-size: 21px;
  font-weight: 500;
  padding: 0px;
  margin: 0;
}

h3,
.h3 {
  font-size: 19px;
  line-height: 21px;
  padding: 0px;
  margin: 0;
}

.ts-0 {
  font-size: 36px;
  line-height: normal;
}
.lang-en .ts-0 {
  font-size: 30px;
}

.ts-1 {
  font-size: 24px;
  line-height: normal;
}
.lang-en .ts-1 {
  font-size: 21px;
}

.ts-15 {
  font-size: 21px;
  line-height: normal;
}
.lang-en .ts-15 {
  font-size: 19px;
}

.ts-2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.lang-en .ts-2 {
  font-size: 14px;
  line-height: 1.5;
}

.ch .ts-2 {
  font-size: 18px;
}

.ts-3 {
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-13 {
  font-size: 13px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-15 {
  font-size: 15px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-17 {
  font-size: 17px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-19 {
  font-size: 19px;
}

.f-size-20 {
  font-size: 20px;
}

.f-size-21 {
  font-size: 21px;
}

.f-size-22 {
  font-size: 22px;
}

.f-size-23 {
  font-size: 23px;
}

.f-size-24 {
  font-size: 24px;
}

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

.f-size-26 {
  font-size: 26px;
}

.f-size-27 {
  font-size: 27px;
}

.f-size-28 {
  font-size: 28px;
}

.f-size-29 {
  font-size: 29px;
}

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

.f-size-31 {
  font-size: 31px;
}

.f-size-32 {
  font-size: 32px;
}

.f-size-33 {
  font-size: 33px;
}

.f-size-34 {
  font-size: 34px;
}

.f-size-35 {
  font-size: 35px;
}

.f-size-36 {
  font-size: 36px;
}

.f-size-37 {
  font-size: 37px;
}

.f-size-38 {
  font-size: 38px;
}

.f-size-39 {
  font-size: 39px;
}

.f-size-40 {
  font-size: 40px;
}

.f-size-41 {
  font-size: 41px;
}

.f-size-42 {
  font-size: 42px;
}

.f-size-43 {
  font-size: 43px;
}

.f-size-44 {
  font-size: 44px;
}

.f-size-45 {
  font-size: 45px;
}

.f-size-46 {
  font-size: 46px;
}

.f-size-47 {
  font-size: 47px;
}

.f-size-48 {
  font-size: 48px;
}

.f-size-49 {
  font-size: 49px;
}

.f-size-50 {
  font-size: 50px;
}

.f-size-51 {
  font-size: 51px;
}

.f-size-52 {
  font-size: 52px;
}

.f-size-53 {
  font-size: 53px;
}

.f-size-54 {
  font-size: 54px;
}

.f-size-55 {
  font-size: 55px;
}

.f-size-56 {
  font-size: 56px;
}

.f-size-57 {
  font-size: 57px;
}

.f-size-58 {
  font-size: 58px;
}

.f-size-59 {
  font-size: 59px;
}

.f-size-60 {
  font-size: 60px;
}

.f-size-61 {
  font-size: 61px;
}

.f-size-62 {
  font-size: 62px;
}

.f-size-63 {
  font-size: 63px;
}

.f-size-64 {
  font-size: 64px;
}

.f-size-65 {
  font-size: 65px;
}

.f-size-66 {
  font-size: 66px;
}

.f-size-67 {
  font-size: 67px;
}

.f-size-68 {
  font-size: 68px;
}

.f-size-69 {
  font-size: 69px;
}

.f-size-70 {
  font-size: 70px;
}

.f-size-71 {
  font-size: 71px;
}

.f-size-72 {
  font-size: 72px;
}

@media only screen and (max-width: 991px) {
  .m-f-size-12 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-13 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-14 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-15 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-16 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-17 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-18 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-19 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-20 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-21 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-22 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-23 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-24 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-25 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-26 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-27 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-28 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-29 {
    font-size: 29px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-30 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-31 {
    font-size: 31px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-32 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-33 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-34 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-35 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-36 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-37 {
    font-size: 37px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-38 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-39 {
    font-size: 39px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-40 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-41 {
    font-size: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-42 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-43 {
    font-size: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-44 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-45 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-46 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-47 {
    font-size: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-48 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-49 {
    font-size: 49px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-50 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-51 {
    font-size: 51px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-52 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-53 {
    font-size: 53px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-54 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-55 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-56 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-57 {
    font-size: 57px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-58 {
    font-size: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-59 {
    font-size: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-60 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-61 {
    font-size: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-62 {
    font-size: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-63 {
    font-size: 63px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-64 {
    font-size: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-65 {
    font-size: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-66 {
    font-size: 66px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-67 {
    font-size: 67px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-68 {
    font-size: 68px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-69 {
    font-size: 69px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-70 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-71 {
    font-size: 71px;
  }
}

@media only screen and (max-width: 991px) {
  .m-f-size-72 {
    font-size: 72px;
  }
}

.f-size-l.lang-tc .borderContent, .f-size-l.lang-sc .borderContent {
  font-size: 20px;
}
.f-size-l.lang-en .borderContent {
  font-size: 17.5px;
}
.f-size-l .borderContent h1,
.f-size-l .borderContent .h1 {
  font-size: 37.5px;
}
.f-size-l .borderContent h2,
.f-size-l .borderContent .h2 {
  font-size: 26.25px;
}
.f-size-l .borderContent h3,
.f-size-l .borderContent .h3 {
  font-size: 23.75px;
}
.f-size-l .borderContent .ts-0 {
  font-size: 45px;
}
.lang-en .f-size-l .borderContent .ts-0 {
  font-size: 37.5px;
}
.f-size-l .borderContent .ts-1 {
  font-size: 30px;
}
.lang-en .f-size-l .borderContent .ts-1 {
  font-size: 26.25px;
}
.f-size-l .borderContent .ts-15 {
  font-size: 26.25px;
}
.lang-en .f-size-l .borderContent .ts-15 {
  font-size: 23.75px;
}
.f-size-l .borderContent .ts-2 {
  font-size: 20px;
}
.lang-en .f-size-l .borderContent .ts-2 {
  font-size: 17.5px;
}
.f-size-l .borderContent .ch .ts-2 {
  font-size: 22.5px;
}
.f-size-l .borderContent .ts-3 {
  font-size: 15px;
}
.f-size-l .borderContent .f-size-12 {
  font-size: 15px;
}
.f-size-l .borderContent .f-size-13 {
  font-size: 16.25px;
}
.f-size-l .borderContent .f-size-14 {
  font-size: 17.5px;
}
.f-size-l .borderContent .f-size-15 {
  font-size: 18.75px;
}
.f-size-l .borderContent .f-size-16 {
  font-size: 20px;
}
.f-size-l .borderContent .f-size-17 {
  font-size: 21.25px;
}
.f-size-l .borderContent .f-size-18 {
  font-size: 22.5px;
}
.f-size-l .borderContent .f-size-19 {
  font-size: 23.75px;
}
.f-size-l .borderContent .f-size-20 {
  font-size: 25px;
}
.f-size-l .borderContent .f-size-21 {
  font-size: 26.25px;
}
.f-size-l .borderContent .f-size-22 {
  font-size: 27.5px;
}
.f-size-l .borderContent .f-size-23 {
  font-size: 28.75px;
}
.f-size-l .borderContent .f-size-24 {
  font-size: 30px;
}
.f-size-l .borderContent .f-size-25 {
  font-size: 31.25px;
}
.f-size-l .borderContent .f-size-26 {
  font-size: 32.5px;
}
.f-size-l .borderContent .f-size-27 {
  font-size: 33.75px;
}
.f-size-l .borderContent .f-size-28 {
  font-size: 35px;
}
.f-size-l .borderContent .f-size-29 {
  font-size: 36.25px;
}
.f-size-l .borderContent .f-size-30 {
  font-size: 37.5px;
}
.f-size-l .borderContent .f-size-31 {
  font-size: 38.75px;
}
.f-size-l .borderContent .f-size-32 {
  font-size: 40px;
}
.f-size-l .borderContent .f-size-33 {
  font-size: 41.25px;
}
.f-size-l .borderContent .f-size-34 {
  font-size: 42.5px;
}
.f-size-l .borderContent .f-size-35 {
  font-size: 43.75px;
}
.f-size-l .borderContent .f-size-36 {
  font-size: 45px;
}
.f-size-l .borderContent .f-size-37 {
  font-size: 46.25px;
}
.f-size-l .borderContent .f-size-38 {
  font-size: 47.5px;
}
.f-size-l .borderContent .f-size-39 {
  font-size: 48.75px;
}
.f-size-l .borderContent .f-size-40 {
  font-size: 50px;
}
.f-size-l .borderContent .f-size-41 {
  font-size: 51.25px;
}
.f-size-l .borderContent .f-size-42 {
  font-size: 52.5px;
}
.f-size-l .borderContent .f-size-43 {
  font-size: 53.75px;
}
.f-size-l .borderContent .f-size-44 {
  font-size: 55px;
}
.f-size-l .borderContent .f-size-45 {
  font-size: 56.25px;
}
.f-size-l .borderContent .f-size-46 {
  font-size: 57.5px;
}
.f-size-l .borderContent .f-size-47 {
  font-size: 58.75px;
}
.f-size-l .borderContent .f-size-48 {
  font-size: 60px;
}
.f-size-l .borderContent .f-size-49 {
  font-size: 61.25px;
}
.f-size-l .borderContent .f-size-50 {
  font-size: 62.5px;
}
.f-size-l .borderContent .f-size-51 {
  font-size: 63.75px;
}
.f-size-l .borderContent .f-size-52 {
  font-size: 65px;
}
.f-size-l .borderContent .f-size-53 {
  font-size: 66.25px;
}
.f-size-l .borderContent .f-size-54 {
  font-size: 67.5px;
}
.f-size-l .borderContent .f-size-55 {
  font-size: 68.75px;
}
.f-size-l .borderContent .f-size-56 {
  font-size: 70px;
}
.f-size-l .borderContent .f-size-57 {
  font-size: 71.25px;
}
.f-size-l .borderContent .f-size-58 {
  font-size: 72.5px;
}
.f-size-l .borderContent .f-size-59 {
  font-size: 73.75px;
}
.f-size-l .borderContent .f-size-60 {
  font-size: 75px;
}
.f-size-l .borderContent .f-size-61 {
  font-size: 76.25px;
}
.f-size-l .borderContent .f-size-62 {
  font-size: 77.5px;
}
.f-size-l .borderContent .f-size-63 {
  font-size: 78.75px;
}
.f-size-l .borderContent .f-size-64 {
  font-size: 80px;
}
.f-size-l .borderContent .f-size-65 {
  font-size: 81.25px;
}
.f-size-l .borderContent .f-size-66 {
  font-size: 82.5px;
}
.f-size-l .borderContent .f-size-67 {
  font-size: 83.75px;
}
.f-size-l .borderContent .f-size-68 {
  font-size: 85px;
}
.f-size-l .borderContent .f-size-69 {
  font-size: 86.25px;
}
.f-size-l .borderContent .f-size-70 {
  font-size: 87.5px;
}
.f-size-l .borderContent .f-size-71 {
  font-size: 88.75px;
}
.f-size-l .borderContent .f-size-72 {
  font-size: 90px;
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-12 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-13 {
    font-size: 16.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-14 {
    font-size: 17.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-15 {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-16 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-17 {
    font-size: 21.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-18 {
    font-size: 22.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-19 {
    font-size: 23.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-20 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-21 {
    font-size: 26.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-22 {
    font-size: 27.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-23 {
    font-size: 28.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-24 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-25 {
    font-size: 31.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-26 {
    font-size: 32.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-27 {
    font-size: 33.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-28 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-29 {
    font-size: 36.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-30 {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-31 {
    font-size: 38.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-32 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-33 {
    font-size: 41.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-34 {
    font-size: 42.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-35 {
    font-size: 43.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-36 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-37 {
    font-size: 46.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-38 {
    font-size: 47.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-39 {
    font-size: 48.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-40 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-41 {
    font-size: 51.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-42 {
    font-size: 52.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-43 {
    font-size: 53.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-44 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-45 {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-46 {
    font-size: 57.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-47 {
    font-size: 58.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-48 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-49 {
    font-size: 61.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-50 {
    font-size: 62.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-51 {
    font-size: 63.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-52 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-53 {
    font-size: 66.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-54 {
    font-size: 67.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-55 {
    font-size: 68.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-56 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-57 {
    font-size: 71.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-58 {
    font-size: 72.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-59 {
    font-size: 73.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-60 {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-61 {
    font-size: 76.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-62 {
    font-size: 77.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-63 {
    font-size: 78.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-64 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-65 {
    font-size: 81.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-66 {
    font-size: 82.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-67 {
    font-size: 83.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-68 {
    font-size: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-69 {
    font-size: 86.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-70 {
    font-size: 87.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-71 {
    font-size: 88.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-l .borderContent .m-f-size-72 {
    font-size: 90px;
  }
}

.f-size-s.lang-tc .borderContent, .f-size-s.lang-sc .borderContent {
  font-size: 12px;
}
.f-size-s.lang-en .borderContent {
  font-size: 14px 8 0.75;
}
.f-size-s .borderContent h1,
.f-size-s .borderContent .h1 {
  font-size: 22.5px;
}
.f-size-s .borderContent h2,
.f-size-s .borderContent .h2 {
  font-size: 15.75px;
}
.f-size-s .borderContent h3,
.f-size-s .borderContent .h3 {
  font-size: 14.25px;
}
.f-size-s .borderContent .ts-0 {
  font-size: 27px;
}
.lang-en .f-size-s .borderContent .ts-0 {
  font-size: 22.5px;
}
.f-size-s .borderContent .ts-1 {
  font-size: 18px;
}
.lang-en .f-size-s .borderContent .ts-1 {
  font-size: 15.75px;
}
.f-size-s .borderContent .ts-15 {
  font-size: 15.75px;
}
.lang-en .f-size-s .borderContent .ts-15 {
  font-size: 14.25px;
}
.f-size-s .borderContent .ts-2 {
  font-size: 12px;
}
.lang-en .f-size-s .borderContent .ts-2 {
  font-size: 10.5px;
}
.f-size-s .borderContent .ch .ts-2 {
  font-size: 13.5px;
}
.f-size-s .borderContent .ts-3 {
  font-size: 9px;
}
.f-size-s .borderContent .f-size-12 {
  font-size: 9px;
}
.f-size-s .borderContent .f-size-13 {
  font-size: 9.75px;
}
.f-size-s .borderContent .f-size-14 {
  font-size: 10.5px;
}
.f-size-s .borderContent .f-size-15 {
  font-size: 11.25px;
}
.f-size-s .borderContent .f-size-16 {
  font-size: 12px;
}
.f-size-s .borderContent .f-size-17 {
  font-size: 12.75px;
}
.f-size-s .borderContent .f-size-18 {
  font-size: 13.5px;
}
.f-size-s .borderContent .f-size-19 {
  font-size: 14.25px;
}
.f-size-s .borderContent .f-size-20 {
  font-size: 15px;
}
.f-size-s .borderContent .f-size-21 {
  font-size: 15.75px;
}
.f-size-s .borderContent .f-size-22 {
  font-size: 16.5px;
}
.f-size-s .borderContent .f-size-23 {
  font-size: 17.25px;
}
.f-size-s .borderContent .f-size-24 {
  font-size: 18px;
}
.f-size-s .borderContent .f-size-25 {
  font-size: 18.75px;
}
.f-size-s .borderContent .f-size-26 {
  font-size: 19.5px;
}
.f-size-s .borderContent .f-size-27 {
  font-size: 20.25px;
}
.f-size-s .borderContent .f-size-28 {
  font-size: 21px;
}
.f-size-s .borderContent .f-size-29 {
  font-size: 21.75px;
}
.f-size-s .borderContent .f-size-30 {
  font-size: 22.5px;
}
.f-size-s .borderContent .f-size-31 {
  font-size: 23.25px;
}
.f-size-s .borderContent .f-size-32 {
  font-size: 24px;
}
.f-size-s .borderContent .f-size-33 {
  font-size: 24.75px;
}
.f-size-s .borderContent .f-size-34 {
  font-size: 25.5px;
}
.f-size-s .borderContent .f-size-35 {
  font-size: 26.25px;
}
.f-size-s .borderContent .f-size-36 {
  font-size: 27px;
}
.f-size-s .borderContent .f-size-37 {
  font-size: 27.75px;
}
.f-size-s .borderContent .f-size-38 {
  font-size: 28.5px;
}
.f-size-s .borderContent .f-size-39 {
  font-size: 29.25px;
}
.f-size-s .borderContent .f-size-40 {
  font-size: 30px;
}
.f-size-s .borderContent .f-size-41 {
  font-size: 30.75px;
}
.f-size-s .borderContent .f-size-42 {
  font-size: 31.5px;
}
.f-size-s .borderContent .f-size-43 {
  font-size: 32.25px;
}
.f-size-s .borderContent .f-size-44 {
  font-size: 33px;
}
.f-size-s .borderContent .f-size-45 {
  font-size: 33.75px;
}
.f-size-s .borderContent .f-size-46 {
  font-size: 34.5px;
}
.f-size-s .borderContent .f-size-47 {
  font-size: 35.25px;
}
.f-size-s .borderContent .f-size-48 {
  font-size: 36px;
}
.f-size-s .borderContent .f-size-49 {
  font-size: 36.75px;
}
.f-size-s .borderContent .f-size-50 {
  font-size: 37.5px;
}
.f-size-s .borderContent .f-size-51 {
  font-size: 38.25px;
}
.f-size-s .borderContent .f-size-52 {
  font-size: 39px;
}
.f-size-s .borderContent .f-size-53 {
  font-size: 39.75px;
}
.f-size-s .borderContent .f-size-54 {
  font-size: 40.5px;
}
.f-size-s .borderContent .f-size-55 {
  font-size: 41.25px;
}
.f-size-s .borderContent .f-size-56 {
  font-size: 42px;
}
.f-size-s .borderContent .f-size-57 {
  font-size: 42.75px;
}
.f-size-s .borderContent .f-size-58 {
  font-size: 43.5px;
}
.f-size-s .borderContent .f-size-59 {
  font-size: 44.25px;
}
.f-size-s .borderContent .f-size-60 {
  font-size: 45px;
}
.f-size-s .borderContent .f-size-61 {
  font-size: 45.75px;
}
.f-size-s .borderContent .f-size-62 {
  font-size: 46.5px;
}
.f-size-s .borderContent .f-size-63 {
  font-size: 47.25px;
}
.f-size-s .borderContent .f-size-64 {
  font-size: 48px;
}
.f-size-s .borderContent .f-size-65 {
  font-size: 48.75px;
}
.f-size-s .borderContent .f-size-66 {
  font-size: 49.5px;
}
.f-size-s .borderContent .f-size-67 {
  font-size: 50.25px;
}
.f-size-s .borderContent .f-size-68 {
  font-size: 51px;
}
.f-size-s .borderContent .f-size-69 {
  font-size: 51.75px;
}
.f-size-s .borderContent .f-size-70 {
  font-size: 52.5px;
}
.f-size-s .borderContent .f-size-71 {
  font-size: 53.25px;
}
.f-size-s .borderContent .f-size-72 {
  font-size: 54px;
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-12 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-13 {
    font-size: 9.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-14 {
    font-size: 10.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-15 {
    font-size: 11.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-16 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-17 {
    font-size: 12.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-18 {
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-19 {
    font-size: 14.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-20 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-21 {
    font-size: 15.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-22 {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-23 {
    font-size: 17.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-24 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-25 {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-26 {
    font-size: 19.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-27 {
    font-size: 20.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-28 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-29 {
    font-size: 21.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-30 {
    font-size: 22.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-31 {
    font-size: 23.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-32 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-33 {
    font-size: 24.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-34 {
    font-size: 25.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-35 {
    font-size: 26.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-36 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-37 {
    font-size: 27.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-38 {
    font-size: 28.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-39 {
    font-size: 29.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-40 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-41 {
    font-size: 30.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-42 {
    font-size: 31.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-43 {
    font-size: 32.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-44 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-45 {
    font-size: 33.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-46 {
    font-size: 34.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-47 {
    font-size: 35.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-48 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-49 {
    font-size: 36.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-50 {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-51 {
    font-size: 38.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-52 {
    font-size: 39px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-53 {
    font-size: 39.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-54 {
    font-size: 40.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-55 {
    font-size: 41.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-56 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-57 {
    font-size: 42.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-58 {
    font-size: 43.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-59 {
    font-size: 44.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-60 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-61 {
    font-size: 45.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-62 {
    font-size: 46.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-63 {
    font-size: 47.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-64 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-65 {
    font-size: 48.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-66 {
    font-size: 49.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-67 {
    font-size: 50.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-68 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-69 {
    font-size: 51.75px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-70 {
    font-size: 52.5px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-71 {
    font-size: 53.25px;
  }
}
@media only screen and (max-width: 991px) {
  .f-size-s .borderContent .m-f-size-72 {
    font-size: 54px;
  }
}

main,
.main {
  color: #000;
  background-color: #fff;
  min-height: 450px;
}

.web {
  display: block !important;
}
@media only screen and (max-width: 991px) {
  .web {
    display: none !important;
  }
}

.web-flex {
  display: flex !important;
}
@media only screen and (max-width: 991px) {
  .web-flex {
    display: none !important;
  }
}

.mobile-inline-block {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .mobile-inline-block {
    display: inline-block !important;
  }
}

.mobile {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
}

.flex-inline {
  display: inline-flex;
}

.flex {
  display: flex;
}

.flex-item {
  flex: 1;
}

.container {
  position: relative;
  margin: auto;
  max-width: 1280px;
}

.page-basic-block {
  width: 100%;
  position: relative;
  padding: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-basic-content {
  width: 100%;
}

.xs-block {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .xs-block {
    display: block;
  }
}

.selectStyle1__select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0px 10px;
  outline: 0;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  background: #ffffff;
  color: #646464;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.selectStyle1__select:-ms-expand {
  display: none;
}
.selectStyle1__select:hover, .selectStyle1__select:focus {
  color: #000;
  background: #ffffff;
}
.selectStyle1__select:hover ~ .select_arrow, .selectStyle1__select:focus ~ .select_arrow {
  border-top-color: #000000;
}
.selectStyle1__select :disabled {
  opacity: 0.3;
  pointer-events: none;
}

.selectStyle1__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.leftToRight {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s ease-in-out;
}
.leftToRight.is-active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.rightToLeft {
  display: inline-block;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
}
.rightToLeft.is-active {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.downToUp {
  display: inline-block;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: all 0.3s ease-in-out;
}
.downToUp.is-active {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.upToDown {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.3s ease-in-out;
}
.upToDown.is-active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.fadeInLeft {
  transition: visibility 0s, opacity 0.5s linear, transform 0.5s linear;
  opacity: 0;
  transform-style: preserve-3d;
  transform: translate3d(-25px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.fadeInLeft.is-active {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.fadeInRight {
  transition: visibility 0s, opacity 0.5s linear, transform 0.5s linear;
  opacity: 0;
  transform-style: preserve-3d;
  transform: translate3d(25px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.fadeInRight.is-active {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.fadeInScrollUp {
  transition: visibility 0s, opacity 0.5s linear, transform 0.5s linear;
  opacity: 0;
  transform-style: preserve-3d;
  transform: translate3d(0px, -25px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.fadeInScrollUp.is-active {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.fadeInScrollDown {
  transition: visibility 0s, opacity 0.5s linear, transform 0.5s linear;
  opacity: 0;
  transform-style: preserve-3d;
  transform: translate3d(0px, 25px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.fadeInScrollDown.is-active {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.rotateIn {
  transition: visibility 0s, opacity 0.5s linear, transform 0.5s linear;
  opacity: 0;
  transform-style: preserve-3d;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(-90deg) skew(0deg, 0deg);
}
.rotateIn.is-active {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.header {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  border-bottom: 2px solid #490b42;
}
.header .newHeaderMenu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header .newHeaderMenu {
    display: none !important;
  }
}
@media only screen and (min-width: 991px) {
  .header.style2 .page-basic-content {
    max-width: 1280px;
    margin: auto;
  }
  .header.style2 .header-right-bg .dropdown-menu {
    display: none !important;
  }
  .header.style2 .header-right-bg .header-menu-cat {
    border-radius: 23px;
  }
  .header.style2 .header-right-bg .header-lang {
    margin-bottom: 60px;
  }
  .header.style2 .header-right-bg .header-item {
    position: relative;
    cursor: pointer;
  }
  .header.style2 .header-right-bg .header-item:before {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
  }
  .header.style2 .newHeaderMenu {
    display: none;
    width: 100%;
    height: auto;
    background-color: #353372;
    position: absolute;
    top: 100%;
    border-top: 2px solid #000;
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block {
    max-width: 1280px;
    display: none;
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block.is-active, .header.style2 .newHeaderMenu .newHeaderMenu__block:hover {
    display: flex;
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block .newHeaderMenu-right {
    border-left: 1px solid #f8b856;
    padding-left: 1%;
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block .newHeaderLink {
    width: calc(100% - 17px);
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block .newHeaderLink.new_img {
    display: flex;
    text-align: justify;
    align-items: flex-start;
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block .headerMenu__column {
    border-right: 1px solid #f8b856;
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block .headerMenu__column:last-child {
    border: none;
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block .headerMenu__column > div {
    padding-right: 5%;
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block .headerMenu__column > div:last-child {
    margin-bottom: 10px;
  }
  .header.style2 .newHeaderMenu .newHeaderMenu__block .icon-cycle:before {
    width: 8px;
    height: 8px;
  }
  .header.style2 .newHeaderMenu.is-active, .header.style2 .newHeaderMenu:hover {
    display: block;
  }
}
.header .subPageBG {
  position: absolute;
  left: 0%;
  top: 20px;
  z-index: 1;
  width: 1785px;
  height: 185px;
  display: none;
}
.header .subPageBG.is-active {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header .subPageBG {
    display: none;
  }
  .header .subPageBG.is-active {
    display: none;
  }
}
.header .container {
  position: relative;
  max-width: none;
  z-index: 5;
}
.header .header-left {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .header .header-left.flex-item.c-30 {
    flex: 1 0 50%;
  }
}
.header .header-left .header-logo {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 300px;
  position: relative;
  padding: 0px 25px;
  height: 165px;
}
.header .header-left .header-logo img {
  height: 130px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .header .header-left .header-logo {
    height: 90px;
  }
  .header .header-left .header-logo img {
    height: 80px;
  }
  .header .header-left .header-logo:before {
    border-width: 90px 90px 0 0;
  }
}
.header .header-right {
  width: 70%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-content {
    visibility: hidden;
    position: fixed;
    left: 100%;
    width: 100%;
    top: 0px;
    height: 100vh;
    background-color: #c9c9e2;
    color: #fff;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .header-right .header-right-content:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("../images/svg/menu_graphic.svg");
  }
  .header .header-right .header-right-content a {
    color: #fff;
  }
  .header .header-right .header-right-content.is-active {
    visibility: visible;
    position: fixed;
    left: 0px;
  }
}
.header .header-right .other-lang {
  background-color: #fff;
  max-height: 0;
  height: auto;
  line-height: 15px;
  max-width: 1010px;
  position: relative;
  width: 80%;
  font-size: 12px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: absolute;
  text-align: left;
  width: 160px;
  top: 100%;
  left: 0%;
}
.header .header-right .other-lang.is-active {
  left: 0%;
  max-height: 600px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  .header .header-right .other-lang.is-active {
    position: relative;
    left: 0px;
    top: 0px;
    box-shadow: none;
    border-width: 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-right .other-lang {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-right .other-lang {
    justify-content: flex-start;
    background-color: transparent;
    margin-right: 0;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    top: 0%;
    left: 0%;
  }
}
.header .header-right .other-lang a {
  padding: 5px 10px;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 991px) {
  .header .header-right .other-lang a {
    background-color: transparent;
    font-size: 16px;
    border-bottom: 0px solid #e3e3e3;
  }
}
.header .header-right .header-right-bg,
.header .header-right .header-right-bg-white {
  line-height: 45px;
  max-width: 968px;
  position: relative;
  width: 100%;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg,
  .header .header-right .header-right-bg-white {
    display: block;
    flex-direction: column;
    height: 100%;
    width: calc(100% - 20px);
    top: 0px;
    left: 0px;
    right: auto;
    transform: none;
    padding: 38px 10px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-right .header-right-bg .flex-item.c-20,
  .header .header-right .header-right-bg-white .flex-item.c-20 {
    display: inline-flex;
    float: right;
  }
  .header .header-right .header-right-bg .flex-item.c-80,
  .header .header-right .header-right-bg-white .flex-item.c-80 {
    display: inline-flex;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .flex-item,
  .header .header-right .header-right-bg-white .flex-item {
    flex-direction: column;
    flex: 1;
    position: relative;
    float: none;
  }
  .header .header-right .header-right-bg .flex-item.c-20,
  .header .header-right .header-right-bg-white .flex-item.c-20 {
    display: flex;
    float: none;
  }
  .header .header-right .header-right-bg .flex-item.c-80,
  .header .header-right .header-right-bg-white .flex-item.c-80 {
    display: flex;
  }
}
.header .header-right .header-right-bg .header-menu-cat,
.header .header-right .header-right-bg-white .header-menu-cat {
  background-color: #353372;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-menu-cat,
  .header .header-right .header-right-bg-white .header-menu-cat {
    background-color: transparent;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-menu-cat:after,
  .header .header-right .header-right-bg-white .header-menu-cat:after {
    content: "";
    display: block;
    margin: 25px;
    height: 1px;
    width: 50%;
    background-color: #353372;
  }
}
.header .header-right .header-right-bg .header-item,
.header .header-right .header-right-bg-white .header-item {
  margin-right: 25px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item a:not(.clickInMainMenu),
  .header .header-right .header-right-bg-white .header-item a:not(.clickInMainMenu) {
    display: block;
    font-size: 16px;
  }
}
.header .header-right .header-right-bg .header-item.openLangMenu img,
.header .header-right .header-right-bg-white .header-item.openLangMenu img {
  width: 22px;
}
.header .header-right .header-right-bg .header-item.headerSearch,
.header .header-right .header-right-bg-white .header-item.headerSearch {
  width: 28px;
  height: 28px;
  background-color: #353372;
  border-radius: 14px;
  position: relative;
}
.header .header-right .header-right-bg .header-item.headerSearch img,
.header .header-right .header-right-bg-white .header-item.headerSearch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}
.header .header-right .header-right-bg .header-item.headerSearch .headerSearchInput,
.header .header-right .header-right-bg-white .header-item.headerSearch .headerSearchInput {
  padding: 0px;
  overflow: hidden;
  width: 0px;
  border-width: 0px;
  background-color: transparent;
}
.header .header-right .header-right-bg .header-item.headerSearch.is-search,
.header .header-right .header-right-bg-white .header-item.headerSearch.is-search {
  width: auto;
}
.header .header-right .header-right-bg .header-item.headerSearch.is-search img,
.header .header-right .header-right-bg-white .header-item.headerSearch.is-search img {
  left: 10px;
  transform: translate(0%, -50%);
}
.header .header-right .header-right-bg .header-item.headerSearch.is-search .headerSearchInput,
.header .header-right .header-right-bg-white .header-item.headerSearch.is-search .headerSearchInput {
  color: #fff;
  width: 120px;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item.headerSearch,
  .header .header-right .header-right-bg-white .header-item.headerSearch {
    width: auto;
  }
  .header .header-right .header-right-bg .header-item.headerSearch img,
  .header .header-right .header-right-bg-white .header-item.headerSearch img {
    left: 10px;
    transform: translate(0%, -50%);
  }
}
.header .header-right .header-right-bg .header-item.header-active,
.header .header-right .header-right-bg-white .header-item.header-active {
  color: #344e75 !important;
}
.header .header-right .header-right-bg .header-item.headerMenuLanguage,
.header .header-right .header-right-bg-white .header-item.headerMenuLanguage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item.headerMenuLanguage,
  .header .header-right .header-right-bg-white .header-item.headerMenuLanguage {
    justify-content: flex-start;
    display: block;
  }
}
.header .header-right .header-right-bg .header-item.headerMenuLanguage .headerMenu,
.header .header-right .header-right-bg-white .header-item.headerMenuLanguage .headerMenu {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header .header-right .header-right-bg .header-item.headerMenuLanguage .headerMenu .icon-lang-w,
.header .header-right .header-right-bg-white .header-item.headerMenuLanguage .headerMenu .icon-lang-w {
  display: none;
}
.header .header-right .header-right-bg .header-item.headerMenuLanguage .headerMenu .icon-lang-b,
.header .header-right .header-right-bg-white .header-item.headerMenuLanguage .headerMenu .icon-lang-b {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item.headerMenuLanguage .headerMenu,
  .header .header-right .header-right-bg-white .header-item.headerMenuLanguage .headerMenu {
    justify-content: start;
    align-items: center;
  }
  .header .header-right .header-right-bg .header-item.headerMenuLanguage .headerMenu .openLangMenu.is-active .icon-lang-w,
  .header .header-right .header-right-bg-white .header-item.headerMenuLanguage .headerMenu .openLangMenu.is-active .icon-lang-w {
    display: block;
  }
  .header .header-right .header-right-bg .header-item.headerMenuLanguage .headerMenu .openLangMenu.is-active .icon-lang-b,
  .header .header-right .header-right-bg-white .header-item.headerMenuLanguage .headerMenu .openLangMenu.is-active .icon-lang-b {
    display: none;
  }
}
.header .header-right .header-right-bg .header-item.headerMenuLanguage .dropdown-menu,
.header .header-right .header-right-bg-white .header-item.headerMenuLanguage .dropdown-menu {
  right: 0px;
  left: auto;
  width: auto;
  max-width: 150px;
}
.header .header-right .header-right-bg .header-item.borderOpen,
.header .header-right .header-right-bg-white .header-item.borderOpen {
  position: relative;
}
.header .header-right .header-right-bg .header-item.borderOpen:before,
.header .header-right .header-right-bg-white .header-item.borderOpen:before {
  content: "";
  display: block;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .header .header-right .header-right-bg .header-item,
  .header .header-right .header-right-bg-white .header-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item,
  .header .header-right .header-right-bg-white .header-item {
    font-size: 24px;
    font-weight: bold;
    line-height: initial;
    color: #353372;
  }
  .header .header-right .header-right-bg .header-item a,
  .header .header-right .header-right-bg-white .header-item a {
    color: #353372;
  }
}
.header .header-right .header-right-bg .header-item .headerMenuHome,
.header .header-right .header-right-bg-white .header-item .headerMenuHome {
  height: 100%;
  min-width: 20px;
  position: relative;
}
.header .header-right .header-right-bg .header-item .headerMenuHome .home_btn,
.header .header-right .header-right-bg-white .header-item .headerMenuHome .home_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item .headerMenuHome .home_btn,
  .header .header-right .header-right-bg-white .header-item .headerMenuHome .home_btn {
    position: relative;
    height: 100%;
    width: 50%;
    max-width: 250px;
    margin: 0;
  }
}
.header .header-right .header-right-bg .header-item .headerMenuImage,
.header .header-right .header-right-bg-white .header-item .headerMenuImage {
  width: auto;
  height: 25px;
}
.header .header-right .header-right-bg .header-item .dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu {
  border-top: 1px solid #fff;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #ffb32c;
  width: 255px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  line-height: 30px;
  max-height: 0px;
  white-space: nowrap;
}
.header .header-right .header-right-bg .header-item .dropdown-menu.floatRight,
.header .header-right .header-right-bg-white .header-item .dropdown-menu.floatRight {
  left: auto;
  right: -15px;
}
.header .header-right .header-right-bg .header-item .dropdown-menu.header-em,
.header .header-right .header-right-bg-white .header-item .dropdown-menu.header-em {
  line-height: 20px;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item .dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu {
    position: relative;
    width: calc(100% - 40px);
    border-top: 0px solid #000;
    top: 3px;
    left: 0px;
    box-shadow: none;
    background-color: transparent;
    overflow: hidden;
  }
}
.header .header-right .header-right-bg .header-item .dropdown-menu a,
.header .header-right .header-right-bg-white .header-item .dropdown-menu a {
  color: #fff;
  display: block;
  position: relative;
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid #403d7a;
  line-height: inherit;
  background-color: #6e67a9;
  white-space: break-spaces;
  width: calc(100% - 30px);
  justify-content: space-between;
}
.header .header-right .header-right-bg .header-item .dropdown-menu a:hover,
.header .header-right .header-right-bg-white .header-item .dropdown-menu a:hover {
  background-color: #433b8c;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item .dropdown-menu a:hover,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu a:hover {
    background-color: transparent;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item .dropdown-menu a,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu a {
    color: #353372;
    border-bottom-width: 0px;
    font-size: 24px;
    background-color: transparent;
    white-space: normal;
    padding: 12px 10px;
    width: calc(100% - 20px);
  }
}
.header .header-right .header-right-bg .header-item .dropdown-menu span,
.header .header-right .header-right-bg-white .header-item .dropdown-menu span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item .dropdown-menu span,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu span {
    display: inline-block;
  }
}
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu {
  position: relative;
}
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu > a,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu > a {
  pointer-events: none;
}
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu > a:after,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu > a:after {
  content: ">";
  float: right;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu > a:after,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu > a:after {
    content: "   ⌄";
    float: none;
  }
}
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 100%;
  width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  line-height: 30px;
  max-height: 0px;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-dropdown-menu {
    transition: all 0.5s ease-in-out;
    position: relative;
    width: calc(100% - 40px);
    border-top: 0px solid #000;
    top: 3px;
    left: 0px;
    box-shadow: none;
    background-color: transparent;
    overflow: hidden;
  }
}
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block:hover > a:after, .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block.is-active > a:after,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021:hover > a:after,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021.is-active > a:after,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022:hover > a:after,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022.is-active > a:after,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023:hover > a:after,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023.is-active > a:after,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block:hover > a:after,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block.is-active > a:after,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021:hover > a:after,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021.is-active > a:after,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022:hover > a:after,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022.is-active > a:after,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023:hover > a:after,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023.is-active > a:after {
  content: "<";
  float: right;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block:hover > a:after, .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block.is-active > a:after,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021:hover > a:after,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021.is-active > a:after,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022:hover > a:after,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022.is-active > a:after,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023:hover > a:after,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023.is-active > a:after,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block:hover > a:after,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block.is-active > a:after,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021:hover > a:after,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021.is-active > a:after,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022:hover > a:after,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022.is-active > a:after,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023:hover > a:after,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023.is-active > a:after {
    content: "";
    float: none;
  }
}
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block:hover .second-dropdown-menu, .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block.is-active .second-dropdown-menu,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021:hover .second-dropdown-menu,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021.is-active .second-dropdown-menu,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022:hover .second-dropdown-menu,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022.is-active .second-dropdown-menu,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023:hover .second-dropdown-menu,
.header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023.is-active .second-dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block:hover .second-dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block.is-active .second-dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021:hover .second-dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021.is-active .second-dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022:hover .second-dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022.is-active .second-dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023:hover .second-dropdown-menu,
.header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023.is-active .second-dropdown-menu {
  visibility: visible;
  max-height: 800px;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block:hover .second-dropdown-menu, .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block.is-active .second-dropdown-menu,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021:hover .second-dropdown-menu,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021.is-active .second-dropdown-menu,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022:hover .second-dropdown-menu,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022.is-active .second-dropdown-menu,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023:hover .second-dropdown-menu,
  .header .header-right .header-right-bg .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023.is-active .second-dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block:hover .second-dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block.is-active .second-dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021:hover .second-dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2021.is-active .second-dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022:hover .second-dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2022.is-active .second-dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023:hover .second-dropdown-menu,
  .header .header-right .header-right-bg-white .header-item .dropdown-menu .second-level-menu .second-level-menu-block-2023.is-active .second-dropdown-menu {
    padding: 0 20px;
  }
}
.header .header-right .header-right-bg .header-item:hover .dropdown-menu, .header .header-right .header-right-bg .header-item.is-active .dropdown-menu,
.header .header-right .header-right-bg-white .header-item:hover .dropdown-menu,
.header .header-right .header-right-bg-white .header-item.is-active .dropdown-menu {
  visibility: visible;
  max-height: 800px;
}
.header .header-right .header-right-bg .header-item:hover .dropdown-menu.overflowHidden, .header .header-right .header-right-bg .header-item.is-active .dropdown-menu.overflowHidden,
.header .header-right .header-right-bg-white .header-item:hover .dropdown-menu.overflowHidden,
.header .header-right .header-right-bg-white .header-item.is-active .dropdown-menu.overflowHidden {
  overflow: auto;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-right-bg .header-item:hover .dropdown-menu, .header .header-right .header-right-bg .header-item.is-active .dropdown-menu,
  .header .header-right .header-right-bg-white .header-item:hover .dropdown-menu,
  .header .header-right .header-right-bg-white .header-item.is-active .dropdown-menu {
    padding: 15px 10px;
    overflow: auto;
  }
}
.header .header-right .header-right-bg-white {
  width: 100%;
  top: 45%;
  padding-right: 15px;
  right: 0px;
  background-color: #fff;
}
.header .header-right .header-right-bg-white:before {
  border-color: transparent transparent #fff transparent;
}
.header .header-right .header-lang {
  max-height: 420px;
  text-align: right;
  transition: none;
}
@media only screen and (max-width: 991px) {
  .header .header-right .header-lang {
    text-align: left;
    padding-bottom: 60px;
    max-height: 600px;
  }
}
.header .header-right .lh-double .header-menu-cat {
  line-height: initial;
}
.header .header-right .lh-double .header-menu-cat .header-item {
  display: flex;
  align-items: center;
  margin-right: 17px;
}
.header .header-right .lh-double .header-menu-cat .header-item .header-link span {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .header .header-right .lh-double .header-menu-cat .header-item .header-link span {
    display: inline-block;
    text-align: start;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-right .lh-double .header-menu-cat .header-item {
    padding: 5px 0;
    line-height: initial;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-right .lh-double .header-menu-cat .header-item {
    display: block;
    align-items: start;
  }
}

.navBtn {
  position: absolute;
  top: 35%;
  right: 45px;
  width: 36px;
  height: 36px;
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  .navBtn {
    margin-left: 5px;
  }
}

.homeBtn {
  right: 100px;
}

.navHamburger {
  position: inherit;
  z-index: 5;
}

.hamburger {
  top: 50%;
  left: 10%;
  width: 100%;
  height: 3px;
  background: #353372;
  position: absolute;
  transition: 0.5s;
}

.hamburger:before {
  top: -12px;
}

.hamburger:after {
  top: 12px;
}

/* Icon 1 */
.icon-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  cursor: pointer;
}

.icon-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  cursor: pointer;
}
.icon-home.active-one {
  display: none;
}

.hamburger-one:before,
.hamburger-one:after {
  left: 0px;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #353372;
  transition: 0.5s;
}

.icon-one.active-one .hamburger-one {
  background: transparent;
}

.icon-one.active-one .hamburger-one:before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.icon-one.active-one .hamburger-one:after {
  top: 0;
  transform: rotate(135deg);
  background-color: #fff;
}

.WCAG-btn {
  opacity: 0;
  overflow: hidden;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
}

.lang-en .header-menu-cat .header-item, .lang-tl .header-menu-cat .header-item {
  font-size: 12px;
}

.lang-id .header-menu-cat .header-item, .lang-hi .header-menu-cat .header-item, .lang-ne .header-menu-cat .header-item, .lang-pa .header-menu-cat .header-item, .lang-th .header-menu-cat .header-item, .lang-ur .header-menu-cat .header-item, .lang-vi .header-menu-cat .header-item {
  font-size: 14px;
}
@media only screen and (max-width: 1440px) {
  .lang-id .header-menu-cat .header-item, .lang-hi .header-menu-cat .header-item, .lang-ne .header-menu-cat .header-item, .lang-pa .header-menu-cat .header-item, .lang-th .header-menu-cat .header-item, .lang-ur .header-menu-cat .header-item, .lang-vi .header-menu-cat .header-item {
    font-size: 12px;
  }
}

.highlightBG {
  position: relative;
  color: #fff;
}
.highlightBG:before {
  z-index: -1;
  position: absolute;
  content: "";
  display: block;
  width: 120%;
  height: 30px;
  background-color: #573FA5;
  border-radius: 5px;
  top: 8px;
  left: -10%;
}
@media only screen and (max-width: 991px) {
  .highlightBG:before {
    height: 45px;
    top: 0px;
  }
}
.highlightBG .highlightStar {
  position: absolute;
  display: block;
  top: -6px;
  right: -21px;
  width: 22px;
}
@media only screen and (max-width: 991px) {
  .highlightBG .highlightStar {
    right: 0;
  }
}
.highlightBG.style-2 .span {
  position: relative;
  display: block;
  z-index: 1;
}
.highlightBG.style-2:before {
  z-index: 0;
  width: 80%;
  height: 80%;
  border-radius: 5px;
}

.lang-en .highlightBG:before {
  height: 38px;
  top: -9px;
}
@media only screen and (max-width: 991px) {
  .lang-en .highlightBG:before {
    height: 55px;
  }
}
.lang-en .highlightBG.style-3:before {
  top: 3px;
  width: 110%;
  left: -5%;
}
@media only screen and (max-width: 991px) {
  .lang-en .highlightBG.style-3:before {
    top: -5px;
  }
}
.lang-en .highlightStar {
  top: -19px;
  right: -18px;
}
@media only screen and (max-width: 991px) {
  .lang-en .highlightStar {
    right: -3px;
  }
}
.lang-en .highlightStar.style-3 {
  top: -7px;
}
@media only screen and (max-width: 991px) {
  .lang-en .highlightStar.style-3 {
    top: -15px;
  }
}
.lang-en .highlightStar.ur_star {
  left: -15px;
  right: auto;
}

.lang-tl .highlightBG.style-3:before {
  top: -9px;
  width: 110%;
}
.lang-tl .highlightStar.style-3 {
  top: -19px;
}

.highLight {
  position: relative;
  background-color: #9873c7 !important;
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .highLight {
    border-radius: 10px;
  }
}
.highLight .highlightStar2 {
  display: block;
}

.highlightStar2 {
  display: none;
  position: absolute;
  top: 1px;
  right: 0px;
  width: 25px;
  height: 25px;
}
.rightSideRead .highlightStar2 {
  left: 0px;
  right: auto;
}

.rightSideRead {
  text-align: right !important;
}

.icon-cycle:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #f8b856;
  border-radius: 9px;
}

.headerMenu > span {
  display: block;
}

.basic-main .topSection .container {
  max-width: 1024px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .basic-main .topSection .container {
    width: auto;
  }
}
.basic-main .topSection.list-all:before {
  background-repeat: repeat-y;
}
.basic-main .topSection.list-all.detail:before {
  background-repeat: no-repeat;
}

.page-index .homeBanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.page-index .homeBannerSwiper {
  width: 100%;
}
.page-index .homeBannerSwiper .swiper-tool {
  width: 100%;
  max-width: 260px;
  position: absolute;
  bottom: 35px;
  left: 15px;
}
@media only screen and (max-width: 991px) {
  .page-index .homeBannerSwiper .swiper-tool {
    max-width: 160px;
    bottom: 15px;
  }
}
.page-index .homeBannerSwiper .swiper-pagination {
  min-width: 120px;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .page-index .homeBannerSwiper .swiper-pagination {
    min-width: 80px;
  }
}
.page-index .homeBannerSwiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: transparent;
  margin: 5px 10px;
  opacity: 1;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media only screen and (max-width: 991px) {
  .page-index .homeBannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.page-index .homeBannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.page-index .homeBannerSwiper .swiper-button-next img,
.page-index .homeBannerSwiper .swiper-button-prev img {
  height: 15px;
}
.page-index .swiper-slide {
  position: relative;
}
.page-index .homeVideo {
  position: relative;
  bottom: 0px;
  left: 0px;
  transform: translate(0);
  min-width: 0;
  min-height: 0;
  width: 100%;
}
.page-index video::-webkit-media-controls, .page-index video::-moz-media-controls, .page-index video::-o-media-controls, .page-index video::-ms-media-controls {
  display: none !important;
}
.page-index .home_slogan_1 {
  position: absolute;
  top: 7%;
  left: 7%;
  width: 40%;
  max-width: 600px;
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}
@media only screen and (max-width: 991px) {
  .page-index .home_slogan_1 {
    top: 20px;
    left: 10%;
    width: 50%;
    min-width: 280px;
  }
}
.page-index .homeDescription_1,
.page-index .homeDescription_2 {
  position: relative;
}
.page-index .homeDescription_1 .bg-image,
.page-index .homeDescription_2 .bg-image {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .page-index .homeDescription_1 .bg-image,
  .page-index .homeDescription_2 .bg-image {
    display: none;
  }
}
.page-index .homeDescription_1 {
  background: rgb(111, 105, 171);
  background: linear-gradient(180deg, rgb(111, 105, 171) 0%, rgb(90, 53, 131) 100%);
}
.page-index .homeDescription_2 {
  background: rgb(85, 81, 134);
  background: linear-gradient(180deg, rgb(85, 81, 134) 0%, rgb(53, 51, 114) 100%);
}
.page-index .catSection .swiper-slide, .page-index .catSection .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.3, 0.28, 1, 1) !important;
}
.page-index .section_2 {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
.page-index .section_2 .bgContent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 460px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1440px) {
  .page-index .section_2 .container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .page-index .section_2 .container {
    max-width: 80%;
    margin: 0 auto;
  }
}
.page-index .section_2 .parallax_bg_index_3 {
  pointer-events: none;
  position: absolute;
  width: 1440px;
  height: 1440px;
  text-align: center;
  margin: -250px auto 0;
  animation: earthAni 120s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.page-index .section_2 .parallax_bg_index_4 {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  opacity: 0.5;
}
.page-index .section_2 .des-1 {
  text-align: center;
  color: #fff;
  padding: 45px 0px;
}
.page-index .section_2 .des-2 .flex-item:first-child {
  margin-right: 35px;
}
@media only screen and (max-width: 991px) {
  .page-index .section_2 .des-2 .flex-item {
    flex: 1 0 100%;
  }
  .page-index .section_2 .des-2 .flex-item:first-child {
    margin-right: 0;
  }
}
.page-index .section_2 .des-2 .video-title {
  padding-bottom: 30px;
}
.page-index .section_2 .des-2 .video-des {
  line-height: 22px;
}
.page-index .section_2 .des-2 .video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.page-index .section_2 .des-2 .video-content:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 56%;
}
.page-index .section_2 .des-3 {
  position: relative;
  margin-top: 45px;
}
.page-index .section_2 .des-3 .swiper-wrapper {
  align-items: baseline;
}
.page-index .section_2 .des-3 .swiper-container {
  width: 100%;
}
.page-index .section_2 .des-3 .swiper-button-next:after, .page-index .section_2 .des-3 .swiper-button-prev:after {
  content: "";
}
.page-index .section_2 .des-3 .swiper-button-next {
  right: -50px;
}
@media only screen and (max-width: 991px) {
  .page-index .section_2 .des-3 .swiper-button-next {
    right: -30px;
  }
}
.page-index .section_2 .des-3 .swiper-button-prev {
  left: -50px;
}
@media only screen and (max-width: 991px) {
  .page-index .section_2 .des-3 .swiper-button-prev {
    left: -30px;
  }
}
.page-index .section_2 .des-3 .swiper-slide {
  height: auto;
  flex-direction: column;
}
.page-index .section_2 .des-3 .swiper-slide .section_2-swiper-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) {
  .page-index .section_2 .des-3 .swiper-slide {
    height: auto;
  }
}

@keyframes twinkle {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes earthAni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumb_block {
  position: relative;
  top: 0px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #ccc;
  background-image: url("../images/new_top_banner.jpg");
  background-position: center 85%;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb_block .breadcrumbBar {
  overflow: hidden;
  max-height: 200px;
}
.breadcrumb_block .bannerBG {
  background: rgb(53, 51, 114);
  background: linear-gradient(90deg, rgba(53, 51, 114, 0.8) 0%, rgba(53, 51, 114, 0.8) 50%, rgba(53, 51, 114, 0.2) 75%, rgba(53, 51, 114, 0.2) 100%);
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .breadcrumb_block .bannerBG {
    padding: 15px;
    width: auto;
    background: linear-gradient(90deg, rgba(53, 51, 114, 0.8) 0%, rgba(53, 51, 114, 0.8) 50%, rgba(53, 51, 114, 0.4) 75%, rgba(53, 51, 114, 0.4) 100%);
  }
}
.breadcrumb_block .bContainer {
  max-width: 1024px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .breadcrumb_block .bContainer {
    width: auto;
  }
}

.breadcrumb {
  color: #fff;
  text-align: left;
}
.breadcrumb a {
  color: #fff !important;
}

.page-link .topSection .container,
.page-sitemap .topSection .container,
.page-contact_us .topSection .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
.page-link .topSection .container a,
.page-sitemap .topSection .container a,
.page-contact_us .topSection .container a {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .page-link .topSection .container,
  .page-sitemap .topSection .container,
  .page-contact_us .topSection .container {
    width: auto;
  }
}

.press_release_table {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .press_release_table .showWeb {
    display: none;
  }
}
.press_release_table tr {
  border-radius: 10px;
  margin-bottom: 15px;
}
.press_release_table th, .press_release_table td {
  padding: 15px;
  border-width: 0px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .press_release_table th, .press_release_table td {
    padding: 7px;
  }
}
.press_release_table th:first-child, .press_release_table td:first-child {
  white-space: nowrap;
}
.press_release_table th:last-child, .press_release_table td:last-child {
  text-align: left;
  position: relative;
}
.floating_video_icon {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 40px;
  width: 80px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 99;
  padding: 10px;
}
.floating_video_icon.is-active {
  display: block;
}

.index-video {
  max-width: 1440px;
  position: relative;
}
.index-video .index-video-container {
  margin: auto;
}
.index-video .video-main-control {
  text-align: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  max-width: 360px;
  padding: 15px;
  margin: 15px;
  left: 0px;
  top: 0px;
}
.index-video .video-main-control:last-child {
  left: auto;
  right: 0px;
}
@media only screen and (max-width: 991px) {
  .index-video .video-main-control {
    font-size: 14px;
    position: relative;
    margin: 5px;
    display: inline-block;
    max-width: calc(49% - 40px);
  }
}
@media only screen and (max-width: 360px) {
  .index-video .video-main-control {
    font-size: 12px;
    padding: 5px;
    max-width: calc(49% - 40px);
  }
}
.index-video .video-main-control .main_thumbnail {
  margin-top: 10px;
}
.index-video .video-main {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .index-video .video-main {
    width: calc(100% - 30px);
    padding: 15px;
    margin-bottom: 15px;
  }
}

.video-main-block {
  position: relative;
}
.video-main-block .play_btn {
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-main-block.linkContent {
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .video-main-block.linkContent {
    max-width: 100%;
  }
}
.video-main-block.linkContent .play_btn {
  width: 75px;
}
@media only screen and (max-width: 991px) {
  .video-main-block.linkContent .play_btn {
    width: 45px;
  }
}
.video-main-block.style-2 {
  width: 30%;
  color: #344e75;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .video-main-block.style-2 {
    width: 100%;
  }
}
.video-main-block.style-2 > a {
  display: block;
  position: relative;
  max-width: 650px;
  margin: auto;
}
.video-main-block.style-2 .play_btn {
  width: 40px;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 5px;
}
@media only screen and (max-width: 991px) {
  .video-main-block.style-2 .play_btn {
    bottom: 10px;
    width: 40px;
  }
}
.video-main-block.style-2 .main_thumbnail {
  width: 100%;
  max-width: 650px;
  border: 1px solid #e3e3e3;
}
.video-main-block.style-3 .link {
  position: relative;
  display: block;
  max-width: 652px;
  margin: auto;
}
.video-main-block.style-3 .link.full {
  max-width: none;
}
.video-main-block.style-3 .play_btn {
  top: auto;
  left: auto;
  bottom: 10px;
  right: 5px;
}
@media only screen and (max-width: 991px) {
  .video-main-block.style-3 .play_btn {
    width: 40px;
  }
}
.video-main-block.style-3 .main_thumbnail {
  width: 100%;
  max-width: 650px;
  border: 1px solid #e3e3e3;
}
.video-main-block.style-3 .main_thumbnail.full {
  max-width: none;
}

.toMain, #WCAG-skinTo {
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.fancybox-active {
  height: 100%;
}

.page-sitemap .sitemap_group {
  padding-bottom: 15px;
}
.page-sitemap .sitemap_group a {
  display: block;
}
.page-sitemap .sitemap_group .sub {
  padding-left: 15px;
}
.page-sitemap .sitemap_group .sub.more {
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .page-index.lang-id .topSection .parallax_bg_index_1, .page-index.lang-hi .topSection .parallax_bg_index_1, .page-index.lang-ne .topSection .parallax_bg_index_1, .page-index.lang-pa .topSection .parallax_bg_index_1, .page-index.lang-tl .topSection .parallax_bg_index_1, .page-index.lang-th .topSection .parallax_bg_index_1, .page-index.lang-ur .topSection .parallax_bg_index_1, .page-index.lang-vi .topSection .parallax_bg_index_1 {
    margin-top: 150px;
  }
}
.page-index.lang-id .topSection .container .des-1 .flex-item:first-child:before, .page-index.lang-hi .topSection .container .des-1 .flex-item:first-child:before, .page-index.lang-ne .topSection .container .des-1 .flex-item:first-child:before, .page-index.lang-pa .topSection .container .des-1 .flex-item:first-child:before, .page-index.lang-tl .topSection .container .des-1 .flex-item:first-child:before, .page-index.lang-th .topSection .container .des-1 .flex-item:first-child:before, .page-index.lang-ur .topSection .container .des-1 .flex-item:first-child:before, .page-index.lang-vi .topSection .container .des-1 .flex-item:first-child:before {
  display: none;
}
.page-index.lang-id .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-hi .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-ne .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-pa .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-tl .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-th .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-ur .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-vi .topSection .container .des-1 .flex-item .padding-container.ts-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .page-index.lang-id .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-hi .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-ne .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-pa .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-tl .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-th .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-ur .topSection .container .des-1 .flex-item .padding-container.ts-2:before, .page-index.lang-vi .topSection .container .des-1 .flex-item .padding-container.ts-2:before {
    display: none;
  }
}

.popUpBanner {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}
.popUpBanner #animation_container {
  background-color: rgba(255, 255, 255, 0);
  margin: 10vh auto;
  width: 100%;
  max-width: 1000px;
  max-height: 700px;
  position: relative;
}
.popUpBanner:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  background-color: rgba(32, 3, 55, 0.8509803922);
  width: 100vw;
  height: 100vh;
}
.popUpBanner .popUpBanner_Close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  right: 0px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.popUpBanner .popUpBanner_Close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: hsl(0, 0%, 100%);
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popUpBanner .popUpBanner_Close .line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breakText {
  word-break: break-all;
}

.page-about .topSection {
  position: relative;
}
.page-about .topSection .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
.page-about .topSection .container a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .page-about .topSection .container {
    width: auto;
  }
}
.page-about .topSection .container .des-2 {
  margin: 0 auto;
  padding: 15px 0px;
  color: #cff4ff;
}
.page-about .topSection .container .des-3 {
  margin: 0 auto;
}
.page-about .topSection .container .des-3.p80 {
  max-width: 80%;
}
.page-about .topSection .container .des-3 .des-3-image {
  display: block;
  margin: auto;
  text-align: center;
  padding: 25px;
}
.page-about .topSection .container .des-3 .content-image {
  float: right;
  margin: 0 15px 15px;
  max-width: 45%;
  text-align: center;
}
.page-about .topSection .container .des-3 .content-image img {
  margin-bottom: 5px;
}
.page-about .topSection .container .des-3 li {
  padding-bottom: 15px;
}
.page-about .topSection .container .des-3 .d-flex {
  width: 100%;
}
.page-about .topSection .container .des-3 .d-flex .flex-item {
  padding-bottom: 25px;
}
.page-about .topSection .container .des-4 {
  margin: 0 auto;
  text-align: center;
}
.page-about .topSection .container .des-4.p560 {
  max-width: 560px;
}
.page-about .topSection .container .faq_sub_title {
  padding-bottom: 45px;
}
.page-about .topSection .container .faq_block {
  padding-bottom: 25px;
  transition: all 0.5s ease-in-out;
}
.page-about .topSection .container .faq_block .faq_question {
  position: relative;
  padding-right: 40px;
  color: #755734;
  transition: all 0.5s ease-in-out;
}
.page-about .topSection .container .faq_block .faq_question:before, .page-about .topSection .container .faq_block .faq_question:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 3px;
  transition: all 0.5s ease-in-out;
  background-color: #ffb32c;
}
.page-about .topSection .container .faq_block .faq_question:after {
  transform: translateY(-50%) rotate(90deg);
}
.page-about .topSection .container .faq_block .faq_question.is-active {
  padding-bottom: 15px;
}
.page-about .topSection .container .faq_block .faq_question.is-active:after {
  transform: translateY(-50%);
}
.page-about .topSection .container .faq_block .faq_answer {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  max-width: 95%;
  margin: 0 auto;
}
.page-about .topSection .container .faq_block .faq_answer:after {
  content: "";
  display: block;
  margin-top: 20px;
}
.page-about .topSection .container .faq_block .faq_answer_lonerStyle {
  padding-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .page-about .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_content {
    display: block;
    flex-direction: column !important;
  }
}
.page-about .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_image {
  flex: 1 0 20%;
  padding-right: 5%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .page-about .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_image {
    max-width: 120px;
    margin: auto;
    margin-bottom: 15px;
  }
}
.page-about .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_des {
  flex: 1 0 75%;
}
.page-about .topSection .container .faq_block.is-active .faq_question {
  padding-bottom: 15px;
}
.page-about .topSection .container .faq_block.is-active .faq_question:after {
  transform: translateY(-50%);
}
.page-about .topSection .container .faq_block.is-active .faq_answer {
  max-height: 500px;
}
.page-about .topSection .container .faq_block.is-active .faq_answer.longer {
  max-height: 1860px;
}
.page-about .topSection .container .faq_block .faq_list {
  margin: 0;
  padding-left: 25px;
}

.page-event_2022 .topSection {
  position: relative;
}
.page-event_2022 .topSection .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
.page-event_2022 .topSection .container a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .page-event_2022 .topSection .container {
    width: auto;
  }
}
.page-event_2022 .topSection .container .swiper {
  width: 100%;
  height: 100%;
}
.page-event_2022 .topSection .container .swiper-wrapper {
  align-items: center;
}
.page-event_2022 .topSection .container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-event_2022 .topSection .container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-event_2022 .topSection .container .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.page-event_2022 .topSection .container .swiper-slide {
  background-size: cover;
  background-position: center;
  flex-direction: column;
}
.page-event_2022 .topSection .container .mySwiper2 {
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.page-event_2022 .topSection .container .mySwiper2 img {
  padding-bottom: 10px;
}
.page-event_2022 .topSection .container .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
  width: 80%;
  margin: auto;
  position: relative;
}
.page-event_2022 .topSection .container .swiper-tool {
  position: relative;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .page-event_2022 .topSection .container .swiper-tool {
    width: 100%;
  }
}
.page-event_2022 .topSection .container .swiper-tool .swiper-button-prev,
.page-event_2022 .topSection .container .swiper-tool .swiper-button-next {
  top: -50px;
}
@media only screen and (max-width: 991px) {
  .page-event_2022 .topSection .container .swiper-tool .swiper-button-prev,
  .page-event_2022 .topSection .container .swiper-tool .swiper-button-next {
    top: -30px;
  }
}
.page-event_2022 .topSection .container .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.page-event_2022 .topSection .container .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.page-event_2022 .topSection .container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-event_2022 .social_media__block {
  width: 80%;
  max-width: 350px;
  margin: 0 auto 15px; /* OLD - iOS 6-, Safari 3.1-6, BB7 */ /* TWEENER - IE 10 */ /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: space-between;
}
.page-event_2022 .social_media__block > a {
  display: block;
  width: 100px;
}
.page-event_2022 .social_media__main_img {
  text-align: center;
  max-width: 350px;
  margin: auto;
}
.page-event_2022 .social_media__main_img > img {
  margin: 0 auto;
}

.page-event_2023 {
  /*---logo design---*/
}
.page-event_2023 .slidingImg {
  cursor: move;
  position: relative;
  overflow: hidden;
  height: 620px;
}
@media only screen and (min-width: 991px) {
  .page-event_2023 .slidingImg {
    transition: all 0.3s ease-in-out;
  }
  .page-event_2023 .slidingImg:hover {
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .slidingImg {
    overflow-x: scroll;
    height: 50vh;
  }
}
.page-event_2023 .slidingImg .slidingImgPointController {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.page-event_2023 .slidingImg .slidingImgBackground {
  max-height: 620px;
  width: auto;
  max-width: none;
  opacity: 0.3;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .slidingImg .slidingImgBackground {
    height: 50vh;
  }
}
.page-event_2023 .slidingImg .slidingImgIcon {
  position: absolute;
  width: 450px;
  height: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-42%);
  color: #fff;
  text-shadow: 0px 0px 8px #000000;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-event_2023 .slidingImg .slidingImgIcon img {
  width: 150px;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .slidingImg .slidingImgIcon img {
    width: 90px;
  }
}
.page-event_2023 .slidingImg .clickCycle {
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-color: #5e58ff;
  border-radius: 100%;
  border: rgb(255, 255, 255) solid 2px;
  position: absolute;
  animation: shadowPulse 2s infinite linear;
}
.page-event_2023 .slidingImg .clickCycle[data-val="0"] {
  background-color: #574196;
}
.page-event_2023 .slidingImg .clickCycle[data-val="1"] {
  background-color: #624fa1;
}
.page-event_2023 .slidingImg .clickCycle[data-val="2"] {
  background-color: #cc6736;
}
.page-event_2023 .slidingImg .clickCycle[data-val="3"] {
  background-color: #ec2e7e;
}
.page-event_2023 .slidingImg .clickCycle[data-val="4"] {
  background-color: #608cc8;
}
.page-event_2023 .slidingImg .clickCycle[data-val="5"] {
  background-color: #07a38b;
}
.page-event_2023 .slidingImg .clickCycle[data-val="6"] {
  background-color: #5aa048;
}
.page-event_2023 .slidingImg .clickCycle[data-val="7"] {
  background-color: #784689;
}
.page-event_2023 .slidingImg .clickCycle[data-val="8"] {
  background-color: #784689;
}
.page-event_2023 .slidingImg .clickCycle[data-val="9"] {
  background-color: #5aa048;
}
.page-event_2023 .slidingImg .clickCycle[data-val="10"] {
  background-color: #07a38b;
}
.page-event_2023 .slidingImg .clickCycle[data-val="11"] {
  background-color: #608cc8;
}
.page-event_2023 .slidingImg .clickCycle[data-val="12"] {
  background-color: #ec2e7e;
}
.page-event_2023 .slidingImg .clickCycle[data-val="13"] {
  background-color: #cc6736;
}
.page-event_2023 .slidingImg .clickCycle[data-val="14"] {
  background-color: #624fa1;
}
.page-event_2023 .slidingImg .clickCycle[data-val="15"] {
  background-color: #574196;
}
.page-event_2023 .slidingImg .clickCycle:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: rgba(255, 255, 255, 0.3) solid 2px;
  border-radius: 100%;
  animation: ringPulse 2s infinite linear;
}
@keyframes ringPulse {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  10% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 8px 6px transparent, 0 0 0 0 transparent, 0 0 0 0 transparent;
  }
  10% {
    box-shadow: 0 0 4px 3px #5e58ff, 0 0 6px 5px transparent, 0 0 6px 5px #5e58ff;
  }
  80%, 100% {
    box-shadow: 0 0 8px 6px transparent, 0 0 0 20px transparent, 0 0 0 20px transparent;
  }
}
.page-event_2023 .ee-table {
  width: 100%;
  max-width: 640px;
  border-spacing: 0px;
}
.page-event_2023 .ee-table td {
  padding: 5px;
  vertical-align: initial;
}
.page-event_2023 .boardDetail2023_block {
  position: relative;
}
.page-event_2023 .boardDetail2023_block .boardDetail2023 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .page_publicity .outsideBorder {
    max-width: 70%;
    border-radius: 10px;
    border-color: #000;
    border-width: 1px;
    margin-bottom: 10px;
  }
}
.page-event_2023 .page_publicity .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
.page-event_2023 .page_publicity .container a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .page_publicity .container {
    width: auto;
  }
}
.page-event_2023 .page_publicity .container .swiper {
  width: 100%;
  height: 100%;
}
.page-event_2023 .page_publicity .container .swiper-wrapper {
  align-items: center;
}
.page-event_2023 .page_publicity .container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .page_publicity .container .swiper-slide {
    background-color: transparent;
  }
}
.page-event_2023 .page_publicity .container .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.page-event_2023 .page_publicity .container .mySwiper2 {
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.page-event_2023 .page_publicity .container .mySwiper2 img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 10px;
  width: auto;
  max-height: 480px;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .page_publicity .container .mySwiper2 img {
    max-height: 280px;
  }
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .page_publicity .container .mySwiper2 {
    margin-bottom: 10px;
  }
}
.page-event_2023 .page_publicity .container .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
  width: 80%;
  margin: auto;
  position: relative;
}
.page-event_2023 .page_publicity .container .mySwiper img {
  max-height: 160px;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .page_publicity .container .mySwiper img {
    max-height: 80px;
    width: 100%;
    height: auto;
  }
}
.page-event_2023 .page_publicity .container .swiper-tool {
  position: relative;
  width: 90%;
  margin: auto;
  top: 0px;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .page_publicity .container .swiper-tool {
    width: 100%;
  }
}
.page-event_2023 .page_publicity .container .swiper-tool .swiper-button-prev,
.page-event_2023 .page_publicity .container .swiper-tool .swiper-button-next {
  top: -50px;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .page_publicity .container .swiper-tool .swiper-button-prev,
  .page-event_2023 .page_publicity .container .swiper-tool .swiper-button-next {
    top: -30px;
  }
}
.page-event_2023 .page_publicity .container .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.page-event_2023 .page_publicity .container .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.page-event_2023 .eventPopupBoxBtn {
  display: inline-flex;
  min-width: 100px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 85%;
  line-height: initial;
  align-items: center;
  justify-content: center;
}
.page-event_2023 .eventPopupBoxBtn.en {
  min-height: 64px;
}
.page-event_2023 .eventPopupBoxBtn:hover {
  background-color: #344e75;
  color: #fff !important;
}
.page-event_2023 #eventPopupBox {
  position: relative;
  display: none;
  width: 90%;
  max-width: 780px;
}
.page-event_2023 #eventPopupBox:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("../images/svg/event_2023_PopupBoxBG.svg");
}
.page-event_2023 .eventPopupBox_content:nth-child(2) .linkColor2 {
  display: none;
}
.page-event_2023 .eventPopupBox_content:nth-child(2) .grayLine {
  display: none;
}
.page-event_2023 .linkColor_gold {
  color: #755734;
}
.page-event_2023 .linkColor_gold a, .page-event_2023 .linkColor_gold a:hover {
  color: #755734;
}
.page-event_2023 .linkColor {
  color: #344e75;
}
.page-event_2023 .linkColor a, .page-event_2023 .linkColor a:hover {
  color: #344e75;
}
.page-event_2023 .topSection .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .topSection .container {
    width: auto;
  }
}
.page-event_2023 .topSection .container .des-2 {
  margin: 0 auto;
  padding-top: 25px;
  color: #000;
}
.page-event_2023 .topSection .container .listing {
  margin: 0px;
}
.page-event_2023 .topSection .container .press_release_table td {
  color: #755734;
}
.page-event_2023 .topSection .container .press_release_table td a, .page-event_2023 .topSection .container .press_release_table td a:hover {
  color: #755734;
}
.page-event_2023 .topSection .container .faq_block {
  padding-bottom: 25px;
  transition: all 0.5s ease-in-out;
}
.page-event_2023 .topSection .container .faq_block.borderOpen {
  position: relative;
}
.page-event_2023 .topSection .container .faq_block.borderOpen:before {
  content: "";
  display: block;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.page-event_2023 .topSection .container .faq_block .faq_question {
  display: block;
  position: relative;
  padding-right: 40px;
  color: #755734;
  transition: all 0.5s ease-in-out;
}
.page-event_2023 .topSection .container .faq_block .faq_question:before, .page-event_2023 .topSection .container .faq_block .faq_question:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 3px;
  transition: all 0.5s ease-in-out;
  background-color: #ffb32c;
}
.page-event_2023 .topSection .container .faq_block .faq_question:after {
  transform: translateY(-50%) rotate(90deg);
}
.page-event_2023 .topSection .container .faq_block .faq_question.is-active {
  padding-bottom: 15px;
}
.page-event_2023 .topSection .container .faq_block .faq_question.is-active:after {
  transform: translateY(-50%);
}
.page-event_2023 .topSection .container .faq_block .faq_answer {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  max-width: 95%;
  margin: 0 auto;
}
.page-event_2023 .topSection .container .faq_block .faq_answer:after {
  content: "";
  display: block;
  margin-top: 20px;
}
.page-event_2023 .topSection .container .faq_block .faq_answer a {
  display: none;
}
.page-event_2023 .topSection .container .faq_block .faq_answer.is-active a {
  display: block;
}
.page-event_2023 .topSection .container .faq_block .faq_answer_lonerStyle {
  padding-bottom: 45px;
}
.page-event_2023 .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_title {
  color: #cff4ff;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_content {
    display: block;
    flex-direction: column !important;
  }
}
.page-event_2023 .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_image {
  flex: 1 0 20%;
  padding-right: 5%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .page-event_2023 .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_image {
    max-width: 120px;
    margin: auto;
    margin-bottom: 15px;
  }
}
.page-event_2023 .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_des {
  flex: 1 0 75%;
}
.page-event_2023 .topSection .container .faq_block.is-active .faq_question {
  padding-bottom: 15px;
}
.page-event_2023 .topSection .container .faq_block.is-active .faq_question:after {
  transform: translateY(-50%);
}
.page-event_2023 .topSection .container .faq_block .faq_list {
  margin: 0;
  padding-left: 25px;
}
.page-event_2023 .grayLine {
  width: 100%;
}
.page-event_2023 .grayLine:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #343e86;
  width: 90%;
  margin: 5px auto;
}
.page-event_2023 .grayLine.w100:after {
  width: 100%;
}
.page-event_2023 .logo_design_container {
  position: relative;
}
.page-event_2023 .logo_design_container .logo_design_block .logo_design {
  transition: all 0.3s ease-in-out;
}
.page-event_2023 .logo_design_container .logo_design_block .logo_design:hover, .page-event_2023 .logo_design_container .logo_design_block .logo_design:focus {
  transform: scale(0.7);
}
.page-event_2023 .logo_design_container .logo_item {
  position: absolute;
  display: none;
}
.page-event_2023 .logo_design_container .logo_item .highlight_dot {
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .page-event_2023 .logo_design_container .logo_item .highlight_dot {
    height: 10px;
    width: 10px;
  }
}
.page-event_2023 .logo_design_container .logo_item .line_container {
  position: relative;
  background-repeat: no-repeat !important;
  max-height: 100%;
}
.page-event_2023 .logo_design_container .logo_item .line_container.is-active:before {
  width: 0%;
}
.page-event_2023 .logo_design_container .logo_item .line_container:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 1s;
}
.page-event_2023 .logo_design_container .logo_item .text_container > div {
  padding: 0 5px;
}
@media screen and (max-width: 991px) {
  .page-event_2023 .logo_design_container .logo_item .text_container > div {
    margin-top: -5%;
  }
}
.page-event_2023 .logo_design_container .logo_item .order_container, .page-event_2023 .logo_design_container .logo_item .text_container {
  display: none;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_1 {
  top: 0;
  left: 50%;
  width: 50%;
  height: 10%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_1 .highlight_dot {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.page-event_2023 .logo_design_container .logo_item.logo_item_1 .line_container {
  background: url("/assets/images/event_2023_logo_design/top_one.svg");
  background-position: bottom left;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_1 .line_container:before {
  left: auto;
  right: 0;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_1 .text_container > div {
  margin-top: -1.5%;
}
@media screen and (max-width: 991px) {
  .page-event_2023 .logo_design_container .logo_item.logo_item_1 .text_container > div {
    margin-top: -5%;
  }
}
.page-event_2023 .logo_design_container .logo_item.logo_item_1 .order_container img {
  margin-top: -50%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_2 {
  top: 14%;
  width: 37%;
  height: 10%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_2 .highlight_dot {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
.page-event_2023 .logo_design_container .logo_item.logo_item_2 .line_container {
  background: url("/assets/images/event_2023_logo_design/top_two.svg");
  background-position: bottom right;
  margin-left: auto;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_2 .line_container:before {
  top: 0;
  left: 0;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_2 .text_container > div {
  margin-top: -3%;
}
@media screen and (max-width: 991px) {
  .page-event_2023 .logo_design_container .logo_item.logo_item_2 .text_container > div {
    margin-top: -8%;
  }
}
.page-event_2023 .logo_design_container .logo_item.logo_item_2 .order_container img {
  margin-top: -60%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_3 {
  left: 55%;
  top: 85%;
  width: 45%;
  height: 10%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_3 .highlight_dot {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.page-event_2023 .logo_design_container .logo_item.logo_item_3 .line_container {
  background: url("/assets/images/event_2023_logo_design/top_three.svg");
  background-position: top left;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_3 .line_container:before {
  left: auto;
  right: 0;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_3 .text_container > div {
  margin-top: 2%;
}
@media screen and (max-width: 991px) {
  .page-event_2023 .logo_design_container .logo_item.logo_item_3 .text_container > div {
    margin-top: -3%;
  }
}
.page-event_2023 .logo_design_container .logo_item.logo_item_3 .order_container img {
  margin-top: -25%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_4 {
  top: 7%;
  left: 62%;
  width: 38%;
  height: 10%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_4 .highlight_dot {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.page-event_2023 .logo_design_container .logo_item.logo_item_4 .line_container {
  background: url("/assets/images/event_2023_logo_design/bottom_one.svg");
  background-position: bottom left;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_4 .line_container:before {
  left: auto;
  right: 0;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_4 .text_container > div {
  margin-top: -3%;
}
@media screen and (max-width: 991px) {
  .page-event_2023 .logo_design_container .logo_item.logo_item_4 .text_container > div {
    margin-top: -8%;
  }
}
.page-event_2023 .logo_design_container .logo_item.logo_item_4 .order_container img {
  margin-top: -70%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_5 {
  top: 75%;
  width: 32.5%;
  height: 10%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_5 .highlight_dot {
  right: 1px;
  top: 0;
  transform: translate(50%, -50%);
}
.page-event_2023 .logo_design_container .logo_item.logo_item_5 .line_container {
  background: url("/assets/images/event_2023_logo_design/bottom_two.svg");
  background-position: top right;
  margin-left: auto;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_5 .line_container:before {
  top: 0;
  left: 0;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_5 .text_container > div {
  margin-top: 5%;
}
@media screen and (max-width: 991px) {
  .page-event_2023 .logo_design_container .logo_item.logo_item_5 .text_container > div {
    margin-top: -1%;
  }
}
.page-event_2023 .logo_design_container .logo_item.logo_item_5 .order_container img {
  margin-top: -7%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_6 {
  left: 70%;
  top: 85%;
  width: 30%;
  height: 10%;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_6 .highlight_dot {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.page-event_2023 .logo_design_container .logo_item.logo_item_6 .line_container {
  background: url("/assets/images/event_2023_logo_design/bottom_three.svg");
  background-position: top left;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_6 .line_container:before {
  left: auto;
  right: 0;
}
.page-event_2023 .logo_design_container .logo_item.logo_item_6 .text_container > div {
  margin-top: 4%;
}
@media screen and (max-width: 991px) {
  .page-event_2023 .logo_design_container .logo_item.logo_item_6 .text_container > div {
    margin-top: -2%;
  }
}
.page-event_2023 .logo_design_container .logo_item.logo_item_6 .order_container img {
  margin-top: -18%;
}

.page-vip_form .topSection .container {
  min-height: 450px;
  z-index: 5;
}
.page-vip_form .topSection .container .des-1 {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .page-vip_form .topSection .container .des-1 {
    max-width: 100%;
  }
}
.page-vip_form .topSection .container .des-3 {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .page-vip_form .topSection .container .des-3 {
    max-width: 100%;
  }
}
.page-vip_form .topSection .container .des-101 {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .page-vip_form .topSection .container .des-101 {
    max-width: 100%;
  }
}
.page-vip_form .topSection .container .nsed_inputSet label {
  display: block;
}

.grayLine {
  width: 100%;
}
.grayLine:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #343e86;
  width: 90%;
  margin: 5px auto;
}

.p-block {
  padding: 145px 0px;
}

.exhibitionBoard__Content .exhibitionBoard__icon {
  width: 140px;
  height: 140px;
}

.page-event .topSection .container,
.page-event-detail .topSection .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
.page-event .topSection .container a,
.page-event-detail .topSection .container a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .page-event .topSection .container,
  .page-event-detail .topSection .container {
    width: auto;
  }
}
.page-event .topSection .container .des-2,
.page-event-detail .topSection .container .des-2 {
  max-width: 600px;
  width: 90%;
  margin: 15px auto 30px;
}
.page-event .topSection .container .event-banner-image,
.page-event-detail .topSection .container .event-banner-image {
  padding-bottom: 45px;
}
.page-event .topSection .container .des-3,
.page-event-detail .topSection .container .des-3 {
  padding-bottom: 45px;
}
.page-event .topSection .container .event-content,
.page-event-detail .topSection .container .event-content {
  margin: 0 auto 45px;
  justify-content: center;
  align-items: center;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .page-event .topSection .container .event-content.d-flex,
  .page-event-detail .topSection .container .event-content.d-flex {
    flex-direction: column !important;
  }
}
.page-event .topSection .container .event-content:hover,
.page-event-detail .topSection .container .event-content:hover {
  transform: scale(1.02);
}
.page-event .topSection .container .event-content-text,
.page-event-detail .topSection .container .event-content-text {
  margin: 0 auto;
  padding: 45px;
}
@media only screen and (max-width: 991px) {
  .page-event .topSection .container .event-content-text,
  .page-event-detail .topSection .container .event-content-text {
    padding: 15px 0;
  }
}
.page-event .topSection .container .event-content-title,
.page-event-detail .topSection .container .event-content-title {
  color: #344e75;
  padding-bottom: 15px;
}
.page-event-detail .topSection .container, .page-event_2022school .topSection .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
.page-event-detail .topSection .container a, .page-event_2022school .topSection .container a {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container, .page-event_2022school .topSection .container {
    width: auto;
  }
}
.page-event-detail .topSection .container .des-2, .page-event_2022school .topSection .container .des-2 {
  width: 100%;
  max-width: none;
}
.page-event-detail .topSection .container .event-detail-content, .page-event_2022school .topSection .container .event-detail-content {
  flex-direction: row-reverse;
  width: 96%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .event-detail-content, .page-event_2022school .topSection .container .event-detail-content {
    width: auto;
    display: block;
    margin: auto;
  }
}
.page-event-detail .topSection .container .event-detail-content .f-small, .page-event_2022school .topSection .container .event-detail-content .f-small {
  flex: 1 0 calc(40% - 30px);
}
.page-event-detail .topSection .container .event-detail-content .f-large, .page-event_2022school .topSection .container .event-detail-content .f-large {
  flex: 1 0 calc(60% - 30px);
}
.page-event-detail .topSection .container .event-detail-content .ee-table, .page-event_2022school .topSection .container .event-detail-content .ee-table {
  width: 100%;
  border-spacing: 0px;
}
.page-event-detail .topSection .container .event-detail-content .ee-table td, .page-event_2022school .topSection .container .event-detail-content .ee-table td {
  padding: 5px;
  vertical-align: initial;
}
.page-event-detail .topSection .container .event-detail-content > .flex-item, .page-event_2022school .topSection .container .event-detail-content > .flex-item {
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .event-detail-content > .flex-item, .page-event_2022school .topSection .container .event-detail-content > .flex-item {
    padding: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .event-detail-content .event-detail-content-image, .page-event_2022school .topSection .container .event-detail-content .event-detail-content-image {
    text-align: center;
  }
}
.page-event-detail .topSection .container .event-detail-content.openDay, .page-event_2022school .topSection .container .event-detail-content.openDay {
  max-width: 960px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .event-detail-content.openDay:after, .page-event_2022school .topSection .container .event-detail-content.openDay:after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #fff;
    margin: 20px auto 45px;
  }
}
.page-event-detail .topSection .container .event-detail-content.openDay .event-detail-content-image, .page-event_2022school .topSection .container .event-detail-content.openDay .event-detail-content-image {
  padding: 0px;
  flex: 1 0 35%;
  margin-right: 5%;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .event-detail-content.openDay .event-detail-content-image, .page-event_2022school .topSection .container .event-detail-content.openDay .event-detail-content-image {
    padding-bottom: 15px;
  }
}
.page-event-detail .topSection .container .event-detail-content.openDay .event-detail-info, .page-event_2022school .topSection .container .event-detail-content.openDay .event-detail-info {
  padding: 0px 0 45px 0;
  flex: 1 0 60%;
}
.page-event-detail .topSection .container .event-detail-content.openDay .event-detail-link, .page-event_2022school .topSection .container .event-detail-content.openDay .event-detail-link {
  width: 100%;
  text-align: right;
}
.page-event-detail .topSection .container .event-detail-content.openDay .event-detail-link a, .page-event_2022school .topSection .container .event-detail-content.openDay .event-detail-link a {
  display: inline-block;
  width: auto;
  color: #000;
  padding: 5px 15px;
  background-color: #ffb32c;
}
.page-event-detail .topSection .container .event-detail-info, .page-event_2022school .topSection .container .event-detail-info {
  color: #000;
  flex-direction: row;
}
.page-event-detail .topSection .container .event-detail-info table td, .page-event_2022school .topSection .container .event-detail-info table td {
  vertical-align: top;
}
.page-event-detail .topSection .container .event-detail-info table td:first-child, .page-event_2022school .topSection .container .event-detail-info table td:first-child {
  white-space: nowrap;
}
.page-event-detail .topSection .container .open-detail, .page-event_2022school .topSection .container .open-detail {
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .open-detail .form_container, .page-event_2022school .topSection .container .open-detail .form_container {
    padding: 15px;
  }
}
.page-event-detail .topSection .container .open-detail .open-detail-header, .page-event_2022school .topSection .container .open-detail .open-detail-header {
  flex: 1 0 100%;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .open-detail .open-detail-header, .page-event_2022school .topSection .container .open-detail .open-detail-header {
    display: block;
  }
}
.page-event-detail .topSection .container .open-detail .open-detail-header .open-detail-cover, .page-event_2022school .topSection .container .open-detail .open-detail-header .open-detail-cover {
  flex: 1 0 calc(50% - 30px);
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .open-detail .open-detail-header .open-detail-cover, .page-event_2022school .topSection .container .open-detail .open-detail-header .open-detail-cover {
    flex: 1 0 100%;
  }
}
.page-event-detail .topSection .container .open-detail .open-detail-header .open-detail-info, .page-event_2022school .topSection .container .open-detail .open-detail-header .open-detail-info {
  flex: 1 0 calc(50% - 30px);
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .open-detail .open-detail-header .open-detail-info, .page-event_2022school .topSection .container .open-detail .open-detail-header .open-detail-info {
    flex: 1 0 100%;
  }
}
.page-event-detail .topSection .container .open-detail .open-detail-image, .page-event_2022school .topSection .container .open-detail .open-detail-image {
  flex: 1 0 100%;
  flex-direction: row;
}
.page-event-detail .topSection .container .open-detail .open-detail-image .flex-item, .page-event_2022school .topSection .container .open-detail .open-detail-image .flex-item {
  flex: 1 0 calc(50% - 30px);
  padding: 15px;
}
.page-event-detail .topSection .container .open-detail .form_block, .page-event_2022school .topSection .container .open-detail .form_block {
  width: calc(100% - 30px);
  margin: 15px;
  max-width: none;
}
.page-event-detail .topSection .container .open-detail .form_block .form_container, .page-event_2022school .topSection .container .open-detail .form_block .form_container {
  padding: 30px;
}
.page-event-detail .topSection .container .open-detail .form_block .nsed_inputSet, .page-event_2022school .topSection .container .open-detail .form_block .nsed_inputSet {
  padding-bottom: 25px;
}
.page-event-detail .topSection .container .open-detail .form_block .nsed_inputSet label, .page-event_2022school .topSection .container .open-detail .form_block .nsed_inputSet label {
  display: block;
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .open-detail .form_block .nsed_inputSet, .page-event_2022school .topSection .container .open-detail .form_block .nsed_inputSet {
    flex: 1 0 100%;
  }
}
.page-event-detail .topSection .container .open-detail .form_block .nsed_inputSet .desInput, .page-event_2022school .topSection .container .open-detail .form_block .nsed_inputSet .desInput {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .open-detail .form_block .nsed_inputSet .desInput, .page-event_2022school .topSection .container .open-detail .form_block .nsed_inputSet .desInput {
    width: calc(100% - 30px);
  }
}
.page-event-detail .topSection .container .open-detail .form_block .nsed_inputSet select.desInput, .page-event_2022school .topSection .container .open-detail .form_block .nsed_inputSet select.desInput {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 991px) {
  .page-event-detail .topSection .container .open-detail .form_block .nsed_inputSet select.desInput, .page-event_2022school .topSection .container .open-detail .form_block .nsed_inputSet select.desInput {
    width: calc(100% - 10px);
  }
}
.page-event-detail .topSection .container .open-detail .open-day-end, .page-event_2022school .topSection .container .open-detail .open-day-end {
  padding: 25px;
  margin: auto;
  width: 80%;
  text-align: center;
}

.event-form-block {
  width: calc(96% - 30px);
  margin: 0 auto;
  margin-top: 25px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .event-form-block {
    width: 96%;
  }
}
.event-form-block .form_container .flex-item {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 calc(50% - 30px);
}
@media only screen and (max-width: 991px) {
  .event-form-block .form_container .flex-item {
    flex: 1 0 calc(100% - 30px);
  }
}
.event-form-block .form_container .flex-item.c-100 {
  flex: 1 0 calc(100% - 30px);
}
.event-form-block .nsed_inputSet {
  padding-bottom: 25px;
}
.event-form-block .nsed_inputSet.submit {
  padding-bottom: 0px;
}
.event-form-block .nsed_inputSet.form-title {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.event-form-block .fileInputs {
  position: relative;
}
.event-form-block .fileClick {
  background-color: #bea4ff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 8px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.event-form-block .uploadFileText {
  color: #000;
}
.event-form-block .fileBlock {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  opacity: 0;
  z-index: 2;
}

.openday_accept_group .openday_accept_group_title {
  vertical-align: top;
  display: inline-block;
  width: 140px;
}
@media only screen and (max-width: 991px) {
  .openday_accept_group .openday_accept_group_title {
    width: 100%;
  }
}
.openday_accept_group .openday_accept_group_des {
  display: inline-block;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .openday_accept_group .openday_accept_group_des {
    width: 100%;
    padding-bottom: 15px;
  }
}

.addTD.is-active {
  background-color: #bea4ff;
  color: #000;
}
.addTD.is-active .f-blue {
  color: #000;
}

.openday_gallery {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.openday_gallery .openday_gallery_item {
  flex: 1 0 25%;
  max-width: 223px;
}
@media only screen and (max-width: 991px) {
  .openday_gallery .openday_gallery_item {
    flex: 1 0 50%;
  }
}
.openday_gallery .openday_gallery_item.p33 {
  flex: 1 0 33.3%;
  max-width: 33.3%;
}
.openday_gallery .openday_gallery_item.p50 {
  flex: 1 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .openday_gallery .openday_gallery_item.p50 {
    flex: 1 0 100%;
    max-width: 456px;
  }
}
.openday_gallery .openday_gallery_item .openday_gallery_item_container {
  padding: 8px;
  transition: all 0.5s ease-in-out;
}
.openday_gallery .openday_gallery_item .openday_gallery_item_container:hover {
  transform: scale(1.05);
}
.openday_gallery .openday_gallery_item .openday_gallery_item_image {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.openday_gallery .openday_gallery_item .openday_gallery_item_image:before {
  display: block;
  content: "";
  padding: 50%;
}
.openday_gallery .openday_gallery_item .openday_gallery_item_image.toRight {
  background-position: center right;
}
.openday_gallery .openday_gallery_item .openday_gallery_item_image.toLeft {
  background-position: center left;
}
.openday_gallery .openday_gallery_item .openday_gallery_item_image.HNormal:before {
  padding: 33%;
}

.opening-video {
  padding: 15px;
  border: 1px solid #e3e3e3;
  margin: 15px 15px 45px;
  border-radius: 5px;
  text-align: left;
}
.opening-video a {
  position: relative;
  display: block;
}
.opening-video .opening-video-title {
  padding: 0px 10px;
}
.opening-video .play_btn {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.opening-video .opening-thumbnail {
  padding-bottom: 10px;
}
.opening-video .youtube-iframe {
  width: 100%;
}

.opening-streaming {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 600px;
  flex-wrap: wrap;
  margin: auto;
}
.opening-streaming .opening-streaming-item {
  flex: 1 0 50%;
  text-align: center;
  color: #333399;
}
.opening-streaming .opening-streaming-item.eng a {
  font-size: 12px;
}
.opening-streaming .opening-streaming-item a {
  color: #333399 !important;
  display: flex;
  align-items: center;
}
.opening-streaming .opening-streaming-item img {
  width: 35px;
  margin-right: 10px;
}
.opening-streaming .opening-streaming-item .desBtn {
  padding: 20px 20px;
  max-width: 220px;
}
@media only screen and (max-width: 991px) {
  .opening-streaming .opening-streaming-item {
    flex: 1 0 100%;
  }
}

.media_table {
  width: 100%;
}
.media_table td {
  padding: 5px;
  vertical-align: top;
}
@media only screen and (max-width: 576px) {
  .media_table td {
    font-size: 14px;
  }
}

.media_table,
.media_table td {
  border: 1px solid #e3e3e3;
}

.open-pdf-image,
.open-pdf2,
.open-pdf {
  display: block;
  max-width: 340px;
  margin: auto;
  text-align: center;
}

.open-pdf2,
.open-pdf {
  cursor: pointer;
}

.open-pdf-image {
  padding-top: 10px;
}

.flipbook_block.opening {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .flipbook_block.opening {
    height: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .flipbook_block.opening {
    height: 480px;
  }
}

.outsideBorder {
  margin-left: 15px;
  border: 1px solid #e3e3e3;
  border-bottom-width: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: auto;
  display: inline-block;
  padding: 10px 15px;
  opacity: 0.3;
  cursor: pointer;
}
.outsideBorder:first-child {
  margin-left: 65px;
}
.outsideBorder.is-active {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .outsideBorder:first-child {
    margin-left: 15px;
  }
  .outsideBorder span {
    display: block;
  }
}

.page-national_security .topSection {
  position: relative;
}
.page-national_security .topSection .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .page-national_security .topSection .container {
    width: auto;
  }
}
.page-national_security .topSection .container .des-1 {
  padding: 30px 0px;
}
.page-national_security .topSection .container .des-2 {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.page-national_security .topSection .container .des-3 {
  margin: 0 auto;
  text-align: justify;
}
.page-national_security .topSection .container .des-3.p80 {
  max-width: 80%;
}
.page-national_security .topSection .container .listing {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.page-national_security .topSection .container .main-focus-icon-block {
  display: block;
}
@media only screen and (max-width: 991px) {
  .page-national_security .topSection .container .main-focus-icon-block {
    display: block;
    text-align: left;
  }
}
.page-national_security .topSection .container .main-focus-icon-block .main-focus-icon {
  max-width: 14.6%;
  display: inline-block;
  width: 100%;
  padding: 1%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .page-national_security .topSection .container .main-focus-icon-block .main-focus-icon {
    max-width: none;
    width: 120px;
    display: inline-block;
  }
}
.page-national_security .topSection .container .main-focus-icon-block .main-focus-icon:hover {
  transform: scale(1.3);
}
.page-national_security .topSection .container .main-focus-icon-block .main-focus-icon:first-child, .page-national_security .topSection .container .main-focus-icon-block .main-focus-icon:nth-child(6n+1) {
  padding-left: 0;
}
.page-national_security .topSection .container .main-focus-icon-block .main-focus-icon:nth-child(6n) {
  padding-right: 0;
}
.page-national_security .topSection .container .faq_sub_title {
  padding-bottom: 45px;
}
.page-national_security .topSection .container .faq_block {
  padding-bottom: 25px;
  transition: all 0.5s ease-in-out;
}
.page-national_security .topSection .container .faq_block .faq_question {
  position: relative;
  padding-right: 40px;
  color: #755734;
  transition: all 0.5s ease-in-out;
}
.page-national_security .topSection .container .faq_block .faq_question:before, .page-national_security .topSection .container .faq_block .faq_question:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 3px;
  transition: all 0.5s ease-in-out;
  background-color: #ffb32c;
}
.page-national_security .topSection .container .faq_block .faq_question:after {
  transform: translateY(-50%) rotate(90deg);
}
.page-national_security .topSection .container .faq_block .faq_question.is-active {
  padding-bottom: 15px;
}
.page-national_security .topSection .container .faq_block .faq_question.is-active:after {
  transform: translateY(-50%);
}
.page-national_security .topSection .container .faq_block .faq_answer {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  max-width: 95%;
  margin: 0 auto;
}
.page-national_security .topSection .container .faq_block .faq_answer:after {
  content: "";
  display: block;
  margin-top: 20px;
}
.page-national_security .topSection .container .faq_block .faq_answer_lonerStyle {
  padding-bottom: 45px;
}
.page-national_security .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_title {
  color: #cff4ff;
}
@media only screen and (max-width: 991px) {
  .page-national_security .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_content {
    display: block;
    flex-direction: column !important;
  }
}
.page-national_security .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_image {
  flex: 1 0 20%;
  padding-right: 5%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .page-national_security .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_image {
    max-width: 120px;
    margin: auto;
    margin-bottom: 15px;
  }
}
.page-national_security .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_des {
  flex: 1 0 75%;
  position: relative;
}
.page-national_security .topSection .container .faq_block .faq_answer_lonerStyle .p_backToTop {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.page-national_security .topSection .container .faq_block.is-active .faq_question {
  padding-bottom: 15px;
}
.page-national_security .topSection .container .faq_block.is-active .faq_question:after {
  transform: translateY(-50%);
}
.page-national_security .topSection .container .faq_block.is-active .faq_answer {
  max-height: 500px;
}
.page-national_security .topSection .container .faq_block.is-active .faq_answer.longer {
  max-height: 1860px;
}
.page-national_security .topSection .container .faq_block .faq_list {
  margin: 0;
  padding-left: 25px;
}

.focus_box_container.focus_box_image {
  display: flex;
  flex-wrap: wrap;
}
.focus_box_container .focus_box_image_1_block,
.focus_box_container .focus_box_image_2_block,
.focus_box_container .focus_box_image_3_block {
  display: inline-flex;
  flex: 1 0 50%;
  width: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .focus_box_container .focus_box_image_1_block,
  .focus_box_container .focus_box_image_2_block,
  .focus_box_container .focus_box_image_3_block {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.safety_image {
  margin: auto;
  width: 88% !important;
  display: block !important;
}

.page-media .topSection .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
.page-media .topSection .container a {
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .page-media .topSection .container {
    width: auto;
  }
}
.page-media .topSection .container .des-2 {
  margin: 0 auto;
  padding-top: 25px;
  color: #000;
}
.page-media .topSection .container .listing {
  margin: 0px;
}
.page-media .topSection .container .press_release_table td {
  color: #755734;
}
.page-media .topSection .container .press_release_table td a, .page-media .topSection .container .press_release_table td a:hover {
  color: #755734;
}
.page-media .topSection .container .faq_block {
  padding-bottom: 25px;
  transition: all 0.5s ease-in-out;
}
.page-media .topSection .container .faq_block.borderOpen {
  position: relative;
}
.page-media .topSection .container .faq_block.borderOpen:before {
  content: "";
  display: block;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.page-media .topSection .container .faq_block .faq_question {
  display: block;
  position: relative;
  padding-right: 40px;
  color: #755734;
  transition: all 0.5s ease-in-out;
}
.page-media .topSection .container .faq_block .faq_question:before, .page-media .topSection .container .faq_block .faq_question:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 3px;
  transition: all 0.5s ease-in-out;
  background-color: #ffb32c;
}
.page-media .topSection .container .faq_block .faq_question:after {
  transform: translateY(-50%) rotate(90deg);
}
.page-media .topSection .container .faq_block .faq_question.is-active {
  padding-bottom: 15px;
}
.page-media .topSection .container .faq_block .faq_question.is-active:after {
  transform: translateY(-50%);
}
.page-media .topSection .container .faq_block .faq_answer {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  max-width: 95%;
  margin: 0 auto;
}
.page-media .topSection .container .faq_block .faq_answer:after {
  content: "";
  display: block;
  margin-top: 20px;
}
.page-media .topSection .container .faq_block .faq_answer a {
  display: none;
}
.page-media .topSection .container .faq_block .faq_answer.is-active a {
  display: block;
}
.page-media .topSection .container .faq_block .faq_answer_lonerStyle {
  padding-bottom: 45px;
}
.page-media .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_title {
  color: #cff4ff;
}
@media only screen and (max-width: 991px) {
  .page-media .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_content {
    display: block;
    flex-direction: column !important;
  }
}
.page-media .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_image {
  flex: 1 0 20%;
  padding-right: 5%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .page-media .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_image {
    max-width: 120px;
    margin: auto;
    margin-bottom: 15px;
  }
}
.page-media .topSection .container .faq_block .faq_answer_lonerStyle .faq_answer_lonerStyle_des {
  flex: 1 0 75%;
}
.page-media .topSection .container .faq_block.is-active .faq_question {
  padding-bottom: 15px;
}
.page-media .topSection .container .faq_block.is-active .faq_question:after {
  transform: translateY(-50%);
}
.page-media .topSection .container .faq_block .faq_list {
  margin: 0;
  padding-left: 25px;
}
.page-media .bookGroup-block {
  display: flex;
  flex-wrap: wrap;
}
.page-media .bookGroup-block .web {
  text-align: center;
  vertical-align: baseline;
  margin: auto;
  width: 100%;
}
.page-media .bookGroup-block .web .book-title {
  width: 50%;
  vertical-align: baseline;
  padding-bottom: 10px;
}
.page-media .bookGroup-block .web .td-space {
  width: 20px;
}
.page-media .bookGroup-block .web .lookup {
  margin-top: 10px;
  height: 40px;
}
.page-media .bookGroup-block .bookGroup {
  flex: 1 0 50%;
  text-align: center;
}
.page-media .bookGroup-block .bookGroup .ts-1 {
  min-height: 60px;
}
@media only screen and (max-width: 991px) {
  .page-media .bookGroup-block .bookGroup {
    flex: 1 0 100%;
  }
}
.page-media .bookGroup-block .bookGroup .lookup {
  margin-top: 10px;
  height: 40px;
}

.open-pdf.book-list {
  margin: 15px 0;
}

.speech_list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .speech_list {
    align-items: flex-start;
  }
}
.speech_list .speech_list_icon {
  flex: 1 0 10%;
  margin-right: 3%;
}
@media only screen and (max-width: 991px) {
  .speech_list .speech_list_icon {
    flex: 1 0 20%;
  }
}
.speech_list .speech_list_content {
  flex: 1 0 82%;
}
@media only screen and (max-width: 991px) {
  .speech_list .speech_list_content {
    flex: 1 0 72%;
  }
}

.section-picture_book table {
  text-align: center;
  vertical-align: baseline;
  margin: auto;
  width: 100%;
}
.section-picture_book table .title-text {
  width: 50%;
  vertical-align: baseline;
  padding-bottom: 10px;
}
.section-picture_book table .book_cover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.touch-page-detail .container {
  max-width: 1680px;
}
.touch-page-detail .topSection {
  height: 100vh;
}
.touch-page-detail .header-menu-block {
  position: relative;
  z-index: 4;
}
.touch-page-detail .header_logo {
  width: 200px;
  position: relative;
  top: 15px;
  left: 70px;
  z-index: 2;
  flex: 1 0 15%;
  margin-bottom: 15px;
}
.touch-page-detail .header_logo img {
  width: 200px;
}
.touch-page-detail .flipbook_block {
  position: relative;
  height: calc(90vh - 88px);
  padding-top: 0px;
  background-color: transparent;
  z-index: 1;
  border: 0px solid;
  width: 100%;
}
.touch-page-detail .header_menu {
  flex: 1 0 calc(60% - 60px);
  padding: 0 30px;
}
.touch-page-detail .header_menu .header_menu-item {
  flex: 1;
  text-align: center;
}
.touch-page-detail .header_menu .header_menu-item a .menu-icon {
  padding: 20px 0 8px;
  width: 100px;
}
.touch-page-detail .header_menu .header_menu-item-sub-menu {
  overflow: hidden;
  position: absolute;
  background-color: #FF9D00;
  border-radius: 8px;
  width: 270px;
  max-height: 0px;
  transition: all 0.3s ease-in-out;
}
.touch-page-detail .header_menu .header_menu-item-sub-menu.is-active {
  max-height: 500px;
}
.touch-page-detail .header_menu .header_menu-item-sub-menu .item-sub-menu-item {
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
}
.touch-page-detail .header_menu .header_menu-item-sub-menu .item-sub-menu-item_content .d-flex {
  flex-wrap: wrap;
}
.touch-page-detail .header_menu .header_menu-item-sub-menu .item-sub-menu-item_content .d-flex .flex-item {
  flex: 1 0 50%;
}
.touch-page-detail .header_menu .header_menu-item-sub-menu .item-sub-menu-item_content .d-flex .flex-item.icon img {
  margin-top: 7px;
  margin-right: 8px;
  width: 15px;
}
.touch-page-detail .header_menu_2 {
  flex: 1 0 20%;
  padding-top: 25px;
}
.touch-page-detail .header_menu_2 .float_light_1-item {
  flex: 1 0 100%;
  padding-bottom: 15px;
}
.touch-page-detail .header_menu_2 .float_light_1-item a {
  line-height: 50px;
}
.touch-page-detail .header_menu_2 img {
  width: 50px;
  margin-right: 15px;
}

.touch-page {
  font-size: 28px;
  line-height: normal;
}
.touch-page .container {
  max-width: 1680px;
}
.touch-page .topSection {
  height: 100vh;
}
.touch-page .header_lang {
  position: absolute;
  top: 120px;
  right: 15px;
  color: #000;
}
.touch-page .header_lang a {
  color: #000;
}
.touch-page .header_logo {
  width: 200px;
  position: absolute;
  top: 15px;
  left: 70px;
}
.touch-page .header_title {
  width: 30%;
  position: relative;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.touch-page .btn-group {
  display: flex;
  max-width: 1280px;
  margin: auto;
}
.touch-page .btn-group .btn-item {
  position: relative;
  flex: 1 0 25%;
  text-align: center;
}
.touch-page .btn-group .btn-item img {
  width: 170px;
  z-index: 4;
  position: relative;
  margin-bottom: 25px;
}
.touch-page .btn-group .btn-item-container {
  position: relative;
  display: block;
  padding: 45px;
}
.touch-page .btn-group .btn-item-disc {
  position: absolute;
  top: 8px;
  left: 90px;
  z-index: 1;
}
.touch-page .btn-group .btn-item-disc img {
  width: 250px;
  height: 250px;
  margin-bottom: 0px;
}
.touch-page .btn-group .btn-item-disc.cyc-1 {
  animation: earthAni 60s infinite;
}
.touch-page .btn-group .btn-item-disc.cyc-2 {
  animation: earthAni 40s infinite;
}
.touch-page .btn-group .btn-item-disc.cyc-3 {
  animation: earthAni 50s infinite;
}
.touch-page .btn-group .btn-item-disc.cyc-4 {
  animation: earthAni 65s infinite;
}
.touch-page .btn-group .cyc-orange {
  border-radius: 50%;
  background-color: #FF9D00;
  position: absolute;
}
.touch-page .btn-group .sub-btn-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}
.touch-page .btn-group .ball_1,
.touch-page .btn-group .ball_2,
.touch-page .btn-group .ball_3 {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.touch-page .btn-group .ball_1 {
  line-height: 140px;
}
.touch-page .btn-group .ball_2 {
  line-height: 140px;
}
.touch-page .btn-group .ball_3 {
  position: absolute;
}
.touch-page .btn-group .ball_3_content {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.touch-page .btn-group .ball_3_table {
  margin: auto;
  text-align: left;
  font-size: 16px;
  width: 250px;
}
.touch-page .btn-group .ball_3_table .flex-item {
  flex: 1 0 50%;
  align-items: baseline;
  justify-content: flex-start;
  display: flex;
  height: 30px;
}
.touch-page .btn-group .ball_3_table img {
  position: relative;
  margin-right: 8px;
  width: 15px;
}
.touch-page .btn-group .sub-btn .btn-item-container {
  z-index: 2;
}
.touch-page .btn-group .sub-btn.is-active .sub-btn-group {
  z-index: 3;
}
.touch-page .btn-group .sub-btn.is-active .ball_1 {
  position: absolute;
  top: -170px;
  left: -170px;
  width: 150px;
  height: 150px;
}
.touch-page .btn-group .sub-btn.is-active .ball_2 {
  position: absolute;
  top: -210px;
  left: 100px;
  width: 150px;
  height: 150px;
}
.touch-page .btn-group .sub-btn.is-active .ball_3 {
  position: absolute;
  top: 240px;
  width: 380px;
  height: 380px;
}
.touch-page .bg-line {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.touch-page .bg-people {
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  width: 470px;
}
.touch-page .float_light_1 {
  position: fixed;
  right: 0px;
  bottom: 70px;
}
.touch-page .float_light_1 .float_light_1-item {
  flex: 1 0 100%;
  padding-bottom: 15px;
  width: 230px;
}
.touch-page .float_light_1 .float_light_1-item a {
  line-height: 50px;
}
.touch-page .float_light_1 img {
  width: 50px;
  margin-right: 15px;
}

.page-nsed_detail .topSection {
  position: relative;
}
.page-nsed_detail .topSection .container {
  min-height: 450px;
  z-index: 5;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .page-nsed_detail .topSection .container {
    width: auto;
  }
}
.page-nsed_detail .topSection .container .des-2 {
  margin: 0 auto;
  padding: 15px 0px;
  color: #cff4ff;
}
.page-nsed_detail .topSection .container .des-4 {
  margin: 0 auto;
  text-align: center;
}
.page-nsed_detail .topSection .container .des-4.p560 {
  max-width: 560px;
}
.page-nsed_detail .topSection .container flex-container {
  display: flex; /* primary flex container */
  flex-direction: row; /* horizontal alignment of flex items
       (default value; can be omitted) */
  align-items: stretch; /* will apply equal heights to flex items
       (default value; can be omitted) */
  height: 100%;
}
.page-nsed_detail .topSection .container flex-item {
  display: flex; /* nested flex container */
  flex-direction: column; /* vertical alignment of flex items */
  justify-content: center; /* center flex items vertically */
  align-items: center; /* center flex items horizontally */
}
.page-nsed_detail .topSection .container flex-item:first-child {
  flex: 3; /* consume 3x more free space than sibling */
  background-color: #a333c8;
}
.page-nsed_detail .topSection .container flex-item:last-child {
  flex: 1;
  background-color: #db2828;
}
.page-nsed_detail .topSection .container .otherLang__block {
  display: flex;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .page-nsed_detail .topSection .container .otherLang__block {
    max-width: 70%;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .page-nsed_detail .topSection .container .otherLang__block {
    max-width: 100%;
    display: block;
  }
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__Btn {
  width: auto;
  color: #000;
  display: inline-block;
  margin: 15px;
  padding: 1em 25px;
  border: 2px solid #fff;
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__Btn :first-child {
  flex: 1;
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__Btn :last-child {
  flex: 3;
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  flex-direction: row;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n {
    max-width: 90%;
    display: block;
  }
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n, .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 {
  padding: 10px;
  flex: 1 0 calc(50% - 30px);
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 88px;
  cursor: pointer;
  border-width: 0px;
  background-color: #ffb32c;
  transition: 0.2s;
  background-size: 200% 200%;
  color: #464444;
  border-radius: 10px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n, .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 {
    margin: auto;
    margin-bottom: 15px;
  }
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n .ts-2, .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 .ts-2 {
  font-weight: 500;
  text-transform: initial;
  min-width: 150px;
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n .otherLang__item_n, .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 .otherLang__item_n {
  display: flex;
  align-items: center;
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n .otherLang__item_n .otherLang__item_icon, .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 .otherLang__item_n .otherLang__item_icon {
  flex: 1 0 30%;
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n .otherLang__item_n .otherLang__item_icon img, .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 .otherLang__item_n .otherLang__item_icon img {
  width: 95%;
}
@media only screen and (max-width: 991px) {
  .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n .otherLang__item_n .otherLang__item_icon img, .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 .otherLang__item_n .otherLang__item_icon img {
    width: 70%;
  }
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n .otherLang__item_n .otherLang__item_text, .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 .otherLang__item_n .otherLang__item_text {
  flex: 1 0 70%;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n .otherLang__item_n .otherLang__item_text, .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 .otherLang__item_n .otherLang__item_text {
    text-align: initial;
  }
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 {
  background-color: transparent;
  padding: 5px;
  min-height: 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  .page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 {
    padding: 0px;
  }
}
.page-nsed_detail .topSection .container .otherLang__block .otherLang__container_n.otherLang__Btn_n2 .download_lang_booklet {
  color: #fff;
}
.page-nsed_detail .topSection .container .nsed_detail_categories {
  padding-bottom: 15px;
}
.page-nsed_detail .topSection .container .nsed_detail_categories ul {
  list-style-type: upper-roman;
}
.page-nsed_detail .topSection .container .nsed_detail_categories ul li {
  padding-left: 10px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 20px;
}
.page-nsed_detail .topSection .container .nsed_detail_categories a {
  font-weight: bold;
  color: #fff;
}
.page-nsed_detail .topSection .container .text_dir_ur {
  text-align: right;
}

footer, .footer {
  color: #fff;
  background-color: #353372;
}
footer .footer-block, .footer .footer-block {
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  footer .footer-block, .footer .footer-block {
    max-width: 100%;
  }
}
footer .container, .footer .container {
  height: auto;
  line-height: 75px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  footer .container, .footer .container {
    padding: 0px 15px;
    flex-direction: column-reverse;
  }
}
footer .footer-left, .footer .footer-left {
  width: 80%;
  display: flex;
  align-items: center;
}
footer .footer-left a, .footer .footer-left a {
  color: #fff;
}
footer .footer-left img, .footer .footer-left img {
  height: 100%;
  width: auto;
  max-height: 45px;
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  footer .footer-left img, .footer .footer-left img {
    display: block;
    margin: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-left, .footer .footer-left {
    width: 100%;
    text-align: center;
    display: block;
  }
}
footer .footer-right, .footer .footer-right {
  width: 20%;
}
@media only screen and (max-width: 991px) {
  footer .footer-right, .footer .footer-right {
    width: 100%;
  }
}
footer .footer-right .footer-right-container, .footer .footer-right .footer-right-container {
  max-width: 165px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 991px) {
  footer .footer-right .footer-right-container, .footer .footer-right .footer-right-container {
    margin: 30px auto 0px;
  }
}
footer .footer-right .socialLink, .footer .footer-right .socialLink {
  width: 45px;
  margin-right: 15px;
}
footer .footer-right .socialLink:last-child, .footer .footer-right .socialLink:last-child {
  margin-right: 0px;
}
footer .footer-right .socialLink img, .footer .footer-right .socialLink img {
  width: auto;
  height: 100%;
}
footer .sitemap, .footer .sitemap {
  padding-left: 15px;
}
footer .HK_25th, .footer .HK_25th {
  padding-top: 20px;
  width: 200px;
}
@media only screen and (max-width: 991px) {
  footer .HK_25th, .footer .HK_25th {
    padding-top: 30px;
    margin: auto;
  }
}/*# sourceMappingURL=main.css.map */