body,
button,
input,
select,
textarea {
  font-family: Roboto, sans-serif !important;
}

body {
  background-color: white !important;
}

.link,
.link:visited,
a,
a:visited {
  color: #99d5ff !important;
  text-decoration: none !important;
}

a:hover {
  color: #ff8e13 !important;
}

.link,
a {
  text-decoration: none;
  transition: color 0.25s;
}

a {
  color: #99d5ff;
  cursor: pointer;
}

.a-display--none {
  display: none;
}

.a-txt--center {
  text-align: center;
}

.a-txt--right {
  text-align: right;
}

.a-imgHeader {
  width: 100%;
  display: none;
}

.a-toggleBtn {
  display: none !important;
  margin-bottom: 20px;
}

.a-bgBlue {
  background-color: rgb(22, 123, 232);
  padding: 0 80px;
}

.a-bgGray {
  background-color: rgb(239, 243, 245);
  padding-bottom: 32px;
}

.a-bgWhite {
  background-color: white;
}

.a-companyLogo {
  display: inline-block;
  margin: 5px 0;
  height: 50px;
}

.a-btn {
  border-radius: 4px;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}
.a-btn--primary, .a-btn--primary:visited {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(255, 142, 19);
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 4px, rgba(0, 0, 0, 0.12) 0px 3px 4px, rgba(0, 0, 0, 0.2) 0px 1px 5px;
  fill: rgb(255, 255, 255);
}
.a-btn--primary:hover {
  color: rgb(255, 255, 255) !important;
  background: rgb(255, 161, 62);
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 4px, rgba(0, 0, 0, 0.12) 0px 4px 5px, rgba(0, 0, 0, 0.2) 0px 1px 10px;
  fill: rgb(255, 255, 255);
}
.a-btn--secondary, .a-btn--secondary:visited {
  color: #e69424 !important;
  background-color: rgba(230, 148, 36, 0.12);
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 4px, rgba(0, 0, 0, 0.12) 0px 3px 4px, rgba(0, 0, 0, 0.2) 0px 1px 5px;
  fill: rgb(255, 255, 255);
}
.a-btn--secondary:hover {
  color: #e69424;
  background: rgba(233, 161, 62, 0.24);
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 4px, rgba(0, 0, 0, 0.12) 0px 4px 5px, rgba(0, 0, 0, 0.2) 0px 1px 10px;
  fill: rgb(255, 255, 255);
}
.a-btn--third, .a-btn--third:visited {
  color: rgba(0, 20, 40, 0.3) !important;
  background-color: rgba(0, 20, 40, 0.12);
  box-shadow: none;
  fill: rgb(255, 255, 255);
}
.a-btn--third:hover {
  color: rgba(0, 20, 40, 0.3);
  background: rgba(0, 20, 40, 0.12);
  box-shadow: none;
  fill: rgb(255, 255, 255);
}
.a-btn--fourth, .a-btn--fourth:visited {
  color: #b5b5b5 !important;
  background-color: rgb(255, 255, 255);
}
.a-btn--fourth:hover {
  color: #b5b5b5 !important;
  background-color: rgb(255, 255, 255);
}

.a-txt--red {
  color: red;
}
.a-txt--gray {
  color: gray;
}
.a-txt--green {
  color: #339900;
}
.a-txt--orange {
  color: #f59a00;
}
.a-txt--sm {
  font-size: 13px;
}

.m-infoGraf {
  margin: 32px 0;
}

.m-quickInfo span {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
}

.m-quickInfo {
  font-size: 34px;
  font-weight: bold;
}

.m-microContent {
  margin: 64px 0;
}

.m-micro {
  margin: 0 auto;
  max-width: 940px;
  padding-bottom: 64px;
}

.m-priceCard {
  margin: 64px 0;
}
.m-priceCard__headline {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-top: 64px !important;
  margin-bottom: 0px;
}
.m-priceCard__subheadline {
  font-size: 21px;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0px !important;
}
.m-priceCard__img {
  width: 100%;
}
.m-priceCard__content {
  max-width: 860px !important;
  margin: 0 auto !important;
}
.m-priceCard__points {
  margin-bottom: 50px;
}
.m-priceCard__points p {
  margin: 5px;
}

.m-regCard {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin-top: 32px;
  background-color: white;
  border-radius: 8px;
}

.m-contactCard {
  background-color: #4f5f6d;
  color: rgba(255, 255, 255, 0.7);
  padding: 40px 0;
  text-align: center;
}

