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

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

.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: 968px) {
  .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;
}

.streaming__padding {
  display: none;
}
.streaming__padding.is-active {
  display: block;
}

.streaming_input {
  border: 1px solid #666 !important;
  border-radius: 5px;
  max-width: 300px;
  padding: 12px 10px;
  width: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.streaming_input#streaming_name {
  max-width: 150px;
}

.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 #fff;
  border-radius: 8px;
  padding: 10px 20px;
  color: #fff;
}
.btn_base.onLive {
  cursor: default;
  display: inline-block;
  background-color: rgb(228, 41, 41);
  color: #fff;
  border-radius: 3px;
  width: auto;
  border: 0px solid #fff;
}
@media only screen and (max-width: 768px) {
  .btn_base {
    font-size: 14px;
  }
}
.btn_base.streaming_btn {
  padding: 10px 15px;
  background-color: #2D4B7B;
}
.btn_base.blue {
  background-color: #2D4B7B;
}

.index__streaming {
  display: none;
  max-width: 640px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .index__streaming {
    flex-wrap: wrap;
  }
}
.index__streaming.is-active {
  display: flex;
}
.index__streaming .index__streaming_col {
  text-align: center;
  cursor: pointer;
  margin: 0px 30px 0px 0px;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  background-color: #12a89d;
  padding: 30px 0px;
  border-radius: 10px;
  border: 1px solid #b1b1b1;
  opacity: 0.8;
}
.index__streaming .index__streaming_col:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .index__streaming .index__streaming_col {
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 15px;
  }
}
.index__streaming .index__streaming_col .index__streaming_lang {
  width: 100%;
  color: #fff;
  height: 150px;
  line-height: normal;
  margin-bottom: 15px;
}
.index__streaming .index__streaming_col .index__streaming_button {
  color: #fff;
  padding: 5px 0;
}
.index__streaming.style-1 .index__streaming_col {
  position: relative;
  background-color: #f4e0bb;
  padding: 30px 0px;
  border-radius: 10px;
  border: 1px solid #b1b1b1;
}
.index__streaming.style-1 .index__streaming_col .index__streaming_lang {
  color: #270400;
  background-color: #f4e0bb;
}
.index__streaming.style-1 .index__streaming_col .index__streaming_button {
  color: #270400;
  background-color: #f4e0bb;
}
.index__streaming.style-2 .index__streaming_col {
  position: relative;
  background-color: #3a1d0c;
  padding: 30px 0px;
  border-radius: 10px;
  border: 1px solid #b1b1b1;
  color: #fff;
}
.col-3 {
  max-width: 25%;
  width: 25%;
  flex: 1 0 25%;
}

.d-none {
  display: none;
}

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

.fb-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 99996;
  pointer-events: none;
  text-align: center;
  transition: opacity 200ms;
  background: none;
  color: #fff;
  font-size: 16px;
}

.add-arrow {
  position: relative;
}

.wcag-arrow {
  display: none;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}
.wcag-arrow button {
  padding: 0px;
  background-color: transparent;
  border: 1px;
}
@media only screen and (max-width: 968px) {
  .wcag-arrow {
    display: block;
  }
}
.wcag-arrow .wcag-arrow-prev {
  position: absolute;
  width: 45px;
  left: 0px;
  top: 0px;
}
.wcag-arrow .wcag-arrow-next {
  position: absolute;
  width: 45px;
  right: 0px;
  top: 0px;
}

.d-flex {
  display: flex;
}

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

.flex-0 {
  flex: 1 0 0%;
  max-width: 0%;
}
.flex-0.p-10 {
  flex: 1 0 calc(0% - 20px);
  max-width: calc(0% - 20px);
}
.flex-0.p-15 {
  flex: 1 0 calc(0% - 30px);
  max-width: calc(0% - 30px);
}

.flex-1 {
  flex: 1 0 1%;
  max-width: 1%;
}
.flex-1.p-10 {
  flex: 1 0 calc(1% - 20px);
  max-width: calc(1% - 20px);
}
.flex-1.p-15 {
  flex: 1 0 calc(1% - 30px);
  max-width: calc(1% - 30px);
}

.flex-2 {
  flex: 1 0 2%;
  max-width: 2%;
}
.flex-2.p-10 {
  flex: 1 0 calc(2% - 20px);
  max-width: calc(2% - 20px);
}
.flex-2.p-15 {
  flex: 1 0 calc(2% - 30px);
  max-width: calc(2% - 30px);
}

.flex-3 {
  flex: 1 0 3%;
  max-width: 3%;
}
.flex-3.p-10 {
  flex: 1 0 calc(3% - 20px);
  max-width: calc(3% - 20px);
}
.flex-3.p-15 {
  flex: 1 0 calc(3% - 30px);
  max-width: calc(3% - 30px);
}

.flex-4 {
  flex: 1 0 4%;
  max-width: 4%;
}
.flex-4.p-10 {
  flex: 1 0 calc(4% - 20px);
  max-width: calc(4% - 20px);
}
.flex-4.p-15 {
  flex: 1 0 calc(4% - 30px);
  max-width: calc(4% - 30px);
}

.flex-5 {
  flex: 1 0 5%;
  max-width: 5%;
}
.flex-5.p-10 {
  flex: 1 0 calc(5% - 20px);
  max-width: calc(5% - 20px);
}
.flex-5.p-15 {
  flex: 1 0 calc(5% - 30px);
  max-width: calc(5% - 30px);
}

.flex-6 {
  flex: 1 0 6%;
  max-width: 6%;
}
.flex-6.p-10 {
  flex: 1 0 calc(6% - 20px);
  max-width: calc(6% - 20px);
}
.flex-6.p-15 {
  flex: 1 0 calc(6% - 30px);
  max-width: calc(6% - 30px);
}

.flex-7 {
  flex: 1 0 7%;
  max-width: 7%;
}
.flex-7.p-10 {
  flex: 1 0 calc(7% - 20px);
  max-width: calc(7% - 20px);
}
.flex-7.p-15 {
  flex: 1 0 calc(7% - 30px);
  max-width: calc(7% - 30px);
}

.flex-8 {
  flex: 1 0 8%;
  max-width: 8%;
}
.flex-8.p-10 {
  flex: 1 0 calc(8% - 20px);
  max-width: calc(8% - 20px);
}
.flex-8.p-15 {
  flex: 1 0 calc(8% - 30px);
  max-width: calc(8% - 30px);
}

.flex-9 {
  flex: 1 0 9%;
  max-width: 9%;
}
.flex-9.p-10 {
  flex: 1 0 calc(9% - 20px);
  max-width: calc(9% - 20px);
}
.flex-9.p-15 {
  flex: 1 0 calc(9% - 30px);
  max-width: calc(9% - 30px);
}

.flex-10 {
  flex: 1 0 10%;
  max-width: 10%;
}
.flex-10.p-10 {
  flex: 1 0 calc(10% - 20px);
  max-width: calc(10% - 20px);
}
.flex-10.p-15 {
  flex: 1 0 calc(10% - 30px);
  max-width: calc(10% - 30px);
}

.flex-11 {
  flex: 1 0 11%;
  max-width: 11%;
}
.flex-11.p-10 {
  flex: 1 0 calc(11% - 20px);
  max-width: calc(11% - 20px);
}
.flex-11.p-15 {
  flex: 1 0 calc(11% - 30px);
  max-width: calc(11% - 30px);
}

.flex-12 {
  flex: 1 0 12%;
  max-width: 12%;
}
.flex-12.p-10 {
  flex: 1 0 calc(12% - 20px);
  max-width: calc(12% - 20px);
}
.flex-12.p-15 {
  flex: 1 0 calc(12% - 30px);
  max-width: calc(12% - 30px);
}

.flex-13 {
  flex: 1 0 13%;
  max-width: 13%;
}
.flex-13.p-10 {
  flex: 1 0 calc(13% - 20px);
  max-width: calc(13% - 20px);
}
.flex-13.p-15 {
  flex: 1 0 calc(13% - 30px);
  max-width: calc(13% - 30px);
}

.flex-14 {
  flex: 1 0 14%;
  max-width: 14%;
}
.flex-14.p-10 {
  flex: 1 0 calc(14% - 20px);
  max-width: calc(14% - 20px);
}
.flex-14.p-15 {
  flex: 1 0 calc(14% - 30px);
  max-width: calc(14% - 30px);
}

.flex-15 {
  flex: 1 0 15%;
  max-width: 15%;
}
.flex-15.p-10 {
  flex: 1 0 calc(15% - 20px);
  max-width: calc(15% - 20px);
}
.flex-15.p-15 {
  flex: 1 0 calc(15% - 30px);
  max-width: calc(15% - 30px);
}

.flex-16 {
  flex: 1 0 16%;
  max-width: 16%;
}
.flex-16.p-10 {
  flex: 1 0 calc(16% - 20px);
  max-width: calc(16% - 20px);
}
.flex-16.p-15 {
  flex: 1 0 calc(16% - 30px);
  max-width: calc(16% - 30px);
}

.flex-17 {
  flex: 1 0 17%;
  max-width: 17%;
}
.flex-17.p-10 {
  flex: 1 0 calc(17% - 20px);
  max-width: calc(17% - 20px);
}
.flex-17.p-15 {
  flex: 1 0 calc(17% - 30px);
  max-width: calc(17% - 30px);
}

.flex-18 {
  flex: 1 0 18%;
  max-width: 18%;
}
.flex-18.p-10 {
  flex: 1 0 calc(18% - 20px);
  max-width: calc(18% - 20px);
}
.flex-18.p-15 {
  flex: 1 0 calc(18% - 30px);
  max-width: calc(18% - 30px);
}

.flex-19 {
  flex: 1 0 19%;
  max-width: 19%;
}
.flex-19.p-10 {
  flex: 1 0 calc(19% - 20px);
  max-width: calc(19% - 20px);
}
.flex-19.p-15 {
  flex: 1 0 calc(19% - 30px);
  max-width: calc(19% - 30px);
}

.flex-20 {
  flex: 1 0 20%;
  max-width: 20%;
}
.flex-20.p-10 {
  flex: 1 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
}
.flex-20.p-15 {
  flex: 1 0 calc(20% - 30px);
  max-width: calc(20% - 30px);
}

.flex-21 {
  flex: 1 0 21%;
  max-width: 21%;
}
.flex-21.p-10 {
  flex: 1 0 calc(21% - 20px);
  max-width: calc(21% - 20px);
}
.flex-21.p-15 {
  flex: 1 0 calc(21% - 30px);
  max-width: calc(21% - 30px);
}

.flex-22 {
  flex: 1 0 22%;
  max-width: 22%;
}
.flex-22.p-10 {
  flex: 1 0 calc(22% - 20px);
  max-width: calc(22% - 20px);
}
.flex-22.p-15 {
  flex: 1 0 calc(22% - 30px);
  max-width: calc(22% - 30px);
}

.flex-23 {
  flex: 1 0 23%;
  max-width: 23%;
}
.flex-23.p-10 {
  flex: 1 0 calc(23% - 20px);
  max-width: calc(23% - 20px);
}
.flex-23.p-15 {
  flex: 1 0 calc(23% - 30px);
  max-width: calc(23% - 30px);
}

.flex-24 {
  flex: 1 0 24%;
  max-width: 24%;
}
.flex-24.p-10 {
  flex: 1 0 calc(24% - 20px);
  max-width: calc(24% - 20px);
}
.flex-24.p-15 {
  flex: 1 0 calc(24% - 30px);
  max-width: calc(24% - 30px);
}

