html {
  box-sizing: border-box
}

*,
::after,
::before {
  box-sizing: inherit
}

.button {
  background-color: #187aab;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .2);
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: .875rem;
  line-height: 1;
  padding: .75rem 1.5rem;
  text-decoration: none !important
}

.button:active,
.button:focus,
.button:hover,
button:active,
button:focus,
button:hover {
  background-color: #14658e;
  color: #fff
}

input {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.313rem
}

input[type=text] {
  background-color: #fff;
  border: 1px solid #e8e6e6;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.313rem;
  padding: 10px 0 15px 10px;
  transition: border-color 150ms ease;
  width: 100%
}

[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body {
  color: #444;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2
}

body h1 {
  font-size: 3rem
}

@media screen and (max-width:39.938em) {
  body h1 {
    font-size: 1.875rem;
    line-height: 1.1
  }
}

h1,
h2,
h3 {
  color: #333132;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px
}

p {
  margin: 0 0 25px;
  line-height: 1.4
}

a {
  transition: color 150ms ease
}

a:active,
a:focus,
a:hover {
  color: #187aab
}

img {
  margin: 0 auto;
  max-width: 100%;
  display: block
}

body {
  background-color: #fff;
  margin: 0
}

@media screen and (max-width:39.938em) {
  body {
    padding: 5rem 0 0
  }
}

footer,
header {
  clear: both
}

.global-nav-container {
  background-color: #fff;
  border-top: 2px solid #333132;
  box-shadow: 0 1px 3px 0 rgba(187, 187, 187, .5);
  font-size: 1rem;
  height: 5.625rem;
  transition: .5s height ease;
  z-index: 1000000
}

@media screen and (max-width:63.938em) {
  .global-nav-container {
    height: 4.375rem
  }
}

@media screen and (max-width:39.938em) {
  .global-nav-container {
    border-top: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
}

.global-nav-container * {
  position: relative
}

.global-nav-container ul {
  list-style-type: none
}

.global-nav-wrapper {
  margin: 0 auto;
  max-width: 77.5rem;
  padding: 0 1em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.global-nav-logo {
  margin: .5rem 0;
  width: 6.875rem
}

@media screen and (max-width:47.938em) {
  .global-nav-logo {
    margin-right: 5rem
  }
}

.global-nav-logo-container {
  float: left;
  width: 122px
}

@media screen and (max-width:63.938em) {
  .global-nav-logo-container {
    padding-top: 1rem;
    width: 165px
  }
}

@media screen and (max-width:39.938em) {
  .global-nav-logo-container {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100vw
  }

  .global-nav-logo-container .global-nav-mobile-toggle {
    left: 20px;
    position: absolute;
    top: 25px
  }
}

.global-nav-center-container {
  float: left;
  margin: 0;
  padding: 0;
  position: static;
  width: calc(100% - 420px)
}

@media screen and (max-width:63.938em) {
  .global-nav-center-container {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    height: 100%;
    left: -20rem;
    padding: 1em;
    position: fixed;
    transition: .4s left ease;
    width: 15.625rem;
    z-index: 5100000
  }
}

.global-nav-right-container {
  float: right;
  top: 0;
  transition: .5s top ease;
  width: 280px;
  padding-top: 8px
}

@media screen and (max-width:63.938em) {
  .global-nav-right-container {
    padding-top: 14px;
    width: 12.5rem
  }
}

@media screen and (max-width:39.938em) {
  .global-nav-right-container {
    padding-top: .4375rem;
    width: auto
  }
}

.global-nav-search-container {
  z-index: 10
}

.global-nav-search-container #global-nav-search {
  padding-right: 2.5rem
}

.global-nav-search-container #global-nav-search {
  border: 1px solid #4a4a4a;
  box-sizing: border-box;
  color: #4a4a4a;
  height: 40px;
  line-height: 1
}

@media screen and (max-width:39.938em) {
  .global-nav-search-container #global-nav-search {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: transparent;
    float: right;
    padding: 0;
    position: absolute;
    right: 0;
    transition: .4s all ease;
    width: 2.5rem;
    z-index: 2
  }

  .global-nav-search-container #global-nav-search:-ms-input-placeholder {
    opacity: 0
  }

  .global-nav-search-container #global-nav-search::placeholder {
    opacity: 0
  }

  .global-nav-search-container #global-nav-search:focus {
    border-bottom: 1px solid #4a4a4a;
    color: #4a4a4a;
    padding: .625rem 2.5rem .625rem .625rem;
    width: calc(100vw - 5.625rem);
    z-index: 0
  }

  .global-nav-search-container #global-nav-search:focus:-ms-input-placeholder {
    opacity: 1;
    transition: .4s opacity .3s ease
  }

  .global-nav-search-container #global-nav-search:focus::placeholder {
    opacity: 1;
    transition: .4s opacity .3s ease
  }
}

