.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 960px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 480px) {
  .container {
    width: auto; } }
@media (min-width: 1280px) {
  .container {
    width: 1280px; } }
html,
body,
footer {
  padding: 0;
  margin: 0;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }

.cke_editable img {
  width: 100%; }

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

a {
  font-style: normal;
  text-decoration: none;
  color: #0b8154;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  word-wrap: break-word; }
  a:hover {
    color: #2E8726; }

.hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal; }

.display-none {
  display: none; }

main h1, main .h1,
.modal__window h1,
.modal__window .h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: -0.03542rem;
  line-height: 44px;
  line-height: 2.75rem; }
  @media all and (min-width: 960px) {
    main h1, main .h1,
    .modal__window h1,
    .modal__window .h1 {
      font-size: 38px;
      font-size: 2.375rem;
      letter-spacing: -0.03958rem;
      line-height: 40px;
      line-height: 2.5rem; } }
main h2, main .h2,
.modal__window h2,
.modal__window .h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -0.03125rem;
  line-height: 38px;
  line-height: 2.375rem; }
  @media all and (min-width: 960px) {
    main h2, main .h2,
    .modal__window h2,
    .modal__window .h2 {
      font-size: 34px;
      font-size: 2.125rem;
      letter-spacing: -0.03542rem;
      line-height: 38px;
      line-height: 2.375rem; } }
main h3, main .h3,
.modal__window h3,
.modal__window .h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.025rem;
  line-height: 30px;
  line-height: 1.875rem; }
  @media all and (min-width: 960px) {
    main h3, main .h3,
    .modal__window h3,
    .modal__window .h3 {
      font-size: 28px;
      font-size: 1.75rem;
      letter-spacing: -0.02917rem;
      line-height: 34px;
      line-height: 2.125rem; } }
main h4, main .h4,
.modal__window h4,
.modal__window .h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.02083rem;
  line-height: 26px;
  line-height: 1.625rem; }
  @media all and (min-width: 960px) {
    main h4, main .h4,
    .modal__window h4,
    .modal__window .h4 {
      font-size: 24px;
      font-size: 1.5rem;
      letter-spacing: -0.025rem;
      line-height: 30px;
      line-height: 1.875rem; } }
main h5, main .h5,
.modal__window h5,
.modal__window .h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.01875rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media all and (min-width: 960px) {
    main h5, main .h5,
    .modal__window h5,
    .modal__window .h5 {
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: -0.02083rem;
      line-height: 26px;
      line-height: 1.625rem; } }
main h6, main .h6,
.modal__window h6,
.modal__window .h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.01667rem;
  line-height: 22px;
  line-height: 1.375rem; }
  @media all and (min-width: 960px) {
    main h6, main .h6,
    .modal__window h6,
    .modal__window .h6 {
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: -0.01875rem;
      line-height: 20px;
      line-height: 1.25rem; } }
main p, main .p, main .terms li ol > li, .terms li main ol > li,
.modal__window p,
.modal__window .p,
.modal__window .terms li ol > li,
.terms li .modal__window ol > li {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.01667rem;
  line-height: 22px;
  line-height: 1.375rem; }
  @media all and (min-width: 960px) {
    main p, main .p, main .terms li ol > li, .terms li main ol > li,
    .modal__window p,
    .modal__window .p,
    .modal__window .terms li ol > li,
    .terms li .modal__window ol > li {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: -0.01667rem;
      line-height: 22px;
      line-height: 1.375rem; } }
main strong,
.modal__window strong {
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400; }
main ul, main ol,
.modal__window ul,
.modal__window ol {
  margin-top: -5px;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.01667rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding-left: 15px;
  margin-left: 0; }
  @media all and (min-width: 960px) {
    main ul, main ol,
    .modal__window ul,
    .modal__window ol {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: -0.01667rem;
      line-height: 22px;
      line-height: 1.375rem; } }
  main ul li, main ol li,
  .modal__window ul li,
  .modal__window ol li {
    padding-left: 10px;
    margin-bottom: 6px; }
main a, main .a,
.modal__window a,
.modal__window .a {
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400; }

body {
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300;
  color: #030304;
  background-color: #ffffff; }

@media all and (min-width: 768px) {
  .js .main {
    display: block !important; } }

.header {
  margin-top: 40px;
  margin-bottom: 35px; }
  .header-col-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 160px; }
    @media all and (min-width: 480px) {
      .header-col-1 {
        width: 200px; } }
    @media all and (min-width: 1200px) {
      .header-col-1 {
        width: 22%;
        float: left; } }
  .header-col-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: -40px; }
    @media all and (min-width: 1200px) {
      .header-col-2 {
        width: 78%;
        float: right;
        margin-bottom: 0;
        margin-top: 5px; } }
  .header__brand {
    max-width: 220px;
    height: auto;
    display: block; }
    .header__brand img {
      width: 100%;
      height: auto; }