.flex-25 {
  flex: 1 0 25%;
  max-width: 25%;
}
.flex-25.p-10 {
  flex: 1 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.flex-25.p-15 {
  flex: 1 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
}

.flex-26 {
  flex: 1 0 26%;
  max-width: 26%;
}
.flex-26.p-10 {
  flex: 1 0 calc(26% - 20px);
  max-width: calc(26% - 20px);
}
.flex-26.p-15 {
  flex: 1 0 calc(26% - 30px);
  max-width: calc(26% - 30px);
}

.flex-27 {
  flex: 1 0 27%;
  max-width: 27%;
}
.flex-27.p-10 {
  flex: 1 0 calc(27% - 20px);
  max-width: calc(27% - 20px);
}
.flex-27.p-15 {
  flex: 1 0 calc(27% - 30px);
  max-width: calc(27% - 30px);
}

.flex-28 {
  flex: 1 0 28%;
  max-width: 28%;
}
.flex-28.p-10 {
  flex: 1 0 calc(28% - 20px);
  max-width: calc(28% - 20px);
}
.flex-28.p-15 {
  flex: 1 0 calc(28% - 30px);
  max-width: calc(28% - 30px);
}

.flex-29 {
  flex: 1 0 29%;
  max-width: 29%;
}
.flex-29.p-10 {
  flex: 1 0 calc(29% - 20px);
  max-width: calc(29% - 20px);
}
.flex-29.p-15 {
  flex: 1 0 calc(29% - 30px);
  max-width: calc(29% - 30px);
}

.flex-30 {
  flex: 1 0 30%;
  max-width: 30%;
}
.flex-30.p-10 {
  flex: 1 0 calc(30% - 20px);
  max-width: calc(30% - 20px);
}
.flex-30.p-15 {
  flex: 1 0 calc(30% - 30px);
  max-width: calc(30% - 30px);
}

.flex-31 {
  flex: 1 0 31%;
  max-width: 31%;
}
.flex-31.p-10 {
  flex: 1 0 calc(31% - 20px);
  max-width: calc(31% - 20px);
}
.flex-31.p-15 {
  flex: 1 0 calc(31% - 30px);
  max-width: calc(31% - 30px);
}

.flex-32 {
  flex: 1 0 32%;
  max-width: 32%;
}
.flex-32.p-10 {
  flex: 1 0 calc(32% - 20px);
  max-width: calc(32% - 20px);
}
.flex-32.p-15 {
  flex: 1 0 calc(32% - 30px);
  max-width: calc(32% - 30px);
}

.flex-33 {
  flex: 1 0 33%;
  max-width: 33%;
}
.flex-33.p-10 {
  flex: 1 0 calc(33% - 20px);
  max-width: calc(33% - 20px);
}
.flex-33.p-15 {
  flex: 1 0 calc(33% - 30px);
  max-width: calc(33% - 30px);
}

.flex-34 {
  flex: 1 0 34%;
  max-width: 34%;
}
.flex-34.p-10 {
  flex: 1 0 calc(34% - 20px);
  max-width: calc(34% - 20px);
}
.flex-34.p-15 {
  flex: 1 0 calc(34% - 30px);
  max-width: calc(34% - 30px);
}

.flex-35 {
  flex: 1 0 35%;
  max-width: 35%;
}
.flex-35.p-10 {
  flex: 1 0 calc(35% - 20px);
  max-width: calc(35% - 20px);
}
.flex-35.p-15 {
  flex: 1 0 calc(35% - 30px);
  max-width: calc(35% - 30px);
}

.flex-36 {
  flex: 1 0 36%;
  max-width: 36%;
}
.flex-36.p-10 {
  flex: 1 0 calc(36% - 20px);
  max-width: calc(36% - 20px);
}
.flex-36.p-15 {
  flex: 1 0 calc(36% - 30px);
  max-width: calc(36% - 30px);
}

.flex-37 {
  flex: 1 0 37%;
  max-width: 37%;
}
.flex-37.p-10 {
  flex: 1 0 calc(37% - 20px);
  max-width: calc(37% - 20px);
}
.flex-37.p-15 {
  flex: 1 0 calc(37% - 30px);
  max-width: calc(37% - 30px);
}

.flex-38 {
  flex: 1 0 38%;
  max-width: 38%;
}
.flex-38.p-10 {
  flex: 1 0 calc(38% - 20px);
  max-width: calc(38% - 20px);
}
.flex-38.p-15 {
  flex: 1 0 calc(38% - 30px);
  max-width: calc(38% - 30px);
}

.flex-39 {
  flex: 1 0 39%;
  max-width: 39%;
}
.flex-39.p-10 {
  flex: 1 0 calc(39% - 20px);
  max-width: calc(39% - 20px);
}
.flex-39.p-15 {
  flex: 1 0 calc(39% - 30px);
  max-width: calc(39% - 30px);
}

.flex-40 {
  flex: 1 0 40%;
  max-width: 40%;
}
.flex-40.p-10 {
  flex: 1 0 calc(40% - 20px);
  max-width: calc(40% - 20px);
}
.flex-40.p-15 {
  flex: 1 0 calc(40% - 30px);
  max-width: calc(40% - 30px);
}

.flex-41 {
  flex: 1 0 41%;
  max-width: 41%;
}
.flex-41.p-10 {
  flex: 1 0 calc(41% - 20px);
  max-width: calc(41% - 20px);
}
.flex-41.p-15 {
  flex: 1 0 calc(41% - 30px);
  max-width: calc(41% - 30px);
}

.flex-42 {
  flex: 1 0 42%;
  max-width: 42%;
}
.flex-42.p-10 {
  flex: 1 0 calc(42% - 20px);
  max-width: calc(42% - 20px);
}
.flex-42.p-15 {
  flex: 1 0 calc(42% - 30px);
  max-width: calc(42% - 30px);
}

.flex-43 {
  flex: 1 0 43%;
  max-width: 43%;
}
.flex-43.p-10 {
  flex: 1 0 calc(43% - 20px);
  max-width: calc(43% - 20px);
}
.flex-43.p-15 {
  flex: 1 0 calc(43% - 30px);
  max-width: calc(43% - 30px);
}

.flex-44 {
  flex: 1 0 44%;
  max-width: 44%;
}
.flex-44.p-10 {
  flex: 1 0 calc(44% - 20px);
  max-width: calc(44% - 20px);
}
.flex-44.p-15 {
  flex: 1 0 calc(44% - 30px);
  max-width: calc(44% - 30px);
}

.flex-45 {
  flex: 1 0 45%;
  max-width: 45%;
}
.flex-45.p-10 {
  flex: 1 0 calc(45% - 20px);
  max-width: calc(45% - 20px);
}
.flex-45.p-15 {
  flex: 1 0 calc(45% - 30px);
  max-width: calc(45% - 30px);
}

.flex-46 {
  flex: 1 0 46%;
  max-width: 46%;
}
.flex-46.p-10 {
  flex: 1 0 calc(46% - 20px);
  max-width: calc(46% - 20px);
}
.flex-46.p-15 {
  flex: 1 0 calc(46% - 30px);
  max-width: calc(46% - 30px);
}

.flex-47 {
  flex: 1 0 47%;
  max-width: 47%;
}
.flex-47.p-10 {
  flex: 1 0 calc(47% - 20px);
  max-width: calc(47% - 20px);
}
.flex-47.p-15 {
  flex: 1 0 calc(47% - 30px);
  max-width: calc(47% - 30px);
}

.flex-48 {
  flex: 1 0 48%;
  max-width: 48%;
}
.flex-48.p-10 {
  flex: 1 0 calc(48% - 20px);
  max-width: calc(48% - 20px);
}
.flex-48.p-15 {
  flex: 1 0 calc(48% - 30px);
  max-width: calc(48% - 30px);
}

.flex-49 {
  flex: 1 0 49%;
  max-width: 49%;
}
.flex-49.p-10 {
  flex: 1 0 calc(49% - 20px);
  max-width: calc(49% - 20px);
}
.flex-49.p-15 {
  flex: 1 0 calc(49% - 30px);
  max-width: calc(49% - 30px);
}

.flex-50 {
  flex: 1 0 50%;
  max-width: 50%;
}
.flex-50.p-10 {
  flex: 1 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.flex-50.p-15 {
  flex: 1 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}

.flex-51 {
  flex: 1 0 51%;
  max-width: 51%;
}
.flex-51.p-10 {
  flex: 1 0 calc(51% - 20px);
  max-width: calc(51% - 20px);
}
.flex-51.p-15 {
  flex: 1 0 calc(51% - 30px);
  max-width: calc(51% - 30px);
}

.flex-52 {
  flex: 1 0 52%;
  max-width: 52%;
}
.flex-52.p-10 {
  flex: 1 0 calc(52% - 20px);
  max-width: calc(52% - 20px);
}
.flex-52.p-15 {
  flex: 1 0 calc(52% - 30px);
  max-width: calc(52% - 30px);
}

.flex-53 {
  flex: 1 0 53%;
  max-width: 53%;
}
.flex-53.p-10 {
  flex: 1 0 calc(53% - 20px);
  max-width: calc(53% - 20px);
}
.flex-53.p-15 {
  flex: 1 0 calc(53% - 30px);
  max-width: calc(53% - 30px);
}

.flex-54 {
  flex: 1 0 54%;
  max-width: 54%;
}
.flex-54.p-10 {
  flex: 1 0 calc(54% - 20px);
  max-width: calc(54% - 20px);
}
.flex-54.p-15 {
  flex: 1 0 calc(54% - 30px);
  max-width: calc(54% - 30px);
}

.flex-55 {
  flex: 1 0 55%;
  max-width: 55%;
}
.flex-55.p-10 {
  flex: 1 0 calc(55% - 20px);
  max-width: calc(55% - 20px);
}
.flex-55.p-15 {
  flex: 1 0 calc(55% - 30px);
  max-width: calc(55% - 30px);
}

.flex-56 {
  flex: 1 0 56%;
  max-width: 56%;
}
.flex-56.p-10 {
  flex: 1 0 calc(56% - 20px);
  max-width: calc(56% - 20px);
}
.flex-56.p-15 {
  flex: 1 0 calc(56% - 30px);
  max-width: calc(56% - 30px);
}

.flex-57 {
  flex: 1 0 57%;
  max-width: 57%;
}
.flex-57.p-10 {
  flex: 1 0 calc(57% - 20px);
  max-width: calc(57% - 20px);
}
.flex-57.p-15 {
  flex: 1 0 calc(57% - 30px);
  max-width: calc(57% - 30px);
}

.flex-58 {
  flex: 1 0 58%;
  max-width: 58%;
}
.flex-58.p-10 {
  flex: 1 0 calc(58% - 20px);
  max-width: calc(58% - 20px);
}
.flex-58.p-15 {
  flex: 1 0 calc(58% - 30px);
  max-width: calc(58% - 30px);
}

.flex-59 {
  flex: 1 0 59%;
  max-width: 59%;
}
.flex-59.p-10 {
  flex: 1 0 calc(59% - 20px);
  max-width: calc(59% - 20px);
}
.flex-59.p-15 {
  flex: 1 0 calc(59% - 30px);
  max-width: calc(59% - 30px);
}

.flex-60 {
  flex: 1 0 60%;
  max-width: 60%;
}
.flex-60.p-10 {
  flex: 1 0 calc(60% - 20px);
  max-width: calc(60% - 20px);
}
.flex-60.p-15 {
  flex: 1 0 calc(60% - 30px);
  max-width: calc(60% - 30px);
}

.flex-61 {
  flex: 1 0 61%;
  max-width: 61%;
}
.flex-61.p-10 {
  flex: 1 0 calc(61% - 20px);
  max-width: calc(61% - 20px);
}
.flex-61.p-15 {
  flex: 1 0 calc(61% - 30px);
  max-width: calc(61% - 30px);
}

.flex-62 {
  flex: 1 0 62%;
  max-width: 62%;
}
.flex-62.p-10 {
  flex: 1 0 calc(62% - 20px);
  max-width: calc(62% - 20px);
}
.flex-62.p-15 {
  flex: 1 0 calc(62% - 30px);
  max-width: calc(62% - 30px);
}

.flex-63 {
  flex: 1 0 63%;
  max-width: 63%;
}
.flex-63.p-10 {
  flex: 1 0 calc(63% - 20px);
  max-width: calc(63% - 20px);
}
.flex-63.p-15 {
  flex: 1 0 calc(63% - 30px);
  max-width: calc(63% - 30px);
}

.flex-64 {
  flex: 1 0 64%;
  max-width: 64%;
}
.flex-64.p-10 {
  flex: 1 0 calc(64% - 20px);
  max-width: calc(64% - 20px);
}
.flex-64.p-15 {
  flex: 1 0 calc(64% - 30px);
  max-width: calc(64% - 30px);
}

.flex-65 {
  flex: 1 0 65%;
  max-width: 65%;
}
.flex-65.p-10 {
  flex: 1 0 calc(65% - 20px);
  max-width: calc(65% - 20px);
}
.flex-65.p-15 {
  flex: 1 0 calc(65% - 30px);
  max-width: calc(65% - 30px);
}

.flex-66 {
  flex: 1 0 66%;
  max-width: 66%;
}
.flex-66.p-10 {
  flex: 1 0 calc(66% - 20px);
  max-width: calc(66% - 20px);
}
.flex-66.p-15 {
  flex: 1 0 calc(66% - 30px);
  max-width: calc(66% - 30px);
}

.flex-67 {
  flex: 1 0 67%;
  max-width: 67%;
}
.flex-67.p-10 {
  flex: 1 0 calc(67% - 20px);
  max-width: calc(67% - 20px);
}
.flex-67.p-15 {
  flex: 1 0 calc(67% - 30px);
  max-width: calc(67% - 30px);
}

.flex-68 {
  flex: 1 0 68%;
  max-width: 68%;
}
.flex-68.p-10 {
  flex: 1 0 calc(68% - 20px);
  max-width: calc(68% - 20px);
}
.flex-68.p-15 {
  flex: 1 0 calc(68% - 30px);
  max-width: calc(68% - 30px);
}

.flex-69 {
  flex: 1 0 69%;
  max-width: 69%;
}
.flex-69.p-10 {
  flex: 1 0 calc(69% - 20px);
  max-width: calc(69% - 20px);
}
.flex-69.p-15 {
  flex: 1 0 calc(69% - 30px);
  max-width: calc(69% - 30px);
}

.flex-70 {
  flex: 1 0 70%;
  max-width: 70%;
}
.flex-70.p-10 {
  flex: 1 0 calc(70% - 20px);
  max-width: calc(70% - 20px);
}
.flex-70.p-15 {
  flex: 1 0 calc(70% - 30px);
  max-width: calc(70% - 30px);
}

.flex-71 {
  flex: 1 0 71%;
  max-width: 71%;
}
.flex-71.p-10 {
  flex: 1 0 calc(71% - 20px);
  max-width: calc(71% - 20px);
}
.flex-71.p-15 {
  flex: 1 0 calc(71% - 30px);
  max-width: calc(71% - 30px);
}

.flex-72 {
  flex: 1 0 72%;
  max-width: 72%;
}
.flex-72.p-10 {
  flex: 1 0 calc(72% - 20px);
  max-width: calc(72% - 20px);
}
.flex-72.p-15 {
  flex: 1 0 calc(72% - 30px);
  max-width: calc(72% - 30px);
}

.flex-73 {
  flex: 1 0 73%;
  max-width: 73%;
}
.flex-73.p-10 {
  flex: 1 0 calc(73% - 20px);
  max-width: calc(73% - 20px);
}
.flex-73.p-15 {
  flex: 1 0 calc(73% - 30px);
  max-width: calc(73% - 30px);
}

.flex-74 {
  flex: 1 0 74%;
  max-width: 74%;
}
.flex-74.p-10 {
  flex: 1 0 calc(74% - 20px);
  max-width: calc(74% - 20px);
}
.flex-74.p-15 {
  flex: 1 0 calc(74% - 30px);
  max-width: calc(74% - 30px);
}

.flex-75 {
  flex: 1 0 75%;
  max-width: 75%;
}
.flex-75.p-10 {
  flex: 1 0 calc(75% - 20px);
  max-width: calc(75% - 20px);
}
.flex-75.p-15 {
  flex: 1 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
}

.flex-76 {
  flex: 1 0 76%;
  max-width: 76%;
}
.flex-76.p-10 {
  flex: 1 0 calc(76% - 20px);
  max-width: calc(76% - 20px);
}
.flex-76.p-15 {
  flex: 1 0 calc(76% - 30px);
  max-width: calc(76% - 30px);
}

.flex-77 {
  flex: 1 0 77%;
  max-width: 77%;
}
.flex-77.p-10 {
  flex: 1 0 calc(77% - 20px);
  max-width: calc(77% - 20px);
}
.flex-77.p-15 {
  flex: 1 0 calc(77% - 30px);
  max-width: calc(77% - 30px);
}

.flex-78 {
  flex: 1 0 78%;
  max-width: 78%;
}
.flex-78.p-10 {
  flex: 1 0 calc(78% - 20px);
  max-width: calc(78% - 20px);
}
.flex-78.p-15 {
  flex: 1 0 calc(78% - 30px);
  max-width: calc(78% - 30px);
}

.flex-79 {
  flex: 1 0 79%;
  max-width: 79%;
}
.flex-79.p-10 {
  flex: 1 0 calc(79% - 20px);
  max-width: calc(79% - 20px);
}
.flex-79.p-15 {
  flex: 1 0 calc(79% - 30px);
  max-width: calc(79% - 30px);
}

.flex-80 {
  flex: 1 0 80%;
  max-width: 80%;
}
.flex-80.p-10 {
  flex: 1 0 calc(80% - 20px);
  max-width: calc(80% - 20px);
}
.flex-80.p-15 {
  flex: 1 0 calc(80% - 30px);
  max-width: calc(80% - 30px);
}

.flex-81 {
  flex: 1 0 81%;
  max-width: 81%;
}
.flex-81.p-10 {
  flex: 1 0 calc(81% - 20px);
  max-width: calc(81% - 20px);
}
.flex-81.p-15 {
  flex: 1 0 calc(81% - 30px);
  max-width: calc(81% - 30px);
}

.flex-82 {
  flex: 1 0 82%;
  max-width: 82%;
}
.flex-82.p-10 {
  flex: 1 0 calc(82% - 20px);
  max-width: calc(82% - 20px);
}
.flex-82.p-15 {
  flex: 1 0 calc(82% - 30px);
  max-width: calc(82% - 30px);
}

.flex-83 {
  flex: 1 0 83%;
  max-width: 83%;
}
.flex-83.p-10 {
  flex: 1 0 calc(83% - 20px);
  max-width: calc(83% - 20px);
}
.flex-83.p-15 {
  flex: 1 0 calc(83% - 30px);
  max-width: calc(83% - 30px);
}

.flex-84 {
  flex: 1 0 84%;
  max-width: 84%;
}
.flex-84.p-10 {
  flex: 1 0 calc(84% - 20px);
  max-width: calc(84% - 20px);
}
.flex-84.p-15 {
  flex: 1 0 calc(84% - 30px);
  max-width: calc(84% - 30px);
}

.flex-85 {
  flex: 1 0 85%;
  max-width: 85%;
}
.flex-85.p-10 {
  flex: 1 0 calc(85% - 20px);
  max-width: calc(85% - 20px);
}
.flex-85.p-15 {
  flex: 1 0 calc(85% - 30px);
  max-width: calc(85% - 30px);
}

.flex-86 {
  flex: 1 0 86%;
  max-width: 86%;
}
.flex-86.p-10 {
  flex: 1 0 calc(86% - 20px);
  max-width: calc(86% - 20px);
}
.flex-86.p-15 {
  flex: 1 0 calc(86% - 30px);
  max-width: calc(86% - 30px);
}

.flex-87 {
  flex: 1 0 87%;
  max-width: 87%;
}
.flex-87.p-10 {
  flex: 1 0 calc(87% - 20px);
  max-width: calc(87% - 20px);
}
.flex-87.p-15 {
  flex: 1 0 calc(87% - 30px);
  max-width: calc(87% - 30px);
}

.flex-88 {
  flex: 1 0 88%;
  max-width: 88%;
}
.flex-88.p-10 {
  flex: 1 0 calc(88% - 20px);
  max-width: calc(88% - 20px);
}
.flex-88.p-15 {
  flex: 1 0 calc(88% - 30px);
  max-width: calc(88% - 30px);
}

.flex-89 {
  flex: 1 0 89%;
  max-width: 89%;
}
.flex-89.p-10 {
  flex: 1 0 calc(89% - 20px);
  max-width: calc(89% - 20px);
}
.flex-89.p-15 {
  flex: 1 0 calc(89% - 30px);
  max-width: calc(89% - 30px);
}

.flex-90 {
  flex: 1 0 90%;
  max-width: 90%;
}
.flex-90.p-10 {
  flex: 1 0 calc(90% - 20px);
  max-width: calc(90% - 20px);
}
.flex-90.p-15 {
  flex: 1 0 calc(90% - 30px);
  max-width: calc(90% - 30px);
}

.flex-91 {
  flex: 1 0 91%;
  max-width: 91%;
}
.flex-91.p-10 {
  flex: 1 0 calc(91% - 20px);
  max-width: calc(91% - 20px);
}
.flex-91.p-15 {
  flex: 1 0 calc(91% - 30px);
  max-width: calc(91% - 30px);
}

.flex-92 {
  flex: 1 0 92%;
  max-width: 92%;
}
.flex-92.p-10 {
  flex: 1 0 calc(92% - 20px);
  max-width: calc(92% - 20px);
}
.flex-92.p-15 {
  flex: 1 0 calc(92% - 30px);
  max-width: calc(92% - 30px);
}

.flex-93 {
  flex: 1 0 93%;
  max-width: 93%;
}
.flex-93.p-10 {
  flex: 1 0 calc(93% - 20px);
  max-width: calc(93% - 20px);
}
.flex-93.p-15 {
  flex: 1 0 calc(93% - 30px);
  max-width: calc(93% - 30px);
}

.flex-94 {
  flex: 1 0 94%;
  max-width: 94%;
}
.flex-94.p-10 {
  flex: 1 0 calc(94% - 20px);
  max-width: calc(94% - 20px);
}
.flex-94.p-15 {
  flex: 1 0 calc(94% - 30px);
  max-width: calc(94% - 30px);
}

.flex-95 {
  flex: 1 0 95%;
  max-width: 95%;
}
.flex-95.p-10 {
  flex: 1 0 calc(95% - 20px);
  max-width: calc(95% - 20px);
}
.flex-95.p-15 {
  flex: 1 0 calc(95% - 30px);
  max-width: calc(95% - 30px);
}

.flex-96 {
  flex: 1 0 96%;
  max-width: 96%;
}
.flex-96.p-10 {
  flex: 1 0 calc(96% - 20px);
  max-width: calc(96% - 20px);
}
.flex-96.p-15 {
  flex: 1 0 calc(96% - 30px);
  max-width: calc(96% - 30px);
}

.flex-97 {
  flex: 1 0 97%;
  max-width: 97%;
}
.flex-97.p-10 {
  flex: 1 0 calc(97% - 20px);
  max-width: calc(97% - 20px);
}
.flex-97.p-15 {
  flex: 1 0 calc(97% - 30px);
  max-width: calc(97% - 30px);
}

.flex-98 {
  flex: 1 0 98%;
  max-width: 98%;
}
.flex-98.p-10 {
  flex: 1 0 calc(98% - 20px);
  max-width: calc(98% - 20px);
}
.flex-98.p-15 {
  flex: 1 0 calc(98% - 30px);
  max-width: calc(98% - 30px);
}

.flex-99 {
  flex: 1 0 99%;
  max-width: 99%;
}
.flex-99.p-10 {
  flex: 1 0 calc(99% - 20px);
  max-width: calc(99% - 20px);
}
.flex-99.p-15 {
  flex: 1 0 calc(99% - 30px);
  max-width: calc(99% - 30px);
}

.flex-100 {
  flex: 1 0 100%;
  max-width: 100%;
}
.flex-100.p-10 {
  flex: 1 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.flex-100.p-15 {
  flex: 1 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-0 {
    flex: 1 0 0%;
    max-width: 0%;
  }
}
.m-flex-0.p-10 {
  flex: 1 0 calc(0% - 20px);
  max-width: calc(0% - 20px);
}
.m-flex-0.p-15 {
  flex: 1 0 calc(0% - 30px);
  max-width: calc(0% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-1 {
    flex: 1 0 1%;
    max-width: 1%;
  }
}
.m-flex-1.p-10 {
  flex: 1 0 calc(1% - 20px);
  max-width: calc(1% - 20px);
}
.m-flex-1.p-15 {
  flex: 1 0 calc(1% - 30px);
  max-width: calc(1% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-2 {
    flex: 1 0 2%;
    max-width: 2%;
  }
}
.m-flex-2.p-10 {
  flex: 1 0 calc(2% - 20px);
  max-width: calc(2% - 20px);
}
.m-flex-2.p-15 {
  flex: 1 0 calc(2% - 30px);
  max-width: calc(2% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-3 {
    flex: 1 0 3%;
    max-width: 3%;
  }
}
.m-flex-3.p-10 {
  flex: 1 0 calc(3% - 20px);
  max-width: calc(3% - 20px);
}
.m-flex-3.p-15 {
  flex: 1 0 calc(3% - 30px);
  max-width: calc(3% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-4 {
    flex: 1 0 4%;
    max-width: 4%;
  }
}
.m-flex-4.p-10 {
  flex: 1 0 calc(4% - 20px);
  max-width: calc(4% - 20px);
}
.m-flex-4.p-15 {
  flex: 1 0 calc(4% - 30px);
  max-width: calc(4% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-5 {
    flex: 1 0 5%;
    max-width: 5%;
  }
}
.m-flex-5.p-10 {
  flex: 1 0 calc(5% - 20px);
  max-width: calc(5% - 20px);
}
.m-flex-5.p-15 {
  flex: 1 0 calc(5% - 30px);
  max-width: calc(5% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-6 {
    flex: 1 0 6%;
    max-width: 6%;
  }
}
.m-flex-6.p-10 {
  flex: 1 0 calc(6% - 20px);
  max-width: calc(6% - 20px);
}
.m-flex-6.p-15 {
  flex: 1 0 calc(6% - 30px);
  max-width: calc(6% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-7 {
    flex: 1 0 7%;
    max-width: 7%;
  }
}
.m-flex-7.p-10 {
  flex: 1 0 calc(7% - 20px);
  max-width: calc(7% - 20px);
}
.m-flex-7.p-15 {
  flex: 1 0 calc(7% - 30px);
  max-width: calc(7% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-8 {
    flex: 1 0 8%;
    max-width: 8%;
  }
}
.m-flex-8.p-10 {
  flex: 1 0 calc(8% - 20px);
  max-width: calc(8% - 20px);
}
.m-flex-8.p-15 {
  flex: 1 0 calc(8% - 30px);
  max-width: calc(8% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-9 {
    flex: 1 0 9%;
    max-width: 9%;
  }
}
.m-flex-9.p-10 {
  flex: 1 0 calc(9% - 20px);
  max-width: calc(9% - 20px);
}
.m-flex-9.p-15 {
  flex: 1 0 calc(9% - 30px);
  max-width: calc(9% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-10 {
    flex: 1 0 10%;
    max-width: 10%;
  }
}
.m-flex-10.p-10 {
  flex: 1 0 calc(10% - 20px);
  max-width: calc(10% - 20px);
}
.m-flex-10.p-15 {
  flex: 1 0 calc(10% - 30px);
  max-width: calc(10% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-11 {
    flex: 1 0 11%;
    max-width: 11%;
  }
}
.m-flex-11.p-10 {
  flex: 1 0 calc(11% - 20px);
  max-width: calc(11% - 20px);
}
.m-flex-11.p-15 {
  flex: 1 0 calc(11% - 30px);
  max-width: calc(11% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-12 {
    flex: 1 0 12%;
    max-width: 12%;
  }
}
.m-flex-12.p-10 {
  flex: 1 0 calc(12% - 20px);
  max-width: calc(12% - 20px);
}
.m-flex-12.p-15 {
  flex: 1 0 calc(12% - 30px);
  max-width: calc(12% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-13 {
    flex: 1 0 13%;
    max-width: 13%;
  }
}
.m-flex-13.p-10 {
  flex: 1 0 calc(13% - 20px);
  max-width: calc(13% - 20px);
}
.m-flex-13.p-15 {
  flex: 1 0 calc(13% - 30px);
  max-width: calc(13% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-14 {
    flex: 1 0 14%;
    max-width: 14%;
  }
}
.m-flex-14.p-10 {
  flex: 1 0 calc(14% - 20px);
  max-width: calc(14% - 20px);
}
.m-flex-14.p-15 {
  flex: 1 0 calc(14% - 30px);
  max-width: calc(14% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-15 {
    flex: 1 0 15%;
    max-width: 15%;
  }
}
.m-flex-15.p-10 {
  flex: 1 0 calc(15% - 20px);
  max-width: calc(15% - 20px);
}
.m-flex-15.p-15 {
  flex: 1 0 calc(15% - 30px);
  max-width: calc(15% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-16 {
    flex: 1 0 16%;
    max-width: 16%;
  }
}
.m-flex-16.p-10 {
  flex: 1 0 calc(16% - 20px);
  max-width: calc(16% - 20px);
}
.m-flex-16.p-15 {
  flex: 1 0 calc(16% - 30px);
  max-width: calc(16% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-17 {
    flex: 1 0 17%;
    max-width: 17%;
  }
}
.m-flex-17.p-10 {
  flex: 1 0 calc(17% - 20px);
  max-width: calc(17% - 20px);
}
.m-flex-17.p-15 {
  flex: 1 0 calc(17% - 30px);
  max-width: calc(17% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-18 {
    flex: 1 0 18%;
    max-width: 18%;
  }
}
.m-flex-18.p-10 {
  flex: 1 0 calc(18% - 20px);
  max-width: calc(18% - 20px);
}
.m-flex-18.p-15 {
  flex: 1 0 calc(18% - 30px);
  max-width: calc(18% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-19 {
    flex: 1 0 19%;
    max-width: 19%;
  }
}
.m-flex-19.p-10 {
  flex: 1 0 calc(19% - 20px);
  max-width: calc(19% - 20px);
}
.m-flex-19.p-15 {
  flex: 1 0 calc(19% - 30px);
  max-width: calc(19% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-20 {
    flex: 1 0 20%;
    max-width: 20%;
  }
}
.m-flex-20.p-10 {
  flex: 1 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
}
.m-flex-20.p-15 {
  flex: 1 0 calc(20% - 30px);
  max-width: calc(20% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-21 {
    flex: 1 0 21%;
    max-width: 21%;
  }
}
.m-flex-21.p-10 {
  flex: 1 0 calc(21% - 20px);
  max-width: calc(21% - 20px);
}
.m-flex-21.p-15 {
  flex: 1 0 calc(21% - 30px);
  max-width: calc(21% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-22 {
    flex: 1 0 22%;
    max-width: 22%;
  }
}
.m-flex-22.p-10 {
  flex: 1 0 calc(22% - 20px);
  max-width: calc(22% - 20px);
}
.m-flex-22.p-15 {
  flex: 1 0 calc(22% - 30px);
  max-width: calc(22% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-23 {
    flex: 1 0 23%;
    max-width: 23%;
  }
}
.m-flex-23.p-10 {
  flex: 1 0 calc(23% - 20px);
  max-width: calc(23% - 20px);
}
.m-flex-23.p-15 {
  flex: 1 0 calc(23% - 30px);
  max-width: calc(23% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-24 {
    flex: 1 0 24%;
    max-width: 24%;
  }
}
.m-flex-24.p-10 {
  flex: 1 0 calc(24% - 20px);
  max-width: calc(24% - 20px);
}
.m-flex-24.p-15 {
  flex: 1 0 calc(24% - 30px);
  max-width: calc(24% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-25 {
    flex: 1 0 25%;
    max-width: 25%;
  }
}
.m-flex-25.p-10 {
  flex: 1 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.m-flex-25.p-15 {
  flex: 1 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-26 {
    flex: 1 0 26%;
    max-width: 26%;
  }
}
.m-flex-26.p-10 {
  flex: 1 0 calc(26% - 20px);
  max-width: calc(26% - 20px);
}
.m-flex-26.p-15 {
  flex: 1 0 calc(26% - 30px);
  max-width: calc(26% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-27 {
    flex: 1 0 27%;
    max-width: 27%;
  }
}
.m-flex-27.p-10 {
  flex: 1 0 calc(27% - 20px);
  max-width: calc(27% - 20px);
}
.m-flex-27.p-15 {
  flex: 1 0 calc(27% - 30px);
  max-width: calc(27% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-28 {
    flex: 1 0 28%;
    max-width: 28%;
  }
}
.m-flex-28.p-10 {
  flex: 1 0 calc(28% - 20px);
  max-width: calc(28% - 20px);
}
.m-flex-28.p-15 {
  flex: 1 0 calc(28% - 30px);
  max-width: calc(28% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-29 {
    flex: 1 0 29%;
    max-width: 29%;
  }
}
.m-flex-29.p-10 {
  flex: 1 0 calc(29% - 20px);
  max-width: calc(29% - 20px);
}
.m-flex-29.p-15 {
  flex: 1 0 calc(29% - 30px);
  max-width: calc(29% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-30 {
    flex: 1 0 30%;
    max-width: 30%;
  }
}
.m-flex-30.p-10 {
  flex: 1 0 calc(30% - 20px);
  max-width: calc(30% - 20px);
}
.m-flex-30.p-15 {
  flex: 1 0 calc(30% - 30px);
  max-width: calc(30% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-31 {
    flex: 1 0 31%;
    max-width: 31%;
  }
}
.m-flex-31.p-10 {
  flex: 1 0 calc(31% - 20px);
  max-width: calc(31% - 20px);
}
.m-flex-31.p-15 {
  flex: 1 0 calc(31% - 30px);
  max-width: calc(31% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-32 {
    flex: 1 0 32%;
    max-width: 32%;
  }
}
.m-flex-32.p-10 {
  flex: 1 0 calc(32% - 20px);
  max-width: calc(32% - 20px);
}
.m-flex-32.p-15 {
  flex: 1 0 calc(32% - 30px);
  max-width: calc(32% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-33 {
    flex: 1 0 33%;
    max-width: 33%;
  }
}
.m-flex-33.p-10 {
  flex: 1 0 calc(33% - 20px);
  max-width: calc(33% - 20px);
}
.m-flex-33.p-15 {
  flex: 1 0 calc(33% - 30px);
  max-width: calc(33% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-34 {
    flex: 1 0 34%;
    max-width: 34%;
  }
}
.m-flex-34.p-10 {
  flex: 1 0 calc(34% - 20px);
  max-width: calc(34% - 20px);
}
.m-flex-34.p-15 {
  flex: 1 0 calc(34% - 30px);
  max-width: calc(34% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-35 {
    flex: 1 0 35%;
    max-width: 35%;
  }
}
.m-flex-35.p-10 {
  flex: 1 0 calc(35% - 20px);
  max-width: calc(35% - 20px);
}
.m-flex-35.p-15 {
  flex: 1 0 calc(35% - 30px);
  max-width: calc(35% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-36 {
    flex: 1 0 36%;
    max-width: 36%;
  }
}
.m-flex-36.p-10 {
  flex: 1 0 calc(36% - 20px);
  max-width: calc(36% - 20px);
}
.m-flex-36.p-15 {
  flex: 1 0 calc(36% - 30px);
  max-width: calc(36% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-37 {
    flex: 1 0 37%;
    max-width: 37%;
  }
}
.m-flex-37.p-10 {
  flex: 1 0 calc(37% - 20px);
  max-width: calc(37% - 20px);
}
.m-flex-37.p-15 {
  flex: 1 0 calc(37% - 30px);
  max-width: calc(37% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-38 {
    flex: 1 0 38%;
    max-width: 38%;
  }
}
.m-flex-38.p-10 {
  flex: 1 0 calc(38% - 20px);
  max-width: calc(38% - 20px);
}
.m-flex-38.p-15 {
  flex: 1 0 calc(38% - 30px);
  max-width: calc(38% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-39 {
    flex: 1 0 39%;
    max-width: 39%;
  }
}
.m-flex-39.p-10 {
  flex: 1 0 calc(39% - 20px);
  max-width: calc(39% - 20px);
}
.m-flex-39.p-15 {
  flex: 1 0 calc(39% - 30px);
  max-width: calc(39% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-40 {
    flex: 1 0 40%;
    max-width: 40%;
  }
}
.m-flex-40.p-10 {
  flex: 1 0 calc(40% - 20px);
  max-width: calc(40% - 20px);
}
.m-flex-40.p-15 {
  flex: 1 0 calc(40% - 30px);
  max-width: calc(40% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-41 {
    flex: 1 0 41%;
    max-width: 41%;
  }
}
.m-flex-41.p-10 {
  flex: 1 0 calc(41% - 20px);
  max-width: calc(41% - 20px);
}
.m-flex-41.p-15 {
  flex: 1 0 calc(41% - 30px);
  max-width: calc(41% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-42 {
    flex: 1 0 42%;
    max-width: 42%;
  }
}
.m-flex-42.p-10 {
  flex: 1 0 calc(42% - 20px);
  max-width: calc(42% - 20px);
}
.m-flex-42.p-15 {
  flex: 1 0 calc(42% - 30px);
  max-width: calc(42% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-43 {
    flex: 1 0 43%;
    max-width: 43%;
  }
}
.m-flex-43.p-10 {
  flex: 1 0 calc(43% - 20px);
  max-width: calc(43% - 20px);
}
.m-flex-43.p-15 {
  flex: 1 0 calc(43% - 30px);
  max-width: calc(43% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-44 {
    flex: 1 0 44%;
    max-width: 44%;
  }
}
.m-flex-44.p-10 {
  flex: 1 0 calc(44% - 20px);
  max-width: calc(44% - 20px);
}
.m-flex-44.p-15 {
  flex: 1 0 calc(44% - 30px);
  max-width: calc(44% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-45 {
    flex: 1 0 45%;
    max-width: 45%;
  }
}
.m-flex-45.p-10 {
  flex: 1 0 calc(45% - 20px);
  max-width: calc(45% - 20px);
}
.m-flex-45.p-15 {
  flex: 1 0 calc(45% - 30px);
  max-width: calc(45% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-46 {
    flex: 1 0 46%;
    max-width: 46%;
  }
}
.m-flex-46.p-10 {
  flex: 1 0 calc(46% - 20px);
  max-width: calc(46% - 20px);
}
.m-flex-46.p-15 {
  flex: 1 0 calc(46% - 30px);
  max-width: calc(46% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-47 {
    flex: 1 0 47%;
    max-width: 47%;
  }
}
.m-flex-47.p-10 {
  flex: 1 0 calc(47% - 20px);
  max-width: calc(47% - 20px);
}
.m-flex-47.p-15 {
  flex: 1 0 calc(47% - 30px);
  max-width: calc(47% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-48 {
    flex: 1 0 48%;
    max-width: 48%;
  }
}
.m-flex-48.p-10 {
  flex: 1 0 calc(48% - 20px);
  max-width: calc(48% - 20px);
}
.m-flex-48.p-15 {
  flex: 1 0 calc(48% - 30px);
  max-width: calc(48% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-49 {
    flex: 1 0 49%;
    max-width: 49%;
  }
}
.m-flex-49.p-10 {
  flex: 1 0 calc(49% - 20px);
  max-width: calc(49% - 20px);
}
.m-flex-49.p-15 {
  flex: 1 0 calc(49% - 30px);
  max-width: calc(49% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-50 {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.m-flex-50.p-10 {
  flex: 1 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.m-flex-50.p-15 {
  flex: 1 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-51 {
    flex: 1 0 51%;
    max-width: 51%;
  }
}
.m-flex-51.p-10 {
  flex: 1 0 calc(51% - 20px);
  max-width: calc(51% - 20px);
}
.m-flex-51.p-15 {
  flex: 1 0 calc(51% - 30px);
  max-width: calc(51% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-52 {
    flex: 1 0 52%;
    max-width: 52%;
  }
}
.m-flex-52.p-10 {
  flex: 1 0 calc(52% - 20px);
  max-width: calc(52% - 20px);
}
.m-flex-52.p-15 {
  flex: 1 0 calc(52% - 30px);
  max-width: calc(52% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-53 {
    flex: 1 0 53%;
    max-width: 53%;
  }
}
.m-flex-53.p-10 {
  flex: 1 0 calc(53% - 20px);
  max-width: calc(53% - 20px);
}
.m-flex-53.p-15 {
  flex: 1 0 calc(53% - 30px);
  max-width: calc(53% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-54 {
    flex: 1 0 54%;
    max-width: 54%;
  }
}
.m-flex-54.p-10 {
  flex: 1 0 calc(54% - 20px);
  max-width: calc(54% - 20px);
}
.m-flex-54.p-15 {
  flex: 1 0 calc(54% - 30px);
  max-width: calc(54% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-55 {
    flex: 1 0 55%;
    max-width: 55%;
  }
}
.m-flex-55.p-10 {
  flex: 1 0 calc(55% - 20px);
  max-width: calc(55% - 20px);
}
.m-flex-55.p-15 {
  flex: 1 0 calc(55% - 30px);
  max-width: calc(55% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-56 {
    flex: 1 0 56%;
    max-width: 56%;
  }
}
.m-flex-56.p-10 {
  flex: 1 0 calc(56% - 20px);
  max-width: calc(56% - 20px);
}
.m-flex-56.p-15 {
  flex: 1 0 calc(56% - 30px);
  max-width: calc(56% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-57 {
    flex: 1 0 57%;
    max-width: 57%;
  }
}
.m-flex-57.p-10 {
  flex: 1 0 calc(57% - 20px);
  max-width: calc(57% - 20px);
}
.m-flex-57.p-15 {
  flex: 1 0 calc(57% - 30px);
  max-width: calc(57% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-58 {
    flex: 1 0 58%;
    max-width: 58%;
  }
}
.m-flex-58.p-10 {
  flex: 1 0 calc(58% - 20px);
  max-width: calc(58% - 20px);
}
.m-flex-58.p-15 {
  flex: 1 0 calc(58% - 30px);
  max-width: calc(58% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-59 {
    flex: 1 0 59%;
    max-width: 59%;
  }
}
.m-flex-59.p-10 {
  flex: 1 0 calc(59% - 20px);
  max-width: calc(59% - 20px);
}
.m-flex-59.p-15 {
  flex: 1 0 calc(59% - 30px);
  max-width: calc(59% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-60 {
    flex: 1 0 60%;
    max-width: 60%;
  }
}
.m-flex-60.p-10 {
  flex: 1 0 calc(60% - 20px);
  max-width: calc(60% - 20px);
}
.m-flex-60.p-15 {
  flex: 1 0 calc(60% - 30px);
  max-width: calc(60% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-61 {
    flex: 1 0 61%;
    max-width: 61%;
  }
}
.m-flex-61.p-10 {
  flex: 1 0 calc(61% - 20px);
  max-width: calc(61% - 20px);
}
.m-flex-61.p-15 {
  flex: 1 0 calc(61% - 30px);
  max-width: calc(61% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-62 {
    flex: 1 0 62%;
    max-width: 62%;
  }
}
.m-flex-62.p-10 {
  flex: 1 0 calc(62% - 20px);
  max-width: calc(62% - 20px);
}
.m-flex-62.p-15 {
  flex: 1 0 calc(62% - 30px);
  max-width: calc(62% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-63 {
    flex: 1 0 63%;
    max-width: 63%;
  }
}
.m-flex-63.p-10 {
  flex: 1 0 calc(63% - 20px);
  max-width: calc(63% - 20px);
}
.m-flex-63.p-15 {
  flex: 1 0 calc(63% - 30px);
  max-width: calc(63% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-64 {
    flex: 1 0 64%;
    max-width: 64%;
  }
}
.m-flex-64.p-10 {
  flex: 1 0 calc(64% - 20px);
  max-width: calc(64% - 20px);
}
.m-flex-64.p-15 {
  flex: 1 0 calc(64% - 30px);
  max-width: calc(64% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-65 {
    flex: 1 0 65%;
    max-width: 65%;
  }
}
.m-flex-65.p-10 {
  flex: 1 0 calc(65% - 20px);
  max-width: calc(65% - 20px);
}
.m-flex-65.p-15 {
  flex: 1 0 calc(65% - 30px);
  max-width: calc(65% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-66 {
    flex: 1 0 66%;
    max-width: 66%;
  }
}
.m-flex-66.p-10 {
  flex: 1 0 calc(66% - 20px);
  max-width: calc(66% - 20px);
}
.m-flex-66.p-15 {
  flex: 1 0 calc(66% - 30px);
  max-width: calc(66% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-67 {
    flex: 1 0 67%;
    max-width: 67%;
  }
}
.m-flex-67.p-10 {
  flex: 1 0 calc(67% - 20px);
  max-width: calc(67% - 20px);
}
.m-flex-67.p-15 {
  flex: 1 0 calc(67% - 30px);
  max-width: calc(67% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-68 {
    flex: 1 0 68%;
    max-width: 68%;
  }
}
.m-flex-68.p-10 {
  flex: 1 0 calc(68% - 20px);
  max-width: calc(68% - 20px);
}
.m-flex-68.p-15 {
  flex: 1 0 calc(68% - 30px);
  max-width: calc(68% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-69 {
    flex: 1 0 69%;
    max-width: 69%;
  }
}
.m-flex-69.p-10 {
  flex: 1 0 calc(69% - 20px);
  max-width: calc(69% - 20px);
}
.m-flex-69.p-15 {
  flex: 1 0 calc(69% - 30px);
  max-width: calc(69% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-70 {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.m-flex-70.p-10 {
  flex: 1 0 calc(70% - 20px);
  max-width: calc(70% - 20px);
}
.m-flex-70.p-15 {
  flex: 1 0 calc(70% - 30px);
  max-width: calc(70% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-71 {
    flex: 1 0 71%;
    max-width: 71%;
  }
}
.m-flex-71.p-10 {
  flex: 1 0 calc(71% - 20px);
  max-width: calc(71% - 20px);
}
.m-flex-71.p-15 {
  flex: 1 0 calc(71% - 30px);
  max-width: calc(71% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-72 {
    flex: 1 0 72%;
    max-width: 72%;
  }
}
.m-flex-72.p-10 {
  flex: 1 0 calc(72% - 20px);
  max-width: calc(72% - 20px);
}
.m-flex-72.p-15 {
  flex: 1 0 calc(72% - 30px);
  max-width: calc(72% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-73 {
    flex: 1 0 73%;
    max-width: 73%;
  }
}
.m-flex-73.p-10 {
  flex: 1 0 calc(73% - 20px);
  max-width: calc(73% - 20px);
}
.m-flex-73.p-15 {
  flex: 1 0 calc(73% - 30px);
  max-width: calc(73% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-74 {
    flex: 1 0 74%;
    max-width: 74%;
  }
}
.m-flex-74.p-10 {
  flex: 1 0 calc(74% - 20px);
  max-width: calc(74% - 20px);
}
.m-flex-74.p-15 {
  flex: 1 0 calc(74% - 30px);
  max-width: calc(74% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-75 {
    flex: 1 0 75%;
    max-width: 75%;
  }
}
.m-flex-75.p-10 {
  flex: 1 0 calc(75% - 20px);
  max-width: calc(75% - 20px);
}
.m-flex-75.p-15 {
  flex: 1 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-76 {
    flex: 1 0 76%;
    max-width: 76%;
  }
}
.m-flex-76.p-10 {
  flex: 1 0 calc(76% - 20px);
  max-width: calc(76% - 20px);
}
.m-flex-76.p-15 {
  flex: 1 0 calc(76% - 30px);
  max-width: calc(76% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-77 {
    flex: 1 0 77%;
    max-width: 77%;
  }
}
.m-flex-77.p-10 {
  flex: 1 0 calc(77% - 20px);
  max-width: calc(77% - 20px);
}
.m-flex-77.p-15 {
  flex: 1 0 calc(77% - 30px);
  max-width: calc(77% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-78 {
    flex: 1 0 78%;
    max-width: 78%;
  }
}
.m-flex-78.p-10 {
  flex: 1 0 calc(78% - 20px);
  max-width: calc(78% - 20px);
}
.m-flex-78.p-15 {
  flex: 1 0 calc(78% - 30px);
  max-width: calc(78% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-79 {
    flex: 1 0 79%;
    max-width: 79%;
  }
}
.m-flex-79.p-10 {
  flex: 1 0 calc(79% - 20px);
  max-width: calc(79% - 20px);
}
.m-flex-79.p-15 {
  flex: 1 0 calc(79% - 30px);
  max-width: calc(79% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-80 {
    flex: 1 0 80%;
    max-width: 80%;
  }
}
.m-flex-80.p-10 {
  flex: 1 0 calc(80% - 20px);
  max-width: calc(80% - 20px);
}
.m-flex-80.p-15 {
  flex: 1 0 calc(80% - 30px);
  max-width: calc(80% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-81 {
    flex: 1 0 81%;
    max-width: 81%;
  }
}
.m-flex-81.p-10 {
  flex: 1 0 calc(81% - 20px);
  max-width: calc(81% - 20px);
}
.m-flex-81.p-15 {
  flex: 1 0 calc(81% - 30px);
  max-width: calc(81% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-82 {
    flex: 1 0 82%;
    max-width: 82%;
  }
}
.m-flex-82.p-10 {
  flex: 1 0 calc(82% - 20px);
  max-width: calc(82% - 20px);
}
.m-flex-82.p-15 {
  flex: 1 0 calc(82% - 30px);
  max-width: calc(82% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-83 {
    flex: 1 0 83%;
    max-width: 83%;
  }
}
.m-flex-83.p-10 {
  flex: 1 0 calc(83% - 20px);
  max-width: calc(83% - 20px);
}
.m-flex-83.p-15 {
  flex: 1 0 calc(83% - 30px);
  max-width: calc(83% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-84 {
    flex: 1 0 84%;
    max-width: 84%;
  }
}
.m-flex-84.p-10 {
  flex: 1 0 calc(84% - 20px);
  max-width: calc(84% - 20px);
}
.m-flex-84.p-15 {
  flex: 1 0 calc(84% - 30px);
  max-width: calc(84% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-85 {
    flex: 1 0 85%;
    max-width: 85%;
  }
}
.m-flex-85.p-10 {
  flex: 1 0 calc(85% - 20px);
  max-width: calc(85% - 20px);
}
.m-flex-85.p-15 {
  flex: 1 0 calc(85% - 30px);
  max-width: calc(85% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-86 {
    flex: 1 0 86%;
    max-width: 86%;
  }
}
.m-flex-86.p-10 {
  flex: 1 0 calc(86% - 20px);
  max-width: calc(86% - 20px);
}
.m-flex-86.p-15 {
  flex: 1 0 calc(86% - 30px);
  max-width: calc(86% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-87 {
    flex: 1 0 87%;
    max-width: 87%;
  }
}
.m-flex-87.p-10 {
  flex: 1 0 calc(87% - 20px);
  max-width: calc(87% - 20px);
}
.m-flex-87.p-15 {
  flex: 1 0 calc(87% - 30px);
  max-width: calc(87% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-88 {
    flex: 1 0 88%;
    max-width: 88%;
  }
}
.m-flex-88.p-10 {
  flex: 1 0 calc(88% - 20px);
  max-width: calc(88% - 20px);
}
.m-flex-88.p-15 {
  flex: 1 0 calc(88% - 30px);
  max-width: calc(88% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-89 {
    flex: 1 0 89%;
    max-width: 89%;
  }
}
.m-flex-89.p-10 {
  flex: 1 0 calc(89% - 20px);
  max-width: calc(89% - 20px);
}
.m-flex-89.p-15 {
  flex: 1 0 calc(89% - 30px);
  max-width: calc(89% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-90 {
    flex: 1 0 90%;
    max-width: 90%;
  }
}
.m-flex-90.p-10 {
  flex: 1 0 calc(90% - 20px);
  max-width: calc(90% - 20px);
}
.m-flex-90.p-15 {
  flex: 1 0 calc(90% - 30px);
  max-width: calc(90% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-91 {
    flex: 1 0 91%;
    max-width: 91%;
  }
}
.m-flex-91.p-10 {
  flex: 1 0 calc(91% - 20px);
  max-width: calc(91% - 20px);
}
.m-flex-91.p-15 {
  flex: 1 0 calc(91% - 30px);
  max-width: calc(91% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-92 {
    flex: 1 0 92%;
    max-width: 92%;
  }
}
.m-flex-92.p-10 {
  flex: 1 0 calc(92% - 20px);
  max-width: calc(92% - 20px);
}
.m-flex-92.p-15 {
  flex: 1 0 calc(92% - 30px);
  max-width: calc(92% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-93 {
    flex: 1 0 93%;
    max-width: 93%;
  }
}
.m-flex-93.p-10 {
  flex: 1 0 calc(93% - 20px);
  max-width: calc(93% - 20px);
}
.m-flex-93.p-15 {
  flex: 1 0 calc(93% - 30px);
  max-width: calc(93% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-94 {
    flex: 1 0 94%;
    max-width: 94%;
  }
}
.m-flex-94.p-10 {
  flex: 1 0 calc(94% - 20px);
  max-width: calc(94% - 20px);
}
.m-flex-94.p-15 {
  flex: 1 0 calc(94% - 30px);
  max-width: calc(94% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-95 {
    flex: 1 0 95%;
    max-width: 95%;
  }
}
.m-flex-95.p-10 {
  flex: 1 0 calc(95% - 20px);
  max-width: calc(95% - 20px);
}
.m-flex-95.p-15 {
  flex: 1 0 calc(95% - 30px);
  max-width: calc(95% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-96 {
    flex: 1 0 96%;
    max-width: 96%;
  }
}
.m-flex-96.p-10 {
  flex: 1 0 calc(96% - 20px);
  max-width: calc(96% - 20px);
}
.m-flex-96.p-15 {
  flex: 1 0 calc(96% - 30px);
  max-width: calc(96% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-97 {
    flex: 1 0 97%;
    max-width: 97%;
  }
}
.m-flex-97.p-10 {
  flex: 1 0 calc(97% - 20px);
  max-width: calc(97% - 20px);
}
.m-flex-97.p-15 {
  flex: 1 0 calc(97% - 30px);
  max-width: calc(97% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-98 {
    flex: 1 0 98%;
    max-width: 98%;
  }
}
.m-flex-98.p-10 {
  flex: 1 0 calc(98% - 20px);
  max-width: calc(98% - 20px);
}
.m-flex-98.p-15 {
  flex: 1 0 calc(98% - 30px);
  max-width: calc(98% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-99 {
    flex: 1 0 99%;
    max-width: 99%;
  }
}
.m-flex-99.p-10 {
  flex: 1 0 calc(99% - 20px);
  max-width: calc(99% - 20px);
}
.m-flex-99.p-15 {
  flex: 1 0 calc(99% - 30px);
  max-width: calc(99% - 30px);
}

@media only screen and (max-width: 768px) {
  .m-flex-100 {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.m-flex-100.p-10 {
  flex: 1 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.m-flex-100.p-15 {
  flex: 1 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}

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

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

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

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

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

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

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

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

.pa-5 {
  padding: 5px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-5 {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-5 {
    padding-top: 5px;
  }
}

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

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

.pa-10 {
  padding: 10px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-10 {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-10 {
    padding-top: 10px;
  }
}

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

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

.pa-15 {
  padding: 15px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-15 {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-15 {
    padding-top: 15px;
  }
}

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

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

.pa-20 {
  padding: 20px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-20 {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-20 {
    padding-top: 20px;
  }
}

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

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

.pa-25 {
  padding: 25px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-25 {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-25 {
    padding-top: 25px;
  }
}

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

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

.pa-30 {
  padding: 30px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-30 {
    padding-top: 30px;
  }
}

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

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

.pa-35 {
  padding: 35px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-35 {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-35 {
    padding-top: 35px;
  }
}

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

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

.pa-40 {
  padding: 40px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-40 {
    padding-top: 40px;
  }
}

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

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

.pa-45 {
  padding: 45px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-45 {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-45 {
    padding-top: 45px;
  }
}

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

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

.pa-50 {
  padding: 50px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-50 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-50 {
    padding-top: 50px;
  }
}

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

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

.pa-55 {
  padding: 55px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-55 {
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-55 {
    padding-top: 55px;
  }
}

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

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

.pa-60 {
  padding: 60px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-60 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-60 {
    padding-top: 60px;
  }
}

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

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

.pa-65 {
  padding: 65px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-65 {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-65 {
    padding-top: 65px;
  }
}

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

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

.pa-70 {
  padding: 70px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-70 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-70 {
    padding-top: 70px;
  }
}

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

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

.pa-75 {
  padding: 75px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-75 {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-75 {
    padding-top: 75px;
  }
}

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

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

.pa-80 {
  padding: 80px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-80 {
    padding-top: 80px;
  }
}

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

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

.pa-85 {
  padding: 85px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-85 {
    padding-bottom: 85px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-85 {
    padding-top: 85px;
  }
}

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

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

.pa-90 {
  padding: 90px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-90 {
    padding-top: 90px;
  }
}

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

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

.pa-95 {
  padding: 95px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-95 {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-95 {
    padding-top: 95px;
  }
}

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

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

.pa-100 {
  padding: 100px;
}

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

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

@media only screen and (max-width: 768px) {
  .m-pb-100 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pt-100 {
    padding-top: 100px;
  }
}

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

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

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

.f-red, a.f-red {
  color: #f00;
}

.f-blue, a.f-blue {
  color: #2D4B7B;
}

.btnClick {
  background-color: #2D4B7B;
  border-radius: 10px;
  display: block;
  margin: 25px auto;
  cursor: pointer;
  color: #ffffff;
  font-size: 19px;
  padding: 12px 37px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
  text-align: center;
}

.liveBox .liveWatchEmailForm > .btn_base {
  text-align: center;
}
.liveBox .liveNowBtn {
  width: 180px;
  text-align: center;
  padding: 10px 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .liveBox .clickToWatchBtn {
    padding: 10px 15px;
  }
}
.liveBox .liveLink .watchNow {
  cursor: pointer;
  align-items: center;
}
.liveBox .liveLink .playBtn {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.listing-block {
  flex: 1 0 20%;
  padding: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 968px) {
  .listing-block {
    width: auto;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.listing-item {
  position: relative;
  margin: 17px 15px 15px;
  box-shadow: 0px 0px 4px 0px rgba(143, 143, 143, 0.5);
  flex: 1 0 23%;
  max-width: calc(33.3333334% - 30px);
  border-radius: 6px;
  padding-bottom: 25px;
}
.listing-item.moreTop {
  margin-top: 47px;
}
@media only screen and (max-width: 968px) {
  .listing-item {
    flex: 1;
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .listing-item {
    width: 280px;
  }
}
@media only screen and (max-width: 360px) {
  .listing-item {
    width: 230px;
  }
}
.listing-item .list-section-title {
  position: absolute;
  top: -40px;
  left: 0px;
  letter-spacing: 0px;
  padding-bottom: 20px;
  line-height: 30px;
}
.listing-item .listing-content {
  font-size: 15px;
  position: static;
  height: calc(100% - 30px);
  border-radius: 6px;
  overflow: hidden;
}
.listing-item .listing-content-image {
  width: auto;
  height: auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.listing-item .listing-content-image .listing-content-image-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.listing-item .listing-content-image.bgLeft {
  background-position: top left;
}
.listing-item .listing-content-image.bgRight {
  background-position: top right;
}
.listing-item .listing-content-image:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 60%;
}
.listing-item .listing-content-image .listing-content-image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  width: 80%;
}
@media only screen and (max-width: 968px) {
  .listing-item .listing-content-image .listing-content-image-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.listing-item .listing-content-image .listing-content-image-title.midSize {
  font-size: 26px;
  line-height: 32px;
}
@media only screen and (max-width: 968px) {
  .listing-item .listing-content-image .listing-content-image-title.midSize {
    font-size: 20px;
    line-height: 24px;
  }
}
.listing-item .listing-content-image .listing-content-image-title.smallSize {
  font-size: 21px;
  line-height: 30px;
}
@media only screen and (max-width: 968px) {
  .listing-item .listing-content-image .listing-content-image-title.smallSize {
    font-size: 16px;
    line-height: 20px;
  }
}
.listing-item .listing-content-info {
  padding: 10px 20px;
}
@media only screen and (max-width: 968px) {
  .listing-item .listing-content-info {
    padding: 10px;
  }
}
.listing-item .listing-content-info > h3, .listing-item .listing-content-info > div {
  padding-bottom: 12px;
}
.listing-item .listing-content-title {
  line-height: 25px;
  width: 100%;
  color: #2D4B7B;
}
.listing-item .listing-content-other {
  width: 100%;
  display: flex;
  align-items: baseline;
  line-height: 17px;
}
.listing-item .listing-content-cat {
  color: #436397;
  padding-right: 10px;
}
.listing-item .listing-content-cat:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 9px;
  background-color: #000;
  margin-left: 10px;
}
.listing-item .listing-content-cat.noDate:after {
  display: none;
}
.listing-item .listing-content-date {
  font-size: 13px;
  color: #646464;
}
.listing-item .listing-content-des {
  width: 100%;
  font-size: 15px;
  line-height: 23px;
}
.listing-item .listing-more {
  color: #1A4D9F;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
@media only screen and (max-width: 968px) {
  .listing-item .listing-more {
    left: 15px;
  }
}
.listing-item .listing-content-event-info {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.listing-item .listing-content-event-info .listing-content-event-location {
  flex: 1.2;
  color: #436397;
  text-align: left;
}
.listing-item .listing-content-event-info .listing-content-event-calculator {
  flex: 0.8;
  text-align: right;
}
.listing-item .listing-content-event-info .listing-content-event-calculator .calculator-ico {
  cursor: pointer;
  padding: 5px;
  margin: 0px 0 8px;
  border: 1px solid #ccc;
  width: auto;
  display: inline-block;
  border-radius: 5px;
}
.listing-item .listing-content-event-table {
  padding-bottom: 35px;
}
.listing-item .listing-content-event-table td {
  vertical-align: top;
  line-height: 22px;
}
.listing-item .listing-content-event-table td:first-child {
  font-weight: 600;
}

.events-section .listing-content-title {
  padding-bottom: 8px;
}

.lightBox {
  display: none;
  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 .lightBoxContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 500px;
  max-width: 660px;
  width: auto;
  min-height: 300px;
  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;
}
@media only screen and (max-width: 968px) {
  .lightBox .lightBoxContainer {
    width: 80%;
    min-width: 0;
    max-width: 660px;
  }
}
.lightBox .lightBoxContainer .lightBoxBanner {
  width: 100%;
  margin-top: -4.4%;
}
.lightBox .lightBoxContainer .banner_control {
  overflow: auto;
  max-height: 80vh;
}
.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 .lightBoxDesBtn {
  background-color: #2D4B7B;
  border-radius: 10px;
  border: 0px solid #4e6096;
  display: block;
  margin: 25px auto;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 19px;
  padding: 12px 37px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
  min-width: 230px;
}
.lightBox .lightBoxContainer .lightBoxClose {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #6b6b6b;
  cursor: pointer;
}
.lightBox .lightBoxContainer .lightBoxClose:before, .lightBox .lightBoxContainer .lightBoxClose:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #6b6b6b;
  transition: 0.5s;
  top: 14px;
  left: 5px;
}
.lightBox .lightBoxContainer .lightBoxClose:before {
  transform: rotate(45deg);
}
.lightBox .lightBoxContainer .lightBoxClose:after {
  transform: rotate(135deg);
}

main, .main {
  color: #000;
  background-color: #f4f1e9;
  min-height: 450px;
}

.web {
  display: block !important;
}
@media only screen and (max-width: 968px) {
  .web {
    display: none !important;
  }
}

.mobile-inline-block {
  display: none !important;
}
@media only screen and (max-width: 968px) {
  .mobile-inline-block {
    display: inline-block !important;
  }
}

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

.flex-inline {
  display: inline-flex;
}

.flex {
  display: flex;
}

.flex-item {
  flex: 1;
}

.container {
  margin: auto;
  max-width: 1200px;
}

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

.main-banner-block {
  position: relative;
  min-height: 230px;
  z-index: 5;
  background-image: url(../images/page/banner-home-bg.png);
  align-content: center;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 968px) {
  .main-banner-block {
    min-height: 250px;
  }
}
.main-banner-block .page-basic-content {
  justify-self: center;
  align-items: center;
  justify-content: center;
}

.override-top {
  position: relative;
  padding-top: 0px;
  z-index: 6;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 968px) {
  .override-top {
    display: block;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
  }
}
.override-top .container {
  min-height: 50vh;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 968px) {
  .override-top .container {
    border-radius: 0px;
  }
}
.override-top .page-basic-content {
  padding-top: 15px;
  overflow: hidden;
}

input ::-webkit-input-placeholder {
  color: #333;
}
input :-moz-placeholder { /* Firefox 18- */
  color: #333;
}
input ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
input :-ms-input-placeholder {
  color: #333;
}

.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: #000000;
  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;
}

.nav-menu-bar {
  font-size: 15px;
  line-height: 23px;
  padding: 15px 30px;
  color: #2D4B7B;
  white-space: initial;
  width: 800px;
}
@media only screen and (max-width: 968px) {
  .nav-menu-bar {
    font-size: 12px;
    line-height: 16px;
    width: auto;
    padding: 15px 10px;
  }
}
.nav-menu-bar a {
  margin: 0 8px;
}
.nav-menu-bar a:first-child {
  margin-left: 0px;
}

.bannerVideo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1680px;
  z-index: 3;
}

.bannerLogo {
  z-index: 5;
  position: relative;
  width: 320px;
  margin: auto;
  text-align: center;
  margin-top: -40px;
  -webkit-filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.8));
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
@media only screen and (max-width: 968px) {
  .bannerLogo {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .bannerLogo {
    width: 230px;
  }
}

#tidio-chat-iframe {
  bottom: 225px !important;
  right: 50px !important;
}

.bannerVideoText {
  position: relative;
}

.fadeInText {
  font-size: 28px;
  line-height: normal;
  position: absolute;
  display: inline-block;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3px ease-in-out;
  color: #fff;
  text-shadow: 0px 5px 5px #000;
  font-weight: bold;
  z-index: 10;
  padding: 10px;
  transition: 0.5s;
}
@media only screen and (max-width: 968px) {
  .fadeInText {
    font-size: 24px;
    padding: 0px;
  }
}
.fadeInText.is-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.fadeInText.fadeIn_1 {
  left: 10px;
  top: 10px;
}
.fadeInText.fadeIn_2 {
  left: 125px;
  top: 125px;
}
@media only screen and (max-width: 968px) {
  .fadeInText.fadeIn_2 {
    left: 15%;
    top: 170px;
  }
}
@media only screen and (max-width: 576px) {
  .fadeInText.fadeIn_2 {
    left: auto;
    right: 20px;
    top: 60px;
  }
}
.fadeInText.fadeIn_3 {
  left: 420px;
  top: 50px;
}
@media only screen and (max-width: 1180px) {
  .fadeInText.fadeIn_3 {
    left: 320px;
    top: 74px;
  }
}
@media only screen and (max-width: 968px) {
  .fadeInText.fadeIn_3 {
    left: 35%;
    top: 105px;
  }
}
@media only screen and (max-width: 576px) {
  .fadeInText.fadeIn_3 {
    left: 15%;
  }
}
.fadeInText.fadeIn_4 {
  right: 110px;
  top: 20px;
}
@media only screen and (max-width: 968px) {
  .fadeInText.fadeIn_4 {
    right: 20px;
    top: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .fadeInText.fadeIn_4 {
    right: auto;
    left: 15%;
    top: 150px;
  }
}
.fadeInText.fadeIn_5 {
  right: 200px;
  top: 120px;
}
@media only screen and (max-width: 968px) {
  .fadeInText.fadeIn_5 {
    right: 80px;
    top: 155px;
  }
}
@media only screen and (max-width: 576px) {
  .fadeInText.fadeIn_5 {
    top: 195px;
  }
}

.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 50;
  padding: 25px 0;
}
@media only screen and (max-width: 968px) {
  .header {
    padding: 25px 0;
  }
}
.header.floating {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 120px;
}
.header.floating .header-logo img {
  height: 100%;
  width: auto;
}
.header .container {
  max-width: 1530px;
  padding-right: 25px;
  font-size: 19px;
}
.header .container .page-basic-content {
  width: 100%;
}
.header .header-left, .header .header-right {
  align-items: center;
  justify-content: flex-start;
  width: 30%;
}
.header .header-left-space {
  width: 30%;
}
@media only screen and (max-width: 968px) {
  .header .header-left-space {
    display: none;
  }
}
.header .header-left {
  width: 40%;
}
@media only screen and (max-width: 968px) {
  .header .header-left {
    width: 60%;
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  .header .header-left {
    width: 85%;
  }
}
.header .header-right {
  font-size: 18px;
  justify-content: flex-end;
  text-align: right;
}
.header .header-right a {
  color: #000;
}
@media only screen and (max-width: 968px) {
  .header .header-right {
    width: 40%;
  }
}
@media only screen and (max-width: 576px) {
  .header .header-right {
    width: 25%;
  }
}
.header .header-logo {
  min-width: 80px;
  margin: 0 auto;
  max-width: 200px;
}
@media only screen and (max-width: 968px) {
  .header .header-logo {
    margin: 0 0 0 15px;
    max-width: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .header .header-logo {
    min-width: 38px;
    margin-right: 25px;
  }
}
.header .header-logo-text {
  text-align: left;
  margin: 0px;
  color: #000;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 576px) {
  .header .header-logo-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.header .header-home {
  width: 30px;
  margin-left: 7px;
  margin-right: 30px;
}
.header .header-tools {
  margin-right: 22px;
}
.header .header-lang {
  margin-right: 15px;
}
.header .header-search {
  width: 46px;
  margin-left: 7px;
  margin-right: 10px;
}

.nav-menu {
  max-width: 100%;
  background-color: #2D4B7B;
  color: #fff;
  position: relative;
  z-index: 51;
}
@media only screen and (max-width: 968px) {
  .nav-menu {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: -100%;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .nav-menu.is-active {
    visibility: visible;
    left: 0%;
  }
}
@media only screen and (max-width: 768px) {
  .nav-menu {
    width: 85%;
  }
}
.nav-menu .container {
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .nav-menu .container {
    font-size: 16px;
  }
}
.nav-menu .container .page-basic-content {
  width: 100%;
}
@media only screen and (max-width: 968px) {
  .nav-menu .container .page-basic-content {
    overflow-y: auto;
    height: 100vh;
  }
}
.nav-menu .menu-list {
  justify-content: space-around;
}
.nav-menu .menu-list a {
  color: #fff;
}
@media only screen and (max-width: 968px) {
  .nav-menu .menu-list {
    display: block;
  }
}
.nav-menu .menu-list .header-home.mobile-inline-block {
  margin-right: 15px;
}
.nav-menu .menu-list .menu-item {
  padding: 17px 10px;
  position: relative;
  letter-spacing: 0.3px;
}
.nav-menu .menu-list .menu-item:last-child .dropdown-menu {
  left: auto;
  right: -15px;
}
@media only screen and (max-width: 968px) {
  .nav-menu .menu-list .menu-item:last-child .dropdown-menu {
    right: 0px;
  }
}
@media only screen and (max-width: 968px) {
  .nav-menu .menu-list .menu-item {
    width: 100%;
  }
  .nav-menu .menu-list .menu-item a {
    padding-left: 15px;
  }
}
.nav-menu .menu-list .menu-item.spacing {
  height: 1px;
  width: 100%;
  max-width: 50%;
  background-color: #fff;
  padding: 0px;
  margin: 15px;
}
.nav-menu .menu-list .menu-item .mobile-header-lang {
  padding-right: 15px;
  display: inline-block;
}
.nav-menu .menu-list .dropdown-menu {
  border-top: 1px solid #436397;
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #2D4B7B;
  width: auto;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.nav-menu .menu-list .dropdown-menu.lastMenu {
  left: auto;
  right: -15px;
  min-width: 100px;
}
@media only screen and (max-width: 968px) {
  .nav-menu .menu-list .dropdown-menu {
    position: relative;
    width: calc(100% - 60px);
    padding: 15px 30px;
    border-top: 0px solid #436397;
    top: 3px;
    left: 0px;
    box-shadow: none;
  }
  .nav-menu .menu-list .dropdown-menu.lastMenu {
    right: auto;
    left: 0px;
    min-width: 100px;
  }
}
.nav-menu .menu-list .dropdown-menu a {
  position: relative;
  display: block;
  padding: 12px 15px 0px;
}
.nav-menu .menu-list .dropdown-menu a:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: #436397;
}
.nav-menu .menu-list .dropdown-menu .dropdown-menu-block {
  position: relative;
}
.nav-menu .menu-list .dropdown-menu .dropdown-menu-block:hover {
  background-color: #4167a5;
}
.nav-menu .menu-list .dropdown-menu .dropdown-menu-block.selectedCat {
  background-color: #4167a5;
}
.nav-menu .menu-list .dropdown-menu .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  background-color: #2D4B7B;
  min-width: 160px;
  color: #fff;
}
@media only screen and (max-width: 968px) {
  .nav-menu .menu-list .dropdown-menu .sub-menu {
    position: relative;
    width: calc(100% - 60px);
    padding: 0px 27px;
    top: 0px;
    left: 0px;
  }
}
.nav-menu .menu-list .dropdown-menu .sub-menu a:hover {
  background-color: #4167a5;
}
.nav-menu .menu-list .dropdown-menu .sub-menu a.selectedCat {
  background-color: #4167a5;
}
.nav-menu .menu-list .dropdown-menu-block.is-active > .sub-menu,
.nav-menu .menu-list .dropdown-menu-block:hover > .sub-menu {
  display: block;
}
.nav-menu .menu-list .sub-menu.is-active > .sub-menu,
.nav-menu .menu-list .sub-menu:hover > .sub-menu {
  display: block;
}
.nav-menu .menu-list .menu-item:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 100%;
  background-color: transparent;
}
.nav-menu .menu-list .menu-item.is-active,
.nav-menu .menu-list .menu-item.selectedCat,
.nav-menu .menu-list .menu-item:hover,
.nav-menu .menu-list .menu-item a:focus {
  background-color: #2D4B7B;
}
.nav-menu .menu-list .menu-item.is-active:after,
.nav-menu .menu-list .menu-item.selectedCat:after,
.nav-menu .menu-list .menu-item:hover:after,
.nav-menu .menu-list .menu-item a:focus:after {
  background-color: #fff;
}
.nav-menu .menu-list .menu-item.is-active .dropdown-menu,
.nav-menu .menu-list .menu-item:hover .dropdown-menu,
.nav-menu .menu-list .menu-item a:focus + .dropdown-menu {
  display: block;
}

.navBtn {
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 15px;
}
@media only screen and (max-width: 968px) {
  .navBtn {
    margin-left: 5px;
  }
}

.hamburger {
  top: 50%;
  left: 10%;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  transition: 0.5s;
  text-indent: 100%;
  white-space: nowrap;
}

.hamburger:before {
  top: -12px;
}

.hamburger:after {
  top: 12px;
}

/* Icon 1 */
.icon-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  cursor: pointer;
}

.hamburger-one:before,
.hamburger-one:after {
  left: 0px;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  transition: 0.5s;
}

.icon-one.active-one .hamburger-one {
  background: rgba(0, 0, 0, 0);
}

.icon-one.active-one .hamburger-one:before {
  top: 0;
  transform: rotate(45deg);
}

.icon-one.active-one .hamburger-one:after {
  top: 0;
  transform: rotate(135deg);
}

.header-search__block {
  display: block;
  background-color: #fff;
}

.visuallyhidden, .WCAG-btn {
  opacity: 0;
  overflow: hidden;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
}

.menu_WCAGArrow {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: 0px;
  max-width: 10px;
  margin-left: 10px;
  align-items: center;
  display: flex;
}
.menu_WCAGArrow:hover, .menu_WCAGArrow:focus-visible {
  outline: auto;
}

.index-block .index-listing-block {
  overflow-y: hidden;
}
@media only screen and (max-width: 968px) {
  .index-block .index-listing-block {
    overflow-x: scroll;
  }
}
.index-block .index-listing-block .listing-block {
  display: flex;
  flex: 1;
  padding: 0 15px;
}
@media only screen and (max-width: 968px) {
  .index-block .index-listing-block .listing-block {
    width: auto;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.index-block .index-listing-block .listing-block .listing-item {
  max-width: none;
  flex: 1;
}
@media only screen and (max-width: 968px) {
  .index-block .index-listing-block .listing-block .listing-item {
    width: auto;
    width: 330px;
    display: inline-block;
  }
}
.index-block .index-listing-block .listing-block.h3 {
  padding: 15px 30px;
  padding-left: 30px;
}
.index-block .index-listing-block .more_link {
  display: block;
  text-align: right;
  padding-right: 30px;
  padding-bottom: 15px;
}
.index-block .index-listing-block-more {
  width: 100%;
  text-align: right;
}
.index-block .index-listing-block-more .more_link {
  padding-right: 25px;
}
.index-block .swiper-slide {
  line-height: 45px;
  font-size: 25px;
  min-height: 84px;
}
.index-block .swiper-button-prev:after, .index-block .swiper-container-rtl .swiper-button-next:after,
.index-block .swiper-button-next:after, .index-block .swiper-container-rtl .swiper-button-prev:after {
  font-size: 23px;
  color: #000;
  font-weight: 600;
  content: "";
}
.index-block .swiper-button-prev, .index-block .swiper-container-rtl .swiper-button-next {
  left: 20px;
}
.index-block .swiper-button-next, .index-block .swiper-container-rtl .swiper-button-prev {
  right: 20px;
}
.index-block .swiper-pagination-bullet {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  opacity: 0.6;
  margin: 7px;
}
.index-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px;
}
.index-block .swiper-pagination-fraction, .index-block .swiper-pagination-custom,
.index-block .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -3px;
}
.index-block .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.index-block .main-banner-block.home-banner {
  background-color: #fff;
  background-image: none;
}
.index-block .main-banner-block.home-banner .container {
  width: 100%;
  max-width: none;
}
.index-block .main-banner-block.home-banner .swiper-container {
  padding: 0px;
}
.index-block .main-banner-block.home-banner .banner_bg {
  width: 100%;
  height: 400px;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0;
  z-index: 1;
}
@media only screen and (max-width: 1140px) {
  .index-block .main-banner-block.home-banner .banner_bg {
    height: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .banner_bg {
    height: auto;
  }
}
.index-block .main-banner-block.home-banner .banner_bg:before {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transition: all 5s ease-in-out;
  transform: scale(1.05);
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .banner_bg:before {
    position: relative;
    padding-bottom: 50%;
  }
}
.index-block .main-banner-block.home-banner .banner_bg.zoomIn:before {
  transform: scale(1);
}
.index-block .main-banner-block.home-banner .swiper-slide {
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .swiper-slide {
    flex-wrap: wrap;
  }
}
.index-block .main-banner-block.home-banner .swiper-slide-active {
  z-index: 2;
}
.index-block .main-banner-block.home-banner .swiper-slide-active .banner_bg {
  overflow: hidden;
}
.index-block .main-banner-block.home-banner .swiper-slide-active .banner_bg:before {
  display: block;
  transform: scale(1);
  z-index: 1;
}
.index-block .main-banner-block.home-banner .swiper-slide-active .banner_bg.zoomIn:before {
  transform: scale(1.05);
}
.index-block .main-banner-block.home-banner .banner_content {
  position: absolute;
  height: 400px;
  width: 40%;
  top: 0px;
  right: 0px;
  color: #2D4B7B;
  text-align: left;
  z-index: 3;
}
@media only screen and (max-width: 1140px) {
  .index-block .main-banner-block.home-banner .banner_content {
    height: 300px;
  }
}
.index-block .main-banner-block.home-banner .banner_content:before, .index-block .main-banner-block.home-banner .banner_content:after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
.index-block .main-banner-block.home-banner .banner_content:after {
  width: 90%;
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .banner_content {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.index-block .main-banner-block.home-banner .banner_title {
  display: block;
  width: 100%;
  max-width: 360px;
  font-size: 36px;
  font-weight: bold;
  padding-top: 70px;
  padding-bottom: 15px;
  margin-left: 40px;
}
@media only screen and (max-width: 1140px) {
  .index-block .main-banner-block.home-banner .banner_title {
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 28px;
    line-height: 35px;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .banner_title {
    width: calc(100% - 30px);
    padding-top: 30px;
    padding-bottom: 15px;
    margin: 0px 15px;
    font-size: 28px;
    line-height: normal;
    letter-spacing: 0px;
  }
}
.index-block .main-banner-block.home-banner .banner_info {
  margin-left: 10%;
  max-width: 400px;
}
@media only screen and (max-width: 1140px) {
  .index-block .main-banner-block.home-banner .banner_info {
    max-height: 300px;
    max-width: 370px;
    margin-left: 6%;
  }
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .banner_info {
    margin: 0 15px;
  }
}
.index-block .main-banner-block.home-banner .banner_sub {
  display: block;
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 10px;
  margin-left: 20px;
}
@media only screen and (max-width: 1140px) {
  .index-block .main-banner-block.home-banner .banner_sub {
    font-size: 18px;
    padding-bottom: 5px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .banner_sub {
    line-height: normal;
    margin: 0px;
    font-size: 18px;
    letter-spacing: 0px;
    padding-bottom: 10px;
  }
}
.index-block .main-banner-block.home-banner .banner_des {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-left: 20px;
}
@media only screen and (max-width: 1140px) {
  .index-block .main-banner-block.home-banner .banner_des {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .banner_des {
    line-height: normal;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.index-block .main-banner-block.home-banner .banner_container {
  position: relative;
  z-index: 2;
}
.index-block .main-banner-block.home-banner .swiper-controller {
  width: 400px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 60%;
  margin-left: 4%;
}
@media only screen and (max-width: 1140px) {
  .index-block .main-banner-block.home-banner .swiper-controller {
    left: 60%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .swiper-controller {
    padding-top: 40px;
    background-color: #fff;
    position: relative;
    left: 0%;
    top: 0px;
    height: 44px;
    width: 80%;
    margin: auto;
  }
}
.index-block .main-banner-block.home-banner .swiper-pagination {
  top: 5px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .swiper-pagination {
    position: relative;
    top: 10px;
  }
}
.index-block .main-banner-block.home-banner .swiper-button-pause {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  right: -15px;
}
.index-block .main-banner-block.home-banner .swiper-button-next, .index-block .main-banner-block.home-banner .swiper-button-prev {
  z-index: 11;
}
.index-block .main-banner-block.home-banner .banner_link {
  position: relative;
  width: 60%;
  display: block;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1140px) {
  .index-block .main-banner-block.home-banner .banner_link {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .index-block .main-banner-block.home-banner .banner_link {
    width: 100%;
  }
}
.index-block .text-slide .swiper-slide .text-slide-container {
  visibility: hidden;
}
.index-block .text-slide .swiper-slide.swiper-slide-active {
  display: flex;
}
.index-block .text-slide .swiper-slide.swiper-slide-active .text-slide-container {
  display: flex;
  visibility: visible;
}
.index-block .text-slide .swiper-pagination {
  width: 100%;
}
.index-block .text-slide .swiper-container {
  padding: 15px 0px 30px;
  height: 100%;
  margin-bottom: 55px;
}
@media only screen and (max-width: 968px) {
  .index-block .text-slide .swiper-container {
    margin-bottom: 20px;
    display: block;
  }
}
.index-block .text-slide .swiper-container .swiper-slide {
  height: auto;
}
.index-block .text-slide .swiper-container .text-slide-container {
  width: 80%;
  line-height: 28px;
  font-size: 18px;
  align-items: center;
}
@media only screen and (max-width: 968px) {
  .index-block .text-slide .swiper-container .text-slide-container {
    line-height: 23px;
    font-size: 15px;
    display: inline;
    width: 75%;
    flex-direction: column;
    text-align: left;
  }
}
@media only screen and (max-width: 576px) {
  .index-block .text-slide .swiper-container .text-slide-container {
    line-height: 20px;
    font-size: 14px;
  }
}
.index-block .text-slide .swiper-container .text-slide-container .text-slide-source {
  flex: 1;
  position: relative;
  padding-right: 5px;
}
@media only screen and (max-width: 968px) {
  .index-block .text-slide .swiper-container .text-slide-container .text-slide-source {
    display: inline;
    width: calc(100% - 10px);
    padding-left: 5px;
    margin-bottom: 15px;
  }
}
.index-block .text-slide .swiper-container .text-slide-container .text-slide-source:after {
  position: absolute;
  content: "";
  display: block;
  height: 50%;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background-color: #000;
}
@media only screen and (max-width: 968px) {
  .index-block .text-slide .swiper-container .text-slide-container .text-slide-source:after {
    display: inline;
    height: 1px;
    width: 50%;
    top: 100%;
    right: auto;
    left: 0px;
    margin: 10px 0;
  }
}
.index-block .text-slide .swiper-container .text-slide-container .text-slide-quote {
  padding-left: 15px;
  flex: 3;
}
@media only screen and (max-width: 968px) {
  .index-block .text-slide .swiper-container .text-slide-container .text-slide-quote {
    padding-left: 5px;
    display: inline;
  }
}
.index-block .main-subscribe-block {
  padding-top: 40px;
  padding-bottom: 55px;
}
.index-block .main-subscribe-block .page-basic-desS {
  text-align: center;
}
.index-block .main-subscribe-block .main-subscribe-content {
  position: relative;
  width: 80%;
  margin: auto;
}
.index-block .main-subscribe-block .main-subscribe-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 968px) {
  .index-block .main-subscribe-block .main-subscribe-btn {
    width: 30px;
  }
}
.index-block .main-subscribe-block input {
  border: 1px solid #ACACAC;
  padding: 20px 0px;
  font-size: 21px;
  border-radius: 40px;
  margin: 0 auto;
  height: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 968px) {
  .index-block .main-subscribe-block input {
    padding: 10px 0px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .index-block .main-subscribe-block input {
    font-size: 12px;
  }
}
.index-block .main-subscribe-block ::-webkit-input-placeholder {
  color: #333;
  text-align: center;
}
.index-block .main-subscribe-block :-moz-placeholder { /* Firefox 18- */
  color: #333;
  text-align: center;
}
.index-block .main-subscribe-block ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  text-align: center;
}
.index-block .main-subscribe-block :-ms-input-placeholder {
  color: #333;
  text-align: center;
}
.index-block .video-block {
  padding-bottom: 60px;
}
.index-block .video-block .video-container {
  position: relative;
  width: 80%;
  max-width: 860px;
  margin: 0 auto;
}
@media only screen and (max-width: 968px) {
  .index-block .video-block .video-container {
    width: 90%;
  }
}
.index-block .video-block .video-content {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.index-block .video-block .video-content.file {
  padding-bottom: 0;
}
.index-block .video-block .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-block .video-block .video-content .video-main {
  width: 100%;
}
.index-block .video-block .video-info .video-title {
  font-weight: 600;
  color: #2D4B7B;
  padding-top: 12px;
  padding-bottom: 12px;
}
.index-block .video-block .video-info .video-des {
  font-size: 15px;
  line-height: 23px;
}
.index-block .event-gallery {
  padding: 60px 0px;
  background-color: #EEE;
  position: relative;
}
.index-block .event-gallery .h2, .index-block .event-gallery h3 {
  font-size: 21px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}
.index-block .event-gallery img {
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
}
.index-block .event-gallery .swiper-container {
  max-width: 1080px;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.index-block .event-gallery .swiper-wrapper {
  width: 90%;
}
@media only screen and (max-width: 968px) {
  .index-block .event-gallery .gallery-content {
    width: 80%;
  }
}
.index-block .event-gallery .gallery-image {
  width: auto;
  height: auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin-bottom: 7px;
}
.index-block .event-gallery .gallery-image img {
  opacity: 0;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
}
.index-block .event-gallery .gallery-image.bgLeft {
  background-position: top left;
}
.index-block .event-gallery .gallery-image.bgRight {
  background-position: top right;
}
.index-block .event-gallery .gallery-image.video {
  width: 100%;
}
.index-block .event-gallery .gallery-image.video:after {
  position: absolute;
  top: 25%;
  left: 25%;
  display: block;
  content: "";
  background-image: url("../svg/play-button.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 50%;
  height: 50%;
  opacity: 0.8;
  pointer-events: none;
}
.index-block .event-gallery .gallery-image:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 70%;
}
.index-block .event-gallery .gallery-title {
  min-width: 247.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #2D4B7B;
  text-align: left;
}
@media only screen and (max-width: 968px) {
  .index-block .event-gallery .gallery-title {
    font-size: 14px;
  }
}
.index-block .event-gallery .swiper-pagination {
  width: 100%;
}
.index-block .useful-links {
  padding: 70px 0px 50px;
  position: relative;
}
.index-block .useful-links h3 {
  font-size: 21px;
  display: block;
  text-align: center;
  color: #000;
  padding-bottom: 40px;
}
.index-block .useful-links .useful-links-content {
  width: calc(93% - 60px);
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.index-block .useful-links .useful-links-content .flex-item {
  flex: 1 0 20%;
  padding-right: 25px;
}
@media only screen and (max-width: 968px) {
  .index-block .useful-links .useful-links-content .flex-item {
    flex: 2 0 40%;
    padding-right: 25px;
  }
}
.index-block .useful-links .useful-links-content ul {
  padding: 0px;
  margin: 0px;
}
.index-block .useful-links .useful-links-href {
  font-size: 19px;
  line-height: 25px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 968px) {
  .index-block .useful-links .useful-links-href {
    font-size: 16px;
  }
}
.toMain, #WCAG-skinTo {
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.swiper-button-next, .swiper-button-prev {
  display: block;
  margin-top: -13px;
}

.cat_page .swiper-slide {
  line-height: 45px;
  font-size: 25px;
}
.cat_page .swiper-slide strong {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.cat_page .swiper-slide strong:before {
  position: absolute;
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  top: 50%;
  margin-top: -8px;
  right: 0px;
  background-color: #000;
}
.cat_page .swiper-button-next:after,
.cat_page .swiper-button-prev:after,
.cat_page .swiper-container-rtl .swiper-button-next:after,
.cat_page .swiper-container-rtl .swiper-button-prev:after {
  font-size: 23px;
  color: #000;
  font-weight: 600;
}
.cat_page .swiper-button-prev, .cat_page .swiper-container-rtl .swiper-button-next {
  left: 20px;
}
.cat_page .swiper-button-next, .cat_page .swiper-container-rtl .swiper-button-prev {
  right: 20px;
}
.cat_page .swiper-pagination-bullet {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  opacity: 0.6;
}
.cat_page .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px;
}
.cat_page .swiper-pagination-fraction, .cat_page .swiper-pagination-custom,
.cat_page .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}
.cat_page .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.cat_page .catPageDetail__byName {
  padding: 0px 0px 15px;
  font-size: 16px;
}
.cat_page .catPage__bottomTitle,
.cat_page .catPage__topTitle {
  padding: 0px 30px 15px;
  display: flex;
}
.cat_page .catPage__bottomTitle .catPage__topTitle_text, .cat_page .catPage__bottomTitle h2,
.cat_page .catPage__topTitle .catPage__topTitle_text,
.cat_page .catPage__topTitle h2 {
  font-weight: 600;
  flex: 0.8;
  line-height: 30px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPage__bottomTitle .catPage__topTitle_text, .cat_page .catPage__bottomTitle h2,
  .cat_page .catPage__topTitle .catPage__topTitle_text,
  .cat_page .catPage__topTitle h2 {
    flex: 1.3;
    line-height: 26px;
    width: 50%;
  }
}
.cat_page .catPage__bottomTitle.mid,
.cat_page .catPage__topTitle.mid {
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPage__bottomTitle,
  .cat_page .catPage__topTitle {
    padding: 0px 10px 15px;
    align-items: flex-end;
  }
}
.cat_page .catPage__bottomTitle .catPage__topShare,
.cat_page .catPage__topTitle .catPage__topShare {
  flex: 0.2;
  max-height: 25px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPage__bottomTitle .catPage__topShare,
  .cat_page .catPage__topTitle .catPage__topShare {
    flex: 0.7;
    max-height: none;
  }
}
@media only screen and (max-width: 968px) {
  .cat_page .catPage__bottomTitle .share-items,
  .cat_page .catPage__topTitle .share-items {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 968px) {
  .cat_page .catPage__bottomTitle.mid {
    padding-top: 15px;
  }
}
.cat_page .catPage__topDes {
  width: 70%;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 30px 15px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPage__topDes {
    padding: 0px 10px 15px;
    align-items: flex-end;
  }
}
.cat_page .catPageSwiper {
  width: auto;
  padding-bottom: 35px;
}
.cat_page .catPageSwiper .catPageSwiperContent {
  height: auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 35px;
  align-items: center;
}
.cat_page .catPageSwiper .catPageSwiperContainer {
  width: 90%;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageSwiper .catPageSwiperContainer {
    display: block;
    width: 85%;
  }
}
@media only screen and (max-width: 576px) {
  .cat_page .catPageSwiper .catPageSwiperContainer {
    width: 80%;
  }
}
.cat_page .catPageSwiper .catSliderImage {
  position: relative;
  flex: 0.8;
  text-align: right;
  background-position: center;
  background-size: cover;
}
.cat_page .catPageSwiper .catSliderImage img {
  opacity: 0;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageSwiper .catSliderImage {
    text-align: left;
    margin-bottom: 15px;
  }
}
.cat_page .catPageSwiper .catSliderInfo {
  padding: 0px 15px 0 30px;
  flex: 1;
  text-align: left;
  font-size: 15px;
  line-height: 21px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageSwiper .catSliderInfo {
    padding-left: 0px;
  }
}
.cat_page .catPageSwiper .catSliderInfo .catSliderTitle {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 21px;
  color: #2D4B7B;
}
.cat_page .catPageSwiper .catSliderInfo .catSliderName {
  padding-bottom: 5px;
  font-size: 15px;
}
.cat_page .catPageBorder {
  width: 100%;
  background-color: #806c56;
  padding: 25px 0px;
}
.cat_page .catPageBorder .catPageBorderContainer {
  padding: 0px 15px;
}
.cat_page .catPageBorder .flex {
  flex-wrap: wrap;
  justify-content: left;
}
.cat_page .catPageBorder .flex-item {
  display: flex;
  align-items: inherit;
  background-color: #fff;
  flex: 0 0 30.333333%;
  margin: 1%;
  max-height: 275px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageBorder .flex-item {
    flex: 1 100%;
  }
}
.cat_page .catPageBorder .catPageBorderImage {
  display: inline-block;
  min-width: 50%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cat_page .catPageBorder .catPageBorderImage .catPageBorderImageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
}
.cat_page .catPageBorder .catPageBorderImage.bgLeft {
  background-position: top left;
}
.cat_page .catPageBorder .catPageBorderImage.bgRight {
  background-position: top right;
}
.cat_page .catPageBorder .catPageBorderImage:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
@media only screen and (max-width: 1200px) {
  .cat_page .catPageBorder .catPageBorderImage:before {
    padding-bottom: 67%;
  }
}
.cat_page .catPageBorder .catPageBorderInfo {
  padding: 15px 25px;
  display: inline-block;
  width: 49%;
  text-align: left;
  font-size: 15px;
  line-height: 21px;
}
.cat_page .catPageBorder .catPageBorderInfo .catPageBorderTitle {
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 21px;
  color: #2D4B7B;
}
@media only screen and (max-width: 1200px) {
  .cat_page .catPageBorder .catPageBorderInfo {
    padding: 15px;
  }
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageListing .page-basic-desS {
    overflow-x: scroll;
  }
}
.cat_page .catPageListing .catPageListingTitle {
  padding: 45px 0 0px;
  text-align: center;
  font-weight: 600;
}
.cat_page .catPageListing .listing-item .listing-content {
  height: auto;
}
.cat_page .catPageSpacing {
  padding-bottom: 45px;
}
.cat_page .catPageDetail {
  max-width: 1280px;
  margin: 0 auto;
}
.cat_page .catPageDetail .catPageDetailContent {
  width: 800px;
  margin: auto;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageDetail .catPageDetailContent {
    width: auto;
  }
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageDetail {
    padding-top: 0px;
  }
}
.cat_page .catPageDetail .catPageDetailImage {
  width: 100%;
}
.cat_page .catPageDetail__bottomShare,
.cat_page .catPageDetail__topShare {
  position: relative;
  text-align: right;
  width: 100%;
}
.cat_page .catPageDetail__mainImageBlock {
  position: relative;
}
.cat_page .catPageDetail__mainImageBlock.notShow {
  display: none;
}
.cat_page .catPageDetail__imageTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
.cat_page .catPageDetail__mainImage {
  width: 100%;
  padding-bottom: 15px;
}
.cat_page .catPageDetail__mainImage.catPageDetail__mainImage_591 {
  padding-bottom: 0;
}
.cat_page .catPageDetail__mainImageTitle {
  position: absolute;
  max-width: 80%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  line-height: 47px;
}
.cat_page .catPageDetailDes {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageDetailDes {
    padding: 0 15px;
  }
}
.cat_page .catPageDetailDes .content-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 34px;
  padding-bottom: 10px;
  color: #436397;
}
.cat_page .catPageDetailDes .content-sub-title,
.cat_page .catPageDetailDes .content-bold {
  font-weight: 600;
}
.cat_page .catPageDetailDes .content-sub-title {
  line-height: 34px;
  padding-bottom: 10px;
}
.cat_page .catPageDetailDes .content-table.style-1 {
  border: 1px solid #000;
}
.cat_page .catPageDetailDes .content-table.style-1 tr, .cat_page .catPageDetailDes .content-table.style-1 td {
  border: 1px solid #000;
  padding: 5px 10px;
}
.cat_page .catPageDetailDes .content-table.style-1 thead tr:first-child td {
  border-width: 0px;
  text-align: center;
  color: #270400;
  background-color: #f4e0bb;
  border-right: 1px solid #fff;
}
.cat_page .catPageDetailDes .content-table.style-1 thead tr:first-child td:last-child {
  border-right: 0px solid #fff;
}
.cat_page .catPageDetailDes .content-table-title {
  font-size: 19px;
  line-height: 30px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageDetailDes .content-table-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.cat_page .catPageDetailDes ul {
  margin: 0px;
  padding-bottom: 20px;
}
.cat_page .catPageDetailDes .events__inputSet {
  margin-bottom: 15px;
}
.cat_page .catPageDetailDes .events__inputSet table td {
  vertical-align: top;
}
.cat_page .catPageDetailDes .eventsDes {
  font-size: 16px;
  line-height: 20px;
}
.cat_page .catPageDetailDes .eventsDesInput {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0px 15px;
  border-radius: 15px;
  border: 1px solid #d3d3d3;
}
.cat_page .catPageDetailDes .eventsDesBtn {
  background-color: #4e6096;
  border-radius: 10px;
  border: 0px solid #4e6096;
  display: block;
  margin: 25px auto;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 19px;
  padding: 12px 37px;
  text-decoration: none;
  min-width: 230px;
}
.cat_page .catPageDetailEvents {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageDetailEvents {
    padding: 0 15px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.cat_page .catPageDetailEvents .catPageDetailEvents__info {
  font-size: 19px;
  line-height: 30px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageDetailEvents .catPageDetailEvents__info {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .cat_page .catPageDetailEvents .catPageDetailEvents__info {
    padding-bottom: 15px;
  }
}
.cat_page .catPageDetailEvents .catPageDetailEvents__info ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  flex: 1 0 100%;
}
.cat_page .catPageDetailEvents .catPageDetailEvents__info ul li {
  max-width: 78%;
  padding-bottom: 15px;
}
.cat_page .catPageDetailEvents .catPageDetailEvents__info ul li.flex-100 {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .cat_page .catPageDetailEvents .catPageDetailEvents__info ul li {
    max-width: 100%;
  }
}
.cat_page .catPageDetailEvents .catPageDetailEvents__calendar {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 22px;
}
.cat_page .catPageDetailEvents .catPageDetailEvents__calendar img {
  padding-right: 5px;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageDetailEvents .catPageDetailEvents__calendar {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .cat_page .catPageDetailEvents .catPageDetailEvents__calendar {
    font-size: 19px;
    position: relative;
    max-width: 240px;
    margin: 0 auto;
    padding: 15px 20px;
  }
}
.cat_page .catPageDetailEvents .catPageDetailEvents__btn_block {
  margin: auto;
  width: auto;
  display: block;
  text-align: center;
}
.cat_page .catPageDetailEvents .catPageDetailEvents__btn {
  display: inline-block;
  text-align: center;
  font-size: 19px;
  width: 201px;
  padding: 15px 6px;
  color: #270400;
  background-color: #f4e0bb;
  border-radius: 5px;
  margin: 15px 25px;
  cursor: pointer;
  border: 0px solid #000;
}
.cat_page .catPageDetailEvents .catPageDetailEvents__btn img {
  margin-right: 10px;
  max-width: 20px;
  display: inline-block;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageDetailEvents .catPageDetailEvents__btn {
    padding: 15px 20px;
  }
}
.cat_page .catPageDetailEvents .catPageDetailEvents__registration {
  text-align: center;
  font-size: 19px;
  min-width: 201px;
  max-width: 240px;
  width: auto;
  padding: 15px 50px;
  color: #fff;
  background-color: #2D4B7B;
  border-radius: 5px;
  margin: 20px auto 0px;
  cursor: pointer;
  display: block;
  border: 0px solid #000;
}
@media only screen and (max-width: 968px) {
  .cat_page .catPageDetailEvents .catPageDetailEvents__registration {
    padding: 15px 20px;
  }
}
.cat_page .btn-add-to-Calendar {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .cat_page .btn-add-to-Calendar {
    display: block;
    width: 100%;
  }
}

.red {
  color: #f00;
}

.vipBanner {
  background: rgb(154, 95, 60);
  background: linear-gradient(142deg, rgb(154, 95, 60) 0%, rgb(233, 187, 113) 35%, rgb(196, 116, 65) 100%);
  color: #FFF;
  font-size: 3.2rem;
  text-align: center;
  padding: 50px 15px;
}

.vipInfoForm, .guestInfoForm {
  display: none;
}
.vipInfoForm.is-active, .guestInfoForm.is-active {
  display: block;
}

.contactUs__box {
  position: fixed;
  bottom: 70px;
  right: 80px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .contactUs__box {
    bottom: 20px;
    right: 20px;
  }
}
.contactUs__box .contactUs__form {
  display: none;
  overflow: hidden;
  border-radius: 5px;
  position: absolute;
  max-width: 540px;
  min-width: 290px;
  width: 100%;
  bottom: 70px;
  right: 0px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}
.contactUs__box .contactUs__form.is-active {
  display: block;
}
.contactUs__box .contactUs__inputSet {
  width: calc(100% - 30px);
  padding: 10px 15px;
}
.contactUs__box .contactUs__inputSet label {
  margin-bottom: 5px;
}
.contactUs__box .contactUs__inputSet.close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  width: auto;
  display: inline-block;
  opacity: 1;
}
.contactUs__box .contactUs__inputSet.header {
  background-color: #12a89d;
  color: #fff;
}
.contactUs__box .eventsDesInput {
  width: calc(100% - 15px);
  height: 30px;
  padding: 0px 15px;
  border-radius: 15px;
  border: 1px solid #d3d3d3;
}
.contactUs__box .eventsDesInput#contactUs__message {
  height: 90px;
}
.contactUs__box .contactUs__button {
  cursor: pointer;
  width: 120px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  animation: shadowAni 1s infinite linear;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .contactUs__box .contactUs__button {
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }
}
.contactUs__box .contactUs__button.is-active {
  box-shadow: none !important;
}
.contactUs__box .contactUs__button img {
  width: 50px;
  height: 50px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .contactUs__box .contactUs__button img {
    width: 40px;
    height: 40px;
  }
}
.contactUs__box.is-active .contactUs__button {
  box-shadow: none !important;
}

@keyframes shadowAni {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(199, 198, 241, 0);
  }
  50% {
    box-shadow: 0px 0px 5px 15px rgba(199, 198, 241, 0.3);
  }
  100% {
    box-shadow: 0px 0px 10px 30px rgba(199, 198, 241, 0);
  }
}
.CusFormInputBox {
  padding: 8px 10px;
}
.CusFormInputBox ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
}
.CusFormInputBox:focus {
  border: 1px solid #000;
  outline: 1;
}

.page-new-events,
.page-events {
  font-size: 15px;
}
.page-new-events .events__topTitle,
.page-events .events__topTitle {
  padding: 0px 30px 20px;
  display: flex;
}
.page-new-events .events__topTitle h2,
.page-events .events__topTitle h2 {
  flex: 1;
  font-weight: 600;
  line-height: 28px;
}
.page-new-events .events__filter-block,
.page-events .events__filter-block {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 25px;
  margin: 0 30px;
}
@media only screen and (max-width: 968px) {
  .page-new-events .events__filter-block .flex,
  .page-events .events__filter-block .flex {
    display: block;
  }
}
.page-new-events .events__filter-block .events__title,
.page-events .events__filter-block .events__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 968px) {
  .page-new-events .events__filter-block .events__title,
  .page-events .events__filter-block .events__title {
    width: 100%;
  }
}
.page-new-events .events__filter-block .startDateBlock,
.page-events .events__filter-block .startDateBlock {
  margin-right: 3%;
}
.page-new-events .events__filter-block .startDateBlock, .page-new-events .events__filter-block .endDateBlock,
.page-events .events__filter-block .startDateBlock,
.page-events .events__filter-block .endDateBlock {
  width: 40%;
}
@media only screen and (max-width: 968px) {
  .page-new-events .events__filter-block .startDateBlock, .page-new-events .events__filter-block .endDateBlock,
  .page-events .events__filter-block .startDateBlock,
  .page-events .events__filter-block .endDateBlock {
    width: 100%;
  }
}
.page-new-events .events__filter-block .startDateBlock input, .page-new-events .events__filter-block .endDateBlock input,
.page-events .events__filter-block .startDateBlock input,
.page-events .events__filter-block .endDateBlock input {
  text-indent: 10px;
  width: 100%;
  height: 28px;
  padding: 0px;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
}
.page-new-events .events__filter-block .events__input,
.page-events .events__filter-block .events__input {
  position: relative;
  display: inline-flex;
  height: 28px;
  margin-bottom: 25px;
  width: 90%;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 968px) {
  .page-new-events .events__filter-block .events__input,
  .page-events .events__filter-block .events__input {
    width: 100%;
  }
}
.page-new-events .events__filter-block .events__input.flex,
.page-events .events__filter-block .events__input.flex {
  display: inline-flex;
}
.page-new-events .events__filter-block .events__input .selectStyle1__arrow,
.page-events .events__filter-block .events__input .selectStyle1__arrow {
  top: 11px;
}
.page-new-events .events__filter-block .events__quickSearchItem,
.page-new-events .events__filter-block .events__locationItem,
.page-events .events__filter-block .events__quickSearchItem,
.page-events .events__filter-block .events__locationItem {
  display: inline-flex;
  margin: 0 15px 0px 17px;
  align-items: center;
}
.page-new-events .events__filter-block .events__quickSearchItem:first-child,
.page-new-events .events__filter-block .events__locationItem:first-child,
.page-events .events__filter-block .events__quickSearchItem:first-child,
.page-events .events__filter-block .events__locationItem:first-child {
  margin-left: 0px;
}
.page-new-events .events__filter-block .events__quickSearchItem .events__checkbox,
.page-new-events .events__filter-block .events__locationItem .events__checkbox,
.page-events .events__filter-block .events__quickSearchItem .events__checkbox,
.page-events .events__filter-block .events__locationItem .events__checkbox {
  min-width: 16px;
  margin-right: 10px;
}
@media only screen and (max-width: 968px) {
  .page-new-events .events__filter-block .events__quickSearch,
  .page-events .events__filter-block .events__quickSearch {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-new-events .events__filter-block .events__quickSearch .events__title,
.page-events .events__filter-block .events__quickSearch .events__title {
  display: inline-block;
  margin-right: 25px;
}
@media only screen and (max-width: 968px) {
  .page-new-events .events__filter-block .events__quickSearch .events__quickSearchItem,
  .page-events .events__filter-block .events__quickSearch .events__quickSearchItem {
    margin-left: 0px;
    margin-right: 0px;
    width: 45%;
  }
}
.page-new-events .eventsCalendarBlock,
.page-events .eventsCalendarBlock {
  position: relative;
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-new-events .eventsCalendarBlock,
  .page-events .eventsCalendarBlock {
    width: 100%;
    display: block;
  }
}
.page-new-events .eventsCalendarBlock .eventsController,
.page-events .eventsCalendarBlock .eventsController {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-content: center;
  z-index: 10;
}
.page-new-events .eventsCalendarBlock .eventsController a,
.page-events .eventsCalendarBlock .eventsController a {
  border-radius: 5px;
  flex: 1;
  border: 1px solid #666;
  padding: 5px;
  margin-right: 15px;
}
.page-new-events .eventsCalendarBlock .eventsController a:last-child,
.page-events .eventsCalendarBlock .eventsController a:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 968px) {
  .page-new-events .eventsCalendarBlock .eventsController a,
  .page-events .eventsCalendarBlock .eventsController a {
    margin-right: 7px;
  }
}
.page-new-events .eventsCalendarBlock .eventsController a img,
.page-events .eventsCalendarBlock .eventsController a img {
  width: 20px;
}
.page-new-events .eventsCalendarBlock .eventsController a img.white,
.page-events .eventsCalendarBlock .eventsController a img.white {
  display: none;
}
.page-new-events .eventsCalendarBlock .eventsController a img.gray,
.page-events .eventsCalendarBlock .eventsController a img.gray {
  display: block;
}
.page-new-events .eventsCalendarBlock .eventsController a.is-active,
.page-events .eventsCalendarBlock .eventsController a.is-active {
  background-color: #436397;
}
.page-new-events .eventsCalendarBlock .eventsController a.is-active img.white,
.page-events .eventsCalendarBlock .eventsController a.is-active img.white {
  display: block;
}
.page-new-events .eventsCalendarBlock .eventsController a.is-active img.gray,
.page-events .eventsCalendarBlock .eventsController a.is-active img.gray {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-new-events .eventsCalendarFlex,
  .page-events .eventsCalendarFlex {
    display: block;
  }
}
.page-new-events .eventsCalendar__detailBlock,
.page-events .eventsCalendar__detailBlock {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-new-events .eventsCalendar__detailBlock,
  .page-events .eventsCalendar__detailBlock {
    width: 100%;
    display: block;
  }
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container {
  margin: 25px 15px;
  max-height: 405px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link {
  display: none;
  padding: 0px 15px 15px;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link.is-not-active,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link.is-not-active {
  display: none;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link.is-active,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link.is-active {
  display: block;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link.hideFilter,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link.hideFilter {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link.show,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__link.show {
  max-height: none;
  opacity: 1;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content {
  border: 1px solid transparent;
  background-color: #eee;
  padding: 15px;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content:hover,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content:hover {
  border: 1px solid #ddd;
  background-color: #2D4B7B;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content:hover .eventsCalendar__title,
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content:hover .eventsCalendar__des,
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content:hover .eventsCalendar__date,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content:hover .eventsCalendar__title,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content:hover .eventsCalendar__des,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__content:hover .eventsCalendar__date {
  color: #fff;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__date,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__date {
  color: #2D4B7B;
  margin-bottom: 5px;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__title,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__title {
  color: #000;
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 23px;
}
.page-new-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__des,
.page-events .eventsCalendar__detailBlock .eventsCalendar__container .eventsCalendar__des {
  color: #000;
  font-size: 16px;
  line-height: 23px;
}
.page-new-events .events_listing,
.page-events .events_listing {
  flex-wrap: wrap;
  padding: 80px 15px;
  z-index: 1;
}
.page-new-events .events_listing .listing-content,
.page-events .events_listing .listing-content {
  height: calc(100% + 5px);
}
@media only screen and (max-width: 968px) {
  .page-new-events .events_listing .listing-item,
  .page-events .events_listing .listing-item {
    max-width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .page-new-events .events_listing .listing-item,
  .page-events .events_listing .listing-item {
    max-width: calc(100% - 30px);
    flex: 1 0 calc(100% - 30px);
  }
}
.page-new-events .events_calendar,
.page-events .events_calendar {
  padding: 30px;
  z-index: 1;
}
.page-new-events .events_calendar .ui-datepicker,
.page-events .events_calendar .ui-datepicker {
  width: 100%;
  padding: 0px;
  border: 0;
}
.page-new-events .events_calendar .ui-datepicker thead,
.page-events .events_calendar .ui-datepicker thead {
  color: #fff;
}
.page-new-events .events_calendar .ui-datepicker thead td, .page-new-events .events_calendar .ui-datepicker thead th,
.page-events .events_calendar .ui-datepicker thead td,
.page-events .events_calendar .ui-datepicker thead th {
  background-color: #2D4B7B;
}
.page-new-events .events_calendar .ui-datepicker thead .ui-datepicker-week-end,
.page-events .events_calendar .ui-datepicker thead .ui-datepicker-week-end {
  background-color: #806c56;
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-title,
.page-events .events_calendar .ui-datepicker .ui-datepicker-title {
  line-height: 33px;
  padding-bottom: 15px;
  margin: auto;
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-header,
.page-events .events_calendar .ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-prev,
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-next,
.page-events .events_calendar .ui-datepicker .ui-datepicker-prev,
.page-events .events_calendar .ui-datepicker .ui-datepicker-next {
  border: 1px solid #d3d3d3;
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-prev span,
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-next span,
.page-events .events_calendar .ui-datepicker .ui-datepicker-prev span,
.page-events .events_calendar .ui-datepicker .ui-datepicker-next span {
  margin-left: -5px;
  margin-top: -8px;
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-next,
.page-events .events_calendar .ui-datepicker .ui-datepicker-next {
  right: 35%;
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-next .ui-icon,
.page-events .events_calendar .ui-datepicker .ui-datepicker-next .ui-icon {
  background: none;
  position: relative;
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-next .ui-icon:before,
.page-events .events_calendar .ui-datepicker .ui-datepicker-next .ui-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #000;
}
@media only screen and (max-width: 968px) {
  .page-new-events .events_calendar .ui-datepicker .ui-datepicker-next,
  .page-events .events_calendar .ui-datepicker .ui-datepicker-next {
    right: 30%;
  }
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-prev,
.page-events .events_calendar .ui-datepicker .ui-datepicker-prev {
  left: 35%;
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-prev .ui-icon,
.page-events .events_calendar .ui-datepicker .ui-datepicker-prev .ui-icon {
  position: relative;
  background: none;
}
.page-new-events .events_calendar .ui-datepicker .ui-datepicker-prev .ui-icon:before,
.page-events .events_calendar .ui-datepicker .ui-datepicker-prev .ui-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #000 transparent transparent;
}
@media only screen and (max-width: 968px) {
  .page-new-events .events_calendar .ui-datepicker .ui-datepicker-prev,
  .page-events .events_calendar .ui-datepicker .ui-datepicker-prev {
    left: 30%;
  }
}
.page-new-events .events_calendar .ui-datepicker-year,
.page-events .events_calendar .ui-datepicker-year {
  width: 120px;
  position: absolute;
  left: 0px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
}
@media only screen and (max-width: 968px) {
  .page-new-events .events_calendar .ui-datepicker-year,
  .page-events .events_calendar .ui-datepicker-year {
    width: 20%;
  }
}
.page-new-events .events_calendar .ui-datepicker-calendar td,
.page-events .events_calendar .ui-datepicker-calendar td {
  height: 60px;
  border: 1px solid #d3d3d3;
  width: 14.28%;
  position: relative;
  overflow: hidden;
}
.page-new-events .events_calendar .ui-datepicker-calendar td .ui-state-default,
.page-events .events_calendar .ui-datepicker-calendar td .ui-state-default {
  position: absolute;
  top: 5px;
  left: 5px;
}
.page-new-events .events_calendar .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default,
.page-events .events_calendar .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default {
  color: #fff;
}
.page-new-events .events_calendar .ui-datepicker-calendar td.ui-datepicker-current-day,
.page-events .events_calendar .ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #436397;
}
.page-new-events .events_calendar .ui-datepicker-calendar td.ui-datepicker-current-day a,
.page-events .events_calendar .ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #fff;
}
.page-new-events .events_calendar .ui-datepicker-calendar .ui-state-default, .page-new-events .events_calendar .ui-datepicker-calendar .ui-widget-content .ui-state-default,
.page-events .events_calendar .ui-datepicker-calendar .ui-state-default,
.page-events .events_calendar .ui-datepicker-calendar .ui-widget-content .ui-state-default {
  border: 0px solid #d3d3d3;
}
.page-new-events .events_calendar .ui-datepicker-calendar .ui-state-default, .page-new-events .events_calendar .ui-datepicker-calendar .ui-widget-content .ui-state-default,
.page-new-events .events_calendar .ui-datepicker-calendar .ui-state-active, .page-new-events .events_calendar .ui-datepicker-calendar .ui-widget-content .ui-state-active, .page-new-events .events_calendar .ui-datepicker-calendar .ui-widget-header .ui-state-active, .page-new-events .events_calendar .ui-datepicker-calendar a.ui-button:active, .page-new-events .events_calendar .ui-datepicker-calendar .ui-button:active, .page-new-events .events_calendar .ui-datepicker-calendar .ui-button.ui-state-active:hover,
.page-events .events_calendar .ui-datepicker-calendar .ui-state-default,
.page-events .events_calendar .ui-datepicker-calendar .ui-widget-content .ui-state-default,
.page-events .events_calendar .ui-datepicker-calendar .ui-state-active,
.page-events .events_calendar .ui-datepicker-calendar .ui-widget-content .ui-state-active,
.page-events .events_calendar .ui-datepicker-calendar .ui-widget-header .ui-state-active,
.page-events .events_calendar .ui-datepicker-calendar a.ui-button:active,
.page-events .events_calendar .ui-datepicker-calendar .ui-button:active,
.page-events .events_calendar .ui-datepicker-calendar .ui-button.ui-state-active:hover {
  background: none;
}
.page-new-events .ui-state-disabled, .page-new-events .ui-widget-content .ui-state-disabled, .page-new-events .ui-widget-header .ui-state-disabled,
.page-events .ui-state-disabled,
.page-events .ui-widget-content .ui-state-disabled,
.page-events .ui-widget-header .ui-state-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.page-new-events .ui-state-hover,
.page-new-events .ui-widget-content .ui-state-hover,
.page-new-events .ui-widget-header .ui-state-hover,
.page-new-events .ui-state-focus,
.page-new-events .ui-widget-content .ui-state-focus,
.page-new-events .ui-widget-header .ui-state-focus,
.page-new-events .ui-button:hover,
.page-new-events .ui-button:focus,
.page-events .ui-state-hover,
.page-events .ui-widget-content .ui-state-hover,
.page-events .ui-widget-header .ui-state-hover,
.page-events .ui-state-focus,
.page-events .ui-widget-content .ui-state-focus,
.page-events .ui-widget-header .ui-state-focus,
.page-events .ui-button:hover,
.page-events .ui-button:focus {
  border: 0px solid #cccccc;
  background: none;
  font-weight: normal;
  color: #2D4B7B;
}
.page-new-events .events-sp-day,
.page-events .events-sp-day {
  position: absolute;
  padding-left: 15px;
  left: 10px;
  bottom: 15px;
  color: #2D4B7B;
}
.page-new-events .events-sp-day a:before,
.page-events .events-sp-day a:before {
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  display: block;
  background-color: #2D4B7B;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.hideFilter {
  display: none;
}

.show.hideFilter {
  display: block;
}

.cat_page .catPageDetailEvents .catPageDetailEvents__registration, .cat_page .catPageDetailEvents .catPageDetailEvents__btn {
  position: relative;
  border-radius: 30px !important;
}
.cat_page .catPageDetailEvents .catPageDetailEvents__registration:after, .cat_page .catPageDetailEvents .catPageDetailEvents__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url(../../images/arrow-right.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
}
.cat_page .catPageDetailEvents .catPageDetailEvents__registration:after {
  background-image: url(../../images/arrow-right-white.svg);
}

.static_page .nav-menu-bar {
  font-size: 15px;
  line-height: 23px;
  padding: 15px 30px;
  color: #2D4B7B;
  white-space: initial;
  width: 800px;
}
.static_page .staticPage__bottomTitle,
.static_page .staticPage__topTitle {
  padding: 0px 30px 15px;
  display: flex;
}
.static_page .staticPage__bottomTitle h2,
.static_page .staticPage__topTitle h2 {
  font-weight: 600;
  flex: 1;
  line-height: 35px;
}
.static_page .staticPage__bottomTitle .staticPage__topShare,
.static_page .staticPage__topTitle .staticPage__topShare {
  flex: 0.2;
  max-height: 25px;
}

.page-search .searchPage__content {
  padding: 0px 30px 15px;
  position: relative;
}
.page-search .searchPage__content .searchBoxImage {
  position: absolute;
  top: 25px;
  left: 40px;
  width: 30px;
  height: 30px;
  padding: 0px;
}
.page-search .searchPage__content .searchPage__title {
  font-size: 19px;
  line-height: 23px;
}
.page-search .searchPage__content input.searchBox {
  border: 1px solid #ACACAC;
  padding: 15px 15px 15px 45px;
  font-size: 19px;
  border-radius: 30px;
  margin: 15px auto;
  height: 15px;
  width: calc(70% - 60px);
}
@media only screen and (max-width: 968px) {
  .page-search .searchPage__content input.searchBox {
    padding: 10px 0px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .page-search .searchPage__content input.searchBox {
    font-size: 12px;
  }
}
.page-search .searchPage__content ::-webkit-input-placeholder {
  color: #333;
  text-align: left;
}
.page-search .searchPage__content :-moz-placeholder { /* Firefox 18- */
  color: #333;
  text-align: left;
}
.page-search .searchPage__content ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  text-align: left;
}
.page-search .searchPage__content :-ms-input-placeholder {
  color: #333;
  text-align: left;
}
.page-search .searchPage__resultTitle {
  font-size: 19px;
  line-height: 25px;
  color: #2D4B7B;
  padding-bottom: 7px;
}
.page-search .searchPage__resultDes {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 7px;
}
.page-search .searchPage__resultLink {
  font-size: 16px;
  line-height: 21px;
  color: #ACACAC;
}
.page-search .searchPage__resultBlock {
  padding-bottom: 45px;
}

.gallery__content {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 30px 15px;
}
.gallery__content .gallery__block {
  flex: 1 0 25%;
  margin: 15px;
  max-width: calc(25% - 30px);
}
.gallery__content .gallery__block:nth-child(4n-3) {
  margin-left: 0px;
}
.gallery__content .gallery__block:nth-child(4n-0) {
  margin-right: 0px;
}
@media only screen and (max-width: 968px) {
  .gallery__content .gallery__block {
    flex: 1 0 50%;
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .gallery__content .gallery__block {
    flex: 1 0 100%;
    max-width: calc(100% - 20px);
    margin: 10px;
  }
}
.gallery__content .gallery__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #2D4B7B;
  text-align: left;
}
.gallery__content .gallery__image {
  width: auto;
  height: auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin-bottom: 7px;
  position: relative;
}
.gallery__content .gallery__image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.gallery__content .gallery__image:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 60%;
}
.gallery__content .gallery__image.video:after {
  position: absolute;
  top: 25%;
  left: 25%;
  display: block;
  content: "";
  background-image: url("../svg/play-button.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 50%;
  height: 50%;
  opacity: 0.8;
  pointer-events: none;
}
.gallery__content .gallery__image img {
  opacity: 0;
}
.gallery__content .gallery__des {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.contact_us__block {
  padding: 0px 30px 15px;
  font-size: 16px;
  line-height: 20px;
}
.contact_us__block.mid {
  max-width: 800px;
  margin: auto;
}
.contact_us__block label {
  width: 100%;
  display: block;
}
.contact_us__block input, .contact_us__block textarea {
  border: 1px solid #000;
  padding: 15px 15px 15px 15px;
  font-size: 19px;
  border-radius: 30px;
  margin: 15px auto;
  height: 15px;
  width: calc(100% - 60px);
}
.contact_us__block textarea {
  height: 150px;
}
@media only screen and (max-width: 968px) {
  .contact_us__block textarea {
    height: 80px;
  }
}
.contact_us__block .contact_us__content {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media only screen and (max-width: 968px) {
  .contact_us__block .contact_us__content {
    width: 95%;
  }
}
.contact_us__block .contact_us__content.desc {
  padding-top: 15px;
  line-height: 26px;
}
.contact_us__block .contact_us__button {
  background-color: #2D4B7B;
  border-radius: 10px;
  border: 0px solid #4e6096;
  display: block;
  margin: 25px auto;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 19px;
  padding: 12px 37px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
  min-width: 230px;
  text-align: center;
  max-width: 360px;
}
.contact_us__block .contact_us__strong {
  font-weight: 600;
  padding-right: 10px;
}
@media only screen and (max-width: 968px) {
  .contact_us__block .contact_us__strong {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 968px) {
  .contact_us__block {
    padding: 0px 10px 15px;
    align-items: flex-end;
  }
}

footer, .footer {
  color: #000;
  background-color: #f4f1e9;
}
footer a, footer a:hover, .footer a, .footer a:hover {
  color: #fff;
}
footer .footer-block, .footer .footer-block {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 968px) {
  footer .footer-block, .footer .footer-block {
    max-width: 100%;
  }
}
footer .container, .footer .container {
  min-height: 150px;
  color: #fff;
  background-color: #2D4B7B;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  position: relative;
}
footer .container .page-basic-content, .footer .container .page-basic-content {
  width: calc(100% - 60px);
  margin: 0 auto;
}
footer .footer-subscription-label, .footer .footer-subscription-label {
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
}
footer .footer-social-media-block, .footer .footer-social-media-block {
  padding-bottom: 70px;
}
@media only screen and (max-width: 968px) {
  footer .footer-social-media-block, .footer .footer-social-media-block {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 968px) {
  footer .footer-social-media-block .footer-social-media, .footer .footer-social-media-block .footer-social-media {
    text-align: center;
  }
  footer .footer-social-media-block .footer-social-media .flex-item, .footer .footer-social-media-block .footer-social-media .flex-item {
    padding-bottom: 15px;
  }
}
footer .footer-social-media-block .footer-social-media .h3, .footer .footer-social-media-block .footer-social-media .h3 {
  padding-bottom: 15px;
  font-weight: 600;
}
footer .footer-social-media-block .footer-social-media .footer-social-media-image, .footer .footer-social-media-block .footer-social-media .footer-social-media-image {
  margin-right: 35px;
  width: 34px;
}
@media only screen and (max-width: 968px) {
  footer .footer-social-media-block .footer-social-media .footer-social-media-image, .footer .footer-social-media-block .footer-social-media .footer-social-media-image {
    margin: 0px 15px;
    width: 25px;
  }
}
footer .footer-social-media-block .input-footer-subscription, .footer .footer-social-media-block .input-footer-subscription {
  width: 70%;
  font-size: 15px;
  height: 30px;
  padding: 0px 10px;
  border-radius: 15px;
}
footer .footer-social-media-block .footer-subscription-submit, .footer .footer-social-media-block .footer-subscription-submit {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0px;
}
footer .footer-social-media-block .footer-subscription-submit img, .footer .footer-social-media-block .footer-subscription-submit img {
  cursor: pointer;
  width: 40px;
  vertical-align: middle;
}
footer .footer-item-block, .footer .footer-item-block {
  text-align: center;
}
footer .footer-item-block .footer-item-list, .footer .footer-item-block .footer-item-list {
  font-size: 15px;
  line-height: 30px;
  font-weight: 100;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media only screen and (max-width: 968px) {
  footer .footer-item-block .footer-item-list, .footer .footer-item-block .footer-item-list {
    max-width: 85%;
  }
}
footer .footer-item-block .footer-item-list.icon, .footer .footer-item-block .footer-item-list.icon {
  display: block;
}
footer .footer-item-block .footer-item-list .footer-item, .footer .footer-item-block .footer-item-list .footer-item {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
footer .footer-item-block .footer-item-list .footer-item:after, .footer .footer-item-block .footer-item-list .footer-item:after {
  margin-left: 15px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
footer .footer-item-block .footer-item-list .footer-item:last-child:after, .footer .footer-item-block .footer-item-list .footer-item:last-child:after {
  display: none;
}

.floating__icon {
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 10;
}
@media only screen and (max-width: 968px) {
  .floating__icon {
    right: 60px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .floating__icon {
    right: 20px;
    bottom: 20px;
  }
}
.floating__icon .floating__help,
.floating__icon .floating__subscribe {
  position: relative;
  display: block;
}
.floating__icon .floating__help img,
.floating__icon .floating__subscribe img {
  width: 65px;
}
.floating__icon .floating__help {
  position: relative;
}
.floating__icon .floating__help .floating__help_loading {
  transition: all 0.3s linear;
  opacity: 1;
}
.floating__icon .floating__help .floating__help_btn {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s linear;
  opacity: 0.2;
  pointer-events: none;
}
.floating__icon .floating__help.is-active .floating__help_loading {
  opacity: 0;
}
.floating__icon .floating__help.is-active .floating__help_btn {
  opacity: 1;
  pointer-events: auto;
}

.chatbot__box {
  cursor: pointer;
  margin-bottom: 15px;
  z-index: 999;
  font-size: 14px;
}
.chatbot__box .chatbot__form {
  display: none;
  overflow: hidden;
  border-radius: 5px;
  position: absolute;
  max-width: 540px;
  min-width: 320px;
  width: 100%;
  bottom: 85px;
  right: 0px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
}
.chatbot__box .chatbot__form.is-active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .chatbot__box .chatbot__form {
    min-width: 280px;
  }
}
.chatbot__box .chatbot__inputSet {
  width: calc(100% - 30px);
  padding: 10px 15px;
  margin-bottom: 15px;
}
.chatbot__box .chatbot__inputSet label {
  margin-bottom: 5px;
}
.chatbot__box .chatbot__inputSet.close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  width: auto;
  display: inline-block;
  opacity: 1;
  z-index: 50;
}
.chatbot__box .chatbot__inputSet.header {
  background-color: #2D4B7B;
  color: #fff;
}
.chatbot__box .eventsDesInput {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0px 15px;
  border-radius: 15px;
  border: 1px solid #d3d3d3;
}
.chatbot__box .eventsDesInput#chatbot__message {
  height: 90px;
}
.chatbot__box .chatbot__button {
  cursor: pointer;
  width: 120px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  animation: shadowAni 1s infinite linear;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .chatbot__box .chatbot__button {
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }
}
.chatbot__box .chatbot__button.is-active {
  box-shadow: none !important;
}
.chatbot__box .chatbot__button img {
  width: 50px;
  height: 50px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .chatbot__box .chatbot__button img {
    width: 40px;
    height: 40px;
  }
}
.chatbot__box.is-active .chatbot__button {
  box-shadow: none !important;
}
.chatbot__box .chatbot_content {
  height: 250px;
  padding-bottom: 70px;
  overflow: auto;
}
.chatbot__box .chatbot_content .chatbot_content_container {
  float: left;
  width: 100%;
}
.chatbot__box .chatbot_content .chatbot_content_container:after {
  content: "";
  clear: both;
}
.chatbot__box .chatbot_content .chatbot_content_messageBox {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
}
.chatbot__box .chatbot_content .chatbot_content_messageBox:after {
  content: "";
  clear: both;
}
.chatbot__box .chatbot_content .chatbot_content_messageBox .chatbot_content_messageBox_text {
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid rgb(129, 129, 129);
  margin: 5px 0px;
  width: auto;
  max-width: 75%;
}
.chatbot__box .chatbot_content .chatbot_content_messageBox.reply .chatbot_content_messageBox_text {
  float: left;
  margin-left: 15px;
}
.chatbot__box .chatbot_content .chatbot_content_messageBox.answer {
  width: auto;
}
.chatbot__box .chatbot_content .chatbot_content_messageBox.answer .chatbot_content_messageBox_text {
  float: left;
  margin-left: 15px;
  background-color: #fff;
  border-color: #2D4B7B;
}
.chatbot__box .chatbot_content .chatbot_content_messageBox.answer .chatbot_content_messageBox_text a {
  color: #2D4B7B;
}
.chatbot__box .chatbot_content .chatbot_content_messageBox.send .chatbot_content_messageBox_text {
  float: right;
  margin-right: 15px;
  background-color: #f4f8ff;
}
.chatbot__box .chatbot_content .chatbot_content_messageBox_text {
  padding: 10px;
}
.chatbot__box .chatbot_message {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  background-color: #fff;
  border-top: 1px solid #436397;
  margin-top: 5px;
}
.chatbot__box .chatbot_message .chatbot_message_typing {
  position: absolute;
  left: 15px;
  bottom: 0px;
  max-width: 30px;
  z-index: 1;
  transition: all 0.3s ease;
}
.chatbot__box .chatbot_message .chatbot_message_textbox {
  border: 0px solid transparent;
  flex: 1;
  padding: 5px 15px;
  z-index: 10;
}
.chatbot__box .chatbot_message .chatbot_message_send {
  padding: 10px;
  border: 0px;
  background-color: #2D4B7B;
  flex: 0 0 45px;
  cursor: pointer;
  z-index: 10;
}
.chatbot__box .chatbot_message.sending:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.chatbot__box .chatbot_message.sending .chatbot_message_typing {
  bottom: 50px;
}

.footerLogo img {
  margin: 15px;
  width: auto;
  height: 50px;
  background-color: #fff;
}

@keyframes shadowAni {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(199, 198, 241, 0);
  }
  50% {
    box-shadow: 0px 0px 5px 15px rgba(199, 198, 241, 0.3);
  }
  100% {
    box-shadow: 0px 0px 10px 30px rgba(199, 198, 241, 0);
  }
}/*# sourceMappingURL=main.css.map */