.global-nav-search-container #global-nav-search:-ms-input-placeholder {
  color: #767674;
  display: inline-block;
  font-size: .7em;
  font-weight: 700;
  padding: .3125rem;
  text-transform: uppercase
}

.global-nav-search-container #global-nav-search::placeholder {
  color: #767674;
  display: inline-block;
  font-size: .7em;
  font-weight: 700;
  padding: .3125rem;
  text-transform: uppercase
}

.global-nav-search-container .global-nav-search-submit {
  background: 0 0;
  box-shadow: none;
  color: #4a4a4a;
  font-size: 1.25rem;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 7px;
  z-index: 2;
  height: 25px;
  width: 25px;
  cursor: pointer
}

@media screen and (max-width:39.938em) {
  .global-nav-search-container .global-nav-search-submit {
    font-size: 1.2em;
    top: 15px
  }
}

.global-nav-upper-links {
  display: block;
  font-size: .75em;
  font-weight: 400;
  margin: .625rem 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap
}

@media screen and (max-width:63.938em) {
  .global-nav-upper-links {
    font-size: .938em;
    margin: 0
  }

  .global-nav-upper-links li {
    border-bottom: 1px solid #e8e6e6;
    display: block !important;
    margin-right: 0 !important
  }

  .global-nav-upper-links li a {
    display: inline-block;
    line-height: 1;
    padding: 1em 0;
    width: 100%
  }
}

.global-nav-upper-links li {
  display: inline;
  line-height: 1;
  margin-right: 1.2em
}

.global-nav-upper-reg-links {
  margin: .5rem 0;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  top: 0;
  transition: .25s top ease, .4s right ease .25s;
  z-index: 12
}

@media screen and (max-width:63.938em) {
  .global-nav-upper-reg-links {
    margin: 15px 0;
    padding: 0;
    position: absolute;
    right: 13.75rem;
    top: 0;
    width: 13.75rem
  }
}

@media screen and (max-width:39.938em) {
  .global-nav-upper-reg-links {
    right: 3.125rem;
    transition: .7s top ease;
    margin: 20px 0
  }
}

.global-nav-upper-reg-links li {
  display: inline;
  font-size: .75em;
  font-weight: 400;
  margin-left: 2em
}

@media screen and (max-width:63.938em) {
  .global-nav-upper-reg-links li {
    font-size: .875em;
    font-weight: 700
  }

  .global-nav-upper-reg-links li.global-nav-sign-in {
    top: .125rem
  }
}

.global-nav-upper-reg-links li.global-nav-sign-in a {
  color: #4a4a4a
}

@media screen and (max-width:39.938em) {
  .global-nav-upper-reg-links .global-nav-subscribe {
    transition: .7s top ease
  }
}

.global-nav-upper-reg-links .global-nav-subscribe .button {
  background-color: #44d4ff;
  color: #222;
  font-size: .917em;
  height: 1.4375rem;
  padding: .3125rem .8125rem;
  text-transform: uppercase;
  transition: .4s padding ease
}

@media screen and (max-width:63.938em) {
  .global-nav-upper-reg-links .global-nav-subscribe .button {
    font-size: 1em;
    font-weight: 400;
    height: 40px;
    padding: .75rem 1.125rem .8125rem;
    display: inline-block
  }
}

@media screen and (max-width:39.938em) {
  .global-nav-upper-reg-links .global-nav-subscribe .button {
    bottom: .125rem;
    display: inline-block;
    font-size: .75rem;
    font-weight: 400;
    height: 1.875rem;
    margin-top: 0;
    padding: .625rem .8125rem 0 .6875rem;
    width: 82px
  }
}

.global-nav-links-container {
  float: left;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%
}

@media screen and (max-width:63.938em) {
  .global-nav-links-container {
    height: calc(100vh - 10rem);
    overflow-y: auto
  }
}

.global-nav-links-link {
  display: inline;
  float: left;
  padding: 15px 0;
  position: static;
  top: 0;
  width: 20%
}

@media screen and (max-width:63.938em) {
  .global-nav-links-link {
    border-bottom: 1px solid #e8e6e6;
    display: block;
    line-height: 1;
    padding: 0;
    width: 100%
  }
}

.global-nav-links-link:hover .global-nav-links-title::after {
  background: #222;
  bottom: -11px;
  content: '';
  height: .1875rem;
  left: .5rem;
  position: absolute;
  width: calc(100% - 2rem)
}

