@charset "UTF-8";
#block-ester-c-local-tasks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block-ester-c-local-tasks ul li {
  padding: 15px;
  font-weight: bold;
}
#block-ester-c-local-tasks ul li a {
  color: #013da6;
}
#block-ester-c-local-tasks ul li [data-drupal-link-system-path] {
  position: relative;
}
#block-ester-c-local-tasks ul li [data-drupal-link-system-path]::after {
  content: " (" attr(href) ")";
}

.container--xxl {
  max-width: 1450px;
}

.modal-xl {
  max-width: 1200px;
}

/**
 * Set up a decent box model on the root element
 */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

body {
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

footer {
  margin-top: auto;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.m-0 {
  margin: 0;
}

.lw-1 {
  line-height: 1.8 !important;
}

.ul-check {
  list-style: none;
}
.ul-check-item::before {
  content: "✓";
  margin-right: 0.5em;
}
.ul-check-item-blue {
  color: #00a5cd;
}
.ul-check-item-blue::before {
  color: #00a5cd;
  content: "✓";
  margin-right: 0.5em;
}

.list {
  list-style: none;
}
.list li::before {
  content: "•";
  font-size: 36px;
  position: relative;
  top: 5px;
  margin-right: 0.1em;
}

.ul-bar {
  list-style: none;
}
.ul-bar li::before {
  content: "-";
  margin-right: 0.5em;
}

.col-r {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

@media (min-width: 992px) {
  .w {
    height: 100%;
  }
}

.line {
  border-bottom: 1px solid #ddd;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.color-white {
  color: #fff;
}

.color-dark-blue {
  color: #003a9b;
}

.form-contactus .main-form-wrapper {
  background-color: #f5f8fc;
  padding: 30px;
}
.form-contactus .main-form-wrapper > .form-item {
  padding: 20px 0;
}
.form-contactus .main-form-wrapper .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-contactus .main-form-wrapper .form-item .form-text,
.form-contactus .main-form-wrapper .form-item .form-email,
.form-contactus .main-form-wrapper .form-item .form-tel,
.form-contactus .main-form-wrapper .form-item .form-textarea,
.form-contactus .main-form-wrapper .form-item .form-select {
  padding: 10px;
  border: 1px solid #9fbbdf;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
.form-contactus .main-form-wrapper .form-item label.error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 100% !important;
          flex: 1 0 100% !important;
  max-width: 100% !important;
  color: red;
}
@media (min-width: 768px) {
  .form-contactus .main-form-wrapper .form-item label.error[for=edit-first-name], .form-contactus .main-form-wrapper .form-item label.error[for=edit-last-name], .form-contactus .main-form-wrapper .form-item label.error[for=edit-phone], .form-contactus .main-form-wrapper .form-item label.error[for=edit-email-address], .form-contactus .main-form-wrapper .form-item label.error[for=edit-country], .form-contactus .main-form-wrapper .form-item label.error[for=edit-street-address], .form-contactus .main-form-wrapper .form-item label.error[for=edit-organization-name] {
    margin-left: 33.333333%;
  }
}
.form-contactus .main-form-wrapper .form-item.js-form-type-textarea > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
.form-contactus .main-form-wrapper .form-item.js-form-type-textarea > div .form-textarea {
  width: 100%;
}
@media (min-width: 768px) {
  .form-contactus .main-form-wrapper .form-item .form-select,
  .form-contactus .main-form-wrapper .form-item .form-tel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.form-contactus .main-form-wrapper .form-item .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-contactus .main-form-wrapper .form-item .webform-element-description {
  margin-top: 5px;
  font-size: 13px;
}
.form-contactus .main-form-wrapper .form-item > label:not(.option) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}
.form-contactus .main-form-wrapper .form-item > label:not(.option).form-required::after {
  content: "*";
  display: inline-block;
  margin-left: 3px;
}
.form-contactus .main-form-wrapper .form-item > .js-webform-radios {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-contactus .main-form-wrapper .form-item > .js-webform-radios .form-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.form-contactus .main-form-wrapper .form-item > .js-webform-radios .form-item .option {
  padding-left: 10px;
}
.form-contactus .main-form-wrapper .form-item > .js-webform-radios .form-item:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .form-contactus .main-form-wrapper .form-item .description {
    margin-left: 33.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.form-contactus .main-form-wrapper .js-form-type-checkbox, .form-contactus .main-form-wrapper .captcha, .form-contactus .main-form-wrapper #edit-markup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-contactus .main-form-wrapper .js-form-type-checkbox input[type=checkbox], .form-contactus .main-form-wrapper .captcha input[type=checkbox], .form-contactus .main-form-wrapper #edit-markup input[type=checkbox] {
  margin-top: 5px;
}
.form-contactus .main-form-wrapper .js-form-type-checkbox label, .form-contactus .main-form-wrapper .captcha label, .form-contactus .main-form-wrapper #edit-markup label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .form-contactus .main-form-wrapper .js-form-type-checkbox, .form-contactus .main-form-wrapper .captcha, .form-contactus .main-form-wrapper #edit-markup {
    margin-left: 33.333333%;
  }
}

.main-form-wrapper-data-sell {
  background-color: #f5f8fc;
  padding: 30px;
}
.main-form-wrapper-data-sell > .form-item {
  padding: 20px 0;
}
.main-form-wrapper-data-sell .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-form-wrapper-data-sell .form-item .form-text,
.main-form-wrapper-data-sell .form-item .form-email,
.main-form-wrapper-data-sell .form-item .form-tel,
.main-form-wrapper-data-sell .form-item .form-textarea,
.main-form-wrapper-data-sell .form-item .form-select {
  padding: 10px;
  border: 1px solid #9fbbdf;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
.main-form-wrapper-data-sell .form-item label.error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 100% !important;
          flex: 1 0 100% !important;
  max-width: 100% !important;
  color: red;
}
@media (min-width: 768px) {
  .main-form-wrapper-data-sell .form-item label.error[for=edit-first-name], .main-form-wrapper-data-sell .form-item label.error[for=edit-last-name], .main-form-wrapper-data-sell .form-item label.error[for=edit-phone], .main-form-wrapper-data-sell .form-item label.error[for=edit-email-address], .main-form-wrapper-data-sell .form-item label.error[for=edit-country], .main-form-wrapper-data-sell .form-item label.error[for=edit-street-address], .main-form-wrapper-data-sell .form-item label.error[for=edit-organization-name] {
    margin-left: 33.333333%;
  }
}
.main-form-wrapper-data-sell .form-item.js-form-type-textarea > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
.main-form-wrapper-data-sell .form-item.js-form-type-textarea > div .form-textarea {
  width: 100%;
}
@media (min-width: 768px) {
  .main-form-wrapper-data-sell .form-item .form-select,
  .main-form-wrapper-data-sell .form-item .form-tel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.main-form-wrapper-data-sell .form-item .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-form-wrapper-data-sell .form-item .webform-element-description {
  margin-top: 5px;
  font-size: 13px;
}
.main-form-wrapper-data-sell .form-item > label:not(.option) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}
.main-form-wrapper-data-sell .form-item > label:not(.option).form-required::after {
  content: "*";
  display: inline-block;
  margin-left: 3px;
}
.main-form-wrapper-data-sell .form-item > .js-webform-radios {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-form-wrapper-data-sell .form-item > .js-webform-radios .form-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.main-form-wrapper-data-sell .form-item > .js-webform-radios .form-item .option {
  padding-left: 10px;
}
.main-form-wrapper-data-sell .form-item > .js-webform-radios .form-item:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .main-form-wrapper-data-sell .form-item .description {
    margin-left: 33.333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.main-form-wrapper-data-sell .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-form-wrapper-data-sell .js-form-type-checkbox input[type=checkbox] {
  margin-top: 5px;
}
.main-form-wrapper-data-sell .js-form-type-checkbox label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  margin-bottom: 0;
}

[role=contentinfo][aria-label="Error message"] [role=alert] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #000;
}

.big-title {
  color: #00a5cd;
  font-size: 32px;
  text-align: center;
  margin-bottom: 80px;
  font-family: "Sedgwick Co";
}
@media (min-width: 768px) {
  .big-title {
    font-size: 52px;
  }
}

.pink-title {
  margin-top: 0.5em;
  color: #ff0086;
  font-size: 36px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}

.blue-title {
  margin-top: 0.5em;
  color: #00a5cd;
  font-size: 36px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}

.blue-text {
  margin-top: 0.5em;
  color: #00a5cd;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
}

.w-text {
  margin-top: 0.5em;
  color: white;
  font-size: 30px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (max-width: 575px) {
  .w-text {
    font-size: 22px;
  }
}

.blue-text-light {
  margin-top: 0.5em;
  color: #00a5cd;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.check-text {
  margin-left: 0.5em;
  color: #00a5cd;
  font-size: 26px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
}

.white-title {
  margin-bottom: 1em;
  color: white;
  font-size: 24px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
}

.second-white-title {
  margin-bottom: 1em;
  color: white;
  font-size: 36px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}

.gray-text {
  color: #808080;
  font-size: 20px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
}

.gray-text-small {
  color: #808080;
  font-size: 13px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: normal;
}

.blue-text {
  color: #00a5cd;
  font-size: 35px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
}

.link-blue {
  color: #00a5cd;
}

.gray-text-opensans {
  color: #808080;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: normal;
}

.gray-text-opensans-light {
  color: #808080;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.white-text {
  color: white;
  font-size: 18px;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}

.white-text-lato {
  color: white;
  font-size: 30px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: normal;
}

.white-text-small {
  color: white;
  font-size: 16px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: normal;
}

.opensans-text {
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  font-style: italic;
  letter-spacing: normal;
}

.simple-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 2rem;
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: underline;
}

.smaller {
  font-size: 12px;
}

.font-bold {
  font-weight: bold;
  font-size: 26px;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header.scrolled-down {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.scrolled-up {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.isFixed {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.first-nav {
  background-color: #ffc40d;
  height: 20px;
}
@media (max-width: 578px) {
  .first-nav {
    display: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
@media (max-width: 578px) {
  .nav {
    background-color: #ffc40d;
  }
}
@media (min-width: 768px) {
  .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nav.container {
  max-width: 1000px;
}
.nav .nav-brand {
  margin: 1em 0;
}
.nav .nav-brand img {
  width: 130px;
}
.nav .menu-desktop {
  margin: 1em 0 1em 1em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.nav .menu-desktop .item-login {
  margin-left: 1em;
  color: #c0167e;
  font-size: 20px;
}
.nav .menu-desktop .item-login span {
  font-size: 16px;
}
.nav .menu-desktop li {
  text-transform: uppercase;
  color: #c0167e;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
}
.nav .menu-desktop li:not(:last-child) {
  border-right: 1px solid #aaa;
}
.nav .menu-desktop li a {
  color: #003a9b;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 15px;
}
.nav .menu-desktop li a:hover {
  color: #ffc40d;
}

@media only screen and (max-width: 768px) {
  .header {
    background: rgb(241, 240, 236);
  }
  .header .c-none {
    display: none;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .nav .nav-brand {
    margin: 1em 0;
  }
  .nav .menu-movil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .nav .menu-movil .button-movil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav .menu-movil .button-movil-go {
    border: none;
    background: #e6e5df;
    padding: 1.2em 0.8em;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #333333;
  }
  .nav .menu-movil .button-movil-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    color: #f05858;
    cursor: pointer;
    font-size: 20px;
    border-left: 2px solid #f1f0ec;
  }
}
.menu-mobile-dropdown {
  padding: 15px 0 0;
  list-style-type: none;
  color: #003a9b;
  margin-bottom: 0;
}
.menu-mobile-dropdown a {
  padding: 20px;
  display: block;
  color: #003a9b;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.btn-container {
  z-index: 99;
  opacity: 0;
  position: fixed;
  top: 96%;
  left: 92%;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  cursor: pointer;
}
.btn-container:hover {
  background: #c0167e;
}
.btn-container a {
  color: white;
}
.btn-container a:hover {
  background: #c0167e;
  color: white;
}

.nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.nav-social li {
  padding: 0 5px;
}
.nav-social li a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-social li a:hover {
  opacity: 0.6;
}

.menuToggle {
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 40px;
}
.menuToggle::before, .menuToggle::after,
.menuToggle span {
  background: #003a9b;
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 2px;
  margin: 5px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menuToggle.open:before {
  -webkit-transform: translateY(6px) rotate(135deg);
      -ms-transform: translateY(6px) rotate(135deg);
          transform: translateY(6px) rotate(135deg);
}
.menuToggle.open:after {
  -webkit-transform: translateY(-12px) rotate(-135deg);
      -ms-transform: translateY(-12px) rotate(-135deg);
          transform: translateY(-12px) rotate(-135deg);
}
.menuToggle.open span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

#seckit-noscript-tag {
  display: none;
}

@media (max-width: 1024px) {
  .section-banner__content-1 h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-banner__content-1 {
    position: relative;
    background: url("../img/home_hero_products-scaled-3.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: 400px !important;
  }
  .section-banner__content-1 h1 {
    margin-top: 20px;
  }
  .section-banner__content-1 p {
    font-size: 18px !important;
  }
  .section-banner__content-1 .btn-template-1 {
    background: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 1024px) {
  .section-banner__content-2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-banner__content-2 {
    position: relative;
    background: url("../img/home_hero_longer_lasting-scaled.jpeg") no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: 400px !important;
  }
  .section-banner__content-2 h2 {
    margin-top: 20px;
  }
  .section-banner__content-2 p {
    font-size: 17px !important;
  }
  .section-banner__content-2 .btn-template-1 {
    background: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 1024px) {
  .section-banner__content-3 h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-banner__content-3 {
    position: relative;
    background: url("../img/home_hero_science-scaled.jpeg") no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: 400px !important;
  }
  .section-banner__content-3 h2 {
    margin-top: 20px;
  }
  .section-banner__content-3 p {
    font-size: 17px !important;
  }
  .section-banner__content-3 .btn-template-1 {
    background: rgba(255, 255, 255, 0.5);
  }
}

.footer {
  padding-top: 3em;
  padding-bottom: 3em;
  color: #000;
  font-size: 15px;
}
.footer img {
  max-width: 100px;
}
.footer small {
  font-size: 0.667em;
}
.footer .footer-fda {
  margin: 1em auto;
  padding: 15px;
  line-height: 1em;
  border: 1px solid #777;
  max-width: 800px;
}
.footer .footer_claims p {
  margin-bottom: 5px;
}
.footer .footer_navigation {
  list-style: none;
  line-height: 1.7;
}
.footer .footer_navigation li {
  display: inline-block;
}
.footer .footer_navigation li + li::before {
  content: " | ";
}
.footer .footer_navigation li a {
  padding: 0 10px;
  color: #000;
}

.btn-yellow {
  margin-top: 2em;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  padding: 0.8em 2em;
  background: #ff8400;
  text-decoration: none;
  color: white;
}
.btn-yellow:hover {
  color: white;
  background: #ff0086;
}

.btn-yellow-v2 {
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  padding: 0.5em 2em;
  background: rgb(237, 125, 49);
  text-decoration: none;
  color: white;
}
.btn-yellow-v2:hover {
  color: white;
  background: #ff0086;
}

.btn-blue {
  margin-top: 2em;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  padding: 0.8em 2em;
  background: #00a5cd;
  text-decoration: none;
  color: white;
}
.btn-blue i {
  margin-right: 1em;
}
.btn-blue:hover {
  color: white;
  background: #ff0086;
}

.btn-blue-v2 {
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  padding: 0.8em 2em;
  background: #00a5cd;
  text-decoration: none;
  color: white;
}
.btn-blue-v2:hover {
  color: white;
}

.btn-pink-v2 {
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  padding: 0.8em 2em;
  background: #e43777;
  text-decoration: none;
  color: white;
}
.btn-pink-v2:hover {
  color: white;
}

.btn {
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: bold;
  background: transparent;
  padding: 10px 20px;
}

.btn-template-1 {
  border-color: #003a9b;
  color: #003a9b;
}
.btn-template-1:hover {
  background-color: #fff;
  color: #003a9b;
}

.btn-template-2 {
  border-color: #fff;
  color: #fff;
}
.btn-template-2:hover {
  background-color: #fff;
  color: #ce0001;
}

.modal-container {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 150vh;
  max-height: 200vh;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-container .modal {
  position: fixed;
  width: 50%;
  height: 200px;
  top: 35%;
  left: 25%;
  z-index: 1000;
  display: block;
  background: white;
}
.modal-container .modal-header {
  border-bottom: 1px solid #ff8400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0em 1em;
  padding-top: 1.5em;
}
.modal-container .modal-header h2 {
  font-size: 40px;
  color: #363636;
}
.modal-container .modal-body {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-container .modal-body span {
  color: #363636;
  font-weight: 700;
}

@media only screen and (max-width: 1125px) {
  .modal-container {
    height: 840px;
  }
  .modal-container .modal {
    position: fixed;
    width: 50%;
    height: 200px;
  }
  .modal-container .modal-header {
    padding: 0em 2em;
    padding-top: 1em;
  }
  .modal-container .modal-header h2 {
    text-align: center;
    font-size: 28px;
    color: #363636;
  }
}
@media only screen and (max-width: 769px) {
  .modal-container {
    height: 1200px !important;
  }
  .modal-container .modal {
    position: fixed;
    width: 60%;
    height: 200px;
  }
  .modal-container .modal-header {
    padding: 0em 2em;
    padding-top: 1em;
  }
  .modal-container .modal-header h2 {
    text-align: center;
    font-size: 28px;
    color: #363636;
  }
}
@media only screen and (max-width: 429px) {
  .modal-container .modal {
    height: 300px;
  }
  .modal-container .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
h1,
.h1 {
  font-size: 2em;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.6em;
  }
}

table td {
  padding: 10px;
}

.section-banner {
  position: relative;
}
@media (max-width: 767px) {
  .section-banner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
.section-banner__content {
  width: 100%;
  padding: 15px;
}
@media (max-width: 767px) {
  .section-banner__content {
    min-height: 100vh;
  }
  .section-banner__content-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-banner__content-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .section-banner__content {
    width: 80%;
    padding-top: 100px;
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .section-banner-3 img {
    -o-object-position: 76% 50%;
       object-position: 76% 50%;
  }
}
@media (max-width: 767px) {
  .section-banner-2 img {
    -o-object-position: 0;
       object-position: 0;
  }
}

.page-home .container-fluid {
  padding: 0;
}
.page-home .container-fluid .info {
  position: relative;
}
@media (max-width: 575px) {
  .page-home .container-fluid .info {
    height: 325px;
  }
}
.page-home .container-fluid .info .corner {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  color: #303f9f;
  text-align: right;
}
@media (max-width: 767px) {
  .page-home .container-fluid .info .corner {
    display: none;
  }
}
.page-home .container-fluid .info .corner h5 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  margin-top: 0.5em;
  margin-right: 0.5em;
  font-weight: bold;
  text-align: right;
}
.page-home .container-fluid .info img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .container-fluid .info-anonnce {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  opacity: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2em;
  color: white;
}
.page-home .container-fluid .info-anonnce a {
  color: white;
}
.page-home .container-fluid .info-anonnce h3 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.page-home .container-fluid .info:nth-child(1) .corner {
  text-align: right;
  background: #00b894;
}
.page-home .container-fluid .info:nth-child(1):hover .corner {
  color: white;
  background: #508249;
}
.page-home .container-fluid .info:nth-child(2) .corner {
  background: #b3e5fc;
}
.page-home .container-fluid .info:nth-child(2):hover .corner {
  color: white;
  background: #00a5cd;
}
.page-home .container-fluid .info:nth-child(3) .corner {
  background: #f8bbd0;
}
.page-home .container-fluid .info:nth-child(3):hover .corner {
  color: white;
  background: #ff0086;
}

@media only screen and (max-width: 780px) {
  .page-home .info {
    position: relative;
    height: 315px;
    overflow: hidden;
  }
  .page-home .info img {
    width: 100%;
  }
}
.alert-error {
  font-size: 12px !important;
  color: red;
  margin-bottom: 5px !important;
}

.webform-submission-do-not-sell-form .js-form-type-checkbox, .webform-submission-do-not-sell-my-data-form .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.webform-submission-do-not-sell-form .webform-options-display-two-columns, .webform-submission-do-not-sell-my-data-form .webform-options-display-two-columns {
  width: 16rem;
}
.webform-submission-do-not-sell-form .fieldset-legend, .webform-submission-do-not-sell-my-data-form .fieldset-legend {
  font-size: 15px;
  font-weight: bold;
}
.webform-submission-do-not-sell-form #edit-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi--wrapper, .webform-submission-do-not-sell-my-data-form #edit-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi--wrapper {
  margin-top: 1rem;
}
.webform-submission-do-not-sell-form #edit-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi--wrapper .fieldset-legend, .webform-submission-do-not-sell-my-data-form #edit-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi--wrapper .fieldset-legend {
  display: block;
}
.webform-submission-do-not-sell-form .form-item-i-am-the-individual-listed-above-, .webform-submission-do-not-sell-form .form-item-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi, .webform-submission-do-not-sell-my-data-form .form-item-i-am-the-individual-listed-above-, .webform-submission-do-not-sell-my-data-form .form-item-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi {
  width: 7rem;
}
.webform-submission-do-not-sell-form .form-item-i-am-the-individual-listed-above- input, .webform-submission-do-not-sell-form .form-item-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi input, .webform-submission-do-not-sell-my-data-form .form-item-i-am-the-individual-listed-above- input, .webform-submission-do-not-sell-my-data-form .form-item-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.webform-submission-do-not-sell-form .form-item-i-am-the-individual-listed-above- input[type=radio]:checked ~ label, .webform-submission-do-not-sell-form .form-item-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi input[type=radio]:checked ~ label, .webform-submission-do-not-sell-my-data-form .form-item-i-am-the-individual-listed-above- input[type=radio]:checked ~ label, .webform-submission-do-not-sell-my-data-form .form-item-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi input[type=radio]:checked ~ label {
  background-color: #ffc40d;
  border-color: #ffc40d;
  color: #fff;
}
.webform-submission-do-not-sell-form .form-item-i-am-the-individual-listed-above- label, .webform-submission-do-not-sell-form .form-item-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi label, .webform-submission-do-not-sell-my-data-form .form-item-i-am-the-individual-listed-above- label, .webform-submission-do-not-sell-my-data-form .form-item-i-am-submitting-this-request-as-the-authorized-agent-of-the-indi label {
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 5px;
  display: block;
  padding: 10px;
  background-color: #f8f8f8;
  cursor: pointer;
  font-size: 15px;
}
.webform-submission-do-not-sell-form #edit-actions-submit, .webform-submission-do-not-sell-my-data-form #edit-actions-submit {
  background-color: #ffc40d !important;
  border-color: #ffc40d;
  color: #fff;
}
.webform-submission-do-not-sell-form #edit-actions-submit:hover, .webform-submission-do-not-sell-my-data-form #edit-actions-submit:hover {
  background-color: #ffc40d !important;
  border-color: #ffc40d;
}
.webform-submission-do-not-sell-form #edit-cookies--wrapper, .webform-submission-do-not-sell-my-data-form #edit-cookies--wrapper {
  display: none;
}
.webform-submission-do-not-sell-form #error-message, .webform-submission-do-not-sell-my-data-form #error-message {
  color: red;
  font-size: 13px;
}

.basic-page a {
  color: #003a9b;
  text-decoration: underline;
}

.product-banner {
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #003a9b;
}
.product-banner h1 {
  color: #003a9b;
  font-weight: bold;
}
.product-banner .btn-template-1 {
  background-color: #003a9b;
  color: #fff;
}
.product-banner .breadcrumb {
  background-color: transparent;
}
.product-banner .breadcrumb a {
  color: #003a9b;
  font-weight: bold;
}

.product-fact-image {
  text-align: center;
  color: #003a9b;
  max-width: 120px;
  font-size: 12px;
  padding: 0 2px;
}
.product-fact-image img {
  max-width: 55px;
  height: auto;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .product-fact-image img {
    max-width: 70px;
  }
}
.product-fact-image p {
  margin-bottom: 0;
}

.see-full-supplement {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 20px 0;
  border-top: 1px solid #003a9b;
  border-bottom: 1px solid #003a9b;
  width: 100%;
  text-align: left;
  color: #003a9b;
  font-size: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.see-full-supplement .fas {
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  background: #003a9b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 15px;
}
.see-full-supplement:focus {
  outline: none;
}
.see-full-supplement:hover {
  color: #003a9b;
}
.see-full-supplement:hover .fas {
  background: #003a9b;
}

#fullFactLabel .close {
  opacity: 1;
}
#fullFactLabel span {
  color: #003a9b;
}

.supplement-facts ul {
  font-weight: bold;
  padding: 0 15px;
  list-style-position: outside;
}

@media (min-width: 768px) {
  .related-products-container {
    position: relative;
  }
  .related-products-container::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: #ecf4f7;
    z-index: -1;
  }
}

.product-teaser-home {
  text-align: center;
}
.product-teaser-home .product-label {
  font-weight: bold;
}
.product-teaser-home .product-label a {
  color: #003a9b;
}
.product-teaser-home img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.product-teaser-home:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-filter: drop-shadow(0 6px 10px #ccc);
          filter: drop-shadow(0 6px 10px #ccc);
}
.product-teaser-home .product-summary {
  color: #757575;
  margin-bottom: 20px;
}
.product-teaser-home .btn-template-1:hover {
  background-color: #003a9b;
  color: #fff;
}

.science-block {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.science-block .science-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .science-block .science-content {
    padding: 0 50px;
  }
}
.science-block .science-img {
  position: relative;
}
.science-block:nth-of-type(3n + 1) {
  background-color: #E02D00;
}
.science-block:nth-of-type(3n + 2) {
  background-color: #ee8722;
  color: #393838;
}
.science-block:nth-of-type(3n + 3) {
  background-color: #e9c52f;
  color: #4F4F4F;
}

.page-patients .sup sup {
  font-size: 0.5em !important;
  top: -13px !important;
}
.page-patients .sup-pink sup {
  font-size: 0.5em !important;
  top: -16px !important;
}
.page-patients sup {
  font-size: 0.5em;
  margin-top: 0em !important;
}
.page-patients .section-woman {
  padding: 0 0em;
}
.page-patients .section-woman img {
  width: 95%;
}
.page-patients .section-woman .section-woman-info {
  width: 100%;
  padding: 1em;
}
.page-patients .width-phases {
  height: 500px;
  overflow: hidden;
}
.page-patients .width-phases img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-patients .col-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-patients .phases {
  padding: 3em;
}
.page-patients .phases-title::before, .page-patients .phases-title::after {
  display: inline-block;
  content: "";
  border-top: 1px dashed white;
  width: 5rem;
  margin: 0 1rem;
  -webkit-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.page-patients .phases-subtitle {
  width: 80%;
}

@media only screen and (max-width: 780px) {
  .page-patients .section-woman img {
    width: 100%;
  }
  .page-patients .width-phases {
    height: auto;
  }
  .page-patients .col-img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .page-patients .col-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-patients .phases {
    height: 400px;
    padding: 6em;
  }
  .page-patients .phases-subtitle {
    width: 80%;
  }
  .page-patients .phases-subtitle p {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 429px) {
  .page-patients .col-img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .page-patients .phases {
    height: 500px;
    padding: 2em;
  }
  .page-patients .phases-title::before, .page-patients .phases-title::after {
    display: none;
  }
  .page-patients .phases-subtitle {
    width: 100%;
  }
  .page-patients .phases-subtitle p {
    line-height: 1.2;
  }
}
.font-400 {
  font-weight: 400;
}

.font-20 {
  font-size: 20px;
}

.mb-8 {
  margin-bottom: 3em;
}

.page-experts .sup sup {
  font-size: 0.5em !important;
  top: -13px !important;
}
.page-experts .sup-pink sup {
  font-size: 0.5em !important;
  top: -16px !important;
}
.page-experts sup {
  font-size: 0.5em;
  margin-top: 0em !important;
}
.page-experts .banner {
  margin-top: 1em;
}
.page-experts .banner-title {
  font-size: 22px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
}
.page-experts .banner-subtitle {
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: normal;
  font-style: italic;
}
.page-experts .section-doctor-info {
  width: 100%;
}
.page-experts .section-blockquote {
  padding: 110px 30px 110px 30px;
}
.page-experts .col-img img {
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-experts .col-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-experts .section-diet {
  padding: 3em 2em 0 2em;
}
.page-experts .module-life {
  margin: 1em 0;
  padding: 1em;
}
.page-experts .video, .page-experts iframe {
  width: 100%;
  height: 600px;
}
.page-experts .video iframe, .page-experts iframe iframe {
  width: 80%;
  height: 100%;
}
.page-experts iframe {
  width: 80%;
  height: 100%;
}
.page-experts .img-width {
  width: 75%;
}

@media only screen and (max-width: 780px) {
  .page-experts .img-md {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .page-experts .col-img {
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .page-experts .col-img img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-experts .col-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-experts .section-doctor {
    padding: 0 1em;
  }
  .page-experts .section-doctor-info {
    width: 100%;
    text-align: center;
  }
  .page-experts .video {
    width: 100%;
    height: 300px;
  }
  .page-experts .video iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 429px) {
  .page-experts .img-md {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .page-experts .col-img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .page-experts .alig-center {
    text-align: center;
  }
  .page-experts .video {
    width: 100%;
    height: 200px;
    padding: 2em;
  }
  .page-experts .video iframe {
    width: 80%;
    height: 100%;
  }
}
.size-20 {
  font-family: "Lato";
  font-size: 20px;
}

.mb-8 {
  margin-bottom: 3em;
}

.m-4 {
  margin-bottom: 4em;
}

.mb-7 {
  margin-bottom: 5em;
}

.background-blue {
  background: #00a5cd;
  color: white;
}

.background-green {
  background: #508249;
  color: white;
}

.background-yellow {
  background: #ff8400;
  color: white;
}

.background-pink {
  background: #ff0086;
  color: white;
}

.background-orange {
  background: rgb(237, 125, 49);
  color: white;
}

.background-orange-opacity {
  background: #d69a40;
}

.background-gray {
  background: #f8f8f8;
}
/*# sourceMappingURL=style.css.map */