/* line 7, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 11, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 15, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 19, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 23, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 27, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 31, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 35, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 43, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 55, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 59, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 64, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 69, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 73, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 77, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 81, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 85, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 89, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 3, ../sass/text-page.scss */
.TextPage {
  position: relative;
}
/* line 6, ../sass/text-page.scss */
.TextPage h1, .TextPage h2, .TextPage h3, .TextPage h4, .TextPage h5, .TextPage h6 {
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 30px;
}
/* line 14, ../sass/text-page.scss */
.TextPage h2 {
  font-size: 30px;
}
/* line 18, ../sass/text-page.scss */
.TextPage h3 {
  font-size: 28px;
}
/* line 22, ../sass/text-page.scss */
.TextPage h4 {
  font-size: 26px;
}
/* line 26, ../sass/text-page.scss */
.TextPage h5 {
  font-size: 24px;
}
/* line 30, ../sass/text-page.scss */
.TextPage h6 {
  font-size: 22px;
}
/* line 34, ../sass/text-page.scss */
.TextPage p {
  position: relative;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
/* line 41, ../sass/text-page.scss */
.TextPage ul, .TextPage ol {
  position: relative;
  margin-bottom: 30px;
}
/* line 45, ../sass/text-page.scss */
.TextPage ul li, .TextPage ol li {
  position: relative;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 7px;
  padding-left: 15px;
}
/* line 52, ../sass/text-page.scss */
.TextPage ul li strong, .TextPage ol li strong {
  font-weight: 600;
}
/* line 56, ../sass/text-page.scss */
.TextPage ul li a, .TextPage ol li a {
  color: #2d83c0;
}
/* line 59, ../sass/text-page.scss */
.TextPage ul li a:hover, .TextPage ol li a:hover {
  text-decoration: underline;
}
/* line 64, ../sass/text-page.scss */
.TextPage ul li:before, .TextPage ol li:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #2d83c0;
}
/* line 77, ../sass/text-page.scss */
.TextPage strong, .TextPage b {
  font-weight: 600;
}
/* line 81, ../sass/text-page.scss */
.TextPage i {
  font-style: italic;
}
/* line 85, ../sass/text-page.scss */
.TextPage a {
  color: #000;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 93, ../sass/text-page.scss */
  .TextPage h1, .TextPage h2, .TextPage h3, .TextPage h4, .TextPage h5, .TextPage h6 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  /* line 98, ../sass/text-page.scss */
  .TextPage h2 {
    font-size: 26px;
  }
  /* line 102, ../sass/text-page.scss */
  .TextPage h3 {
    font-size: 24px;
  }
  /* line 106, ../sass/text-page.scss */
  .TextPage h4 {
    font-size: 22px;
  }
  /* line 110, ../sass/text-page.scss */
  .TextPage h5 {
    font-size: 20px;
  }
  /* line 114, ../sass/text-page.scss */
  .TextPage h6 {
    font-size: 18px;
  }
  /* line 118, ../sass/text-page.scss */
  .TextPage p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  /* line 123, ../sass/text-page.scss */
  .TextPage ul, .TextPage ol {
    margin-bottom: 15px;
  }
  /* line 126, ../sass/text-page.scss */
  .TextPage ul li, .TextPage ol li {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 7px;
    padding-left: 15px;
  }
  /* line 132, ../sass/text-page.scss */
  .TextPage ul li:before, .TextPage ol li:before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 146, ../sass/text-page.scss */
  .TextPage h1, .TextPage h2, .TextPage h3, .TextPage h4, .TextPage h5, .TextPage h6 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  /* line 151, ../sass/text-page.scss */
  .TextPage h2 {
    font-size: 24px;
  }
  /* line 155, ../sass/text-page.scss */
  .TextPage h3 {
    font-size: 22px;
  }
  /* line 159, ../sass/text-page.scss */
  .TextPage h4 {
    font-size: 20px;
  }
  /* line 163, ../sass/text-page.scss */
  .TextPage h5 {
    font-size: 18px;
  }
  /* line 167, ../sass/text-page.scss */
  .TextPage h6 {
    font-size: 16px;
  }
  /* line 171, ../sass/text-page.scss */
  .TextPage p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* line 176, ../sass/text-page.scss */
  .TextPage ul, .TextPage ol {
    margin-bottom: 15px;
  }
  /* line 179, ../sass/text-page.scss */
  .TextPage ul li, .TextPage ol li {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 5px;
    padding-left: 15px;
  }
  /* line 185, ../sass/text-page.scss */
  .TextPage ul li:before, .TextPage ol li:before {
    top: 9px;
    width: 6px;
    height: 6px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 199, ../sass/text-page.scss */
  .TextPage h1, .TextPage h2, .TextPage h3, .TextPage h4, .TextPage h5, .TextPage h6 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  /* line 204, ../sass/text-page.scss */
  .TextPage h2 {
    font-size: 22px;
  }
  /* line 208, ../sass/text-page.scss */
  .TextPage h3 {
    font-size: 21px;
  }
  /* line 212, ../sass/text-page.scss */
  .TextPage h4 {
    font-size: 20px;
  }
  /* line 216, ../sass/text-page.scss */
  .TextPage h5 {
    font-size: 19px;
  }
  /* line 220, ../sass/text-page.scss */
  .TextPage h6 {
    font-size: 18px;
  }
  /* line 224, ../sass/text-page.scss */
  .TextPage p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 229, ../sass/text-page.scss */
  .TextPage ul, .TextPage ol {
    margin-bottom: 15px;
  }
  /* line 232, ../sass/text-page.scss */
  .TextPage ul li, .TextPage ol li {
    font-size: 14px;
  }
  /* line 235, ../sass/text-page.scss */
  .TextPage ul li:before, .TextPage ol li:before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