.global-nav-links-title {
  border-left: 1px solid #e8e6e6;
  color: #4a4a4a;
  display: block;
  font-size: .875em;
  font-weight: 700;
  line-height: 1;
  padding: 0 1.5rem 0 .5rem;
  text-transform: uppercase
}

.global-nav-links-title:hover {
  color: inherit;
  text-decoration: none
}

@media screen and (max-width:39.938em) {
  .global-nav-sign-in {
    display: none !important
  }
}

@media screen and (max-width:63.938em) {
  .global-nav-hide-tablet {
    display: none !important
  }
}

.global-nav-hide-desktop {
  display: none !important
}

@media screen and (max-width:63.938em) {
  .global-nav-hide-desktop {
    display: block !important
  }
}

.global-nav-mobile-toggle {
  float: left;
  font-size: 2em;
  line-height: 1;
  position: relative;
  top: 10px;
  margin-right: 20px
}

.mob-menu__line {
  width: 32px;
  height: 3px;
  background-color: #444;
  margin-bottom: 5px
}

.mob-menu__line:last-child {
  margin-bottom: 0
}

.module {
  font-size: 1rem;
  position: relative
}

.module ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.module ol {
  margin: 0;
  padding: 0 0 0 1em
}

a {
  color: #187aab;
  text-decoration: none
}

a:hover {
  color: #187aab;
  text-decoration: underline
}

body>footer {
  border-top: 2px solid #4a4a4a;
  font-size: 1rem;
  margin-top: 20px;
  padding-top: 20px
}

.global-footer {
  max-width: 61.25em;
  color: #767674;
  font-weight: 500;
  margin: 0 auto 20px;
  padding: 0;
  display: flex
}

.global-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center
}

.global-footer ul li {
  line-height: 1.375
}

.global-footer-column {
  display: block;
  margin: 0 auto
}

.global-footer h3 {
  color: #333132;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.188em;
  font-weight: 500;
  line-height: 1.375;
  margin: 2.5rem 0 .5rem
}

.global-footer h3:first-child {
  margin-top: 0
}

.global-footer a {
  color: inherit;
  font-size: .875em
}

.global-footer-logo {
  display: block;
  margin: 0 auto
}

.global-footer .social-icons {
  margin: 5px auto 0
}

.global-footer .social-icons li {
  margin: 0 7px
}

.global-footer .social-icons a {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center
}

.global-footer .social-icons a img {
  width: 60%
}

.global-footer .social-icons a.fb {
  background-color: #235b9e
}

.global-footer .social-icons a.tw {
  background-color: #00abe3
}

.global-footer .social-icons a.pt {
  background-color: #eb1a22
}

.social-icons img {
  margin: 0
}

.global-footer-copyright {
  color: #767674;
  font-weight: 500;
  margin: 20px auto;
  max-width: 61.25em;
  padding: 0 12px;
  text-align: center;
  width: 100%
}

.global-footer-copyright a {
  color: #187aab;
  font-size: .813rem;
  font-weight: 500
}