.footer {
  margin-top: 0;
  margin-bottom: 35px; }
  .footer .row {
    position: relative;
    overflow: hidden; }
  .footer-col-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 160px;
    background-color: #ffffff;
    z-index: 2;
    float: left; }
    @media all and (min-width: 480px) {
      .footer-col-1 {
        width: 200px; } }
  .footer-col-2 {
    position: relative;
    min-height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    border-top: 5px solid #0b8154;
    top: 17px;
    z-index: 1;
    box-sizing: border-box; }
    @media all and (min-width: 480px) {
      .footer-col-2 {
        top: 21px; } }
    @media all and (min-width: 1200px) {
      .footer-col-2 {
        border-top: 7px solid #0b8154; } }
  .footer__brand {
    max-width: 220px;
    height: auto;
    display: block; }
    .footer__brand img {
      width: 100%;
      height: auto; }
    .footer__brand__wrapper {
      margin-bottom: 40px; }
  .footer__statement {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.02083rem;
    line-height: 24px;
    line-height: 1.5rem;
    text-align: center;
    background-color: #7fbe61;
    padding: 20px;
    margin-bottom: 60px; }
  .footer__navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01458rem;
    font-weight: 400; }
    .footer__navigation li {
      margin-bottom: 8px; }
      .footer__navigation li a {
        color: #030304; }
        .footer__navigation li a:hover {
          color: #2E8726; }
  .footer__address, .locations__address {
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01458rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 10px;
    border-top: 1px solid #cecece;
    padding-top: 30px;
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300; }
    @media all and (min-width: 768px) {
      .footer__address, .locations__address {
        border-top: none;
        padding-top: 0; } }
    .footer__address h2, .locations__address h2 {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: -0.01667rem;
      line-height: 20px;
      line-height: 1.25rem;
      margin-bottom: 15px;
      margin-top: 0;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
  .footer__address-container:first-of-type .footer__address, .footer__address-container:first-of-type .locations__address {
    border-top: none;
    padding-top: 0; }
  .footer__contact-details {
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01458rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 20px;
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 400; }
    .footer__contact-details a {
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
  .footer__opening-hrs {
    margin-bottom: 30px;
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300; }
  .footer__location {
    margin-bottom: 30px; }
    @media all and (min-width: 960px) {
      .footer__location {
        margin-bottom: 0; } }
    .footer__location a {
      background-image: url("images/location-icon.png");
      background-size: 35px 35px;
      background-repeat: no-repeat;
      background-position: top left;
      display: inline-block;
      padding: 9px 0 0 40px;
      height: 35px;
      box-sizing: border-box;
      color: #0b8154;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
      .footer__location a:hover {
        color: #030304; }
  .footer__rights {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: -0.0125rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #0b8154; }
    @media all and (min-width: 1200px) {
      .footer__rights__wrapper--first {
        padding-top: 10px; } }
    .footer__rights__wrapper ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 20px; }
      @media all and (min-width: 960px) {
        .footer__rights__wrapper ul {
          margin-bottom: 0; } }
      .footer__rights__wrapper ul li {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #cecece;
        margin-bottom: 5px; }
        @media all and (min-width: 768px) {
          .footer__rights__wrapper ul li {
            display: inline-block;
            padding: 0;
            border-bottom: none;
            margin-bottom: 0;
            padding-left: 8px;
            margin-left: 8px;
            border-left: 1px solid #0b8154; }
            .footer__rights__wrapper ul li:first-child {
              margin-left: 0;
              padding-left: 0;
              border-left: none; }
            .footer__rights__wrapper ul li:last-child {
              border-bottom: none; } }
    .footer__rights--site-number {
      margin-top: 20px; }
      @media screen and (min-width: 960px) {
        .footer__rights--site-number {
          text-align: right;
          margin-top: 0; } }
  @media all and (min-width: 768px) {
    .footer__social-media {
      float: left; } }
  .footer__social-media ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cecece; }
    @media all and (min-width: 768px) {
      .footer__social-media ul {
        border-bottom: none; } }
    .footer__social-media ul li {
      display: inline-block;
      margin-right: 15px;
      border: none; }
      .footer__social-media ul li:last-child {
        padding-left: 0;
        margin-left: 0;
        border: none; }
  @media all and (min-width: 960px) {
    .footer__links, .footer__reg, .footer__rights {
      margin-top: 8px; } }
  .footer__reg {
    margin-right: 30px; }
  @media all and (min-width: 768px) {
    .footer__col-2 .wrapper {
      border-top: 1px solid #cecece;
      padding-top: 20px;
      margin-top: 20px; } }
  @media all and (min-width: 1200px) {
    .footer__col-2 .wrapper {
      padding-top: 0;
      margin-top: 0;
      border: none;
      text-align: right; } }
  .footer__col-2 .wrapper .footer__rig {
    display: block;
    margin-top: 5px; }
    @media all and (min-width: 768px) {
      .footer__col-2 .wrapper .footer__rig {
        display: inline;
        margin-top: 0; } }

@media all and (min-width: 768px) {
  .js .footer {
    display: block !important; } }

.main img,
.modal__window img {
  width: 100%;
  height: auto;
  display: block; }

.container--divider h2:first-child {
  border-top: 1px solid #cecece;
  margin-top: 40px;
  padding-top: 40px; }
.container--mt-20 {
  margin-top: 20px; }
.container--mt-30 {
  margin-top: 30px; }
.container--mt-40 {
  margin-top: 40px; }
.container--mt-50 {
  margin-top: 50px; }
.container--mt-60 {
  margin-top: 60px; }

a.facebook, a.instagram, .a.facebook, .a.instagram {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  top: 12px;
  margin-left: 5px; }
a.facebook, .a.facebook {
  background-image: url(images/facebook.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: top left; }
  a.facebook:hover, .a.facebook:hover {
    background-image: url(images/facebook--hover.png); }
a.instagram, .a.instagram {
  background-image: url(images/instagram.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: top left; }
  a.instagram:hover, .a.instagram:hover {
    background-image: url(images/instagram--hover.png); }
a.travelhealth, .a.travelhealth {
  background-image: url(images/globe.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 20px;
  border-top: 1px solid #2E8726;
  border-bottom: 1px solid #2E8726;
  margin-bottom: 40px;
  margin-top: 40px;
  display: block;
  max-width: 500px; }
a--black, .a--black {
  color: #030304;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  text-decoration: underline; }
  a--black:hover, .a--black:hover {
    color: #2E8726; }
a--underline, .a--underline {
  text-decoration: underline; }
  a--underline:hover, .a--underline:hover {
    text-decoration: underline; }
a--light, .a--light {
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300; }

.js .banner_wrapper {
  display: none; }

.page__banner {
  margin-bottom: 30px; }
  .page__banner img {
    width: 100%;
    height: auto; }
  .page__banner .banner_item {
    position: relative;
    width: 100%; }
    .page__banner .banner_item__row {
      position: relative;
      max-height: 300px;
      width: 100%;
      overflow: hidden; }
      @media all and (min-width: 480px) {
        .page__banner .banner_item__row {
          max-height: 400px; } }
      @media all and (min-width: 960px) {
        .page__banner .banner_item__row {
          max-height: none;
          height: auto;
          width: 100%; } }
    .page__banner .banner_item__image {
      position: relative;
      z-index: 1;
      max-height: 280px;
      width: 100%;
      overflow: hidden;
      text-align: center; }
      @media all and (min-width: 768px) {
        .page__banner .banner_item__image {
          max-height: 400px; } }
      @media all and (min-width: 960px) {
        .page__banner .banner_item__image {
          max-height: 500px; } }
      .page__banner .banner_item__image img {
        width: 100%;
        height: 280px;
        object-fit: cover; }
        @media all and (min-width: 768px) {
          .page__banner .banner_item__image img {
            height: 400px; } }
        @media all and (min-width: 960px) {
          .page__banner .banner_item__image img {
            height: 500px; } }
      @media all and (min-width: 768px) {
        .page__banner .banner_item__image--responsive .image1 {
          display: none; } }
      .page__banner .banner_item__image--responsive .image2 {
        display: none; }
        @media all and (min-width: 768px) {
          .page__banner .banner_item__image--responsive .image2 {
            display: block; } }
    .page__banner .banner_item__overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      padding-bottom: 20px; }
      @media all and (min-width: 768px) {
        .page__banner .banner_item__overlay {
          padding-bottom: 40px; } }
      .page__banner .banner_item__overlay h1, .page__banner .banner_item__overlay .h1 {
        margin-top: 0;
        margin-bottom: 30px;
        font-weight: 300;
        font-size: 36px;
        font-size: 2.25rem;
        letter-spacing: -0.0375rem;
        line-height: 40px;
        line-height: 2.5rem; }
        @media all and (max-width: 480px) {
          .page__banner .banner_item__overlay h1--xs-small, .page__banner .banner_item__overlay .h1--xs-small {
            font-size: 30px;
            font-size: 1.875rem;
            letter-spacing: -0.03125rem;
            line-height: 34px;
            line-height: 2.125rem; } }
        @media all and (min-width: 960px) {
          .page__banner .banner_item__overlay h1, .page__banner .banner_item__overlay .h1 {
            font-size: 48px;
            font-size: 3rem;
            letter-spacing: -0.05rem;
            line-height: 54px;
            line-height: 3.375rem; } }
        @media all and (min-width: 1200px) {
          .page__banner .banner_item__overlay h1, .page__banner .banner_item__overlay .h1 {
            font-size: 58px;
            font-size: 3.625rem;
            letter-spacing: -0.06042rem;
            line-height: 66px;
            line-height: 4.125rem; } }
        .page__banner .banner_item__overlay h1--white, .page__banner .banner_item__overlay .h1--white {
          color: #ffffff; }
      .page__banner .banner_item__overlay__title {
        padding-right: 20px;
        padding-left: 20px; }
        @media all and (min-width: 1200px) {
          .page__banner .banner_item__overlay__title {
            padding-right: 30px;
            padding-left: 30px; } }
      @media all and (min-width: 768px) {
        .page__banner .banner_item__overlay__button {
          padding-right: 30px;
          padding-left: 30px;
          border-top: none;
          background: none;
          text-align: left; }
          .page__banner .banner_item__overlay__button a {
            min-width: auto; } }

.main__container--form .page__banner .banner_item__overlay h1, .main__container--form .page__banner .banner_item__overlay .h1,
.main__container--thankyou .page__banner .banner_item__overlay h1,
.main__container--thankyou .page__banner .banner_item__overlay .h1,
.main__container--page-not-found .page__banner .banner_item__overlay h1,
.main__container--page-not-found .page__banner .banner_item__overlay .h1,
.main__container.cookie-preferences .page__banner .banner_item__overlay h1,
.main__container.cookie-preferences .page__banner .banner_item__overlay .h1 {
  color: #2E8726; }

.banners__nhs {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative; }
  .banners__nhs__wrapper {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media all and (min-width: 960px) {
      .banners__nhs__wrapper {
        text-align: left;
        display: block; } }
  .banners__nhs p {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    order: 2; }
    @media all and (min-width: 960px) {
      .banners__nhs p {
        order: 1; } }
  .banners__nhs img {
    width: 100%;
    height: auto; }
  .banners__nhs__logo {
    width: 134px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    margin-top: 20px; }
    @media all and (min-width: 960px) {
      .banners__nhs__logo {
        margin-bottom: 30px;
        width: 134px;
        position: absolute;
        top: 6px;
        right: 40px;
        float: none;
        margin-top: 0;
        margin-bottom: 0;
        order: 2; } }
.banners__nhs-scheme {
  margin-top: 50px; }
  .banners__nhs-scheme a {
    display: block;
    background-color: #7abbac;
    overflow: hidden;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; }
    @media all and (min-width: 960px) {
      .banners__nhs-scheme a {
        max-height: 170px; } }
    .banners__nhs-scheme a:hover {
      background-color: #4db19a;
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out; }
  .banners__nhs-scheme__image {
    width: 100%;
    display: block;
    border-bottom: 5px solid #ffffff;
    position: relative;
    max-height: 240px;
    overflow: hidden; }
    @media all and (min-width: 600px) {
      .banners__nhs-scheme__image {
        width: 25%;
        display: inline-block;
        float: left;
        max-width: 300px;
        border-bottom: none;
        max-height: auto;
        margin-right: 20px; } }
    @media all and (min-width: 1200px) {
      .banners__nhs-scheme__image {
        margin-right: 40px; } }
    .banners__nhs-scheme__image img {
      width: 100%;
      display: block;
      position: relative; }
  .banners__nhs-scheme__text {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.02083rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding-right: 20px; }
    @media all and (min-width: 500px) {
      .banners__nhs-scheme__text {
        font-size: 28px;
        font-size: 1.75rem;
        letter-spacing: -0.02917rem;
        line-height: 34px;
        line-height: 2.125rem; } }
    @media all and (min-width: 960px) {
      .banners__nhs-scheme__text {
        margin-bottom: 40px;
        margin-top: 40px; } }
    @media all and (min-width: 960px) {
      .banners__nhs-scheme__text {
        font-size: 30px;
        font-size: 1.875rem;
        letter-spacing: -0.03125rem;
        line-height: 36px;
        line-height: 2.25rem;
        margin-bottom: 40px;
        margin-top: 40px; } }
    @media all and (min-width: 1200px) {
      .banners__nhs-scheme__text {
        font-size: 36px;
        font-size: 2.25rem;
        letter-spacing: -0.0375rem;
        line-height: 42px;
        line-height: 2.625rem; } }
    .banners__nhs-scheme__text .title {
      color: #030304;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400;
      display: block; }
    .banners__nhs-scheme__text .text {
      color: #ffffff;
      font-family: MuseoSans-100, "helvetica", arial, sans-serif;
      font-weight: 300;
      display: block; }

.btn {
  border: 1px solid #0b8154;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  cursor: pointer; }
  .btn:hover {
    border: 1px solid #2E8726; }
  .btn--small {
    color: #ffffff;
    background-color: #2E8726;
    padding: 5px 15px;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01458rem;
    border-radius: 30px; }
    .btn--small:hover {
      color: #ffffff;
      background-color: #0b8154; }
  .btn--med, .btn--large {
    color: #ffffff;
    background-color: #2E8726;
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.01667rem;
    border-radius: 30px; }
    @media all and (min-width: 960px) {
      .btn--med, .btn--large {
        padding: 15px 30px;
        border-radius: 30px;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: -0.01875rem; } }
    .btn--med:hover, .btn--large:hover {
      color: #ffffff;
      background-color: #0b8154; }
    .btn--med--light, .btn--large--light {
      background-color: #2E8726;
      border: none; }
      .btn--med--light:hover, .btn--large--light:hover {
        background-color: #0b8154;
        border: none; }
  .btn--large--full-width {
    text-align: center;
    background-color: #2E8726;
    border: none;
    min-width: 280px; }
    .btn--large--full-width:hover {
      color: #ffffff;
      background-color: #0b8154;
      border: none; }
  .btn--large--black {
    background-color: #030304;
    color: #ffffff; }
    .btn--large--black:hover {
      color: #ffffff;
      background-color: #333; }
  .btn--social-media {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50%; }
    .btn--social-media img {
      width: 20px;
      display: block; }
  .btn--square {
    border-radius: 0;
    width: 100%; }
  .btn--whatsapp {
    border-radius: 30px;
    padding: 10px 20px 10px 45px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.01667rem;
    margin-bottom: 20px;
    background-image: url("images/whatsapp.svg");
    background-repeat: no-repeat;
    background-position: 15px 9px;
    background-size: 24px; }
    @media all and (min-width: 960px) {
      .btn--whatsapp {
        padding: 15px 30px 15px 50px;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: -0.01875rem;
        background-position: 20px 13px;
        background-size: 24px; } }
    .btn--whatsapp:hover {
      color: #ffffff;
      background-color: #0b8154;
      background-image: url("images/whatsapp--hover.svg");
      background-repeat: no-repeat;
      background-position: 15px 9px;
      background-size: 24px; }
      @media all and (min-width: 960px) {
        .btn--whatsapp:hover {
          background-position: 20px 13px;
          background-size: 24px; } }
  .btn--notify:disabled {
    opacity: .6;
    pointer-events: none; }

.container.book-an-appointment {
  text-align: center; }

.main__cta {
  margin-bottom: 30px; }
  .main__cta--type-1 .wrapper {
    background-color: #f4f4f4; }
  .main__cta--type-1 .main__cta__content {
    padding: 30px; }
  .main__cta--type-1 h2 {
    color: #0b8154; }
  .main__cta--type-1 img {
    border-top: 8px solid #fff; }
    @media all and (min-width: 960px) {
      .main__cta--type-1 img {
        border-left: 8px solid #fff;
        border-top: none; } }
  .main__cta--type-2__wrapper {
    margin-right: 0;
    margin-left: 0;
    background-color: #7abbac;
    padding-bottom: 20px;
    background-image: url("/assets/css/images/hands-opacity.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-size: 100% auto; }
    @media all and (min-width: 960px) {
      .main__cta--type-2__wrapper {
        background-image: url("/assets/css/images/hands.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right; } }
  .main__cta--type-2 h2 {
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 40px;
    line-height: 36px;
    width: 60%; }
    @supports (-moz-appearance: none) {
      .main__cta--type-2 h2 {
        line-height: 44px; } }
    @media all and (min-width: 960px) {
      .main__cta--type-2 h2 {
        line-height: 40px;
        width: auto; }
        @supports (-moz-appearance: none) {
          .main__cta--type-2 h2 {
            line-height: 48px; } } }
    .main__cta--type-2 h2 span {
      display: inline;
      background-color: #4d7c5a;
      color: #ffffff;
      outline: 10px solid #4c7c5a; }
  @media all and (min-width: 480px) {
    .main__cta--type-2 h3,
    .main__cta--type-2 p {
      width: 80%; } }
  @media all and (min-width: 768px) {
    .main__cta--type-2 h3,
    .main__cta--type-2 p {
      width: 60%; } }
  @media all and (min-width: 960px) {
    .main__cta--type-2 h3,
    .main__cta--type-2 p {
      width: 100%; } }
  .main__cta--type-2 h3 a,
  .main__cta--type-2 p a {
    color: #030304;
    text-decoration: underline;
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300; }
    .main__cta--type-2 h3 a:hover,
    .main__cta--type-2 p a:hover {
      color: #114220; }

.card {
  margin-bottom: 30px; }
  .card__image, .card__title {
    margin-bottom: 10px; }
  .card__image {
    min-height: 200px; }
    @media all and (min-width: 768px) and (max-width: 960px) {
      .card__image {
        min-height: 300px; } }
    .card__image img {
      min-height: 200px;
      width: 100%;
      object-fit: cover; }
      @media all and (min-width: 768px) and (max-width: 960px) {
        .card__image img {
          min-height: 300px; } }
  .card__title {
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #d6e9d2;
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.01875rem;
    line-height: 24px;
    line-height: 1.5rem;
    min-height: 70px; }
  .card__text, .card__readmore, .card__btn {
    background-color: #f3f7f5; }
  .card__readmore {
    padding: 0 20px 10px;
    margin: 0; }
  .card__text {
    padding: 20px;
    margin: 0; }
    @media all and (min-width: 960px) {
      .card__text {
        min-height: 150px; } }
  .card__btn {
    padding: 30px 20px; }
  .card--service-fact {
    padding: 20px;
    background-color: #f3f7f5;
    min-height: 200px; }
  .card--service-product {
    min-height: 600px;
    background-color: #f3f7f5; }
    .card--service-product__image {
      border-bottom: 4px solid #fff; }
    .card--service-product__title {
      padding: 20px;
      background-color: #d6e9d2; }
    .card--service-product__details {
      padding: 20px;
      background-color: #f3f7f5;
      font-family: MuseoSans-100, "helvetica", arial, sans-serif;
      font-weight: 300; }
      .card--service-product__details__row {
        border-bottom: 1px solid #d6e9d2;
        padding: 10px 0;
        display: flex; }
      .card--service-product__details__col10 {
        width: 10%; }
      .card--service-product__details__col20 {
        width: 20%; }
      .card--service-product__details__col30 {
        width: 30%; }
      .card--service-product__details__col40 {
        width: 40%; }
      .card--service-product__details__col50 {
        width: 50%; }
      .card--service-product__details__col60 {
        width: 60%; }
      .card--service-product__details__col60 {
        width: 60%; }
      .card--service-product__details__col70 {
        width: 70%; }
      .card--service-product__details__col80 {
        width: 80%; }
      .card--service-product__details__col90 {
        width: 90%; }

.form-intro {
  margin-top: 50px; }
  .form-intro .h3 {
    font-weight: 300; }
  .form-intro__text {
    color: #0b8154;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.01875rem;
    line-height: 24px;
    line-height: 1.5rem; }
    .form-intro__text a {
      text-decoration: underline;
      font-weight: 400; }
    .form-intro__text sup {
      color: #bd0000; }
    .form-intro__text span {
      color: #030304; }

.error {
  color: #bd0000; }
  .error.captcha {
    padding-bottom: 10px;
    display: block; }
  .error--warning {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01458rem;
    line-height: 18px;
    line-height: 1.125rem; }
    @media all and (min-width: 960px) {
      .form_item__document .error--warning {
        padding-left: 90px;
        padding-right: 90px; } }

p.error {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }

form,
.form {
  background: #ededed;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  @media all and (min-width: 960px) {
    form,
    .form {
      padding-left: 30px;
      padding-right: 30px; } }
  form.container-fluid,
  .form.container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
    @media all and (min-width: 960px) {
      form.container-fluid,
      .form.container-fluid {
        padding-left: 30px;
        padding-right: 30px; } }
  form a,
  .form a {
    text-decoration: underline; }
  form sup,
  .form sup {
    color: #bd0000; }
    form sup.black,
    .form sup.black {
      color: #030304; }
  form .block,
  .form .block {
    padding-bottom: 30px; }
  form fieldset,
  .form fieldset {
    padding: 0;
    margin: 0;
    border: none; }
  form .form_item,
  .form .form_item {
    margin-bottom: 20px; }
    form .form_item label,
    form .form_item .label,
    form .form_item legend,
    form .form_item .legend,
    .form .form_item label,
    .form .form_item .label,
    .form .form_item legend,
    .form .form_item .legend {
      display: block;
      color: #0b8154;
      margin-bottom: 8px; }
      form .form_item label--inline,
      form .form_item .label--inline,
      form .form_item legend--inline,
      form .form_item .legend--inline,
      .form .form_item label--inline,
      .form .form_item .label--inline,
      .form .form_item legend--inline,
      .form .form_item .legend--inline {
        display: inline-block;
        margin-right: 20px; }
    form .form_item .calendar,
    .form .form_item .calendar {
      margin-bottom: 20px; }
      form .form_item .calendar:last-child,
      .form .form_item .calendar:last-child {
        margin-bottom: 0; }
      @media all and (min-width: 480px) {
        form .form_item .calendar,
        .form .form_item .calendar {
          margin-bottom: 0; } }
    form .form_item p,
    .form .form_item p {
      margin-top: 10px;
      margin-bottom: 0; }
    form .form_item_notice,
    .form .form_item_notice {
      margin-top: 10px;
      background-color: #f9e58e;
      color: #bd0000;
      padding: 15px 10px;
      font-weight: 400; }
      form .form_item_notice a,
      .form .form_item_notice a {
        color: #761f1f; }
        form .form_item_notice a:hover,
        .form .form_item_notice a:hover {
          color: #761f1f; }
  form input,
  form textarea,
  form select,
  form .form_example,
  .form input,
  .form textarea,
  .form select,
  .form .form_example {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.01667rem;
    color: #666;
    background: #ffffff; }
    form input::-moz-placeholder, form input:-ms-input-placeholder, form input:-moz-placeholder, form input::placeholder,
    form textarea::-moz-placeholder,
    form textarea:-ms-input-placeholder,
    form textarea:-moz-placeholder,
    form textarea::placeholder,
    form select::-moz-placeholder,
    form select:-ms-input-placeholder,
    form select:-moz-placeholder,
    form select::placeholder,
    form .form_example::-moz-placeholder,
    form .form_example:-ms-input-placeholder,
    form .form_example:-moz-placeholder,
    form .form_example::placeholder,
    .form input::-moz-placeholder,
    .form input:-ms-input-placeholder,
    .form input:-moz-placeholder,
    .form input::placeholder,
    .form textarea::-moz-placeholder,
    .form textarea:-ms-input-placeholder,
    .form textarea:-moz-placeholder,
    .form textarea::placeholder,
    .form select::-moz-placeholder,
    .form select:-ms-input-placeholder,
    .form select:-moz-placeholder,
    .form select::placeholder,
    .form .form_example::-moz-placeholder,
    .form .form_example:-ms-input-placeholder,
    .form .form_example:-moz-placeholder,
    .form .form_example::placeholder {
      color: #666;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 300; }
    form input.error,
    form textarea.error,
    form select.error,
    form .form_example.error,
    .form input.error,
    .form textarea.error,
    .form select.error,
    .form .form_example.error {
      border: 1px solid #bd0000; }
  form input::-webkit-outer-spin-button,
  form input::-webkit-inner-spin-button,
  .form input::-webkit-outer-spin-button,
  .form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  form input[type=number],
  .form input[type=number] {
    -moz-appearance: textfield; }
    form input[type=number]::-webkit-outer-spin-button, form input[type=number]::-webkit-inner-spin-button,
    .form input[type=number]::-webkit-outer-spin-button,
    .form input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  form .form-input--confirm,
  .form .form-input--confirm {
    padding-right: 65px; }
  form select,
  .form select {
    background-image: url("images/select-dropdown.png");
    background-size: 25px 17px;
    background-repeat: no-repeat;
    background-position: 100% 12px; }
  form button,
  .form button {
    color: #ffffff;
    display: inline-block;
    padding: 16px 30px;
    background: #030304;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.01667rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: 30px;
    border-radius: 3px;
    cursor: pointer; }
    @media all and (min-width: 960px) {
      form button,
      .form button {
        float: right; } }
    form button:hover,
    .form button:hover {
      background: #0b8154; }
    form button:disabled,
    .form button:disabled {
      opacity: 0.5; }
      form button:disabled:hover,
      .form button:disabled:hover {
        background: #030304; }
  form .title,
  .form .title {
    margin-bottom: 20px; }
    @media all and (min-width: 768px) {
      form .title,
      .form .title {
        margin-bottom: 0; } }
  form .form_title,
  .form .form_title {
    padding: 10px 15px;
    background-color: #0b8154;
    color: #ffffff;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px; }
    @media all and (min-width: 960px) {
      form .form_title,
      .form .form_title {
        padding: 10px 30px;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 30px; } }
    form .form_title--mt-0,
    .form .form_title--mt-0 {
      margin-top: 0; }
    form .form_title h2,
    .form .form_title h2 {
      margin-bottom: 0;
      font-family: MuseoSans-100, "helvetica", arial, sans-serif;
      font-weight: 300;
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: -0.02083rem;
      line-height: 26px;
      line-height: 1.625rem; }
      @media all and (min-width: 960px) {
        form .form_title h2,
        .form .form_title h2 {
          font-size: 24px;
          font-size: 1.5rem;
          letter-spacing: -0.025rem;
          line-height: 30px;
          line-height: 1.875rem; } }
  form .form_example,
  .form .form_example {
    background-color: #cecece;
    border: 1px solid #cecece; }
  form .form_error,
  .form .form_error {
    padding: 10px 30px;
    background-color: #bd0000;
    color: #ffffff;
    margin-bottom: 15px;
    margin-left: -30px;
    margin-right: -30px; }
    form .form_error p,
    .form .form_error p {
      color: #ffffff;
      margin-bottom: 0;
      text-transform: uppercase; }
    form .form_error--book,
    .form .form_error--book {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: -50px;
      margin-bottom: 30px; }
      @media all and (min-width: 960px) {
        form .form_error--book,
        .form .form_error--book {
          margin-left: -30px;
          margin-right: -30px; } }
  form h3,
  form h3.h5,
  form h4,
  form h4.h5,
  .form h3,
  .form h3.h5,
  .form h4,
  .form h4.h5 {
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300; }
  form .line-above,
  .form .line-above {
    padding-top: 30px;
    border-top: 1px solid #999; }
  form .form_item__checkbox, form .form_item__radio,
  .form .form_item__checkbox,
  .form .form_item__radio {
    position: relative; }
    form .form_item__checkbox label,
    form .form_item__checkbox input,
    form .form_item__checkbox span, form .form_item__radio label,
    form .form_item__radio input,
    form .form_item__radio span,
    .form .form_item__checkbox label,
    .form .form_item__checkbox input,
    .form .form_item__checkbox span,
    .form .form_item__radio label,
    .form .form_item__radio input,
    .form .form_item__radio span {
      display: inline-block;
      position: relative; }
    form .form_item__checkbox input[type="checkbox"], form .form_item__radio input[type="checkbox"],
    .form .form_item__checkbox input[type="checkbox"],
    .form .form_item__radio input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 30px;
      width: 30px;
      left: 0;
      top: -4px;
      padding: 0;
      margin: 0;
      border: none; }
      form .form_item__checkbox input[type="checkbox"] ~ .checkbox, form .form_item__radio input[type="checkbox"] ~ .checkbox,
      .form .form_item__checkbox input[type="checkbox"] ~ .checkbox,
      .form .form_item__radio input[type="checkbox"] ~ .checkbox {
        position: absolute;
        top: -4px;
        left: 0;
        border-color: #a5a5a5;
        border-width: 1px;
        border-style: solid;
        height: 30px;
        width: 30px;
        background-color: #fff;
        vertical-align: top !important;
        padding-left: 0 !important; }
        form .form_item__checkbox input[type="checkbox"] ~ .checkbox:before, form .form_item__radio input[type="checkbox"] ~ .checkbox:before,
        .form .form_item__checkbox input[type="checkbox"] ~ .checkbox:before,
        .form .form_item__radio input[type="checkbox"] ~ .checkbox:before {
          position: absolute;
          left: 8px;
          top: 0;
          content: ''; }
        .form_item__checkbox--error form .form_item__checkbox input[type="checkbox"] ~ .checkbox, .form_item__checkbox--error form .form_item__radio input[type="checkbox"] ~ .checkbox, .form_item__checkbox--error
        .form .form_item__checkbox input[type="checkbox"] ~ .checkbox, .form_item__checkbox--error
        .form .form_item__radio input[type="checkbox"] ~ .checkbox {
          border-color: #bd0000; }
      form .form_item__checkbox input[type="checkbox"]:checked ~ .checkbox:before, form .form_item__radio input[type="checkbox"]:checked ~ .checkbox:before,
      .form .form_item__checkbox input[type="checkbox"]:checked ~ .checkbox:before,
      .form .form_item__radio input[type="checkbox"]:checked ~ .checkbox:before {
        left: 8px;
        top: 2px;
        width: 8px;
        height: 15px;
        border-color: #0b8154;
        border-width: 0 4px 4px 0;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      form .form_item__checkbox input[type="checkbox"]:focus ~ .checkbox:before, form .form_item__radio input[type="checkbox"]:focus ~ .checkbox:before,
      .form .form_item__checkbox input[type="checkbox"]:focus ~ .checkbox:before,
      .form .form_item__radio input[type="checkbox"]:focus ~ .checkbox:before {
        border-width: 0 4px 4px 0; }
      form .form_item__checkbox input[type="checkbox"]:focus ~ .checkbox, form .form_item__radio input[type="checkbox"]:focus ~ .checkbox,
      .form .form_item__checkbox input[type="checkbox"]:focus ~ .checkbox,
      .form .form_item__radio input[type="checkbox"]:focus ~ .checkbox {
        outline: 2px solid #0b8154;
        border-color: #030304; }
    form .form_item__checkbox input[type="radio"], form .form_item__radio input[type="radio"],
    .form .form_item__checkbox input[type="radio"],
    .form .form_item__radio input[type="radio"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 30px;
      width: 30px;
      left: 0;
      top: -4px;
      padding: 0;
      margin: 0;
      border: none; }
      form .form_item__checkbox input[type="radio"] ~ .radio, form .form_item__radio input[type="radio"] ~ .radio,
      .form .form_item__checkbox input[type="radio"] ~ .radio,
      .form .form_item__radio input[type="radio"] ~ .radio {
        position: absolute;
        top: -4px;
        left: 0;
        border-color: #a5a5a5;
        border-width: 1px;
        border-style: solid;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #fff;
        vertical-align: top !important;
        padding-left: 0 !important; }
        form .form_item__checkbox input[type="radio"] ~ .radio:before, form .form_item__radio input[type="radio"] ~ .radio:before,
        .form .form_item__checkbox input[type="radio"] ~ .radio:before,
        .form .form_item__radio input[type="radio"] ~ .radio:before {
          position: absolute;
          left: 8px;
          top: 0;
          content: ''; }
      form .form_item__checkbox input[type="radio"]:checked ~ .radio:before, form .form_item__radio input[type="radio"]:checked ~ .radio:before,
      .form .form_item__checkbox input[type="radio"]:checked ~ .radio:before,
      .form .form_item__radio input[type="radio"]:checked ~ .radio:before {
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
        background-color: #0b8154;
        border-color: #0b8154;
        border-style: solid;
        border-radius: 50%; }
        @supports (background: -webkit-named-image(i)) {
          form .form_item__checkbox input[type="radio"]:checked ~ .radio:before, form .form_item__radio input[type="radio"]:checked ~ .radio:before,
          .form .form_item__checkbox input[type="radio"]:checked ~ .radio:before,
          .form .form_item__radio input[type="radio"]:checked ~ .radio:before {
            left: 4px;
            top: 4px;
            width: 14px;
            height: 14px; } }
      form .form_item__checkbox input[type="radio"]:focus ~ .radio, form .form_item__radio input[type="radio"]:focus ~ .radio,
      .form .form_item__checkbox input[type="radio"]:focus ~ .radio,
      .form .form_item__radio input[type="radio"]:focus ~ .radio {
        box-shadow: 0 0 0 2px #0b8154;
        border-color: #030304; }
    form .form_item__checkbox label, form .form_item__radio label,
    .form .form_item__checkbox label,
    .form .form_item__radio label {
      color: #030304;
      font-family: MuseoSans-100, "helvetica", arial, sans-serif;
      font-weight: 300;
      margin-top: 2px; }
      form .form_item__checkbox label span.label,
      form .form_item__checkbox label span.description, form .form_item__radio label span.label,
      form .form_item__radio label span.description,
      .form .form_item__checkbox label span.label,
      .form .form_item__checkbox label span.description,
      .form .form_item__radio label span.label,
      .form .form_item__radio label span.description {
        padding-left: 40px;
        display: inline-block;
        color: #030304;
        font-size: 1rem; }
        form .form_item__checkbox label span.label.label--required,
        form .form_item__checkbox label span.description.label--required, form .form_item__radio label span.label.label--required,
        form .form_item__radio label span.description.label--required,
        .form .form_item__checkbox label span.label.label--required,
        .form .form_item__checkbox label span.description.label--required,
        .form .form_item__radio label span.label.label--required,
        .form .form_item__radio label span.description.label--required {
          margin-top: -5px; }
        form .form_item__checkbox label span.label .label__description,
        form .form_item__checkbox label span.description .label__description, form .form_item__radio label span.label .label__description,
        form .form_item__radio label span.description .label__description,
        .form .form_item__checkbox label span.label .label__description,
        .form .form_item__checkbox label span.description .label__description,
        .form .form_item__radio label span.label .label__description,
        .form .form_item__radio label span.description .label__description {
          display: block;
          font-size: 14px;
          font-size: 0.875rem;
          letter-spacing: -0.01458rem;
          line-height: 20px;
          line-height: 1.25rem;
          margin-top: 3px; }
      form .form_item__checkbox label span.description, form .form_item__radio label span.description,
      .form .form_item__checkbox label span.description,
      .form .form_item__radio label span.description {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: -0.01458rem;
        line-height: 20px;
        line-height: 1.25rem;
        margin-top: 3px; }
    form .form_item__checkbox.form_item__radio--error input[type="radio"] ~ .radio, form .form_item__radio.form_item__radio--error input[type="radio"] ~ .radio,
    .form .form_item__checkbox.form_item__radio--error input[type="radio"] ~ .radio,
    .form .form_item__radio.form_item__radio--error input[type="radio"] ~ .radio {
      border-color: #bd0000; }
    form .form_item__checkbox.form_item__radio--error input[type="radio"]:checked ~ .radio:before, form .form_item__radio.form_item__radio--error input[type="radio"]:checked ~ .radio:before,
    .form .form_item__checkbox.form_item__radio--error input[type="radio"]:checked ~ .radio:before,
    .form .form_item__radio.form_item__radio--error input[type="radio"]:checked ~ .radio:before {
      border-color: #bd0000;
      background-color: #bd0000; }
    form .form_item__checkbox.form_item__checkbox--error input[type="checkbox"] ~ .checkbox, form .form_item__radio.form_item__checkbox--error input[type="checkbox"] ~ .checkbox,
    .form .form_item__checkbox.form_item__checkbox--error input[type="checkbox"] ~ .checkbox,
    .form .form_item__radio.form_item__checkbox--error input[type="checkbox"] ~ .checkbox {
      border-color: #bd0000; }
    form .form_item__checkbox.form_item__checkbox--error input[type="checkbox"]:checked ~ .checkbox:before, form .form_item__radio.form_item__checkbox--error input[type="checkbox"]:checked ~ .checkbox:before,
    .form .form_item__checkbox.form_item__checkbox--error input[type="checkbox"]:checked ~ .checkbox:before,
    .form .form_item__radio.form_item__checkbox--error input[type="checkbox"]:checked ~ .checkbox:before {
      border-color: #bd0000; }
  form .form_item__document input[type=file],
  .form .form_item__document input[type=file] {
    display: none; }
  form .form_item__document .select label,
  .form .form_item__document .select label {
    cursor: pointer;
    display: block;
    background-color: #ffffff;
    height: 240px;
    text-align: center;
    color: #030304;
    padding-top: 30px; }
    form .form_item__document .select label.error,
    .form .form_item__document .select label.error {
      border: 1px solid #bd0000; }
    form .form_item__document .select label span,
    .form .form_item__document .select label span {
      display: block;
      color: #030304; }
      form .form_item__document .select label span.icon,
      .form .form_item__document .select label span.icon {
        background-image: url("images/document-upload.png");
        background-size: 30px 40px;
        background-repeat: no-repeat;
        background-position: center top;
        height: 40px; }
      form .form_item__document .select label span.label,
      .form .form_item__document .select label span.label {
        display: inline-block;
        margin-top: 10px;
        text-transform: uppercase;
        color: #030304;
        padding-bottom: 3px;
        border-bottom: 1px solid #0b8154;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem;
        letter-spacing: .05em; }
      form .form_item__document .select label span.type,
      .form .form_item__document .select label span.type {
        margin-top: 10px;
        font-family: MuseoSans-100, "helvetica", arial, sans-serif;
        font-weight: 300;
        color: #0b8154;
        margin-bottom: 20px; }
      form .form_item__document .select label span.max, form .form_item__document .select label span.description,
      .form .form_item__document .select label span.max,
      .form .form_item__document .select label span.description {
        margin-top: 10px;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 16px;
        line-height: 1rem; }
    form .form_item__document .select label:hover,
    .form .form_item__document .select label:hover {
      background-color: #cecece; }
      form .form_item__document .select label:hover span.label,
      .form .form_item__document .select label:hover span.label {
        color: #0b8154; }
  form .form_item__document .selected ul,
  .form .form_item__document .selected ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    form .form_item__document .selected ul li,
    .form .form_item__document .selected ul li {
      background-color: #ffffff;
      display: block;
      margin: 0;
      padding: 10px 10px 10px 35px;
      margin-bottom: 2px;
      background-image: url("images/document-upload-icon.png");
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: 10px 11px; }
      form .form_item__document .selected ul li .removefile,
      .form .form_item__document .selected ul li .removefile {
        float: right;
        display: inline-block;
        text-align: right;
        font-size: 20px;
        cursor: pointer;
        color: #bd0000;
        text-decoration: none; }
        form .form_item__document .selected ul li .removefile:hover,
        .form .form_item__document .selected ul li .removefile:hover {
          color: #030304; }
      form .form_item__document .selected ul li .filename,
      .form .form_item__document .selected ul li .filename {
        width: 85%;
        display: inline-block;
        word-break: break-all; }
  form .form_item__document .selected label,
  .form .form_item__document .selected label {
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: 30px;
    background: #030304;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: -0.01458rem;
    letter-spacing: .05em; }
    form .form_item__document .selected label:hover,
    .form .form_item__document .selected label:hover {
      background: #0b8154; }
  form .form_item__document .document__error,
  .form .form_item__document .document__error {
    color: #bd0000;
    margin-top: 25px; }
  form .form_item__document .document__loading,
  .form .form_item__document .document__loading {
    height: 20px;
    width: 100%;
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #0b8154;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    form .form_item__document .document__loading__progress,
    .form .form_item__document .document__loading__progress {
      height: 20px;
      width: 0%;
      border-radius: 10px;
      background-image: url("images/loader.png");
      background-size: 30px 30px;
      background-repeat: repeat-x;
      background-position: center center;
      background-color: #40896d;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  form .mini-label,
  .form .mini-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01458rem;
    color: #0b8154; }

.form-block {
  padding-bottom: 30px; }
  .form-block--box {
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #ededed; }
    .form-block--box .row {
      margin-left: 0;
      margin-right: 0; }

input[type=text]::placeholder {
  color: #666;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }

input[type=text]::-moz-placeholder {
  color: #666;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }

input[type=text]:-moz-placeholder {
  color: #666;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }

input[type=text]:-ms-input-placeholder {
  color: #666;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }

input[type=text]:-moz-placeholder {
  color: #666;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }

.warning {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.01458rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }
  @media all and (min-width: 960px) {
    .form_item__document .warning {
      padding-left: 90px;
      padding-right: 90px; } }
  .warning--green {
    color: #0b8154; }

.form_item__document .selected {
  display: none; }

.js form #covid-testing,
.js form #hay-fever,
.js form #common-ailments,
.js form #travel-vaccination-service,
.js form #private-hay-fever-treatment,
.js form #complaint_type,
.js form #branch {
  display: none; }
  .js form #covid-testing.display,
  .js form #hay-fever.display,
  .js form #common-ailments.display,
  .js form #travel-vaccination-service.display,
  .js form #private-hay-fever-treatment.display,
  .js form #complaint_type.display,
  .js form #branch.display {
    display: block; }

.form__trade-account form {
  display: none; }

.js .form__trade-account form {
  display: block; }

.nonjs {
  padding: 30px;
  background: #ededed;
  color: #bd0000; }
  .nonjs p {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.02083rem;
    line-height: 26px;
    line-height: 1.625rem; }

.js .nonjs {
  display: none; }

.input--notice {
  color: #bd0000;
  padding: 15px 15px 15px 70px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.02083rem;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  border: 1px solid #bd0000;
  background-image: url("images/notice-icon.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 15px 12px;
  margin-top: 10px; }
  @media all and (min-width: 960px) {
    .input--notice {
      margin-bottom: -20px; } }
  .input--notice .form_item {
    margin-top: 30px;
    margin-bottom: 0;
    float: none; }
  .input--notice-large {
    padding: 15px 15px 15px 15px;
    background-image: none;
    margin-bottom: 30px; }
    .input--notice-large h2 {
      background-image: url("images/notice-icon.png");
      background-size: 40px 40px;
      background-repeat: no-repeat;
      background-position: 9px 0;
      padding-left: 60px;
      min-height: 40px;
      font-size: 24px;
      font-size: 1.5rem;
      letter-spacing: -0.025rem;
      margin-bottom: 30px;
      padding-top: 2px; }
    .input--notice-large ol {
      padding-left: 35px !important; }

#private-hay-fever-treatment {
  margin-top: 30px; }
  #private-hay-fever-treatment ul, #private-hay-fever-treatment ol {
    padding-left: 50px; }

.navigation {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.01458rem;
  font-weight: 400; }
  .navigation__header {
    display: inline-block;
    position: relative; }
    @media all and (min-width: 768px) {
      .navigation__header {
        margin-bottom: 0; } }
    @media all and (min-width: 960px) {
      .navigation__header {
        top: 0; } }
    @media all and (min-width: 1200px) {
      .navigation__header {
        float: right;
        top: 0; } }
    .navigation__header ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-top: 16px; }
      @media all and (min-width: 960px) {
        .navigation__header ul {
          display: inline-block; } }
      .navigation__header ul li {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 5px;
        margin-top: -20px; }
        @media all and (min-width: 960px) {
          .navigation__header ul li {
            margin-left: 15px;
            margin-right: 0;
            margin-bottom: 0; } }
        .navigation__header ul li:first-child {
          margin-left: 0;
          margin-right: 15px; }
  .navigation__social-media {
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 1px solid #cecece; }
    @media all and (min-width: 768px) {
      .navigation__social-media {
        display: none; } }
    .navigation__social-media ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .navigation__social-media ul li {
        display: inline-block;
        margin-right: 15px; }
        .navigation__social-media ul li:last-child {
          margin-right: 0; }
  .navigation__register {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    color: #0b8154; }
    @media all and (min-width: 768px) {
      .navigation__register {
        top: -62px;
        margin-top: 0;
        float: right;
        margin-left: 15px; } }
    @media all and (min-width: 1200px) {
      .navigation__register {
        top: 5px; } }
    .navigation__register ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .navigation__register ul li {
        float: right;
        margin-right: 15px; }
        .navigation__register ul li:first-child {
          margin-right: 0; }
        .navigation__register ul li.secondary {
          display: none; }
          @media all and (min-width: 768px) {
            .navigation__register ul li.secondary {
              display: inline-block; } }
  .navigation__menu {
    display: none; }

@media all and (min-width: 768px) {
  .js .navigation {
    display: block !important;
    overflow: unset !important; } }
.js .navigation__header {
  display: block; }
  @media all and (min-width: 768px) {
    .js .navigation__header ul {
      border-bottom: none; } }
  .js .navigation__header ul li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #cecece; }
    @media all and (min-width: 768px) {
      .js .navigation__header ul li {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 5px;
        margin-top: -20px;
        border-top: none; } }
    .js .navigation__header ul li a {
      display: block;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media all and (min-width: 768px) {
        .js .navigation__header ul li a {
          display: inline-block;
          padding: 0; } }
      .js .navigation__header ul li a.open {
        color: #030304; }
    @media all and (min-width: 768px) {
      .js .navigation__header ul li:last-child a {
        border-bottom: none; } }
    .js .navigation__header ul li:last-child a.open {
      border-bottom: none; }
.js .navigation__menu {
  width: 44px;
  height: 44px;
  float: right;
  margin-left: 15px;
  position: relative;
  margin-top: -45px;
  color: #0b8154;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }
  .js .navigation__menu--closed {
    background-image: url("images/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px; }
    .js .navigation__menu--closed:hover {
      background-image: url("images/menu--hover.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 40px; }
  .js .navigation__menu--open {
    background-image: url("images/menu--open.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px; }
    .js .navigation__menu--open:hover {
      background-image: url("images/menu--open--hover.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px; }
  @media all and (min-width: 768px) {
    .js .navigation__menu {
      display: none; } }

.megamenu {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.01458rem;
  font-weight: 400;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 20px;
  z-index: 1; }
  @media all and (min-width: 768px) {
    .megamenu {
      padding-top: 40px;
      padding-right: 40px;
      padding-bottom: 20px;
      padding-left: 40px;
      background-color: #f3f7f5; } }
  @media all and (max-width: 960px) {
    .megamenu__col-3 {
      clear: both; } }
  .megamenu ul {
    list-style-type: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0; }
    .megamenu ul li {
      display: block;
      margin-bottom: 6px; }
      .megamenu ul li.title {
        font-family: MuseoSans-500, "helvetica", arial, sans-serif;
        font-weight: 400;
        margin-bottom: 10px;
        color: #0b8154; }
      .megamenu ul li a {
        color: #030304;
        font-family: MuseoSans-100, "helvetica", arial, sans-serif;
        font-weight: 300; }
        .megamenu ul li a:hover {
          text-decoration: underline;
          color: #030304; }
  .megamenu__btn {
    width: 44px;
    height: 44px;
    float: right;
    margin-left: 15px;
    position: absolute;
    right: 15px;
    color: #0b8154;
    display: none;
    cursor: pointer;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    z-index: 2;
    transition: none; }
    .megamenu__btn--closed {
      background-image: url("images/megamenu--open.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 40px;
      transition: none; }
      @media all and (min-width: 768px) {
        .megamenu__btn--closed {
          background-image: url("images/megamenu--d-open.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 40px; } }
      .megamenu__btn--closed:hover {
        background-image: url("images/megamenu--hover.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        transition: none; }
        @media all and (min-width: 768px) {
          .megamenu__btn--closed:hover {
            background-image: url("images/megamenu--d-hover.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 40px; } }
    .megamenu__btn--open {
      background-image: url("images/megamenu--open.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px;
      transition: none; }
      @media all and (min-width: 768px) {
        .megamenu__btn--open {
          background-image: url("images/megamenu--d-open.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 30px; } }
      .megamenu__btn--open:hover {
        background-image: url("images/megamenu--hover.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
        transition: none; }
        @media all and (min-width: 768px) {
          .megamenu__btn--open:hover {
            background-image: url("images/megamenu--d-hover.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 30px; } }
    @media all and (min-width: 768px) {
      .megamenu__btn {
        display: none; } }

.js .megamenu__btn {
  display: inline-block; }
  @media all and (min-width: 768px) {
    .js .megamenu__btn {
      top: 20px;
      right: 20px; } }
.js .megamenu__container {
  position: absolute;
  top: 100px;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  left: -100%;
  transition: left 0.5s ease-in-out;
  -webkit-transform: left 0.5s ease-in-out;
  overflow: hidden; }
  @media all and (min-width: 480px) {
    .js .megamenu__container {
      top: 112px; } }
  @media all and (min-width: 768px) {
    .js .megamenu__container {
      position: relative;
      z-index: 0;
      top: 0;
      background-color: none;
      width: auto;
      left: 0 !important; } }
  .js .megamenu__container--in {
    left: 15px;
    transition: left 0.5s ease-in-out;
    -webkit-transform: left 0.5s ease-in-out; }
    @media all and (min-width: 768px) {
      .js .megamenu__container--in {
        display: block; } }
  .js .megamenu__container--out {
    left: -100%;
    transition: left 0.5s ease-in-out;
    -webkit-transform: left 0.5s ease-in-out; }
    @media all and (min-width: 768px) {
      .js .megamenu__container--out {
        display: none; } }

.main__service-list {
  margin-bottom: 30px; }
  .main__service-list__wrapper {
    background-color: #f4f4f4;
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .main__service-list__header {
    margin-top: 50px; }
    @media all and (min-width: 960px) {
      .main__service-list__header a {
        float: right; } }
  .main__service-list__body {
    margin-top: 30px;
    margin-bottom: 30px; }
    .main__service-list__body .body__row {
      clear: both;
      border-top: 1px solid #d9e7d6;
      padding: 10px 0;
      overflow: hidden; }
    .main__service-list__body .body__title h3 {
      font-size: 22px;
      font-size: 1.375rem;
      letter-spacing: -0.02292rem;
      color: #0b8154;
      margin: 0 5px 5px 0;
      display: inline-block; }
      .main__service-list__body .body__title h3 a {
        font-family: MuseoSans-100, "helvetica", arial, sans-serif;
        font-weight: 300; }
    .main__service-list__body .body__title__free {
      padding: 3px 10px;
      display: inline-block;
      margin: 0;
      color: #ffffff;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: -0.0125rem;
      text-transform: uppercase;
      background-color: #0b8154;
      top: -4px;
      position: relative; }
    .main__service-list__body .body__text p {
      margin: 5px 0 0; }
    .main__service-list__body .body__link {
      margin: 5px 0 0;
      width: 34px;
      height: 34px;
      overflow: hidden;
      text-indent: -9999px;
      background-image: url("/assets/css/images/information.svg");
      background-repeat: no-repeat;
      background-size: 34px 34px;
      background-position: top left;
      display: block;
      float: right; }
  .main__service-list h2 {
    color: #030304;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 36px; }
    @media all and (min-width: 960px) {
      .main__service-list h2 {
        line-height: 46px; } }

.opening-hrs p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.01458rem;
  margin-bottom: 6px;
  margin-top: 0;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400; }
.opening-hrs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.01458rem;
  border-top: 1px solid #2E8726;
  max-width: 280px; }
  .opening-hrs ul li {
    display: block;
    margin: 0;
    padding: 4px 0;
    border-bottom: 1px solid #2E8726; }
    .opening-hrs ul li span {
      width: 30%;
      display: inline-block; }
      .opening-hrs ul li span:last-child {
        width: 70%; }
        .opening-hrs ul li span:last-child span {
          width: 20px; }
.opening-hrs__time {
  padding-left: 15px; }
.opening-hrs .day--on {
  background-color: #d2e1d7; }

.product .accordion,
.accordion {
  margin-top: 40px; }
  .product .accordion__item,
  .accordion__item {
    margin-bottom: 20px;
    border: 1px solid #ededed; }
    .product .accordion__item--open,
    .accordion__item--open {
      border: 1px solid #cecece; }
    .product .accordion__item__title,
    .accordion__item__title {
      padding-top: 20px;
      padding-left: 30px;
      padding-right: 80px;
      padding-bottom: 20px;
      background-color: #ededed;
      font-size: 22px;
      font-size: 1.375rem;
      letter-spacing: -0.02292rem;
      font-family: MuseoSans-100, "helvetica", arial, sans-serif;
      font-weight: 300;
      cursor: pointer; }
      .product .accordion__item__title:hover,
      .accordion__item__title:hover {
        background-color: #cecece; }
      .product .accordion__item__title--closed,
      .accordion__item__title--closed {
        background-image: url("images/plus.svg");
        background-repeat: no-repeat;
        background-position: center right 30px; }
      .product .accordion__item__title--open,
      .accordion__item__title--open {
        background-image: url("images/minus.svg");
        background-repeat: no-repeat;
        background-position: center right 30px;
        background-color: #cecece; }
      .product .accordion__item__title h2, .product .accordion__item__title h3,
      .accordion__item__title h2,
      .accordion__item__title h3 {
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: -0.01875rem;
        line-height: 24px;
        line-height: 1.5rem;
        font-family: MuseoSans-100, "helvetica", arial, sans-serif;
        font-weight: 300;
        margin: 0; }
        @media all and (min-width: 960px) {
          .product .accordion__item__title h2, .product .accordion__item__title h3,
          .accordion__item__title h2,
          .accordion__item__title h3 {
            font-size: 22px;
            font-size: 1.375rem;
            letter-spacing: -0.02292rem;
            line-height: 28px;
            line-height: 1.75rem; } }
        .product .accordion__item__title h2 span, .product .accordion__item__title h3 span,
        .accordion__item__title h2 span,
        .accordion__item__title h3 span {
          font-family: MuseoSans-700, "helvetica", arial, sans-serif;
          font-weight: 700; }
    .product .accordion__item__content,
    .accordion__item__content {
      padding-top: 20px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 5px; }
      .product .accordion__item__content h2, .product .accordion__item__content .h2,
      .accordion__item__content h2,
      .accordion__item__content .h2 {
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: -0.025rem;
        line-height: 28px;
        line-height: 1.75rem;
        font-family: MuseoSans-500, "helvetica", arial, sans-serif;
        font-weight: 400;
        margin-top: 40px; }
      .product .accordion__item__content h3, .product .accordion__item__content .h3,
      .accordion__item__content h3,
      .accordion__item__content .h3 {
        font-size: 20px;
        font-size: 1.25rem;
        letter-spacing: -0.02083rem;
        line-height: 24px;
        line-height: 1.5rem;
        font-family: MuseoSans-500, "helvetica", arial, sans-serif;
        font-weight: 400;
        margin-top: 40px; }
      .product .accordion__item__content h4, .product .accordion__item__content .h4,
      .accordion__item__content h4,
      .accordion__item__content .h4 {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: -0.01667rem;
        line-height: 22px;
        line-height: 1.375rem;
        font-family: MuseoSans-500, "helvetica", arial, sans-serif;
        font-weight: 400;
        margin-top: 30px; }
      .product .accordion__item__content h5, .product .accordion__item__content .h5,
      .product .accordion__item__content h6, .product .accordion__item__content .h6,
      .accordion__item__content h5,
      .accordion__item__content .h5,
      .accordion__item__content h6,
      .accordion__item__content .h6 {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: -0.01667rem;
        line-height: 22px;
        line-height: 1.375rem;
        font-family: MuseoSans-500, "helvetica", arial, sans-serif;
        font-weight: 400;
        margin-top: 30px;
        margin-bottom: 0; }
      .product .accordion__item__content li,
      .accordion__item__content li {
        margin-bottom: 10px; }
      .product .accordion__item__content hr,
      .accordion__item__content hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 0; }
    .product .accordion__item--secondary h2,
    .accordion__item--secondary h2 {
      margin: 0 !important;
      color: #0b8154; }
    .product .accordion__item--secondary h3:first-child,
    .accordion__item--secondary h3:first-child {
      margin-top: 0; }
    .product .accordion__item--secondary .accordion__item__title,
    .accordion__item--secondary .accordion__item__title {
      background-color: #ededed; }
      .product .accordion__item--secondary .accordion__item__title:hover,
      .accordion__item--secondary .accordion__item__title:hover {
        background-color: #dde4dd; }
      .product .accordion__item--secondary .accordion__item__title--open,
      .accordion__item--secondary .accordion__item__title--open {
        background-color: #dde4dd; }
    .product .accordion__item--secondary .accordion__item__content,
    .accordion__item--secondary .accordion__item__content {
      background-color: #ffffff; }

.cancellation-policy .accordion,
.terms---conditions .accordion {
  margin-top: 0; }

.product__step {
  background: #f8f9fd;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 40px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px; }
  @media all and (min-width: 960px) {
    .product__step {
      padding-top: 30px;
      padding-bottom: 20px;
      padding-left: 30px;
      padding-right: 60px; } }
  .product__step h2 {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: -0.02292rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #0b8154;
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px; }
  .product__step h3 {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.01875rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    color: #333; }
  .product__step ol, .product__step ul {
    margin: 0;
    margin-left: 15px;
    padding: 0; }
    .product__step ol li, .product__step ul li {
      margin-bottom: 20px;
      padding-left: 15px; }
  .product__step a {
    text-decoration: underline; }
  .product__step--last {
    margin-bottom: 40px; }

.covid-zones {
  margin-top: 40px;
  margin-bottom: 40px; }
  .covid-zones h2 {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: -0.02292rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media all and (min-width: 1200px) {
      .covid-zones h2 {
        width: 70%; } }
  .covid-zones__title {
    margin-bottom: 25px; }
    .covid-zones__title--green {
      color: #0c5547; }
    .covid-zones__title--amber {
      color: #BA580D; }
    .covid-zones__title--red {
      color: #da1d29; }
  .covid-zones__lights {
    text-align: center; }
    .covid-zones__lights h3 {
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: -0.02083rem;
      line-height: 26px;
      line-height: 1.625rem;
      text-transform: uppercase;
      display: block;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
      .covid-zones__lights h3 span {
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: -0.01458rem;
        line-height: 20px;
        line-height: 1.25rem;
        display: block;
        font-family: MuseoSans-100, "helvetica", arial, sans-serif;
        font-weight: 300; }
    .covid-zones__lights p {
      display: block; }
    .covid-zones__lights__content {
      padding-top: 190px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      color: #ffffff;
      background-repeat: no-repeat;
      background-position: top 20px center;
      background-size: 150px;
      margin-bottom: 20px;
      border-radius: 20px; }
      @media all and (min-width: 960px) {
        .covid-zones__lights__content {
          padding-top: 190px;
          background-size: 120px; } }
      @media all and (min-width: 1200px) {
        .covid-zones__lights__content {
          padding-top: 190px;
          background-size: 150px;
          min-height: 440px;
          border-radius: 30px; } }
    .covid-zones__lights--green {
      background-color: #0c5547;
      background-image: url("images/traffic-light--green.png"); }
    .covid-zones__lights--amber {
      background-color: #BA580D;
      background-image: url("images/traffic-light--amber.png"); }
    .covid-zones__lights--red {
      background-color: #da1d29;
      background-image: url("images/traffic-light--red.png"); }

.product-disclaimer {
  margin-bottom: 25px; }
  .product-disclaimer p {
    color: #666; }

.product__row {
  margin-bottom: 40px; }
.product__item {
  margin-bottom: 50px; }
  @media all and (min-width: 960px) {
    .product__item {
      margin-bottom: 30px; } }
  .product__item__image {
    margin-bottom: 4px; }
    .product__item__image img {
      width: 100%; }
  .product__item__modal-link {
    background-color: #f8f9fd;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative; }
    .product__item__modal-link a {
      display: block;
      position: relative;
      z-index: 1;
      background-image: url("images/green-line.png");
      background-repeat: repeat-x;
      background-position: center;
      text-align: center; }
      .product__item__modal-link a i {
        font-size: 30px;
        font-size: 1.875rem;
        letter-spacing: -0.03125rem;
        line-height: 34px;
        line-height: 2.125rem;
        margin: 0 auto;
        display: block;
        width: 60px;
        height: 30px;
        z-index: 1;
        background: #f8f9fd;
        text-align: center; }
  .product__item__detail {
    background-color: #f8f9fd;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px; }
    .product__item__detail h3 {
      color: #2E8726;
      font-size: 22px;
      font-size: 1.375rem;
      letter-spacing: -0.02292rem;
      line-height: 26px;
      line-height: 1.625rem;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
      @media all and (min-width: 960px) {
        .product__item__detail h3 {
          min-height: 80px; } }
    @media all and (min-width: 960px) {
      .product__item__detail--min-h {
        min-height: 560px; } }
    @media all and (min-width: 1200px) {
      .product__item__detail--min-h {
        min-height: 500px; } }
    .product__item__detail__price {
      font-size: 22px;
      font-size: 1.375rem;
      letter-spacing: -0.02292rem;
      line-height: 28px;
      line-height: 1.75rem;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
      .product__item__detail__price span {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 16px;
        line-height: 1rem;
        letter-spacing: -0.0125rem;
        display: inline-block;
        background-color: #f0f0ef;
        padding: 3px 10px;
        color: #2E8726;
        text-transform: uppercase;
        margin-left: 10px;
        position: relative;
        top: -3px; }
    .product__item__detail ul {
      list-style: none;
      margin: 0;
      margin-bottom: 20px;
      padding: 0; }
      .product__item__detail ul li {
        position: relative;
        padding-left: 30px; }
        .product__item__detail ul li i {
          display: inline;
          color: #2E8726;
          margin-right: 10px;
          width: 20px;
          display: inline-block;
          position: absolute;
          left: 0px;
          top: 2px; }
        .product__item__detail ul li a {
          border-bottom: 1px solid #2E8726; }

.modal {
  margin-top: 0; }
  .modal__header {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #0b8154;
    margin-bottom: 30px; }
    @media all and (min-width: 768px) {
      .modal__header {
        padding-bottom: 30px;
        padding-top: 20px;
        margin-bottom: 50px; } }
    .modal__header__title {
      color: #0b8154;
      font-size: 26px;
      font-size: 1.625rem;
      letter-spacing: -0.02708rem;
      line-height: 32px;
      line-height: 2rem; }
      @media all and (min-width: 768px) {
        .modal__header__title {
          font-size: 34px;
          font-size: 2.125rem;
          letter-spacing: -0.03542rem;
          line-height: 40px;
          line-height: 2.5rem; } }
    .modal__header__tag {
      color: #0b8154;
      font-family: MuseoSans-700, "helvetica", arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: -0.01667rem;
      line-height: 22px;
      line-height: 1.375rem;
      margin-bottom: 10px;
      margin-top: 50px; }
  .modal__body {
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .modal__body__title {
      margin-bottom: 40px !important;
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: -0.02083rem;
      line-height: 26px;
      line-height: 1.625rem;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
  .modal__window {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #030304;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    overflow: auto; }
    .modal__window__frame {
      background-color: #ffffff;
      margin: 5% auto;
      padding: 10px;
      width: 90%;
      max-width: 1140px; }
      @media all and (min-width: 768px) {
        .modal__window__frame {
          margin: 5% auto;
          padding: 20px;
          width: 90%; } }
    .modal__window__close {
      font-size: 30px;
      font-size: 1.875rem;
      letter-spacing: -0.03125rem;
      line-height: 36px;
      line-height: 2.25rem;
      text-align: right;
      display: block;
      height: 40px;
      color: #030304; }
    .modal__window .close-modal {
      width: 40px;
      height: 40px;
      float: right;
      display: block;
      cursor: pointer;
      color: #030304; }
      .modal__window .close-modal:hover {
        color: #666; }

.purchase-product {
  padding: 0;
  background-color: #d9e7d6; }
  .purchase-product input,
  .purchase-product select {
    border: 0; }
    .purchase-product input::-webkit-input-placeholder, .purchase-product input::-moz-placeholder, .purchase-product input:-ms-input-placeholder, .purchase-product input:-moz-placeholder,
    .purchase-product select::-webkit-input-placeholder,
    .purchase-product select::-moz-placeholder,
    .purchase-product select:-ms-input-placeholder,
    .purchase-product select:-moz-placeholder {
      color: #666; }
  .purchase-product__row {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    clear: both;
    position: relative; }
    .purchase-product__row--submit {
      padding: 0; }
    .purchase-product__row--pb-15 {
      padding-bottom: 15px; }
    .purchase-product__row--pt-15 {
      padding-top: 15px; }
    .purchase-product__row .col-50 {
      float: left;
      width: 100%; }
      @media all and (min-width: 768px) {
        .purchase-product__row .col-50 {
          width: 50%;
          margin-top: 0; } }
      @media all and (min-width: 960px) {
        .purchase-product__row .col-50 {
          width: 100%; } }
      @media all and (min-width: 1200px) {
        .purchase-product__row .col-50 {
          width: 50%;
          margin-top: 0; } }
      .purchase-product__row .col-50--end {
        margin-top: 15px; }
        @media all and (min-width: 768px) {
          .purchase-product__row .col-50--end {
            margin-top: 0; } }
        @media all and (min-width: 960px) {
          .purchase-product__row .col-50--end {
            margin-top: 15px; } }
        @media all and (min-width: 1200px) {
          .purchase-product__row .col-50--end {
            margin-top: 0; } }
        .purchase-product__row .col-50--end .purchase-product__label {
          margin-left: 0; }
          @media all and (min-width: 768px) {
            .purchase-product__row .col-50--end .purchase-product__label {
              margin-left: 10px; } }
          @media all and (min-width: 960px) {
            .purchase-product__row .col-50--end .purchase-product__label {
              margin-left: 0; } }
          @media all and (min-width: 1200px) {
            .purchase-product__row .col-50--end .purchase-product__label {
              margin-left: 10px; } }
          .purchase-product__row .col-50--end .purchase-product__label .purchase-product__input {
            margin-left: 40px; }
      .purchase-product__row .col-50--center {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
        max-width: 140px;
        margin-top: 0; }
        .purchase-product__row .col-50--center .purchase-product__label {
          display: none; }
        .purchase-product__row .col-50--center .purchase-product__input {
          margin-left: 0; }
      .purchase-product__row .col-50--inline {
        max-width: 160px; }
        .purchase-product__row .col-50--inline .mini-label {
          margin-top: 8px;
          float: left;
          margin-right: 10px;
          margin-left: -17px; }
        .purchase-product__row .col-50--inline .purchase-product__input {
          display: inline-block;
          float: left;
          width: 120px; }
  .purchase-product__label {
    display: block;
    width: 30px;
    float: left;
    padding-top: 10px;
    position: absolute; }
  .purchase-product__input {
    display: block;
    margin-left: 30px;
    border: 0; }
    .purchase-product__input select {
      background-image: none; }
    .purchase-product__input--qty {
      position: relative; }
      .purchase-product__input--qty button {
        display: inline-block;
        width: 40px;
        float: left;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 0;
        background-color: #b1d6ac;
        position: absolute;
        z-index: 2;
        top: 0;
        font-family: MuseoSans-500, "helvetica", arial, sans-serif;
        font-weight: 300;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: -0.01667rem;
        color: #030304;
        border-radius: 0; }
        .purchase-product__input--qty button.minus {
          left: 0;
          display: none; }
        .purchase-product__input--qty button.plus {
          right: 0;
          display: none; }
      .purchase-product__input--qty input {
        padding-left: 50px;
        padding-right: 50px;
        position: relative;
        z-index: 1;
        text-align: center;
        margin: 0; }
  .purchase-product__notify {
    padding: 10px 30px;
    text-align: center; }
    .purchase-product__notify h3 {
      font-family: MuseoSans-700, "helvetica", arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: -0.01667rem;
      margin-bottom: 0; }
    .purchase-product__notify p {
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 10px; }
    .purchase-product__notify input {
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      z-index: 1;
      text-align: left;
      margin: 0;
      margin-bottom: 10px; }

.js .ui-datepicker {
  z-index: 3 !important; }
.js .purchase-product__input--qty button.minus, .js .purchase-product__input--qty button.plus {
  display: inline-block; }

.cookies-banner {
  background-color: #132f36;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 999;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300; }
  @media all and (min-width: 960px) {
    .cookies-banner {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .cookies-banner form {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important; }
  .cookies-banner p {
    margin: 0;
    padding: 0; }
    .cookies-banner p.actions {
      margin-top: 20px; }
    @media all and (min-width: 960px) {
      .cookies-banner p {
        width: 50%;
        display: inline; }
        .cookies-banner p.message {
          float: left;
          padding-top: 18px; }
        .cookies-banner p.actions {
          float: right;
          text-align: right;
          margin-top: 0; } }
    .cookies-banner p a {
      text-decoration: none;
      color: #ffffff;
      display: inline-block; }
      .cookies-banner p a:hover {
        color: #cecece;
        text-decoration: none; }
      .cookies-banner p a.link {
        border-bottom: 1px solid #ffffff; }
        .cookies-banner p a.link:hover {
          border-bottom: 1px solid #999; }
  .cookies-banner button, .cookies-banner__button, .cookies-banner__button--light {
    background: none;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 16px;
    background-color: #2E8726;
    border: none;
    border-radius: 30px;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block; }
    .cookies-banner button:hover, .cookies-banner__button:hover, .cookies-banner__button--light:hover {
      background-color: #0b8154; }
    @media all and (min-width: 960px) {
      .cookies-banner button, .cookies-banner__button, .cookies-banner__button--light {
        padding: 15px 30px;
        margin-right: 0;
        margin-left: 15px; } }
  .cookies-banner__button--light {
    background-color: #132f36;
    border: 1px solid #666;
    text-decoration: none !important;
    margin-top: 15px; }
    @media all and (min-width: 400px) {
      .cookies-banner__button--light {
        margin-top: 0; } }
    .cookies-banner__button--light:hover {
      background-color: #132f36;
      text-decoration: none;
      color: #cecece; }
  .cookies-banner--none {
    display: none; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 10px;
  margin-bottom: 20px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #666;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
    .switch .slider::before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: #ffffff;
      -webkit-transition: .4s;
      transition: .4s; }
  .switch .status {
    position: absolute;
    top: 8px;
    left: 70px;
    cursor: pointer; }
  .switch input:checked + .slider {
    background-color: #2E8726; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #2E8726; }
  .switch--perm .slider {
    background-color: #2E8726;
    cursor: initial; }
    .switch--perm .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px); }
  .switch--perm .status {
    top: 0;
    cursor: initial; }

ul.cookie {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.cookie span {
    display: inline-block;
    margin-right: 2%; }
    @media all and (min-width: 768px) {
      ul.cookie span {
        width: 23%; } }
    ul.cookie span.cookie__purpose {
      width: 100%;
      display: block;
      margin-top: 15px;
      margin-bottom: 15px; }
  ul.cookie li {
    border-bottom: 1px solid #999;
    padding: 10px 0;
    margin: 0; }
  ul.cookie .cookie-row--header {
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 400; }

.cookie-group--about, .cookie-group--performance {
  margin-top: 40px; }

.cookie-preferences form button {
  float: none;
  clear: both; }

.cookie-saved {
  padding: 15px;
  color: #ffffff;
  background-color: #2E8726; }
  @media all and (min-width: 960px) {
    .cookie-saved {
      padding: 30px; } }
  .cookie-saved p {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: -0.025rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 0; }

table {
  max-width: 100%;
  width: 100%;
  border: 1px solid #cecece;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  margin-bottom: 30px; }
  table tr,
  table td {
    padding: 15px 10px 15px 10px; }
  table tr {
    border-top: 1px solid #cecece; }
  table th {
    padding: 15px 10px 15px 10px;
    text-align: left;
    font-weight: bold;
    vertical-align: top; }
  table thead th {
    background: #e8e8e8;
    border-right: 1px solid #cecece; }
  table td {
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.01667rem;
    line-height: 22px;
    line-height: 1.375rem;
    border-right: 1px solid #cecece;
    vertical-align: top; }
    @media all and (min-width: 960px) {
      table td {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: -0.01667rem;
        line-height: 22px;
        line-height: 1.375rem; } }
  table.no-borders {
    border: none;
    border-bottom: 1px solid #cecece; }
    table.no-borders tr,
    table.no-borders td {
      padding: 15px 10px 15px 0; }
    table.no-borders th {
      padding: 15px 10px 15px 0; }
    table.no-borders thead tr {
      border-top: none; }
    table.no-borders thead th {
      background: none;
      border-right: none; }
    table.no-borders td {
      border-right: none; }

.divider hr {
  height: 1px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  background-color: #cecece; }

.icon--icon {
  display: inline;
  font-size: 26px;
  font-size: 1.625rem;
  top: 3px;
  position: relative;
  color: #2E8726;
  position: relative; }
.icon--success {
  display: none;
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  color: #2E8726;
  position: relative;
  top: -45px;
  right: 17px;
  float: right;
  min-height: 28px; }
.icon--success-inline {
  display: none;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  color: #2E8726;
  position: relative;
  top: 2px;
  min-height: 26px; }
  .icon--success-inline i {
    display: inline-block;
    width: 1.25em;
    text-align: center;
    height: auto;
    line-height: normal;
    vertical-align: baseline; }
  .icon--success-inline .icon-check-empty {
    color: #bd0000; }
.icon--success__row2 {
  top: -35px; }
.icon--show {
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  position: relative;
  top: -30px;
  right: 10px;
  float: right;
  cursor: pointer;
  min-height: 28px; }
  .icon--show:hover {
    color: #2E8726; }
  .icon--show--signin {
    top: -34px; }

.js .icon--show {
  display: inline; }

.border-right-green {
  border-right: 1px solid #0b8154; }
.border-left-green {
  border-left: 1px solid #0b8154; }

.hidden-xs {
  display: none; }
  @media all and (min-width: 480px) {
    .hidden-xs {
      display: inline; } }
.hidden-sm {
  display: none; }
  @media all and (min-width: 768px) {
    .hidden-sm {
      display: inline; } }
.hidden-md {
  display: none; }
  @media all and (min-width: 960px) {
    .hidden-md {
      display: inline; } }
.hidden-lg {
  display: none; }
  @media all and (min-width: 1200px) {
    .hidden-lg {
      display: inline; } }

@media all and (min-width: 480px) {
  .flex-xs {
    display: flex; } }
@media all and (min-width: 768px) {
  .flex-sm {
    display: flex; } }
@media all and (min-width: 960px) {
  .flex-md {
    display: flex; } }
@media all and (min-width: 1200px) {
  .flex-lg {
    display: flex; } }

.lineheight-10 li {
  margin-bottom: 10px; }

.locations {
  margin-bottom: 60px; }
  .locations h2, .locations .h2 {
    background: #f3f7f5;
    color: #030304;
    padding: 30px;
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: -0.025rem;
    line-height: 30px;
    line-height: 1.875rem; }
    @media all and (min-width: 960px) {
      .locations h2, .locations .h2 {
        font-size: 34px;
        font-size: 2.125rem;
        letter-spacing: -0.03542rem;
        line-height: 38px;
        line-height: 2.375rem; } }
  .locations__address {
    border-top: none;
    padding-top: 0; }
    .locations__address h3 {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: -0.01667rem;
      line-height: 20px;
      line-height: 1.25rem;
      margin-bottom: 15px;
      margin-top: 0;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
  .locations .footer__opening-hrs ul {
    max-width: 100%; }
  .locations__book-now-btn {
    margin-bottom: 30px;
    margin-top: 30px; }
    @media all and (min-width: 960px) {
      .locations__book-now-btn {
        margin-top: 65px; } }
    @media all and (min-width: 1200px) {
      .locations__book-now-btn {
        margin-top: 88px; } }

.privacy__content {
  background: #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: 0;
  margin-right: 0; }
  @media all and (min-width: 960px) {
    .privacy__content {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  .privacy__content .intro {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.02083rem;
    line-height: 26px;
    line-height: 1.625rem;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: 20px;
    margin-bottom: 40px; }
    @media all and (min-width: 960px) {
      .privacy__content .intro {
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: -0.025rem;
        line-height: 30px;
        line-height: 1.875rem; } }
  .privacy__content ul {
    margin-bottom: 20px; }
  .privacy__content ul ul {
    margin-top: 10px; }
  .privacy__content h1 {
    color: #0b8154;
    margin-bottom: 40px;
    padding-right: 70px; }
    .privacy__content h1 span {
      color: #030304; }
  .privacy__content h2 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.01667rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #0b8154;
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 400;
    margin-top: 40px;
    text-transform: uppercase; }
    .privacy__content h2:first-child {
      margin-top: 0; }
  .privacy__content h3 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.01667rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 20px; }
  .privacy__content a {
    text-decoration: underline; }
  .privacy__content .timestamp {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01458rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 20px;
    margin-top: 80px;
    border-top: 1px solid #999;
    padding-top: 30px; }
.privacy--seren-plus .privacy__content {
  background-image: url("images/seren.svg");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: top 30px right 20px; }
  @media all and (min-width: 960px) {
    .privacy--seren-plus .privacy__content {
      background-position: top 50px right 50px; } }

.secondarypage h1 {
  color: #0b8154;
  margin-bottom: 40px;
  padding-right: 70px; }
  .secondarypage h1 span {
    color: #030304; }

.terms-of-sale ol.main {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }
  .terms-of-sale ol.main li {
    display: table;
    counter-increment: item;
    margin: 0;
    margin-bottom: 10px; }
    .terms-of-sale ol.main li:before {
      content: "Section . " counter(item) " ";
      display: table-cell;
      padding-right: 8px;
      min-width: 25px; }
.terms-of-sale ol.main:nth-of-type(1) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(1) li:before {
    content: "1." counter(item); }
.terms-of-sale ol.main:nth-of-type(2) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(2) li:before {
    content: "2." counter(item); }
.terms-of-sale ol.main:nth-of-type(3) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(3) li:before {
    content: "3." counter(item); }
.terms-of-sale ol.main:nth-of-type(4) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(4) li:before {
    content: "4." counter(item); }
.terms-of-sale ol.main:nth-of-type(5) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(5) li:before {
    content: "5." counter(item); }
.terms-of-sale ol.main:nth-of-type(6) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(6) li:before {
    content: "6." counter(item); }
.terms-of-sale ol.main:nth-of-type(7) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(7) li:before {
    content: "7." counter(item); }
.terms-of-sale ol.main:nth-of-type(8) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(8) li:before {
    content: "8." counter(item); }
.terms-of-sale ol.main:nth-of-type(9) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(9) li:before {
    content: "9." counter(item); }
.terms-of-sale ol.main:nth-of-type(10) li {
  counter-increment: item; }
  .terms-of-sale ol.main:nth-of-type(10) li:before {
    content: "10." counter(item); }
.terms-of-sale ol ol {
  counter-reset: list !important;
  margin: 0 !important; }
  .terms-of-sale ol ol li {
    list-style: none !important;
    position: relative !important;
    margin-bottom: 3px !important;
    margin-top: 3px !important; }
    .terms-of-sale ol ol li:before {
      counter-increment: list !important;
      content: "(" counter(list,lower-alpha) ") " !important;
      position: absolute !important;
      left: -1.4em !important; }

.product h1, .product .h1 {
  color: #0b8154;
  margin-bottom: 30px;
  margin-top: 5px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.025rem;
  line-height: 30px;
  line-height: 1.875rem; }
  @media all and (min-width: 960px) {
    .product h1, .product .h1 {
      font-size: 36px;
      font-size: 2.25rem;
      letter-spacing: -0.0375rem;
      line-height: 42px;
      line-height: 2.625rem; } }
.product h2, .product .h2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.02083rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }
  .product h2:not(:first-child), .product .h2:not(:first-child) {
    margin-top: 40px;
    margin-bottom: 20px; }
.product h3, .product .h3 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.01875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300; }
  .product h3:not(:first-child), .product .h3:not(:first-child) {
    margin-top: 40px;
    margin-bottom: 20px; }
.product-item h2, .product-item .h2 {
  color: #0b8154;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300; }
.product-item__description, .product-item__price {
  display: inline-block; }
.product-item__price {
  float: right; }
.product-details__title {
  background-color: #d6e9d2;
  padding: 15px 20px;
  margin-bottom: 10px;
  display: block; }
  .product-details__title h2, .product-details__title .h2 {
    margin: 0;
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #0b8154;
    text-transform: uppercase; }
.product-details__content {
  background-color: #f3f7f5;
  padding: 20px;
  margin-bottom: 10px;
  display: block; }
  .product-details__content p {
    margin-bottom: 0;
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300; }
    .product-details__content p.border {
      border-bottom: 1px solid #d6e9d2;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .product-details__content p span.number {
      width: 30px;
      height: 30px;
      background-color: #0b8154;
      color: #ffffff;
      text-align: center;
      display: inline-block;
      border-radius: 20px;
      float: left;
      margin-right: 20px;
      padding-top: 4px;
      max-width: 30px; }
      @media all and (min-width: 960px) {
        .product-details__content p span.number {
          width: 40px;
          height: 40px;
          padding-top: 9px;
          max-width: 40px; } }
  .product-details__content h3, .product-details__content .h3 {
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0rem;
    line-height: 20px;
    line-height: 1.25rem;
    border-bottom: 1px solid #d6e9d2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #2E8726;
    text-transform: uppercase; }
  .product-details__content__row {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6e9d2;
    overflow: hidden;
    clear: both; }
    .product-details__content__row--mb-20 {
      margin-bottom: 20px; }
    .product-details__content__row--mt-20 {
      margin-top: 20px; }
    .product-details__content__row--mb-30 {
      margin-bottom: 30px; }
    .product-details__content__row--mt-30 {
      margin-top: 30px; }
    .product-details__content__row--mb-40 {
      margin-bottom: 40px; }
    .product-details__content__row--mt-40 {
      margin-top: 40px; }
    .product-details__content__row--mb-50 {
      margin-bottom: 50px; }
    .product-details__content__row--mt-50 {
      margin-top: 50px; }
    .product-details__content__row--mb-60 {
      margin-bottom: 60px; }
    .product-details__content__row--mt-60 {
      margin-top: 60px; }
    .product-details__content__row--border-top {
      border-top: 1px solid #d6e9d2;
      padding-top: 10px; }
    .product-details__content__row:last-of-type {
      border-bottom: none;
      margin-bottom: 20px;
      padding-bottom: 0; }
    .product-details__content__row--section {
      color: #2E8726;
      margin-top: 40px; }
      .product-details__content__row--section:first-child {
        margin-top: 0; }
      .product-details__content__row--section p {
        font-family: MuseoSans-500, "helvetica", arial, sans-serif;
        font-weight: 700; }
    .product-details__content__row--type1 {
      border-bottom: none; }
      .product-details__content__row--type1 h3 {
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: -0.01458rem;
        line-height: 18px;
        line-height: 1.125rem;
        color: #2E8726;
        border-bottom: 1px solid #d6e9d2;
        padding-bottom: 6px;
        margin-bottom: 6px; }
      .product-details__content__row--type1 p {
        border-bottom: 1px solid #d6e9d2;
        padding-bottom: 6px;
        margin-bottom: 6px;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: -0.01458rem;
        line-height: 18px;
        line-height: 1.125rem; }
    .product-details__content__row--flex p {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .product-details__content__row--flex p span {
        flex-direction: column;
        flex: 1; }
.product-details__footer {
  text-align: center; }

.covid-products__title {
  width: 56%;
  display: inline-block;
  float: left;
  margin-right: 6%;
  margin-bottom: 0; }
  @media all and (min-width: 768px) {
    .covid-products__title {
      width: 61%; } }
.covid-products__link {
  width: 25%;
  display: inline-block;
  float: left;
  margin-right: 2%;
  text-align: right;
  margin-bottom: 0; }
  @media all and (min-width: 768px) {
    .covid-products__link {
      width: 20%; } }
  .covid-products__link a {
    display: block;
    padding: 1px 6px;
    color: #fff;
    background-color: #0b8154;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px; }
    .covid-products__link a:hover {
      background-color: #2E8726; }
.covid-products__price {
  width: 11%;
  display: inline-block;
  float: left;
  text-align: right;
  margin-bottom: 0; }

.form__trade-account form {
  padding-top: 0; }
.form__trade-account__address {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.01458rem;
  line-height: 20px;
  line-height: 1.25rem; }

.block--password__instructions {
  position: relative;
  top: -20px; }
  .block--password__instructions ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .block--password__instructions ul li {
      display: block;
      padding: 0;
      margin-bottom: 6px;
      color: #030304; }
      .block--password__instructions ul li.confirmed {
        color: #0b8154; }
      .block--password__instructions ul li.error {
        color: #bd0000; }
      .block--password__instructions ul li ul {
        list-style-type: disc;
        margin-left: 15px; }
        .block--password__instructions ul li ul li {
          display: list-item;
          margin-bottom: 0;
          color: #030304; }
          .block--password__instructions ul li ul li.confirmed {
            color: #0b8154; }
          .block--password__instructions ul li ul li.error {
            color: #bd0000; }

.form-intro--trade-account {
  background: #ededed;
  padding-top: 90px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url("images/seren-plus-logo.svg");
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: top 20px left 20px; }
  @media all and (min-width: 960px) {
    .form-intro--trade-account {
      background-size: 300px;
      background-repeat: no-repeat;
      padding-top: 120px; } }
  @media all and (min-width: 1200px) {
    .form-intro--trade-account {
      background-size: 400px;
      background-repeat: no-repeat;
      padding-top: 150px; } }

.trade-account-form--wholesalers .form-intro--trade-account {
  background-image: none;
  padding-top: 40px; }

#private-treatment-wrapper,
#details,
#reason--common-aliments,
#reason--hayfever,
#reason--travel {
  display: none; }
  #private-treatment-wrapper.display,
  #details.display,
  #reason--common-aliments.display,
  #reason--hayfever.display,
  #reason--travel.display {
    display: block; }

#register__btn--nonjs.display-none {
  display: none; }

.js #register__btn--nonjs {
  display: none; }
.js .book-an-appointment form .attendees {
  display: none; }
  .js .book-an-appointment form .attendees__name {
    display: none; }

.book-an-appointment form {
  padding: 0; }
.book-an-appointment .section-1 {
  border-bottom: 40px solid #ffffff; }

#private-treatment {
  background: #ededed;
  padding-bottom: 40px;
  text-align: center; }
  #private-treatment h2 {
    padding: 25px;
    background-color: #d6e9d2;
    margin-bottom: 60px;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.01875rem;
    font-family: MuseoSans-500, "helvetica", arial, sans-serif;
    font-weight: 700;
    line-height: 24px;
    line-height: 1.5rem; }
  #private-treatment p {
    margin-bottom: 60px; }
  #private-treatment .description {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.02083rem;
    line-height: 26px;
    line-height: 1.625rem;
    padding-left: 10%;
    padding-right: 10%; }
    @media all and (min-width: 768px) {
      #private-treatment .description {
        padding-left: 30%;
        padding-right: 30%; } }
  #private-treatment .tel,
  #private-treatment .whatsapp,
  #private-treatment .email {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.01875rem; }
  #private-treatment .whatsapp strong {
    position: relative;
    top: -10px; }
  #private-treatment img {
    display: inline-block; }

.terms ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }
.terms ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.01875rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #0b8154;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400; }
.terms ol > li:before {
  content: counters(item,".") ". ";
  display: table-cell;
  padding-right: 0.6em; }
.terms ol li ol {
  margin-top: 15px; }
.terms li ol > li {
  margin: 0;
  margin-bottom: 15px;
  color: #030304; }
  .terms li ol > li:last-child {
    margin-bottom: 0; }
.terms li ol > li:before {
  content: counters(item,".") " "; }

/*# sourceMappingURL=body.css.map */