.m-accordion {
  padding: 40px 0;
  max-width: 600px !important;
}
.m-accordion__item {
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.m-accordion__btn {
  background-color: transparent !important;
  outline: none !important;
  font-weight: 500;
}
.m-accordion__link {
  width: 100%;
  padding: 17px 0;
}

.m-actualList {
  max-width: 700px;
  margin: 0 auto;
}

.m-actualList__title {
  text-align: center;
  padding: 10px 0;
  margin-top: 40px;
  color: #2297f4;
}

.m-actualList__weekBtn {
  box-shadow: none;
  font-weight: normal;
  font-size: 13px;
}

.m-actualList__week {
  text-align: center;
  margin: 10px 0;
}

.m-tabWeek {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  align-items: center;
  justify-content: center;
}

.m-tabWeek__item {
  display: flex;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
  min-height: 24px;
  position: relative;
  padding: 0px 0px 8px;
  font-size: 16px;
  line-height: 19px;
}

a.m-tabWeek__item {
  color: rgb(102, 114, 126) !important;
}

.m-tabWeek__item--selected,
.m-tabWeek__item--selected:visited {
  color: rgb(17, 92, 173) !important;
}

.m-tabWeek__item:hover {
  color: rgb(255, 142, 19) !important;
}

.m-tabWeek__item:after {
  position: absolute;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 3px;
  border-top: 3px solid;
  border-radius: 3px 3px 0px 0px;
}

.m-actualList__clrd--green {
  background-color: rgba(170, 226, 201, 0.6196078431);
}

.m-list {
  padding: 60px 0;
  color: #1a2c3e;
}
.m-list__title {
  color: #000;
}
.m-list__master {
  color: #2297f4;
  font-weight: 500;
  font-size: 21px;
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px #dbdbdb solid;
}
.m-list__master span {
  color: rgb(255, 142, 19);
  margin-left: 30px;
}
.m-list__info {
  margin-top: 15px;
}
.m-list__img {
  max-width: 260px;
}

.m-table {
  width: 100%;
  width: calc(100% + 17px);
}
.m-table--green {
  background-color: #aae2c9 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275) !important;
}
.m-table__row {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.m-table__heading {
  padding: 10px 0;
  background-color: rgba(14, 14, 14, 0.031372549);
  border-radius: 5px;
  font-weight: bold;
}
.m-table__heading .m-table__row {
  border-bottom: none;
  padding-right: 16px;
}
.m-table--cell:first-child, .m-table--head:first-child {
  min-width: 70px !important;
  flex: 0;
  text-align: center;
}
.m-table--cell:nth-child(3), .m-table--head:nth-child(3) {
  min-width: 30% !important;
  flex: 0;
  text-align: right;
}
.m-table--cell:last-child, .m-table--head:last-child {
  flex: 0;
  min-width: 110px;
  text-align: right;
}
.m-table--cell, .m-table--head {
  flex: 1;
  padding: 3px 10px;
}
.m-table__foot {
  background-color: #eee;
  padding-right: 17px;
  font-weight: bold;
}
.m-table__body {
  max-height: 300px;
  overflow-y: scroll;
  width: calc(100% + 0px);
}
.m-table--300 {
  background-color: white;
}
.m-table--user {
  background-color: rgb(22, 123, 232);
  color: white;
}
.m-table--last {
  background-color: white;
}

.m-footer {
  padding: 32px 0;
  font-size: 12px;
  display: flex;
}
.m-footer__svg {
  fill: rgba(255, 255, 255, 0.7);
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.m-actualList__bar {
  padding: 15px 0;
}

.m-actualList__barTitle {
  font-weight: 500;
  padding-top: 15px;
}

.m-actualList__barTxt {
  padding-bottom: 15px;
}

.m-DoubleProgressBar__position {
  position: absolute !important;
  top: 0px;
  left: 0px;
}

.m-DoubleProgressBar--top {
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 1;
  background: rgb(102, 187, 106);
  position: relative;
  width: 25%;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  transition: width 1400ms ease 0s;
}

.m-DoubleProgressBar--hpblBg {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 24px;
  border-radius: 0px 20px 20px 0px;
  color: rgb(148, 156, 165);
  background: rgb(255, 255, 255);
}

.m-DoubleProgressBar {
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 0;
  background: rgb(67, 160, 71);
  position: relative;
  width: 50%;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  transition: width 1400ms ease 0s;
}

.m-DoubleProgressBar__txt {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  overflow: hidden;
  margin: 0px 8px;
  text-align: right;
  white-space: nowrap;
  visibility: visible;
}

.m-DoubleProgressBar__bg {
  color: rgb(148, 156, 165);
}

.m-DoubleProgressBar__position::after {
  background-color: rgb(255, 188, 19);
  content: "";
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(-45deg, rgb(255, 142, 19) 10%, transparent 10%, transparent 50%, rgb(255, 142, 19) 50%, rgb(255, 142, 19) 60%, transparent 60%, transparent);
  border-radius: 0px 20px 20px 0px;
  background-size: 12px 12px;
  overflow: hidden;
}

.m-DoubleProgressBar__txt {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  overflow: hidden;
  margin: 0px 8px;
  text-align: right;
  white-space: nowrap;
  visibility: visible;
}

.m-DoubleProgressBar__infoTxt {
  margin: 16px 0;
  padding-bottom: 15px;
  color: #1a2c3e;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.m-DoubleProgressBar__infoTxt div span {
  color: #e69424;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-left: 22px;
}

.m-DoubleProgressBar__infoLine {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  color: #1a2c3e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.m-DoubleProgressBar__circle--green {
  height: 12px;
  width: 12px;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgb(102, 187, 106);
}

.m-DoubleProgressBar__circle--orange {
  height: 12px;
  width: 12px;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgb(255, 188, 19);
  content: "";
  inset: 0px;
  background-image: linear-gradient(-45deg, rgb(255, 142, 19) 10%, transparent 10%, transparent 50%, rgb(255, 142, 19) 50%, rgb(255, 142, 19) 60%, transparent 60%, transparent);
}

.m-DoubleProgressBar__circle--gray {
  height: 12px;
  width: 12px;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgb(18, 18, 18);
}

.m-priceCard__priceOrder {
  font-size: 14px;
  text-transform: lowercase;
  font-weight: bold;
  color: #2397f4;
  text-align: center;
  line-height: 27px;
}
.m-priceCard__priceOrder span {
  font-size: 26px;
  text-transform: none;
  font-weight: bold;
  color: #ff8f13;
  display: block;
}

footer {
  background-color: rgb(57, 75, 91);
  color: rgba(255, 255, 255, 0.7);
}

/** MOBILE **/
@media only screen and (max-width: 600px) {
  .a-displayMobile--none {
    display: none !important;
  }
  .a-displayMobile--show {
    display: block !important;
  }
  .a-bgBlue {
    padding: 0 16px !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  }
  .m-actualList__weekBtn {
    font-size: 12px;
    padding: 8px 11px;
  }
  .m-footer {
    margin-bottom: 74px;
  }
  .a-display--small {
    display: block !important;
  }
  .a-toggleBtn {
    display: block !important;
    width: auto !important;
    margin: 20px auto;
  }
  #m-priceCard {
    display: none;
  }
  #List1 {
    display: none;
  }
  #List2 {
    display: none;
  }
  .m-table__body {
    overflow-y: scroll;
    width: calc(100% + 0px);
  }
}
/** MEDIUM **/
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .m-hero__title {
    font-size: 32px;
  }
  .m-actualList__weekBtn {
    font-size: 12px;
    padding: 8px 11px;
  }
  .m-appCard__img {
    width: 100%;
  }
  .m-hero {
    background-position: center;
  }
  .a-display--medium {
    display: block !important;
  }
}
/** LARGE**/
@media only screen and (min-width: 1201px) {
  .a-display--large {
    display: block !important;
  }
}
/** FONTS **/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto/roboto-eot/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto/roboto-eot/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Light.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Light.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto/roboto-eot/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto/roboto-eot/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Regular.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Regular.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto/roboto-eot/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto/roboto-eot/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Medium.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Medium.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto/roboto-eot/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto/roboto-eot/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-woff2/Roboto-Bold.woff2") format("woff2"), url("fonts/roboto/roboto-woff/Roboto-Bold.woff") format("woff"), url("fonts/roboto/roboto-ttf/Roboto-Bold.ttf") format("truetype");
}/*# sourceMappingURL=style.css.map */
.modal-body a, .modal-body a:visited {
  color: rgb(17, 92, 173) !important;
}

.modal-body a:hover {
  color: #ff8e13 !important;
}