.global-footer-copyright p {
  font-size: .875em;
  line-height: 1.125;
  margin: 0
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

footer,
header,
nav {
  display: block
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b {
  font-weight: 700
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button,
html input[type=button],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

.header-interactive-article {
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px auto;
  transition: all .1s ease;
  width: 100%
}

.header-interactive-article .header-label {
  color: #333132;
  font-family: "Source Sans Pro", sans-serif;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto 15px;
  padding: 3.5px 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 230px
}

.header-interactive-article .header-label::before {
  border: 4px solid #45807c;
  border-right: 0;
  content: '';
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: .75rem
}

.header-interactive-article .header-label::after {
  border: 4px solid #45807c;
  border-left: 0;
  content: '';
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: .75rem
}

.header-interactive-article .header-title-container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.header-interactive-article img {
  height: 16.5625rem;
  width: auto
}

@media screen and (max-width:63.938em) {
  .header-interactive-article {
    margin: 1.25rem 0;
    width: auto
  }
}

@media screen and (max-width:47.938em) {
  .header-interactive-article {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.25rem 0;
    padding: 0;
    width: auto
  }

  .header-interactive-article .header-title-container {
    max-width: 100%
  }
}

picture {
  flex-shrink: 0
}

.content {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto
}

.content p {
  text-align: justify
}

.content a {
  color: #187aab;
  font-weight: 700
}

.content__title {
  color: red;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px
}

.content__subtitle {
  font-size: 22px;
  line-height: 1.3
}

.content__subtitle-2 {
  margin: 40px 0 25px
}

.text-center {
  text-align: center
}

p.content__border {
  border: 2px solid #d2e904;
  padding: 10px;
  background-color: rgba(217, 255, 0, .1);
  text-align: left;
  margin-bottom: 20px
}

.content__list {
  margin: 0 0 15px;
  padding-left: 20px;
  line-height: 1.4
}

.content__list li {
  margin-bottom: 10px
}

pattern.attention-red {
  color: red;
  border: 1px solid #000;
  font-weight: 700;
  padding: 10px;
  text-align: left
}

p.attention-blue {
  color: #00f;
  border: 1px solid #000;
  font-weight: 700;
  padding: 10px;
  text-align: left
}

.title-upper {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.red-text {
  color: red
}

.product {
  margin: 0 auto
}

a.order__btn {
  text-align: center;
  margin: 0 auto 20px;
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  max-width: 300px;
  background-color: #d10f0f;
  color: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: .3s
}

a.order__btn:hover {
  text-decoration: underline;
  background-color: #a11212
}

.image__wrapper {
  margin: 40px auto;
  max-width: 800px;
}

.image__note {
  padding-top: 5px;
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 16px
}

.comments__title {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px
}

.comment {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b6b6b6;
  display: flex
}

.comment:last-child {
  margin-bottom: 20px
}

.comment__level-2 {
  margin-left: 70px
}

.comment__ava {
  margin: 0 15px 0 0
}

.comment__name {
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px
}

.comment__text {
  margin: 0
}

.search__wrapper {
  position: relative
}

.search__link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: text
}

.real-photo {
  margin: 15px 0 0
}

.mod-red {
  color: red
}

.conversation__wrapper {
  border: 2px solid #8a8a8a;
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden
}

.conversation__wrapper * p:last-child {
  margin-bottom: 0
}

.conversation__question {
  padding: 20px;
  border-bottom: 2px solid #8a8a8a;
  background-color: rgba(185, 185, 185, .3)
}

.content p.conversation__question-title {
  margin-bottom: 15px
}

.conversation__answer {
  padding: 20px
}

.expert__wrapper {
  display: flex
}

.expert__image {
  width: 220px;
  flex-shrink: 0;
  margin-right: 20px
}

.content p.expert__title {
  margin-bottom: 15px;
  text-align: center
}

.content__link {
  text-decoration: underline
}

.content__link:hover {
  text-decoration: none
}

@media (max-width:1219px) {
  body {
    font-size: 17px;
    line-height: 1.3
  }

  .content {
    max-width: 100%
  }

  .global-nav-upper-links li:last-child {
    display: none
  }

  .expert__image img {
    width: 110px
  }
}

@media (max-width:1023px) {
  .content__title {
    font-size: 30px
  }

  .global-nav-logo {
    margin-top: 4px
  }

  .global-nav-upper-reg-links {
    display: none
  }

  .global-nav-search-container #global-nav-search {
    margin-top: 0
  }
}

@media (max-width:767px) {
  .content__title {
    font-size: 26px
  }

  .content__subtitle {
    font-size: 20px
  }

  .content__subtitle-2 {
    margin: 30px 0 20px
  }

  .content p {
    text-align: left;
    margin: 0 0 15px
  }

  .image__wrapper {
    margin: 30px auto
  }

  .conversation__wrapper {
    margin-bottom: 20px
  }

  .content p.conversation__question-title {
    margin-bottom: 10px
  }

  .content p.expert__title {
    margin-bottom: 10px
  }
}

@media (max-width:639px) {
  .global-nav-logo {
    left: 0;
    margin-right: 0
  }

  .global-nav-upper-reg-links .global-nav-subscribe {
    margin-left: 0
  }

  .global-nav-search-container .global-nav-search-submit {
    right: 0
  }

  .global-nav-upper-reg-links {
    right: 30px
  }

  .logo__link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
  }

  .global-nav-search-container #global-nav-search {
    display: none
  }

  .expert__wrapper {
    display: block
  }

  .expert__image {
    margin: 0 auto 20px
  }

  .conversation__question {
    padding: 10px
  }

  .conversation__answer {
    padding: 10px
  }

  .global-nav-wrapper {
    display: block
  }
}

@media (max-width:479px) {
  .content__title {
    font-size: 22px
  }

  .content__subtitle {
    font-size: 18px
  }

  .comment__level-2 {
    margin-left: 40px
  }

  body {
    font-size: 16px
  }
}

::-ms-clear {
  display: none
}

* {
  -webkit-tap-highlight-color: transparent
}

#comebacker_main_div {
  display: none !important;
  height: 0 !important
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

a:-moz-focusring,
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

:active,
:focus,
:hover,
:visited {
  outline: 0 !important
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important
}

::-moz-focus-inner {
  border: 0;
  outline: 0
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: none
}

:not(#fake) {
  outline: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

input:invalid {
  box-shadow: none
}