/*
@mobile: ~"only screen and (max-width: 719px)";
*/
html {
  font-size: 10px;
  min-width: 980px;
  height: 100%;
}
body {
  font-size: 10px;
  font-family: 'Exo 2', sans-serif;
  min-width: 980px;
  min-height: calc(100% - 193px);
  position: relative;
  padding: 0 0 193px 0;
  margin: 0;
}
@media only screen and (min-width: 1140px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1139px) {
  body {
    font-size: 13px;
  }
}
.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
  /*
  @media @mobile {
    //padding: 0;
    width: 320px;
  }
  */
}
.container .row {
  float: left;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1139px) {
  .container {
    width: 720px;
  }
}
@media only screen and (min-width: 1140px) {
  .container {
    width: 1140px;
  }
}
.layer {
  width: 100%;
  position: relative;
}
.layer .title {
  width: 150px;
  top: 50px;
  position: absolute;
}
.layer .title.underline {
  padding-bottom: 15px;
}
.layer .title.underline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #008781;
}
@media only screen and (min-width: 1140px) {
  .layer .title.underline:after {
    width: 150px;
    height: 2px;
  }
}
@media only screen and (max-width: 1139px) {
  .layer .title.underline:after {
    width: 150px;
    height: 2px;
  }
}
.layer h1 {
  font-size: 40px;
  margin: 0;
}
.layer h2 {
  font-size: 30px;
  margin: 0;
}
.layer h3 {
  font-size: 25px;
  margin: 0;
}
.layer h4 {
  font-size: 22px;
  margin: 0;
}
.decorated-list {
  width: 100%;
}
.decorated-list > .decorated-list-item {
  clear: both;
  margin: 0 0;
  display: table;
}
.decorated-list > .decorated-list-item > .decorated-list-pic,
.decorated-list > .decorated-list-item > .decorated-list-label {
  display: table-cell;
  vertical-align: middle;
}
.decorated-list > .decorated-list-item > .decorated-list-pic {
  position: relative;
  background-position: 0 50%;
  background-repeat: no-repeat;
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.decorated-list > .decorated-list-item > .decorated-list-pic:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #b5b5b5;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -5px;
}
.decorated-list > .decorated-list-item > .decorated-list-pic > img {
  max-width: 25px;
  max-height: 25px;
}
.decorated-list > .decorated-list-item > .decorated-list-label {
  min-height: 50px;
  line-height: 20px;
  padding-left: 20px;
  width: 100%;
}
.decorated-list > .decorated-list-item:after {
  content: "";
  display: block;
  clear: both;
}
.decorated-list.green > .decorated-list-item > .decorated-list-pic:after {
  background: #017c77;
}
.decorated-list.yellow > .decorated-list-item > .decorated-list-pic:after {
  background: #ffe618;
}
.decorated-list.cyan > .decorated-list-item > .decorated-list-pic:after {
  background: #006763;
}
.decorated-list.compact {
  font-family: 'Roboto', sans-serif;
}
.decorated-list.compact > .decorated-list-item {
  margin: 10px 10px 10px 0;
}
@media only screen and (min-width: 1140px) {
  .decorated-list.compact > .decorated-list-item {
    margin: 15px 5px;
  }
}
.decorated-list.compact > .decorated-list-item > .decorated-list-pic {
  width: 34px;
  min-width: 34px;
  height: 20px;
}
.decorated-list.compact > .decorated-list-item > .decorated-list-pic img {
  max-width: 20px;
  max-height: 20px;
}
.decorated-list.compact > .decorated-list-item > .decorated-list-label {
  width: 110px;
  padding-left: 10px;
  line-height: 15px;
}
@media only screen and (min-width: 1140px) {
  .decorated-list.compact > .decorated-list-item > .decorated-list-label {
    padding-left: 20px;
  }
}
.decorated-list.horizontal > .decorated-list-item {
  clear: none;
  float: left;
}
.button {
  display: inline-block;
  background-color: #ffe618;
  border-radius: 40px;
  padding: 10px 40px;
  text-decoration: none;
  color: #000000;
}
.link {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 0 0 ;
  color: #000000;
}
.right-line {
  position: relative;
}
.right-line:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #b5b5b5;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -5px;
}
.right-line-green:after {
  background: #017c77;
}
.right-line-very-dark-cyan:after {
  background: #006763;
}
.right-line-yellow:after {
  background: #ffe618;
}
.buttons .divider {
  height: 10px;
  width: 1px;
  background: #b5b5b5;
  display: inline-block;
  margin: 0 10px;
}
.buttons .divider.green {
  background: #017c77;
}
.buttons .divider.cyan {
  background: #269994;
}
.main-menu {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}
.main-menu img.logo {
  display: none;
  padding: 10px 10px 10px 0;
  height: 66px;
}
@media only screen and (min-width: 1140px) {
  .main-menu img.logo {
    display: inline;
  }
}
.main-menu .links {
  display: table;
  height: 100%;
  float: right;
}
.main-menu .links > a {
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.9em;
}
.main-menu .links > a:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #b5b5b5;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -5px;
}
.main-menu .links > a:after {
  background: #017c77;
}
.main-menu .links > a:last-child:after {
  display: none;
}
.main-menu .links > a:hover {
  text-decoration: underline;
}
.main-menu .links > a:last-child {
  padding-right: 0;
}
.main-menu .links > a:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 1140px) {
  .main-menu .links > a {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1139px) {
  .main-menu .links {
    float: none;
  }
}
#header {
  min-width: 980px;
}
#header:after {
  content: "";
  background: url("/public/common/img/waves/blue-bottom-wave.png") repeat-x bottom left;
  width: 100%;
  height: 9px;
  bottom: -9px;
  position: absolute;
  z-index: 200;
}
#header-auth {
  background-color: #007974;
  height: 50px;
  /*z-index: 500;*/
}
#header-auth .row {
  width: 100%;
}
#header-auth .row img.logo {
  display: none;
  padding: 8px 10px 8px 0;
  height: 34px;
}
@media only screen and (max-width: 1139px) {
  #header-auth .row img.logo {
    display: inline;
    padding-left: 20px;
  }
}
#header-auth .decorated-list {
  height: 100%;
  /*width: 25rem;*/
  float: right;
  width: auto;
}
#header-auth .decorated-list > .decorated-list-item {
  margin: 0 10px;
  height: 100%;
}
#header-auth .decorated-list > .decorated-list-item > .decorated-list-label {
  text-align: right;
  width: auto;
}
#header-auth .decorated-list > .decorated-list-item:last-child {
  margin-right: 0;
}
#header-auth .decorated-list a {
  color: #FFFFFF;
  text-decoration: none;
}
#header-auth .decorated-list a.active {
  font-weight: bold;
}
#header-auth .decorated-list a:hover {
  text-decoration: underline;
}
#header-links {
  background-color: #008781;
  height: 102px;
}
#footer {
  background: #008781;
  color: #FFFFFF;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 93px;
  left: 0;
}
#footer:after {
  content: "";
  background: url("/public/common/img/waves/blue-bottom-wave.png") repeat-x bottom left;
  width: 100%;
  height: 9px;
  bottom: -9px;
  position: absolute;
  z-index: 100;
}
@media only screen and (min-width: 1140px) {
  #footer {
    height: 100px;
  }
}
@media only screen and (max-width: 1139px) {
  #footer {
    height: 95px;
    bottom: 98px;
  }
}
#footer .bottom-links {
  width: calc(100% - 104px);
  float: right;
  text-align: center;
  height: 100%;
  line-height: 60px;
}
@media only screen and (min-width: 1140px) {
  #footer .bottom-links {
    line-height: 100px;
  }
}
@media only screen and (max-width: 1139px) {
  #footer .bottom-links {
    line-height: 95px;
  }
}
#footer .bottom-links a {
  padding: 0 12px;
  color: #FFF;
  text-decoration: none;
}
#footer .bottom-links a:hover {
  text-decoration: underline;
}
#footer-post {
  height: 60px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1140px) {
  #footer-post {
    height: 93px;
  }
}
@media only screen and (max-width: 1139px) {
  #footer-post {
    height: 93px;
  }
}
#block-success-stories {
  height: 690px;
  overflow: hidden;
}
#block-success-stories .row {
  height: 642px;
  overflow: hidden;
}
#block-success-stories .reference {
  clear: both;
  font-size: 14px;
  font-style: normal;
  padding-top: 8px;
  line-height: 1.55;
  font-weight: 300;
  color: #787878;
}
#block-success-stories .background {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 95%;
  padding-top: 20px;
}
#block-success-stories .row-2 {
  padding-top: 140px;
  position: relative;
  width: 35%;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .row-2 {
    width: 303px;
    padding-top: 165px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .row-2 {
    width: 251px;
    padding-top: 162px;
  }
}
#block-success-stories .row-3 {
  padding-top: 140px;
  padding-left: 20px;
  width: 55%;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .row-3 {
    width: 393px;
    padding-top: 191px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .row-3 {
    width: 449px;
    padding-top: 186px;
    padding-left: 77px;
  }
}
#block-success-stories .row-1 {
  width: 0;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .row-1 {
    width: 424px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .title {
    top: 20px;
  }
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .title h2 {
    font-size: 46px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .title h2 {
    font-size: 46px;
    line-height: 43px;
  }
}
#block-success-stories .slider-wrapper {
  display: none;
  margin-top: 130px;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .slider-wrapper {
    display: block;
    margin-top: 138px;
  }
}
#block-success-stories .slider-wrapper .slider span.slick-arrow {
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 100;
  top: 33%;
}
#block-success-stories .slider-wrapper .slider span.slick-arrow.slick-prev {
  background: url("/public/success-stories/img/arrow-left.png");
  left: 0;
}
#block-success-stories .slider-wrapper .slider span.slick-arrow.slick-next {
  background: url("/public/success-stories/img/arrow-right.png");
  right: 0;
}
#block-success-stories .slider-wrapper .slider .slide img {
  height: 504px;
}
#block-success-stories .slider-wrapper.external {
  display: none;
  position: absolute;
  top: 65px;
  left: 221px;
  width: 63px;
  height: 26px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .slider-wrapper.external {
    display: block;
  }
}
#block-success-stories .stats .stat {
  /*font-size: 1rem;*/
  background: #FFFFFF;
  border-radius: 10px;
  height: 401px;
  width: 251px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .stats .stat {
    border-radius: 18px;
    padding-top: 28px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .stats .stat {
    border-radius: 18px;
    padding-top: 28px;
    margin: 0;
  }
}
#block-success-stories .stats .stat:first-child {
  display: block;
}
#block-success-stories .stats .stat .name {
  margin-left: 10px;
  font-size: 12px;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .stats .stat .name {
    font-size: 17px;
    width: 200px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .stats .stat .name {
    font-size: 17px;
    width: 200px;
    margin-left: 20px;
  }
}
#block-success-stories .stats .stat table.params {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .stats .stat table.params {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .stats .stat table.params {
    margin-top: 42px;
  }
}
#block-success-stories .stats .stat table.params td {
  padding: 5px;
}
#block-success-stories .stats .stat table.params td.value {
  text-align: right;
  padding: 0 12px;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .stats .stat table.params td.value {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .stats .stat table.params td.value {
    padding-right: 25px;
  }
}
#block-success-stories .stats .stat table.params td {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
#block-success-stories .stats .stat table.params td:first-child {
  padding-left: 20px;
}
#block-success-stories .stats .stat table.params td:last-child {
  border-right: 0;
}
#block-success-stories .stats .stat table.params tr:last-child td {
  border-bottom: 0;
}
#block-success-stories .stats .stat .info {
  margin-left: 20px;
  margin-top: 65px;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .stats .stat .info {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .stats .stat .info {
    font-size: 17px;
  }
}
#block-success-stories .stats .stat .info .big {
  font-size: 30px;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .stats .stat .info .big {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .stats .stat .info .big {
    font-size: 50px;
  }
}
#block-success-stories .stats .stat .button {
  margin-left: 20px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .stats .stat .button {
    margin-top: 40px;
    width: 160px;
    font-size: 17px;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .stats .stat .button {
    margin-top: 40px;
    width: 160px;
    font-size: 17px;
    padding: 12px 20px;
  }
}
#block-success-stories .stats .stat .button a {
  text-decoration: none;
  color: inherit;
}
#block-success-stories .dotes-wrapper {
  width: 100%;
  bottom: 30px;
  text-align: center;
  position: absolute;
}
#block-success-stories .dotes-wrapper .dotes {
  display: inline-block;
}
#block-success-stories .dotes-wrapper .dotes .dot {
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  float: left;
  margin: 0 5px;
  background-color: #008781;
  cursor: pointer;
  border: 1px solid #008781;
}
#block-success-stories .dotes-wrapper .dotes .dot.active {
  background-color: #ffe618;
}
#block-success-stories .i-lose-weight-wrapper {
  margin-left: 70px;
  margin-top: 20px;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .i-lose-weight-wrapper {
    margin-top: 18px;
    margin-left: 98px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .i-lose-weight-wrapper {
    margin-top: 25px;
    margin-left: 110px;
  }
}
#block-success-stories .i-lose-weight-wrapper .i-lose-weight {
  width: 120px;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .i-lose-weight-wrapper .i-lose-weight {
    width: 193px;
    height: 44px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .i-lose-weight-wrapper .i-lose-weight {
    width: 193px;
    height: 44px;
  }
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .decorated-list > .decorated-list-item > .decorated-list-pic {
    height: 90px;
    width: 72px;
    min-width: 72px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .decorated-list > .decorated-list-item > .decorated-list-pic {
    height: 90px;
    width: 72px;
    min-width: 72px;
  }
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .decorated-list > .decorated-list-item > .decorated-list-pic img {
    max-width: 34px;
    max-height: 34px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .decorated-list > .decorated-list-item > .decorated-list-pic img {
    max-width: 34px;
    max-height: 34px;
  }
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .decorated-list > .decorated-list-item > .decorated-list-label {
    min-height: 90px;
    font-size: 17px;
    padding-left: 25px;
    font-weight: bold;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .decorated-list > .decorated-list-item > .decorated-list-label {
    min-height: 90px;
    font-size: 17px;
    padding-left: 37px;
    font-weight: bold;
    line-height: 30px;
  }
}
#block-success-stories .overlay {
  background-color: rgba(22, 22, 22, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 150;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .overlay {
    height: 642px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .overlay {
    height: 642px;
  }
}
#block-success-stories .overlay > div {
  display: table-cell;
  vertical-align: middle;
}
#block-success-stories .overlay > div .player {
  width: 50%;
  margin: 0 auto;
  background: #000000;
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .overlay > div .player {
    height: 520px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .overlay > div .player {
    height: 520px;
  }
}
@media only screen and (max-width: 1139px) {
  #block-success-stories .overlay > div .player {
    min-width: 720px;
  }
}
@media only screen and (min-width: 1140px) {
  #block-success-stories .overlay > div .player {
    min-width: 1140px;
  }
}
#block-success-stories .overlay > div .player iframe {
  width: 100%;
  height: 100%;
}
#sign-up {
  background: #008781;
  color: #FFFFFF;
  height: 440px;
}
#sign-up * {
  box-sizing: border-box;
}
@media only screen and (min-width: 1140px) {
  #sign-up {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1139px) {
  #sign-up {
    font-size: 17px;
  }
}
#sign-up .row {
  padding-top: 67px;
}
@media only screen and (max-width: 1139px) {
  #sign-up .row {
    padding-top: 72px;
  }
}
#sign-up .row .wrap {
  /*padding-left: 0.9rem;*/
}
#sign-up h1 {
  padding-bottom: 23px;
}
@media only screen and (min-width: 1140px) {
  #sign-up h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1139px) {
  #sign-up h1 {
    font-size: 58px;
    padding-bottom: 46px;
  }
}
#sign-up .text {
  padding-bottom: 63px;
}
#sign-up .buttons .button {
  min-width: 280px;
  height: 52px;
  line-height: 32px;
  text-align: center;
}
#sign-up .buttons .link {
  color: #FFFFFF;
}
#about-us {
  height: 300px;
  background: #FFFFFF;
}
@media only screen and (min-width: 1140px) {
  #about-us {
    height: 446px;
  }
}
@media only screen and (max-width: 1139px) {
  #about-us {
    height: 446px;
  }
}
@media only screen and (min-width: 1140px) {
  #about-us .title {
    top: 90px;
    width: 263px;
  }
}
@media only screen and (max-width: 1139px) {
  #about-us .title {
    top: 90px;
    width: 306px;
  }
}
@media only screen and (min-width: 1140px) {
  #about-us .title h2 {
    font-size: 52px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1139px) {
  #about-us .title h2 {
    font-size: 52px;
    line-height: 48px;
  }
}
#about-us .title h3 {
  padding-top: 8px;
}
@media only screen and (min-width: 1140px) {
  #about-us .title h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1139px) {
  #about-us .title h3 {
    font-size: 42px;
  }
}
#about-us .row-1 {
  width: 35%;
}
@media only screen and (min-width: 1140px) {
  #about-us .row-1 {
    width: 263px;
  }
}
@media only screen and (max-width: 1139px) {
  #about-us .row-1 {
    width: 306px;
  }
}
#about-us .row-2 {
  width: 55%;
  padding-top: 70px;
  padding-left: 30px;
  box-sizing: border-box;
}
#about-us .row-2 .channels {
  width: 100%;
}
@media only screen and (min-width: 1140px) {
  #about-us .row-2 {
    width: 857px;
  }
}
@media only screen and (max-width: 1139px) {
  #about-us .row-2 {
    padding-left: 0;
    padding-top: 107px;
    width: 394px;
  }
}
#lose-weight {
  background: #efefef;
  height: 596px;
}
#lose-weight .title {
  width: 100%;
  top: 47px;
}
#lose-weight .title h2 {
  font-size: 52px;
  line-height: 48px;
}
@media only screen and (min-width: 1140px) {
  #lose-weight .title.underline {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 1139px) {
  #lose-weight .title.underline {
    padding-bottom: 38px;
  }
}
@media only screen and (min-width: 1140px) {
  #lose-weight .title.underline:after {
    width: 150px;
    height: 2px;
  }
}
@media only screen and (max-width: 1139px) {
  #lose-weight .title.underline:after {
    width: 150px;
    height: 2px;
  }
}
#lose-weight .row-1 {
  padding-top: 200px;
}
#lose-weight .row-1 {
  width: 100%;
}
@media only screen and (min-width: 1140px) {
  #lose-weight .row-1 {
    width: 56%;
  }
}
#lose-weight .row-2 {
  width: 0;
  display: none;
}
@media only screen and (min-width: 1140px) {
  #lose-weight .row-2 {
    width: 44%;
    display: block;
  }
}
#lose-weight .monitor {
  position: absolute;
  bottom: -10px;
  height: 591px;
  right: -81px;
}
#lose-weight .reference {
  clear: both;
  font-size: 14px;
  font-style: normal;
  padding-top: 8px;
  line-height: 1.55;
  font-weight: 300;
  color: #787878;
}
@media only screen and (min-width: 1140px) {
  #lose-weight .reference {
    padding-left: 116px;
  }
}
@media only screen and (max-width: 1139px) {
  #lose-weight .reference {
    padding-left: 134px;
  }
}
#lose-weight .decorated-list > .decorated-list-item {
  margin-top: 28px;
}
#lose-weight .decorated-list > .decorated-list-item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1140px) {
  #lose-weight .decorated-list > .decorated-list-item > .decorated-list-pic {
    height: 62px;
    width: 76px;
    min-width: 76px;
  }
}
@media only screen and (max-width: 1139px) {
  #lose-weight .decorated-list > .decorated-list-item > .decorated-list-pic {
    height: 62px;
    width: 76px;
    min-width: 76px;
  }
}
@media only screen and (min-width: 1140px) {
  #lose-weight .decorated-list > .decorated-list-item > .decorated-list-pic img {
    max-width: 34px;
    max-height: 34px;
  }
}
@media only screen and (max-width: 1139px) {
  #lose-weight .decorated-list > .decorated-list-item > .decorated-list-pic img {
    max-width: 34px;
    max-height: 34px;
  }
}
@media only screen and (min-width: 1140px) {
  #lose-weight .decorated-list > .decorated-list-item > .decorated-list-label {
    min-height: 62px;
    font-size: 18px;
    padding-left: 40px;
    font-weight: bold;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1139px) {
  #lose-weight .decorated-list > .decorated-list-item > .decorated-list-label {
    min-height: 62px;
    font-size: 18px;
    padding-left: 58px;
    font-weight: bold;
    line-height: 30px;
  }
}
#lose-weight-post {
  background: #e1e1e1;
  height: 168px;
  padding-bottom: 9px;
}
#lose-weight-post .buttons {
  padding-top: 52px;
  padding-left: 0;
}
#lose-weight-post .buttons .button {
  min-width: 20px;
  text-align: center;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#lose-weight-post .buttons .link {
  padding-left: 0;
  font-size: 16px;
}
#not-simple {
  background: #ffffff;
  height: 520px;
}
@media only screen and (min-width: 1140px) {
  #not-simple {
    height: 788px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple {
    height: 791px;
  }
}
#not-simple:before {
  content: "";
  background: url("/public/common/img/waves/white-top-wave.png") repeat-x top left;
  width: 100%;
  height: 9px;
  top: -9px;
  position: absolute;
  z-index: 100;
}
#not-simple .title {
  width: 100%;
}
@media only screen and (min-width: 1140px) {
  #not-simple .title {
    top: 74px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .title {
    top: 74px;
  }
}
@media only screen and (min-width: 1140px) {
  #not-simple .title h2 {
    font-size: 52px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .title h2 {
    font-size: 52px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1140px) {
  #not-simple .title.underline {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .title.underline {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1140px) {
  #not-simple .title.underline:after {
    width: 150px;
    height: 2px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .title.underline:after {
    width: 150px;
    height: 2px;
  }
}
@media only screen and (min-width: 1140px) {
  #not-simple .decorated-list > .decorated-list-item > .decorated-list-pic {
    height: 62px;
    width: 76px;
    min-width: 76px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .decorated-list > .decorated-list-item > .decorated-list-pic {
    height: 62px;
    width: 76px;
    min-width: 76px;
  }
}
@media only screen and (min-width: 1140px) {
  #not-simple .decorated-list > .decorated-list-item > .decorated-list-pic img {
    max-width: 34px;
    max-height: 34px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .decorated-list > .decorated-list-item > .decorated-list-pic img {
    max-width: 34px;
    max-height: 34px;
  }
}
@media only screen and (min-width: 1140px) {
  #not-simple .decorated-list > .decorated-list-item > .decorated-list-label {
    min-height: 62px;
    font-size: 18px;
    padding-left: 40px;
    font-weight: bold;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .decorated-list > .decorated-list-item > .decorated-list-label {
    min-height: 62px;
    font-size: 18px;
    padding-left: 40px;
    font-weight: bold;
    line-height: 30px;
  }
}
#not-simple .row {
  height: auto;
}
@media only screen and (min-width: 1140px) {
  #not-simple .row {
    height: 100%;
  }
}
#not-simple .row-1 {
  width: 100%;
  padding-top: 140px;
}
@media only screen and (min-width: 1140px) {
  #not-simple .row-1 {
    padding-top: 264px;
    width: 653px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .row-1 {
    padding-top: 255px;
  }
}
#not-simple .row-2 {
  width: 50%;
}
@media only screen and (min-width: 1140px) {
  #not-simple .row-2 {
    width: 467px;
    padding-top: 180px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .graph-wrapper {
    padding-top: 60px;
  }
}
#not-simple .graph-wrapper .legend {
  width: 15rem;
  float: left;
  padding-top: 40px;
  padding-left: 200px;
}
@media only screen and (min-width: 1140px) {
  #not-simple .graph-wrapper .legend {
    width: 160px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .graph-wrapper .legend {
    width: 160px;
    padding-top: 0;
    padding-left: 225px;
  }
}
#not-simple .graph-wrapper .legend .legend-item {
  height: 15px;
  padding: 10px 0 10px 20px;
}
@media only screen and (min-width: 1140px) {
  #not-simple .graph-wrapper .legend .legend-item {
    padding-left: 0;
    height: 22px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .graph-wrapper .legend .legend-item {
    padding-left: 0;
    height: 22px;
  }
}
#not-simple .graph-wrapper .legend .legend-item .legend-image {
  width: 30px;
  float: left;
  position: relative;
}
#not-simple .graph-wrapper .legend .legend-item .legend-image:after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #b5b5b5;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -5px;
}
@media only screen and (min-width: 1140px) {
  #not-simple .graph-wrapper .legend .legend-item .legend-image {
    width: 40px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .graph-wrapper .legend .legend-item .legend-image {
    width: 40px;
  }
}
#not-simple .graph-wrapper .legend .legend-item .legend-image i {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
}
@media only screen and (min-width: 1140px) {
  #not-simple .graph-wrapper .legend .legend-item .legend-image i {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .graph-wrapper .legend .legend-item .legend-image i {
    width: 22px;
    height: 22px;
  }
}
#not-simple .graph-wrapper .legend .legend-item .legend-image i.carbo {
  background: #008781;
}
#not-simple .graph-wrapper .legend .legend-item .legend-image i.fat {
  background: #ffe618;
}
#not-simple .graph-wrapper .legend .legend-item .legend-image i.protein {
  background: #055291;
}
#not-simple .graph-wrapper .legend .legend-item .legend-text {
  width: 70px;
  float: left;
  padding-left: 20px;
}
@media only screen and (min-width: 1140px) {
  #not-simple .graph-wrapper .legend .legend-item .legend-text {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .graph-wrapper .legend .legend-item .legend-text {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1140px) {
  #not-simple .graph-wrapper .legend {
    padding-top: 130px;
    padding-left: 0;
  }
}
#not-simple .graph-wrapper .graph {
  float: left;
  width: 140px;
  position: absolute;
}
#not-simple .graph-wrapper .graph img {
  border-radius: 130px;
  border: 10px solid #e5e5e5;
}
@media only screen and (min-width: 1140px) {
  #not-simple .graph-wrapper .graph {
    padding-top: 80px;
    padding-left: 200px;
    width: 190px;
  }
}
@media only screen and (max-width: 1139px) {
  #not-simple .graph-wrapper .graph {
    width: 133px;
  }
  #not-simple .graph-wrapper .graph img {
    width: 133px;
  }
}
#will-power {
  background: #ffffff;
  height: 642px;
}
#will-power:before {
  content: "";
  background: url("/public/common/img/waves/white-top-wave.png") repeat-x top left;
  width: 100%;
  height: 9px;
  top: -9px;
  position: absolute;
  z-index: 100;
}
#will-power .title {
  width: 100%;
  top: 62px;
}
@media only screen and (max-width: 1139px) {
  #will-power .title {
    top: 19px;
  }
}
#will-power .title h2 {
  font-size: 52px;
  line-height: 48px;
}
#will-power .row {
  padding-top: 248px;
}
@media only screen and (min-width: 1140px) {
  #will-power .row {
    width: 80%;
  }
}
@media only screen and (max-width: 1139px) {
  #will-power .row {
    padding-top: 176px;
  }
}
#will-power .decorated-list > .decorated-list-item {
  margin-top: 28px;
}
#will-power .decorated-list > .decorated-list-item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1140px) {
  #will-power .decorated-list > .decorated-list-item > .decorated-list-pic {
    height: 62px;
    width: 76px;
    min-width: 76px;
  }
}
@media only screen and (max-width: 1139px) {
  #will-power .decorated-list > .decorated-list-item > .decorated-list-pic {
    height: 62px;
    width: 86px;
    min-width: 86px;
  }
}
@media only screen and (min-width: 1140px) {
  #will-power .decorated-list > .decorated-list-item > .decorated-list-pic img {
    max-width: 34px;
    max-height: 34px;
  }
}
@media only screen and (max-width: 1139px) {
  #will-power .decorated-list > .decorated-list-item > .decorated-list-pic img {
    max-width: 34px;
    max-height: 34px;
  }
}
@media only screen and (min-width: 1140px) {
  #will-power .decorated-list > .decorated-list-item > .decorated-list-label {
    min-height: 62px;
    font-size: 18px;
    padding-left: 40px;
    font-weight: bold;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1139px) {
  #will-power .decorated-list > .decorated-list-item > .decorated-list-label {
    min-height: 62px;
    font-size: 18px;
    padding-left: 40px;
    font-weight: bold;
    line-height: 30px;
  }
}
#will-power-post {
  background: #e1e1e1;
  height: 157px;
  font-size: 17px;
}
#will-power-post:before {
  content: "";
  background: url("/public/common/img/waves/gray-top-wave.png") repeat-x bottom left;
  width: 100%;
  height: 9px;
  top: -9px;
  position: absolute;
  z-index: 100;
}
#will-power-post .row-1 {
  width: 52%;
  display: table;
}
@media only screen and (min-width: 1140px) {
  #will-power-post .row-1 {
    width: 52%;
  }
}
#will-power-post .row-2 {
  width: 48%;
  display: table;
}
@media only screen and (min-width: 1140px) {
  #will-power-post .row-2 {
    width: 48%;
  }
}
#will-power-post .row-1 > div,
#will-power-post .row-2 > div {
  display: table-cell;
  vertical-align: middle;
}
#will-power-post .buttons {
  text-align: right;
}
#will-power-post .buttons .button {
  min-width: 200px;
  text-align: center;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#you-love-diary {
  background: #ededed;
  height: 286px;
}
#you-love-diary .row-2 {
  width: 60%;
  padding-top: 44px;
}
@media only screen and (min-width: 1140px) {
  #you-love-diary .row-2 {
    width: 705px;
  }
}
@media only screen and (max-width: 1139px) {
  #you-love-diary .row-2 {
    width: 426px;
  }
}
#you-love-diary .row-2 h4 {
  font-size: 36px;
  line-height: 30px;
}
@media only screen and (max-width: 1139px) {
  #you-love-diary .row-2 h4 {
    padding-left: 50px;
    font-size: 34px;
  }
}
#you-love-diary .row-1 {
  width: 40%;
}
@media only screen and (min-width: 1140px) {
  #you-love-diary .row-1 {
    width: 415px;
  }
}
@media only screen and (max-width: 1139px) {
  #you-love-diary .row-1 {
    width: 274px;
  }
}
#you-love-diary .decorated-list {
  margin-top: 70px;
}
@media only screen and (max-width: 1139px) {
  #you-love-diary .decorated-list {
    margin-top: 25px;
  }
}
#you-love-diary .decorated-list.compact > .decorated-list-item {
  margin: 0;
}
#you-love-diary .decorated-list.compact > .decorated-list-item > .decorated-list-pic {
  width: 47px;
  min-width: 47px;
  height: 34px;
  min-height: 34px;
}
#you-love-diary .decorated-list.compact > .decorated-list-item > .decorated-list-pic img {
  max-width: 34px;
  max-height: 34px;
}
#you-love-diary .decorated-list.compact > .decorated-list-item > .decorated-list-label {
  padding-left: 15px;
}
@media only screen and (min-width: 1140px) {
  #you-love-diary .decorated-list.compact > .decorated-list-item > .decorated-list-label {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1140px) {
  #you-love-diary .decorated-list.compact > .decorated-list-item:nth-child(1) > .decorated-list-label {
    width: 180px;
  }
  #you-love-diary .decorated-list.compact > .decorated-list-item:nth-child(2) > .decorated-list-label {
    width: 210px;
  }
}
@media only screen and (max-width: 1139px) {
  #you-love-diary .decorated-list.compact > .decorated-list-item:nth-child(1) > .decorated-list-label {
    width: 150px;
  }
  #you-love-diary .decorated-list.compact > .decorated-list-item:nth-child(2) > .decorated-list-label {
    width: 150px;
  }
  #you-love-diary .decorated-list.compact > .decorated-list-item:nth-child(3) {
    margin-top: 43px;
  }
}
#you-love-diary-post {
  background: #e1e1e1;
  height: 171px;
}
@media only screen and (max-width: 1139px) {
  #you-love-diary-post {
    height: 176px;
  }
}
#you-love-diary-post:after {
  overflow: hidden;
}
#you-love-diary-post .phone {
  position: absolute;
  bottom: 0;
  height: 280px;
}
@media only screen and (min-width: 1140px) {
  #you-love-diary-post .phone {
    height: 542px;
  }
}
@media only screen and (max-width: 1139px) {
  #you-love-diary-post .phone {
    height: 408px;
  }
}
#you-love-diary-post .row {
  height: 90%;
}
#you-love-diary-post .row-1 {
  width: 40%;
}
@media only screen and (min-width: 1140px) {
  #you-love-diary-post .row-1 {
    width: 415px;
  }
}
@media only screen and (max-width: 1139px) {
  #you-love-diary-post .row-1 {
    width: 274px;
  }
}
#you-love-diary-post .row-2 {
  width: 60%;
}
@media only screen and (min-width: 1140px) {
  #you-love-diary-post .row-2 {
    width: 705px;
  }
}
@media only screen and (max-width: 1139px) {
  #you-love-diary-post .row-2 {
    width: 426px;
  }
}
#you-love-diary-post .buttons {
  margin-top: 5.0rem;
  padding-left: 0;
}
@media only screen and (max-width: 1139px) {
  #you-love-diary-post .buttons {
    padding-left: 50px;
    margin-top: 28px;
  }
}
#you-love-diary-post .buttons .button {
  min-width: 200px;
  text-align: center;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#you-love-diary-post .buttons .link {
  padding-left: 0;
  font-size: 16px;
}
@media only screen and (max-width: 1139px) {
  #you-love-diary-post .buttons .link {
    padding-top: 30px;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 1139px) {
  #you-love-diary-post .buttons .divider {
    display: block;
    height: 0;
  }
}
.carousel {
  position: relative;
}
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel.fade {
  opacity: 1;
}
.carousel * {
  box-sizing: border-box;
}
.carousel.fade .item:first-child {
  position: relative;
  top: auto;
}
.carousel.fade .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
.carousel.fade .item {
  display: block !important;
  left: 0 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity ease-in-out 0.7s;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  width: 100%;
  z-index: 1;
}
.carousel div.carousel-indicators {
  bottom: 0;
  left: inherit;
  margin-left: 0;
  position: inherit;
  right: inherit;
  top: inherit;
  width: auto;
  z-index: inherit;
}
.carousel div.carousel-indicators a {
  color: #fff;
  float: left;
  font-size: 0.933em;
  height: auto;
  line-height: 2.667em;
  position: relative;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  max-width: 33.333333333333%;
  white-space: nowrap;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel .carousel-inner > .item > noindex > a > img {
  display: block;
  height: auto;
  line-height: 1;
  max-width: 100%;
}
.carousel div.carousel-indicators .item0 {
  background-color: #939598;
}
.carousel div.carousel-indicators .item1 {
  background-color: #a7a9ac;
}
.carousel div.carousel-indicators .item2 {
  background-color: #bcbec0;
}
.carousel div.carousel-indicators .item3 {
  background-color: #d1d3d4;
}
.carousel div.carousel-indicators .item4 {
  background-color: #EAEAEA;
}
.carousel div.carousel-indicators a:hover,
.carousel div.carousel-indicators a.active,
.carousel div.carousel-indicators .active a {
  background-color: #008781 !important;
}
.carousel div.carousel-indicators a:hover {
  text-decoration: underline !important;
}
.carousel div.carousel-indicators a.active:after,
.carousel div.carousel-indicators .active a:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  right: 20px;
  top: 0;
}
@media (min-width: 992px) {
  .carousel .player-carousel {
    height: 247px !important;
    width: 940px !important;
  }
}
@media (min-width: 1200px) {
  .carousel .player-carousel {
    height: 300px !important;
    width: 1140px !important;
  }
}
#privacy-policy .title {
  width: 100%;
}
@media only screen and (min-width: 1140px) {
  #privacy-policy .title {
    top: 74px;
  }
}
@media only screen and (max-width: 1139px) {
  #privacy-policy .title {
    top: 74px;
  }
}
@media only screen and (min-width: 1140px) {
  #privacy-policy .title h2 {
    font-size: 52px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1139px) {
  #privacy-policy .title h2 {
    font-size: 52px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1140px) {
  #privacy-policy .title.underline {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 1139px) {
  #privacy-policy .title.underline {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1140px) {
  #privacy-policy .title.underline:after {
    width: 150px;
    height: 2px;
  }
}
@media only screen and (max-width: 1139px) {
  #privacy-policy .title.underline:after {
    width: 150px;
    height: 2px;
  }
}
#privacy-policy .text {
  padding-top: 140px;
  padding-bottom: 38px;
  text-align: justify;
}
@media only screen and (min-width: 1140px) {
  #privacy-policy .text {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 1139px) {
  #privacy-policy .text {
    padding-top: 230px;
  }
}
button.payment-button {
  color: #000;
  width: 152px;
  padding: 12px 16px;
  display: inline-block;
  background-color: #ffe618;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #009390;
  white-space: nowrap;
}
