@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@300;400;600;700&display=swap");
html, body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E; }

h1, h2, h3, p, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, label span, input,
textarea,
select, .tabs-wrapper .tabs button, section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#faq__content .l-main-wrapper .wrapper aside ul li button {
  margin: 0; }

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px; }

h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 55px; }

h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 25px; }

p, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, label span, input,
textarea,
select, .tabs-wrapper .tabs button, section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#faq__content .l-main-wrapper .wrapper aside ul li button {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a,
button {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer; }
  a:focus, a:active,
  button:focus,
  button:active {
    outline: none; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none; }
  input:active, input:focus,
  textarea:active,
  textarea:focus,
  select:active,
  select:focus {
    outline: none; }

@media screen and (max-width: 960px) {
  h1 {
    font-size: 30px;
    line-height: 35px; }

  h2 {
    font-size: 30px;
    line-height: 35px; } }
.slick .slick-list {
  height: 100%; }
  .slick .slick-list .slick-track {
    height: 100%; }
    .slick .slick-list .slick-track .slick-slide {
      height: 100%; }

.l-main-wrapper {
  position: relative;
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
  z-index: 1; }

.arrow-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(/assets/images/icons/ic_caret-down_white.svg);
  background-repeat: no-repeat;
  background-position: center; }
  .arrow-button.--secondary {
    background-color: #8AC640; }

.button, .button--primary, .button--secondary {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 19px;
  box-sizing: border-box;
  border-radius: 20px;
  color: #FFF;
  font-size: 16px;
  transition: box-shadow 0.4s ease;
  white-space: nowrap; }
  .button.--arrow, .--arrow.button--primary, .--arrow.button--secondary {
    padding-right: 9px; }
    .button.--arrow:hover:after, .--arrow.button--primary:hover:after, .--arrow.button--secondary:hover:after {
      background-color: #FFF; }
    .button.--arrow:after, .--arrow.button--primary:after, .--arrow.button--secondary:after {
      content: '';
      width: 30px;
      height: 30px;
      background-image: url(/assets/images/icons/ic_right-caret_white.svg);
      background-size: auto 10px;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.2);
      margin-left: 20px;
      transition: all 0.2s ease; }
  .button--primary {
    background-color: #00B3F0; }
    .button--primary:hover {
      box-shadow: 0 0 15px 0 rgba(0, 179, 240, 0.45); }
    .button--primary.--arrow:hover:after {
      background-image: url(/assets/images/icons/ic_right-caret_blue.svg); }
  .button--secondary {
    background-color: #8AC640; }
    .button--secondary:hover {
      box-shadow: 0 0 15px 0 rgba(138, 198, 64, 0.45); }
    .button--secondary.--arrow:hover:after {
      background-image: url(/assets/images/icons/ic_right-caret_green.svg); }

.--clip-wrapper, section.hero .background-image, section#home__about, section#services-content__body .service-fragment:not(:last-of-type) {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 136px), 0 100%); }

.--clip-wrapper-top, section#services-content__body .service-fragment:not(:first-of-type) {
  clip-path: polygon(0 136px, 100% 0, 100% 100%, 0 100%); }

.--gray-wrapper {
  position: relative;
  background-color: #F4F4F4;
  padding-bottom: 140px; }

footer {
  position: relative;
  background-color: #282828;
  padding-top: 115px;
  z-index: 1; }
  footer .l-main-wrapper {
    color: #FFF;
    font-size: 16px; }
    footer .l-main-wrapper:nth-of-type(1) {
      display: flex;
      padding-bottom: 60px;
      border-bottom: 1px solid #C0C0C0; }
      footer .l-main-wrapper:nth-of-type(1) div {
        width: 100%; }
        footer .l-main-wrapper:nth-of-type(1) div p, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer .l-main-wrapper:nth-of-type(1) div label span, label footer .l-main-wrapper:nth-of-type(1) div span, footer .l-main-wrapper:nth-of-type(1) div input,
        footer .l-main-wrapper:nth-of-type(1) div textarea,
        footer .l-main-wrapper:nth-of-type(1) div select, footer .l-main-wrapper:nth-of-type(1) div .tabs-wrapper .tabs button, .tabs-wrapper .tabs footer .l-main-wrapper:nth-of-type(1) div button, footer section#home__services .l-main-wrapper:nth-of-type(1) div .buttons-wrapper .buttons-overflow button, section#home__services footer .l-main-wrapper:nth-of-type(1) div .buttons-wrapper .buttons-overflow button, footer section#home__services .l-main-wrapper:nth-of-type(1) .buttons-wrapper .buttons-overflow div button, section#home__services footer .l-main-wrapper:nth-of-type(1) .buttons-wrapper .buttons-overflow div button, footer section#faq__content .l-main-wrapper:nth-of-type(1) div .wrapper aside ul li button, section#faq__content footer .l-main-wrapper:nth-of-type(1) div .wrapper aside ul li button, footer section#faq__content .l-main-wrapper:nth-of-type(1) .wrapper aside ul li div button, section#faq__content footer .l-main-wrapper:nth-of-type(1) .wrapper aside ul li div button {
          line-height: 25px; }
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(1) {
          margin-right: 100px; }
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(1) img {
            margin-bottom: 46px; }
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) {
          margin-right: 70px; }
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li {
            font-weight: bold; }
            footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li:not(:last-of-type) {
              margin-bottom: 23px; }
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) {
          margin-right: 90px; }
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) p:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) div:nth-of-type(2) ul li:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul div:nth-of-type(3) li:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) label span:last-of-type, label footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) span:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) input:last-of-type,
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) textarea:last-of-type,
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) select:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) .tabs-wrapper .tabs button:last-of-type, .tabs-wrapper .tabs footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) button:last-of-type, footer section#home__services .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) .buttons-wrapper .buttons-overflow button:last-of-type, section#home__services footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) .buttons-wrapper .buttons-overflow button:last-of-type, footer section#home__services .l-main-wrapper:nth-of-type(1) .buttons-wrapper .buttons-overflow div:nth-of-type(3) button:last-of-type, section#home__services footer .l-main-wrapper:nth-of-type(1) .buttons-wrapper .buttons-overflow div:nth-of-type(3) button:last-of-type, footer section#faq__content .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) .wrapper aside ul li button:last-of-type, section#faq__content footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) .wrapper aside ul li button:last-of-type, footer section#faq__content .l-main-wrapper:nth-of-type(1) .wrapper aside ul li div:nth-of-type(3) button:last-of-type, section#faq__content footer .l-main-wrapper:nth-of-type(1) .wrapper aside ul li div:nth-of-type(3) button:last-of-type {
            margin-top: 16px; }
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) a {
          font-weight: bold; }
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) p:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) div:nth-of-type(2) ul li:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul div:nth-of-type(4) li:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) label span:last-of-type, label footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) span:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) input:last-of-type,
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) textarea:last-of-type,
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) select:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .tabs-wrapper .tabs button:last-of-type, .tabs-wrapper .tabs footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) button:last-of-type, footer section#home__services .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .buttons-wrapper .buttons-overflow button:last-of-type, section#home__services footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .buttons-wrapper .buttons-overflow button:last-of-type, footer section#home__services .l-main-wrapper:nth-of-type(1) .buttons-wrapper .buttons-overflow div:nth-of-type(4) button:last-of-type, section#home__services footer .l-main-wrapper:nth-of-type(1) .buttons-wrapper .buttons-overflow div:nth-of-type(4) button:last-of-type, footer section#faq__content .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .wrapper aside ul li button:last-of-type, section#faq__content footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .wrapper aside ul li button:last-of-type, footer section#faq__content .l-main-wrapper:nth-of-type(1) .wrapper aside ul li div:nth-of-type(4) button:last-of-type, section#faq__content footer .l-main-wrapper:nth-of-type(1) .wrapper aside ul li div:nth-of-type(4) button:last-of-type {
          margin-top: 68px; }
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) span {
          display: flex;
          justify-content: space-between;
          width: 140px;
          padding-top: 16px; }
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) span a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 29px;
            height: 29px;
            background-color: #8AC640;
            border-radius: 50%; }
    footer .l-main-wrapper:nth-of-type(2) {
      padding: 30px 0;
      font-size: 15px; }

@media screen and (max-width: 960px) {
  footer {
    padding-top: 30px; }
    footer .l-main-wrapper {
      flex-flow: column; }
      footer .l-main-wrapper:nth-of-type(1) {
        padding-bottom: 30px; }
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(1) {
          margin: 0 0 20px 0;
          text-align: center; }
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2), footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(3) {
          display: none; }
        footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) {
          display: flex;
          flex-flow: column;
          text-align: center; }
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) p:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) div:nth-of-type(2) ul li:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul div:nth-of-type(4) li:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) label span:last-of-type, label footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) span:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) input:last-of-type,
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) textarea:last-of-type,
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) select:last-of-type, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .tabs-wrapper .tabs button:last-of-type, .tabs-wrapper .tabs footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) button:last-of-type, footer section#home__services .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .buttons-wrapper .buttons-overflow button:last-of-type, section#home__services footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .buttons-wrapper .buttons-overflow button:last-of-type, footer section#home__services .l-main-wrapper:nth-of-type(1) .buttons-wrapper .buttons-overflow div:nth-of-type(4) button:last-of-type, section#home__services footer .l-main-wrapper:nth-of-type(1) .buttons-wrapper .buttons-overflow div:nth-of-type(4) button:last-of-type, footer section#faq__content .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .wrapper aside ul li button:last-of-type, section#faq__content footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) .wrapper aside ul li button:last-of-type, footer section#faq__content .l-main-wrapper:nth-of-type(1) .wrapper aside ul li div:nth-of-type(4) button:last-of-type, section#faq__content footer .l-main-wrapper:nth-of-type(1) .wrapper aside ul li div:nth-of-type(4) button:last-of-type {
            margin: 0;
            order: 1; }
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) a {
            order: 3; }
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(4) span {
            margin: 0 auto;
            order: 2;
            margin-bottom: 20px; }
      footer .l-main-wrapper:nth-of-type(2) {
        padding: 5px 0; }
        footer .l-main-wrapper:nth-of-type(2) p, footer .l-main-wrapper:nth-of-type(2) .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .l-main-wrapper:nth-of-type(2) li, footer .l-main-wrapper:nth-of-type(2) label span, label footer .l-main-wrapper:nth-of-type(2) span, footer .l-main-wrapper:nth-of-type(2) input,
        footer .l-main-wrapper:nth-of-type(2) textarea,
        footer .l-main-wrapper:nth-of-type(2) select, footer .l-main-wrapper:nth-of-type(2) .tabs-wrapper .tabs button, .tabs-wrapper .tabs footer .l-main-wrapper:nth-of-type(2) button, footer section#home__services .l-main-wrapper:nth-of-type(2) .buttons-wrapper .buttons-overflow button, section#home__services footer .l-main-wrapper:nth-of-type(2) .buttons-wrapper .buttons-overflow button, footer section#faq__content .l-main-wrapper:nth-of-type(2) .wrapper aside ul li button, section#faq__content footer .l-main-wrapper:nth-of-type(2) .wrapper aside ul li button {
          font-size: 12px;
          line-height: 25px;
          text-align: center; } }
form .row {
  display: flex; }
  form .row:not(:last-of-type) {
    margin-bottom: 30px; }
  form .row.--double {
    justify-content: space-between; }
    form .row.--double label {
      width: calc(50% - 15px); }
  form .row.--submit {
    justify-content: flex-end; }

@media screen and (max-width: 960px) {
  form .row:not(:last-of-type) {
    margin-bottom: 20px; }
  form .row.--double {
    flex-flow: column; }
    form .row.--double label {
      width: 100%; }
      form .row.--double label:not(:last-of-type) {
        margin-bottom: 20px; }
  form .row.--submit {
    justify-content: center;
    margin-top: 30px; } }
section.hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  max-height: 700px;
  color: #FFF;
  z-index: 1; }
  section.hero .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0; }
  section.hero .l-main-wrapper {
    display: flex;
    flex-flow: column;
    align-items: flex-start; }
    section.hero .l-main-wrapper img {
      height: 104px;
      margin-bottom: 40px; }
    section.hero .l-main-wrapper h1 {
      margin-bottom: 20px; }
    section.hero .l-main-wrapper p, section.hero footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer section.hero .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, section.hero .l-main-wrapper label span, label section.hero .l-main-wrapper span, section.hero .l-main-wrapper input,
    section.hero .l-main-wrapper textarea,
    section.hero .l-main-wrapper select, section.hero .l-main-wrapper .tabs-wrapper .tabs button, .tabs-wrapper .tabs section.hero .l-main-wrapper button, section.hero section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#home__services section.hero .l-main-wrapper .buttons-wrapper .buttons-overflow button, section.hero section#faq__content .l-main-wrapper .wrapper aside ul li button, section#faq__content section.hero .l-main-wrapper .wrapper aside ul li button {
      max-width: 500px;
      margin-bottom: 20px; }
  section.hero .arrow-button {
    position: absolute;
    bottom: 68px;
    left: 50%;
    transform: translate(-50%, 50%);
    transition: all 0.2s ease;
    transform-origin: center; }
    section.hero .arrow-button:hover {
      box-shadow: 0 0 15px 0 rgba(138, 198, 64, 0.45);
      transform: translate(-50%, 50%) scale(1.2); }

@media screen and (max-width: 960px) {
  section.hero {
    height: 70vh;
    align-items: flex-end;
    padding-bottom: 30px;
    box-sizing: border-box; }
    section.hero .background-image {
      clip-path: none; }
    section.hero .l-main-wrapper {
      text-align: center; }
      section.hero .l-main-wrapper img {
        height: 60px;
        margin: 0 auto 20px auto; }
      section.hero .l-main-wrapper h1,
      section.hero .l-main-wrapper p,
      section.hero footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li,
      footer section.hero .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li,
      section.hero .l-main-wrapper label span,
      label section.hero .l-main-wrapper span,
      section.hero .l-main-wrapper input,
      section.hero .l-main-wrapper textarea,
      section.hero .l-main-wrapper select,
      section.hero .l-main-wrapper .tabs-wrapper .tabs button,
      .tabs-wrapper .tabs section.hero .l-main-wrapper button,
      section.hero section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button,
      section#home__services section.hero .l-main-wrapper .buttons-wrapper .buttons-overflow button,
      section.hero section#faq__content .l-main-wrapper .wrapper aside ul li button,
      section#faq__content section.hero .l-main-wrapper .wrapper aside ul li button {
        width: 100%;
        max-width: none; }
      section.hero .l-main-wrapper a {
        margin: 0 auto; }
    section.hero .arrow-button {
      display: none; } }
label {
  display: flex;
  flex-flow: column;
  width: 100%; }
  label span {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    color: #006EA6;
    padding-left: 10px; }
    label span img {
      max-height: 18px;
      margin-right: 11px; }
  label .select-wrapper {
    position: relative;
    width: 100%; }
    label .select-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      right: 20px;
      background-image: url(/assets/images/icons/ic_caret-down_dark-blue.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 20px;
      height: 100%;
      pointer-events: none; }

input,
textarea,
select {
  width: 100%;
  font-size: 15px;
  background-color: #FFF;
  border: 1px solid #979797;
  border-radius: 10px;
  padding: 0 40px;
  box-sizing: border-box;
  transition: border-color 0.2s ease; }
  input:focus, input:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    border-color: #00B3F0; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: rgba(94, 94, 94, 0.5); }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: rgba(94, 94, 94, 0.5); }
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: rgba(94, 94, 94, 0.5); }

input,
select {
  height: 48px; }

textarea {
  width: 100%;
  resize: none;
  padding: 15px 40px; }

section.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background-color: rgba(94, 94, 94, 0.75);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none; }
  section.modal-wrapper.--active {
    opacity: 1;
    pointer-events: auto; }
  section.modal-wrapper .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 580px;
    border-radius: 10px;
    padding: 96px 60px;
    background-color: #FFF;
    text-align: center; }
    section.modal-wrapper .modal span {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 177px;
      height: 177px;
      border-radius: 50%;
      background-color: #00B3F0; }
    section.modal-wrapper .modal h1 {
      margin: 20px 0; }
    section.modal-wrapper .modal p, section.modal-wrapper .modal footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul section.modal-wrapper .modal li, section.modal-wrapper .modal label span, label section.modal-wrapper .modal span, section.modal-wrapper .modal input,
    section.modal-wrapper .modal textarea,
    section.modal-wrapper .modal select, section.modal-wrapper .modal .tabs-wrapper .tabs button, .tabs-wrapper .tabs section.modal-wrapper .modal button, section.modal-wrapper .modal section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow section.modal-wrapper .modal button, section.modal-wrapper .modal section#faq__content .l-main-wrapper .wrapper aside ul li button, section#faq__content .l-main-wrapper .wrapper aside ul li section.modal-wrapper .modal button {
      max-width: 320px; }
      section.modal-wrapper .modal p:not(:last-of-type), section.modal-wrapper .modal footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li:not(:last-of-type), footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul section.modal-wrapper .modal li:not(:last-of-type), section.modal-wrapper .modal label span:not(:last-of-type), label section.modal-wrapper .modal span:not(:last-of-type), section.modal-wrapper .modal input:not(:last-of-type),
      section.modal-wrapper .modal textarea:not(:last-of-type),
      section.modal-wrapper .modal select:not(:last-of-type), section.modal-wrapper .modal .tabs-wrapper .tabs button:not(:last-of-type), .tabs-wrapper .tabs section.modal-wrapper .modal button:not(:last-of-type), section.modal-wrapper .modal section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button:not(:last-of-type), section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow section.modal-wrapper .modal button:not(:last-of-type), section.modal-wrapper .modal section#faq__content .l-main-wrapper .wrapper aside ul li button:not(:last-of-type), section#faq__content .l-main-wrapper .wrapper aside ul li section.modal-wrapper .modal button:not(:last-of-type) {
        margin-bottom: 20px; }
    section.modal-wrapper .modal .button--secondary {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%); }

.multi-carousel.--col-4 .l-main-wrapper .buttons-wrapper {
  grid-template-columns: repeat(4, 1fr); }
.multi-carousel.--col-3 .l-main-wrapper .buttons-wrapper {
  grid-template-columns: repeat(3, 1fr); }
.multi-carousel.--single-responsive .slick-wrapper .slick .slick-track .slide {
  margin: 0 30px; }
.multi-carousel .l-main-wrapper h1 {
  text-align: center; }
.multi-carousel .l-main-wrapper .subtitle {
  margin: 20px auto 0 auto;
  max-width: 870px; }
.multi-carousel .l-main-wrapper .multi-carousel-select {
  display: none; }
.multi-carousel .l-main-wrapper .buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 85px;
  margin: 67px 0 100px 0; }
  .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div:before {
    transform: translateX(-50%) scaleX(1); }
  .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div span {
    opacity: 1;
    transform: translate(-50%, calc(-100% - 7px)); }
  .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div p, .multi-carousel footer .l-main-wrapper:nth-of-type(1) .buttons-wrapper button.--active div:nth-of-type(2) ul li, footer .multi-carousel .l-main-wrapper:nth-of-type(1) .buttons-wrapper button.--active div:nth-of-type(2) ul li, .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div label span, label .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div span, .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div input,
  .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div textarea,
  .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div select, .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div .tabs-wrapper .tabs button, .tabs-wrapper .tabs .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div button, .multi-carousel section#home__services .l-main-wrapper .buttons-wrapper button.--active div .buttons-overflow button, section#home__services .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div .buttons-overflow button, .multi-carousel section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button.--active div button, section#home__services .multi-carousel .l-main-wrapper .buttons-wrapper .buttons-overflow button.--active div button, .multi-carousel section#faq__content .l-main-wrapper .buttons-wrapper button.--active div .wrapper aside ul li button, section#faq__content .multi-carousel .l-main-wrapper .buttons-wrapper button.--active div .wrapper aside ul li button, .multi-carousel section#faq__content .l-main-wrapper .wrapper aside ul li .buttons-wrapper button.--active div button, section#faq__content .multi-carousel .l-main-wrapper .wrapper aside ul li .buttons-wrapper button.--active div button {
    font-weight: 700;
    color: #006EA6; }
  .multi-carousel .l-main-wrapper .buttons-wrapper button div {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .multi-carousel .l-main-wrapper .buttons-wrapper button div:before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%) scaleX(0);
      transform-origin: center;
      width: 107px;
      height: 2px;
      background-color: #00B3F0;
      transition: transform 0.2s ease; }
    .multi-carousel .l-main-wrapper .buttons-wrapper button div span {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #00B3F0;
      opacity: 0;
      transition: all 0.2s ease; }
      .multi-carousel .l-main-wrapper .buttons-wrapper button div span img {
        height: 20px; }
    .multi-carousel .l-main-wrapper .buttons-wrapper button div p, .multi-carousel footer .l-main-wrapper:nth-of-type(1) .buttons-wrapper button div:nth-of-type(2) ul li, footer .multi-carousel .l-main-wrapper:nth-of-type(1) .buttons-wrapper button div:nth-of-type(2) ul li, .multi-carousel .l-main-wrapper .buttons-wrapper button div label span, label .multi-carousel .l-main-wrapper .buttons-wrapper button div span, .multi-carousel .l-main-wrapper .buttons-wrapper button div input,
    .multi-carousel .l-main-wrapper .buttons-wrapper button div textarea,
    .multi-carousel .l-main-wrapper .buttons-wrapper button div select, .multi-carousel .l-main-wrapper .buttons-wrapper button div .tabs-wrapper .tabs button, .tabs-wrapper .tabs .multi-carousel .l-main-wrapper .buttons-wrapper button div button, .multi-carousel section#home__services .l-main-wrapper .buttons-wrapper button div .buttons-overflow button, section#home__services .multi-carousel .l-main-wrapper .buttons-wrapper button div .buttons-overflow button, .multi-carousel section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button div button, section#home__services .multi-carousel .l-main-wrapper .buttons-wrapper .buttons-overflow button div button, .multi-carousel section#faq__content .l-main-wrapper .buttons-wrapper button div .wrapper aside ul li button, section#faq__content .multi-carousel .l-main-wrapper .buttons-wrapper button div .wrapper aside ul li button, .multi-carousel section#faq__content .l-main-wrapper .wrapper aside ul li .buttons-wrapper button div button, section#faq__content .multi-carousel .l-main-wrapper .wrapper aside ul li .buttons-wrapper button div button {
      text-align: center;
      font-size: 20px;
      line-height: 20px; }
.multi-carousel .slick-wrapper {
  position: relative;
  margin-bottom: 150px; }
  .multi-carousel .slick-wrapper .slick-buttons-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    padding: 0 120px;
    box-sizing: border-box; }
    .multi-carousel .slick-wrapper .slick-buttons-wrapper button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #5E5E5E;
      pointer-events: auto; }
      .multi-carousel .slick-wrapper .slick-buttons-wrapper button.prev img {
        transform: rotate(-180deg); }
  .multi-carousel .slick-wrapper .slick-content {
    display: none; }
  .multi-carousel .slick-wrapper .slick {
    position: relative;
    opacity: 0;
    transition: opacity 0.2s ease; }
    .multi-carousel .slick-wrapper .slick:before, .multi-carousel .slick-wrapper .slick:after {
      content: '';
      position: absolute;
      width: calc(100% / 5);
      height: 100%;
      top: 0;
      background-color: #FFF;
      opacity: 0.9;
      z-index: 1; }
    .multi-carousel .slick-wrapper .slick:before {
      left: 0; }
    .multi-carousel .slick-wrapper .slick:after {
      right: 0;
      transform: rotate(-180px); }
    .multi-carousel .slick-wrapper .slick.--no-white-spaces:before, .multi-carousel .slick-wrapper .slick.--no-white-spaces:after {
      display: none; }
    .multi-carousel .slick-wrapper .slick.--active {
      opacity: 1; }
    .multi-carousel .slick-wrapper .slick .slick-track {
      padding: 40px 0 0 0; }
      .multi-carousel .slick-wrapper .slick .slick-track .slide {
        margin: 0 10px;
        transition: transform 0.2s ease-out; }
        .multi-carousel .slick-wrapper .slick .slick-track .slide:focus, .multi-carousel .slick-wrapper .slick .slick-track .slide:active {
          outline: none; }
        .multi-carousel .slick-wrapper .slick .slick-track .slide:hover {
          transform: translateY(-40px); }
          .multi-carousel .slick-wrapper .slick .slick-track .slide:hover .image .content {
            opacity: 1; }
        .multi-carousel .slick-wrapper .slick .slick-track .slide .image {
          width: 100%;
          height: 300px;
          border-radius: 10px;
          box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.11);
          overflow: hidden;
          background-size: cover;
          background-position: center;
          margin-bottom: 20px;
          transition: all 0.2s ease; }
          .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 179, 240, 0.7);
            padding: 20px;
            box-sizing: border-box;
            opacity: 0;
            transition: opacity 0.2s ease; }
            .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content p, .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content li, .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content label span, label .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content span, .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content input,
            .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content textarea,
            .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content select, .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content .tabs-wrapper .tabs button, .tabs-wrapper .tabs .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content button, .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content button, .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content section#faq__content .l-main-wrapper .wrapper aside ul li button, section#faq__content .l-main-wrapper .wrapper aside ul li .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content button {
              font-size: 16px;
              color: #FFF; }
        .multi-carousel .slick-wrapper .slick .slick-track .slide h2, .multi-carousel .slick-wrapper .slick .slick-track .slide p, .multi-carousel .slick-wrapper .slick .slick-track .slide footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .multi-carousel .slick-wrapper .slick .slick-track .slide li, .multi-carousel .slick-wrapper .slick .slick-track .slide label span, label .multi-carousel .slick-wrapper .slick .slick-track .slide span, .multi-carousel .slick-wrapper .slick .slick-track .slide input,
        .multi-carousel .slick-wrapper .slick .slick-track .slide textarea,
        .multi-carousel .slick-wrapper .slick .slick-track .slide select, .multi-carousel .slick-wrapper .slick .slick-track .slide .tabs-wrapper .tabs button, .tabs-wrapper .tabs .multi-carousel .slick-wrapper .slick .slick-track .slide button, .multi-carousel .slick-wrapper .slick .slick-track .slide section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .multi-carousel .slick-wrapper .slick .slick-track .slide button, .multi-carousel .slick-wrapper .slick .slick-track .slide section#faq__content .l-main-wrapper .wrapper aside ul li button, section#faq__content .l-main-wrapper .wrapper aside ul li .multi-carousel .slick-wrapper .slick .slick-track .slide button {
          text-align: center; }
        .multi-carousel .slick-wrapper .slick .slick-track .slide h2 {
          font-weight: 600;
          font-size: 20px;
          line-height: 18px;
          color: #006EA6;
          margin-bottom: 6px; }
        .multi-carousel .slick-wrapper .slick .slick-track .slide p.description, .multi-carousel .slick-wrapper .slick .slick-track .slide footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li.description, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .multi-carousel .slick-wrapper .slick .slick-track .slide li.description, .multi-carousel .slick-wrapper .slick .slick-track .slide label span.description, label .multi-carousel .slick-wrapper .slick .slick-track .slide span.description, .multi-carousel .slick-wrapper .slick .slick-track .slide input.description,
        .multi-carousel .slick-wrapper .slick .slick-track .slide textarea.description,
        .multi-carousel .slick-wrapper .slick .slick-track .slide select.description, .multi-carousel .slick-wrapper .slick .slick-track .slide .tabs-wrapper .tabs button.description, .tabs-wrapper .tabs .multi-carousel .slick-wrapper .slick .slick-track .slide button.description, .multi-carousel .slick-wrapper .slick .slick-track .slide section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button.description, section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .multi-carousel .slick-wrapper .slick .slick-track .slide button.description, .multi-carousel .slick-wrapper .slick .slick-track .slide section#faq__content .l-main-wrapper .wrapper aside ul li button.description, section#faq__content .l-main-wrapper .wrapper aside ul li .multi-carousel .slick-wrapper .slick .slick-track .slide button.description {
          display: none; }

@media screen and (max-width: 960px) {
  .multi-carousel.--single-responsive .slick-wrapper .slick {
    width: 100%;
    margin-left: 0; }
  .multi-carousel .l-main-wrapper label .select-wrapper {
    margin: 40px 0; }
    .multi-carousel .l-main-wrapper label .select-wrapper:after {
      background-image: url(/assets/images/icons/ic_caret-down_white.svg);
      background-size: 100% auto; }
    .multi-carousel .l-main-wrapper label .select-wrapper .multi-carousel-select {
      display: block;
      height: 54px;
      border-radius: 0;
      background-color: #00B3F0;
      font-weight: 700;
      color: #FFF;
      border: none;
      padding: 0 30px; }
      .multi-carousel .l-main-wrapper label .select-wrapper .multi-carousel-select option {
        background-color: #FFF;
        color: #5E5E5E; }
  .multi-carousel .l-main-wrapper .buttons-wrapper {
    display: none; }
  .multi-carousel .slick-wrapper {
    overflow: hidden;
    margin-bottom: 100px; }
    .multi-carousel .slick-wrapper .slick-buttons-wrapper {
      display: none; }
    .multi-carousel .slick-wrapper .slick {
      width: calc(100% + 400px);
      margin-left: -200px; }
      .multi-carousel .slick-wrapper .slick:before, .multi-carousel .slick-wrapper .slick:after {
        display: none; }
      .multi-carousel .slick-wrapper .slick .slick-track {
        padding: 0; }
        .multi-carousel .slick-wrapper .slick .slick-track .slide {
          display: flex;
          flex-flow: column;
          justify-content: center; }
          .multi-carousel .slick-wrapper .slick .slick-track .slide:hover {
            transform: none; }
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) h2,
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) p,
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li,
          footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) li,
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) label span,
          label .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) span,
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) input,
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) textarea,
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) select,
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) .tabs-wrapper .tabs button,
          .tabs-wrapper .tabs .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) button,
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button,
          section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) button,
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) section#faq__content .l-main-wrapper .wrapper aside ul li button,
          section#faq__content .l-main-wrapper .wrapper aside ul li .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) button {
            opacity: 0;
            transition: all 0.2s ease; }
          .multi-carousel .slick-wrapper .slick .slick-track .slide:not(.slick-current) .image {
            height: 250px;
            margin: 25px 0;
            transition: all 0.2s ease; }
          .multi-carousel .slick-wrapper .slick .slick-track .slide .image .content {
            display: none; }
          .multi-carousel .slick-wrapper .slick .slick-track .slide p.description, .multi-carousel .slick-wrapper .slick .slick-track .slide footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li.description, footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .multi-carousel .slick-wrapper .slick .slick-track .slide li.description, .multi-carousel .slick-wrapper .slick .slick-track .slide label span.description, label .multi-carousel .slick-wrapper .slick .slick-track .slide span.description, .multi-carousel .slick-wrapper .slick .slick-track .slide input.description,
          .multi-carousel .slick-wrapper .slick .slick-track .slide textarea.description,
          .multi-carousel .slick-wrapper .slick .slick-track .slide select.description, .multi-carousel .slick-wrapper .slick .slick-track .slide .tabs-wrapper .tabs button.description, .tabs-wrapper .tabs .multi-carousel .slick-wrapper .slick .slick-track .slide button.description, .multi-carousel .slick-wrapper .slick .slick-track .slide section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button.description, section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .multi-carousel .slick-wrapper .slick .slick-track .slide button.description, .multi-carousel .slick-wrapper .slick .slick-track .slide section#faq__content .l-main-wrapper .wrapper aside ul li button.description, section#faq__content .l-main-wrapper .wrapper aside ul li .multi-carousel .slick-wrapper .slick .slick-track .slide button.description {
            display: block;
            margin-top: 40px; } }
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 179, 240, 0.2);
  padding-top: 2px;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.2s ease; }
  nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8AC640; }
  nav.--scrolled {
    background-color: #00B3F0;
    height: 60px; }
    nav.--scrolled .l-main-wrapper ul li a.--active:before {
      background-color: #8AC640; }
  nav .l-main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    nav .l-main-wrapper a img {
      height: 55px; }
    nav .l-main-wrapper ul {
      display: flex;
      height: 100%; }
      nav .l-main-wrapper ul li {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 20px; }
        nav .l-main-wrapper ul li a {
          position: relative;
          color: #FFF;
          z-index: 2;
          font-size: 18px; }
          nav .l-main-wrapper ul li a.--active:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: 9px;
            background-color: #00B3F0;
            z-index: -1;
            transition: background-color 0.2s ease; }
  nav .mobile-button {
    display: none; }

@media screen and (max-width: 960px) {
  nav {
    height: 70px; }
    nav:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #00B3F0;
      opacity: 0;
      z-index: -1;
      transition: opacity 0.2s ease; }
    nav.--scrolled, nav.--active {
      height: 70px;
      background-color: #00B3F0; }
      nav.--scrolled:before, nav.--active:before {
        opacity: 1; }
    nav.--active .l-main-wrapper ul {
      transform: translateY(100%); }
    nav .l-main-wrapper {
      position: initial; }
      nav .l-main-wrapper ul {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(calc(-60px - 100%));
        display: flex;
        flex-flow: column;
        width: 100%;
        height: auto;
        z-index: -2;
        transition: transform 0.2s ease; }
        nav .l-main-wrapper ul li {
          width: 100%;
          height: 60px;
          background-color: #00B3F0;
          padding: 0; }
          nav .l-main-wrapper ul li:not(:last-of-type) {
            border-bottom: 1px solid #FFF; }
          nav .l-main-wrapper ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%; }
            nav .l-main-wrapper ul li a.--active {
              background-color: #FFF;
              color: #00B3F0; }
              nav .l-main-wrapper ul li a.--active:before {
                display: none; }
    nav .menu-toggle {
      position: relative;
      width: 30px;
      height: 30px; }
      nav .menu-toggle.--active span:nth-of-type(1) {
        transform: translateY(-50%) rotate(-45deg); }
      nav .menu-toggle.--active span:nth-of-type(2) {
        transform: translateY(-50%) rotate(45deg); }
      nav .menu-toggle span {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: #FFF;
        transition: transform 0.2s ease; }
        nav .menu-toggle span:nth-of-type(1) {
          transform: translateY(-4px); }
        nav .menu-toggle span:nth-of-type(2) {
          transform: translateY(4px); } }
section.schedule {
  background-color: #00B3F0; }
  section.schedule .l-main-wrapper {
    display: flex; }
    section.schedule .l-main-wrapper img {
      margin-right: 20px;
      margin-top: -50px; }
    section.schedule .l-main-wrapper div {
      display: flex;
      flex-flow: column;
      color: #FFF;
      padding-top: 44px;
      align-items: flex-start; }
      section.schedule .l-main-wrapper div p, section.schedule footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer section.schedule .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, section.schedule .l-main-wrapper div label span, label section.schedule .l-main-wrapper div span, section.schedule .l-main-wrapper div input,
      section.schedule .l-main-wrapper div textarea,
      section.schedule .l-main-wrapper div select, section.schedule .l-main-wrapper div .tabs-wrapper .tabs button, .tabs-wrapper .tabs section.schedule .l-main-wrapper div button, section.schedule section#home__services .l-main-wrapper div .buttons-wrapper .buttons-overflow button, section#home__services section.schedule .l-main-wrapper div .buttons-wrapper .buttons-overflow button, section.schedule section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow div button, section#home__services section.schedule .l-main-wrapper .buttons-wrapper .buttons-overflow div button, section.schedule section#faq__content .l-main-wrapper div .wrapper aside ul li button, section#faq__content section.schedule .l-main-wrapper div .wrapper aside ul li button, section.schedule section#faq__content .l-main-wrapper .wrapper aside ul li div button, section#faq__content section.schedule .l-main-wrapper .wrapper aside ul li div button {
        margin: 20px 0 30px 0; }

@media screen and (max-width: 960px) {
  section.schedule .l-main-wrapper {
    flex-flow: column; }
    section.schedule .l-main-wrapper img {
      margin: -145px 0 0 0;
      width: 100%; }
    section.schedule .l-main-wrapper div {
      padding: 10px 0 50px 0; }
      section.schedule .l-main-wrapper div a {
        align-self: center; } }
.--has-magic.--appear {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.4s ease-out; }
  .--has-magic.--appear.--active-magic {
    opacity: 1;
    transform: none; }

@media screen and (min-width: 960px) {
  .--has-magic.--appear.--delay-1 {
    transition-delay: 0.4s; }
  .--has-magic.--appear.--delay-2 {
    transition-delay: 0.8s; }
  .--has-magic.--appear.--delay-3 {
    transition-delay: 1.2s; }
  .--has-magic.--appear.--delay-4 {
    transition-delay: 1.6s; }
  .--has-magic.--appear.--delay-5 {
    transition-delay: 2s; } }
ul.styled-list li {
  position: relative;
  padding-left: 15px; }
  ul.styled-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00B3F0; }
  ul.styled-list li:not(:last-of-type) {
    margin-bottom: 20px; }

.tabs-wrapper .tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px; }
  .tabs-wrapper .tabs button {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px; }
    .tabs-wrapper .tabs button.--active {
      font-weight: 700;
      color: #006EA6;
      box-shadow: 0 2px 0 0 #00B3F0; }
.tabs-wrapper .tab-content {
  display: none; }
  .tabs-wrapper .tab-content.--active {
    display: block; }

section#home__about {
  position: relative;
  padding-top: 460px;
  background-color: #F4F4F4;
  padding-bottom: 140px; }
  section#home__about .fig {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%); }
  section#home__about .l-main-wrapper:not(:last-of-type) {
    margin-bottom: 100px; }
  section#home__about .l-main-wrapper.--double-column {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section#home__about .l-main-wrapper.--double-column.--reverse {
      flex-flow: row-reverse; }
      section#home__about .l-main-wrapper.--double-column.--reverse aside {
        margin: 0 100px 0 0; }
    section#home__about .l-main-wrapper.--double-column div {
      width: 50%; }
      section#home__about .l-main-wrapper.--double-column div h1 {
        margin-bottom: 30px; }
      section#home__about .l-main-wrapper.--double-column div p:not(:last-of-type), section#home__about .l-main-wrapper.--double-column footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li:not(:last-of-type), footer .l-main-wrapper:nth-of-type(1) section#home__about .l-main-wrapper.--double-column div:nth-of-type(2) ul li:not(:last-of-type), section#home__about .l-main-wrapper.--double-column div label span:not(:last-of-type), label section#home__about .l-main-wrapper.--double-column div span:not(:last-of-type), section#home__about .l-main-wrapper.--double-column div input:not(:last-of-type),
      section#home__about .l-main-wrapper.--double-column div textarea:not(:last-of-type),
      section#home__about .l-main-wrapper.--double-column div select:not(:last-of-type), section#home__about .l-main-wrapper.--double-column div .tabs-wrapper .tabs button:not(:last-of-type), .tabs-wrapper .tabs section#home__about .l-main-wrapper.--double-column div button:not(:last-of-type), section#home__about section#home__services .l-main-wrapper.--double-column div .buttons-wrapper .buttons-overflow button:not(:last-of-type), section#home__services section#home__about .l-main-wrapper.--double-column div .buttons-wrapper .buttons-overflow button:not(:last-of-type), section#home__about section#home__services .l-main-wrapper.--double-column .buttons-wrapper .buttons-overflow div button:not(:last-of-type), section#home__services section#home__about .l-main-wrapper.--double-column .buttons-wrapper .buttons-overflow div button:not(:last-of-type), section#home__about section#faq__content .l-main-wrapper.--double-column div .wrapper aside ul li button:not(:last-of-type), section#faq__content section#home__about .l-main-wrapper.--double-column div .wrapper aside ul li button:not(:last-of-type), section#home__about section#faq__content .l-main-wrapper.--double-column .wrapper aside ul li div button:not(:last-of-type), section#faq__content section#home__about .l-main-wrapper.--double-column .wrapper aside ul li div button:not(:last-of-type) {
        margin-bottom: 20px; }
      section#home__about .l-main-wrapper.--double-column div .button, section#home__about .l-main-wrapper.--double-column div .button--primary, section#home__about .l-main-wrapper.--double-column div .button--secondary {
        margin-top: 40px; }
    section#home__about .l-main-wrapper.--double-column aside {
      position: relative;
      width: calc(50% - 100px); }
      section#home__about .l-main-wrapper.--double-column aside img {
        position: relative;
        width: 100%;
        z-index: 1; }
        section#home__about .l-main-wrapper.--double-column aside img:last-of-type {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 120%;
          z-index: 0; }

@media screen and (max-width: 960px) {
  section#home__about {
    padding: 40px 0 140px 0; }
    section#home__about .l-main-wrapper.--double-column {
      position: relative;
      flex-flow: column-reverse; }
      section#home__about .l-main-wrapper.--double-column.--reverse {
        flex-flow: column-reverse; }
        section#home__about .l-main-wrapper.--double-column.--reverse aside {
          margin: 0 0 30px 0; }
      section#home__about .l-main-wrapper.--double-column:not(.--reverse) {
        padding-top: 100px; }
        section#home__about .l-main-wrapper.--double-column:not(.--reverse) aside {
          margin-bottom: 30px; }
      section#home__about .l-main-wrapper.--double-column div,
      section#home__about .l-main-wrapper.--double-column aside {
        width: 100%; }
      section#home__about .l-main-wrapper.--double-column aside img:last-of-type {
        width: 100%; }
      section#home__about .l-main-wrapper.--double-column div {
        display: flex;
        flex-flow: column; }
        section#home__about .l-main-wrapper.--double-column div h1 {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          text-align: center; }
        section#home__about .l-main-wrapper.--double-column div a {
          margin: 20px auto 0 auto; } }
section#home__allies {
  position: relative;
  padding: 60px 0 130px 0; }
  section#home__allies .fig {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-70%); }
  section#home__allies h1 {
    text-align: center;
    margin-bottom: 70px; }
  section#home__allies .allies-wrapper {
    width: 100%;
    overflow: hidden; }
    section#home__allies .allies-wrapper .content .row {
      display: flex;
      margin-bottom: 50px; }
      section#home__allies .allies-wrapper .content .row:hover > .group {
        animation-play-state: paused; }
      section#home__allies .allies-wrapper .content .row .group {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        animation: translateLeft 30s linear infinite; }
        section#home__allies .allies-wrapper .content .row .group:first-of-type {
          padding-left: 45px; }
        section#home__allies .allies-wrapper .content .row .group div {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 45px; }
          section#home__allies .allies-wrapper .content .row .group div:hover img:first-of-type {
            opacity: 0; }
          section#home__allies .allies-wrapper .content .row .group div:hover img:last-of-type {
            opacity: 1; }
          section#home__allies .allies-wrapper .content .row .group div img {
            max-height: 100px;
            transition: opacity 0.2s ease; }
            section#home__allies .allies-wrapper .content .row .group div img:last-of-type {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              opacity: 0; }

@keyframes translateLeft {
  100% {
    transform: translateX(-100%); } }
@media screen and (max-width: 960px) {
  section#home__allies {
    padding: 50px 0 90px 0; }
    section#home__allies .fig {
      height: 210px; }
    section#home__allies .allies-wrapper .content .row .group div img {
      max-height: 60px; } }
section#home__carousel .slick-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 720px; }
  section#home__carousel .slick-wrapper .buttons-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    padding: 0 60px;
    box-sizing: border-box;
    z-index: 2; }
    section#home__carousel .slick-wrapper .buttons-wrapper button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: rgba(151, 151, 151, 0.35);
      pointer-events: auto; }
      section#home__carousel .slick-wrapper .buttons-wrapper button:first-of-type {
        transform: rotate(-180deg); }
  section#home__carousel .slick-wrapper .slick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 720px; }
    section#home__carousel .slick-wrapper .slick .slick-slide {
      display: flex;
      align-items: center;
      background-size: cover; }
      section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper {
        display: flex;
        align-items: flex-start;
        flex-flow: column;
        justify-content: center;
        transform: translateY(-20px);
        color: #FFF; }
        section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper p, section#home__carousel .slick-wrapper .slick .slick-slide footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper label span, label section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper span, section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper input,
        section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper textarea,
        section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper select, section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper button, section#home__carousel .slick-wrapper .slick .slick-slide section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#home__services section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#home__carousel .slick-wrapper .slick .slick-slide section#faq__content .l-main-wrapper .wrapper aside ul li button, section#faq__content section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper .wrapper aside ul li button {
          max-width: 250px;
          margin: 20px 0 54px 0; }

@media screen and (max-width: 960px) {
  section#home__carousel {
    height: 70vh; }
    section#home__carousel .slick-wrapper {
      height: 100%; }
      section#home__carousel .slick-wrapper .buttons-wrapper {
        display: none; }
      section#home__carousel .slick-wrapper .slick {
        background-color: #F4F4F4;
        height: 70vh; }
        section#home__carousel .slick-wrapper .slick .slick-slide {
          align-items: flex-end;
          height: calc(100% - 30px);
          background-position: center; }
          section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper {
            text-align: center;
            align-items: center;
            transform: translateY(20px); }
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper h1,
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper p,
            section#home__carousel .slick-wrapper .slick .slick-slide footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li,
            footer section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li,
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper label span,
            label section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper span,
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper input,
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper textarea,
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper select,
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper .tabs-wrapper .tabs button,
            .tabs-wrapper .tabs section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper button,
            section#home__carousel .slick-wrapper .slick .slick-slide section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button,
            section#home__services section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper .buttons-wrapper .buttons-overflow button,
            section#home__carousel .slick-wrapper .slick .slick-slide section#faq__content .l-main-wrapper .wrapper aside ul li button,
            section#faq__content section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper .wrapper aside ul li button {
              width: 100%; }
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper p, section#home__carousel .slick-wrapper .slick .slick-slide footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper label span, label section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper span, section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper input,
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper textarea,
            section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper select, section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper button, section#home__carousel .slick-wrapper .slick .slick-slide section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#home__services section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#home__carousel .slick-wrapper .slick .slick-slide section#faq__content .l-main-wrapper .wrapper aside ul li button, section#faq__content section#home__carousel .slick-wrapper .slick .slick-slide .l-main-wrapper .wrapper aside ul li button {
              max-width: none; } }
section#home__platform {
  margin-bottom: 110px; }
  section#home__platform .l-main-wrapper h1 {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px auto; }
  section#home__platform .l-main-wrapper .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    section#home__platform .l-main-wrapper .wrapper aside {
      position: relative;
      width: 300px;
      height: 420px; }
      section#home__platform .l-main-wrapper .wrapper aside img:first-of-type {
        position: relative;
        z-index: 1;
        transform: translateY(-20px); }
      section#home__platform .l-main-wrapper .wrapper aside img:not(:first-of-type) {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      section#home__platform .l-main-wrapper .wrapper aside .button--secondary {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateY(50%);
        z-index: 2; }
    section#home__platform .l-main-wrapper .wrapper .content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px;
      width: 100%;
      margin-right: 70px; }
      section#home__platform .l-main-wrapper .wrapper .content div {
        display: flex; }
        section#home__platform .l-main-wrapper .wrapper .content div span:nth-of-type(1) {
          display: flex;
          justify-content: center;
          align-items: center;
          min-width: 40px;
          height: 40px;
          border-radius: 50%;
          background-color: #00B3F0;
          margin-right: 10px; }
        section#home__platform .l-main-wrapper .wrapper .content div span:nth-of-type(2) {
          display: flex;
          flex-flow: column; }
          section#home__platform .l-main-wrapper .wrapper .content div span:nth-of-type(2) h3 {
            font-weight: 700;
            font-size: 22px;
            line-height: 40px;
            margin-bottom: 18px;
            color: #006EA6;
            text-align: left; }

@media screen and (max-width: 960px) {
  section#home__platform {
    margin-bottom: 80px; }
    section#home__platform .l-main-wrapper .wrapper {
      display: flex;
      flex-flow: column-reverse; }
      section#home__platform .l-main-wrapper .wrapper aside {
        position: relative;
        width: 100%;
        margin-bottom: 100px; }
        section#home__platform .l-main-wrapper .wrapper aside img {
          width: 100%; }
        section#home__platform .l-main-wrapper .wrapper aside .button--secondary {
          position: absolute;
          left: 50%;
          right: initial;
          bottom: -50px;
          transform: translateX(-50%); }
      section#home__platform .l-main-wrapper .wrapper .content {
        display: flex;
        flex-flow: column;
        margin: 0; }
        section#home__platform .l-main-wrapper .wrapper .content div a {
          margin: 0 auto; } }
section#home__services {
  margin-bottom: 130px; }
  section#home__services .l-main-wrapper {
    display: flex; }
    section#home__services .l-main-wrapper .content {
      width: 100%; }
      section#home__services .l-main-wrapper .content h1 {
        margin-bottom: 30px; }
    section#home__services .l-main-wrapper .buttons-wrapper {
      width: 160px;
      margin: 0 60px 0 80px; }
      section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow {
        display: inline-flex;
        align-items: flex-start;
        flex-flow: column;
        width: 100%; }
        section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button {
          padding: 0;
          text-align: left;
          transition: all 0.2s ease; }
          section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button:not(:last-of-type) {
            margin-bottom: 30px; }
          section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button.--active {
            color: #006EA6;
            border-bottom: 4px solid #00B3F0;
            font-weight: 700; }
    section#home__services .l-main-wrapper .slick {
      min-width: 450px;
      width: 450px;
      border-radius: 10px;
      box-shadow: 0 0 30px 0 rgba(0, 110, 166, 0.2);
      overflow: hidden; }
      section#home__services .l-main-wrapper .slick .card {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-end;
        position: relative;
        height: 480px;
        padding: 40px 90px 40px 46px;
        box-sizing: border-box;
        color: #FFF;
        background-size: cover;
        background-position: center; }
        section#home__services .l-main-wrapper .slick .card:focus {
          outline: none; }
        section#home__services .l-main-wrapper .slick .card:nth-of-type(1) {
          background-image: url(/assets/images/sections/home/services/img_nutrition.png); }
        section#home__services .l-main-wrapper .slick .card:nth-of-type(2) {
          background-image: url(/assets/images/sections/home/services/img_medicine.png); }
        section#home__services .l-main-wrapper .slick .card:nth-of-type(3) {
          background-image: url(/assets/images/sections/home/services/img_therapy.png); }
        section#home__services .l-main-wrapper .slick .card:nth-of-type(4) {
          background-image: url(/assets/images/sections/home/services/img_psichology.png); }
        section#home__services .l-main-wrapper .slick .card:nth-of-type(5) {
          background-image: url(/assets/images/sections/home/services/img_anthropometry.png); }
        section#home__services .l-main-wrapper .slick .card:nth-of-type(6) {
          background-image: url(/assets/images/sections/home/services/img_anthropometry.png); }
        section#home__services .l-main-wrapper .slick .card h1 {
          font-size: 30px;
          line-height: 26px;
          margin: 20px 0 10px 0; }
        section#home__services .l-main-wrapper .slick .card p, section#home__services footer .l-main-wrapper:nth-of-type(1) .slick .card div:nth-of-type(2) ul li, footer section#home__services .l-main-wrapper:nth-of-type(1) .slick .card div:nth-of-type(2) ul li, section#home__services footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .slick .card li, footer section#home__services .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .slick .card li, section#home__services .l-main-wrapper .slick .card label span, label section#home__services .l-main-wrapper .slick .card span, section#home__services .l-main-wrapper .slick .card input,
        section#home__services .l-main-wrapper .slick .card textarea,
        section#home__services .l-main-wrapper .slick .card select, section#home__services .l-main-wrapper .slick .card .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#home__services .l-main-wrapper .slick .card button, section#home__services .l-main-wrapper .slick .card .buttons-wrapper .buttons-overflow button, section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .slick .card button, section#home__services section#faq__content .l-main-wrapper .slick .card .wrapper aside ul li button, section#faq__content section#home__services .l-main-wrapper .slick .card .wrapper aside ul li button, section#home__services section#faq__content .l-main-wrapper .wrapper aside ul li .slick .card button, section#faq__content section#home__services .l-main-wrapper .wrapper aside ul li .slick .card button {
          margin-bottom: 30px; }

@media screen and (max-width: 960px) {
  section#home__services {
    margin-bottom: 90px; }
    section#home__services .l-main-wrapper {
      flex-flow: column; }
      section#home__services .l-main-wrapper .content {
        margin-bottom: 24px;
        text-align: center; }
        section#home__services .l-main-wrapper .content h1 br {
          display: none; }
      section#home__services .l-main-wrapper .buttons-wrapper {
        overflow: hidden;
        margin: 0;
        width: 100%;
        margin-bottom: 30px; }
        section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow {
          flex-flow: row;
          align-items: center;
          max-width: 100%;
          overflow: auto;
          box-sizing: border-box;
          padding-bottom: 10px; }
          section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button {
            text-align: center; }
            section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button:not(:last-of-type) {
              margin: 0 40px 0 0; }
      section#home__services .l-main-wrapper .slick {
        min-width: auto;
        width: 100%; }
        section#home__services .l-main-wrapper .slick .card {
          display: flex;
          flex-flow: column;
          justify-content: flex-end;
          align-items: flex-start;
          padding: 40px 30px; }
          section#home__services .l-main-wrapper .slick .card h1 {
            margin-bottom: 20px; }
          section#home__services .l-main-wrapper .slick .card p, section#home__services footer .l-main-wrapper:nth-of-type(1) .slick .card div:nth-of-type(2) ul li, footer section#home__services .l-main-wrapper:nth-of-type(1) .slick .card div:nth-of-type(2) ul li, section#home__services footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .slick .card li, footer section#home__services .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .slick .card li, section#home__services .l-main-wrapper .slick .card label span, label section#home__services .l-main-wrapper .slick .card span, section#home__services .l-main-wrapper .slick .card input,
          section#home__services .l-main-wrapper .slick .card textarea,
          section#home__services .l-main-wrapper .slick .card select, section#home__services .l-main-wrapper .slick .card .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#home__services .l-main-wrapper .slick .card button, section#home__services .l-main-wrapper .slick .card .buttons-wrapper .buttons-overflow button, section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .slick .card button, section#home__services section#faq__content .l-main-wrapper .slick .card .wrapper aside ul li button, section#faq__content section#home__services .l-main-wrapper .slick .card .wrapper aside ul li button, section#home__services section#faq__content .l-main-wrapper .wrapper aside ul li .slick .card button, section#faq__content section#home__services .l-main-wrapper .wrapper aside ul li .slick .card button {
            display: none; } }
section#home__testimonials {
  margin-bottom: 210px; }
  section#home__testimonials .l-main-wrapper h1 {
    margin: 30px 0;
    text-align: center; }
  section#home__testimonials .l-main-wrapper .subtitle {
    margin: 0 auto 55px auto;
    max-width: 650px;
    text-align: center; }
  section#home__testimonials .slick-wrapper .dots-wrapper {
    display: none; }
  section#home__testimonials .slick-wrapper .slick .slick-track .slide {
    padding: 100px 0 20px 0; }
    section#home__testimonials .slick-wrapper .slick .slick-track .slide .content {
      position: relative;
      border-radius: 10px;
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
      padding: 70px 28px 60px 28px;
      box-sizing: border-box; }
      section#home__testimonials .slick-wrapper .slick .slick-track .slide .content .image {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120px;
        height: 120px;
        border-radius: 50%; }
      section#home__testimonials .slick-wrapper .slick .slick-track .slide .content h2 {
        font-size: 20px;
        line-height: 22px;
        color: #00B3F0;
        margin: 0; }
      section#home__testimonials .slick-wrapper .slick .slick-track .slide .content p:nth-of-type(1), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li:nth-of-type(1), footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul section#home__testimonials .slick-wrapper .slick .slick-track .slide .content li:nth-of-type(1), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content label span:nth-of-type(1), label section#home__testimonials .slick-wrapper .slick .slick-track .slide .content span:nth-of-type(1), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content input:nth-of-type(1),
      section#home__testimonials .slick-wrapper .slick .slick-track .slide .content textarea:nth-of-type(1),
      section#home__testimonials .slick-wrapper .slick .slick-track .slide .content select:nth-of-type(1), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content .tabs-wrapper .tabs button:nth-of-type(1), .tabs-wrapper .tabs section#home__testimonials .slick-wrapper .slick .slick-track .slide .content button:nth-of-type(1), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button:nth-of-type(1), section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow section#home__testimonials .slick-wrapper .slick .slick-track .slide .content button:nth-of-type(1), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content section#faq__content .l-main-wrapper .wrapper aside ul li button:nth-of-type(1), section#faq__content .l-main-wrapper .wrapper aside ul li section#home__testimonials .slick-wrapper .slick .slick-track .slide .content button:nth-of-type(1) {
        margin-bottom: 12px;
        font-size: 17px;
        line-height: 22px; }
      section#home__testimonials .slick-wrapper .slick .slick-track .slide .content p:nth-of-type(2), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li:nth-of-type(2), footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul section#home__testimonials .slick-wrapper .slick .slick-track .slide .content li:nth-of-type(2), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content label span:nth-of-type(2), label section#home__testimonials .slick-wrapper .slick .slick-track .slide .content span:nth-of-type(2), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content input:nth-of-type(2),
      section#home__testimonials .slick-wrapper .slick .slick-track .slide .content textarea:nth-of-type(2),
      section#home__testimonials .slick-wrapper .slick .slick-track .slide .content select:nth-of-type(2), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content .tabs-wrapper .tabs button:nth-of-type(2), .tabs-wrapper .tabs section#home__testimonials .slick-wrapper .slick .slick-track .slide .content button:nth-of-type(2), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button:nth-of-type(2), section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow section#home__testimonials .slick-wrapper .slick .slick-track .slide .content button:nth-of-type(2), section#home__testimonials .slick-wrapper .slick .slick-track .slide .content section#faq__content .l-main-wrapper .wrapper aside ul li button:nth-of-type(2), section#faq__content .l-main-wrapper .wrapper aside ul li section#home__testimonials .slick-wrapper .slick .slick-track .slide .content button:nth-of-type(2) {
        font-size: 14px;
        line-height: 17px; }
  section#home__testimonials .slick-wrapper .slick-wrapper {
    display: none; }

@media screen and (max-width: 960px) {
  section#home__testimonials {
    margin-bottom: 100px; }
    section#home__testimonials .l-main-wrapper h1 {
      margin-bottom: 15px; }
    section#home__testimonials .l-main-wrapper .subtitle {
      margin-bottom: 30px; }
    section#home__testimonials .slick-wrapper .slick .slick-track .slide {
      padding: 60px 10px 10px 10px;
      box-sizing: border-box;
      margin: 0; }
      section#home__testimonials .slick-wrapper .slick .slick-track .slide .content {
        padding: 70px 20px 50px 20px; }
    section#home__testimonials .slick-wrapper .dots-wrapper {
      display: block;
      margin-top: 40px; }
      section#home__testimonials .slick-wrapper .dots-wrapper .slick-dots {
        display: flex;
        justify-content: center; }
        section#home__testimonials .slick-wrapper .dots-wrapper .slick-dots li {
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background-color: #D8D8D8; }
          section#home__testimonials .slick-wrapper .dots-wrapper .slick-dots li:not(:last-of-type) {
            margin-right: 13px; }
          section#home__testimonials .slick-wrapper .dots-wrapper .slick-dots li.slick-active {
            background-color: #00B3F0; }
          section#home__testimonials .slick-wrapper .dots-wrapper .slick-dots li button {
            display: none; } }
section#home__values {
  position: relative;
  z-index: 1; }
  section#home__values .l-main-wrapper {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1260px;
    color: #FFF; }
    section#home__values .l-main-wrapper h1 {
      text-align: center;
      margin-bottom: 75px;
      font-weight: 400;
      font-size: 35px;
      line-height: 25px; }
    section#home__values .l-main-wrapper .cards-wrapper {
      position: relative;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      section#home__values .l-main-wrapper .cards-wrapper .card {
        width: 440px;
        height: 320px;
        padding: 50px 70px 20px 30px;
        box-sizing: border-box;
        background-size: cover;
        transition: all 0.2s ease-out; }
        section#home__values .l-main-wrapper .cards-wrapper .card:hover {
          transform: translateY(-40px);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
        section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) {
          background-image: url(/assets/images/sections/home/img_values_1.png); }
          section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) p, section#home__values footer .l-main-wrapper:nth-of-type(1) .cards-wrapper .card:nth-of-type(1) div:nth-of-type(2) ul li, footer section#home__values .l-main-wrapper:nth-of-type(1) .cards-wrapper .card:nth-of-type(1) div:nth-of-type(2) ul li, section#home__values footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card:nth-of-type(1) li, footer section#home__values .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card:nth-of-type(1) li, section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) label span, label section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) span, section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) input,
          section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) textarea,
          section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) select, section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) button, section#home__values section#home__services .l-main-wrapper .cards-wrapper .card:nth-of-type(1) .buttons-wrapper .buttons-overflow button, section#home__services section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) .buttons-wrapper .buttons-overflow button, section#home__values section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card:nth-of-type(1) button, section#home__services section#home__values .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card:nth-of-type(1) button, section#home__values section#faq__content .l-main-wrapper .cards-wrapper .card:nth-of-type(1) .wrapper aside ul li button, section#faq__content section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(1) .wrapper aside ul li button, section#home__values section#faq__content .l-main-wrapper .wrapper aside ul li .cards-wrapper .card:nth-of-type(1) button, section#faq__content section#home__values .l-main-wrapper .wrapper aside ul li .cards-wrapper .card:nth-of-type(1) button {
            max-width: 300px; }
        section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          background-image: url(/assets/images/sections/home/img_values_2.png);
          z-index: 1; }
          section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2):hover {
            transform: translate(-50%, -40px); }
          section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) p, section#home__values footer .l-main-wrapper:nth-of-type(1) .cards-wrapper .card:nth-of-type(2) div:nth-of-type(2) ul li, footer section#home__values .l-main-wrapper:nth-of-type(1) .cards-wrapper .card:nth-of-type(2) div:nth-of-type(2) ul li, section#home__values footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card:nth-of-type(2) li, footer section#home__values .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card:nth-of-type(2) li, section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) label span, label section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) span, section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) input,
          section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) textarea,
          section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) select, section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) button, section#home__values section#home__services .l-main-wrapper .cards-wrapper .card:nth-of-type(2) .buttons-wrapper .buttons-overflow button, section#home__services section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) .buttons-wrapper .buttons-overflow button, section#home__values section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card:nth-of-type(2) button, section#home__services section#home__values .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card:nth-of-type(2) button, section#home__values section#faq__content .l-main-wrapper .cards-wrapper .card:nth-of-type(2) .wrapper aside ul li button, section#faq__content section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) .wrapper aside ul li button, section#home__values section#faq__content .l-main-wrapper .wrapper aside ul li .cards-wrapper .card:nth-of-type(2) button, section#faq__content section#home__values .l-main-wrapper .wrapper aside ul li .cards-wrapper .card:nth-of-type(2) button {
            max-width: 330px; }
        section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(3) {
          background-image: url(/assets/images/sections/home/img_values_3.png);
          padding: 50px 40px 20px 70px; }
        section#home__values .l-main-wrapper .cards-wrapper .card h2 {
          margin-bottom: 20px; }
          section#home__values .l-main-wrapper .cards-wrapper .card h2 span:nth-of-type(3) {
            display: block; }
        section#home__values .l-main-wrapper .cards-wrapper .card p, section#home__values footer .l-main-wrapper:nth-of-type(1) .cards-wrapper .card div:nth-of-type(2) ul li, footer section#home__values .l-main-wrapper:nth-of-type(1) .cards-wrapper .card div:nth-of-type(2) ul li, section#home__values footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card li, footer section#home__values .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card li, section#home__values .l-main-wrapper .cards-wrapper .card label span, label section#home__values .l-main-wrapper .cards-wrapper .card span, section#home__values .l-main-wrapper .cards-wrapper .card input,
        section#home__values .l-main-wrapper .cards-wrapper .card textarea,
        section#home__values .l-main-wrapper .cards-wrapper .card select, section#home__values .l-main-wrapper .cards-wrapper .card .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#home__values .l-main-wrapper .cards-wrapper .card button, section#home__values section#home__services .l-main-wrapper .cards-wrapper .card .buttons-wrapper .buttons-overflow button, section#home__services section#home__values .l-main-wrapper .cards-wrapper .card .buttons-wrapper .buttons-overflow button, section#home__values section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card button, section#home__services section#home__values .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card button, section#home__values section#faq__content .l-main-wrapper .cards-wrapper .card .wrapper aside ul li button, section#faq__content section#home__values .l-main-wrapper .cards-wrapper .card .wrapper aside ul li button, section#home__values section#faq__content .l-main-wrapper .wrapper aside ul li .cards-wrapper .card button, section#faq__content section#home__values .l-main-wrapper .wrapper aside ul li .cards-wrapper .card button {
          max-width: 240px; }

@media screen and (max-width: 1280px) {
  section#home__values .l-main-wrapper .cards-wrapper .card {
    width: 420px; } }
@media screen and (max-width: 960px) {
  section#home__values {
    padding: 20px 0;
    background-color: #F4F4F4; }
    section#home__values .l-main-wrapper {
      position: initial;
      transform: none; }
      section#home__values .l-main-wrapper h1 {
        color: #5E5E5E;
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 40px; }
      section#home__values .l-main-wrapper .cards-wrapper {
        flex-flow: column;
        width: 90vw; }
        section#home__values .l-main-wrapper .cards-wrapper .card {
          display: flex;
          flex-flow: column;
          justify-content: center;
          width: 100%;
          height: auto;
          padding: 30px;
          box-sizing: border-box; }
          section#home__values .l-main-wrapper .cards-wrapper .card:hover {
            transform: none; }
          section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2) {
            position: initial;
            transform: none;
            margin-top: -10px;
            transform: translateX(10px); }
            section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(2):hover {
              transform: translateX(10px); }
          section#home__values .l-main-wrapper .cards-wrapper .card:nth-of-type(3) {
            padding: 30px;
            margin-top: -10px; }
          section#home__values .l-main-wrapper .cards-wrapper .card h2 {
            margin-bottom: 5px; }
            section#home__values .l-main-wrapper .cards-wrapper .card h2 span {
              display: block; }
              section#home__values .l-main-wrapper .cards-wrapper .card h2 span:not(:nth-of-type(3)) {
                font-size: 20px;
                line-height: 15px; } }
section#about__info {
  position: relative;
  padding: 100px 0 120px 0; }
  section#about__info .fig {
    position: absolute;
    top: 90px;
    left: 0; }
  section#about__info .slick-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    section#about__info .slick-slide img {
      position: relative;
      max-width: 100%;
      z-index: 2; }
      section#about__info .slick-slide img.fig {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
  section#about__info .dots-wrapper {
    margin: 0 0 30px 0; }
    section#about__info .dots-wrapper ul {
      display: flex;
      justify-content: center; }
      section#about__info .dots-wrapper ul li {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #D8D8D8; }
        section#about__info .dots-wrapper ul li:not(:last-of-type) {
          margin-right: 25px; }
        section#about__info .dots-wrapper ul li.slick-active {
          background-color: #00B3F0; }
        section#about__info .dots-wrapper ul li button {
          display: none; }
  section#about__info .buttons-wrapper {
    display: flex;
    justify-content: center; }
    section#about__info .buttons-wrapper button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background-color: #00B3F0; }
      section#about__info .buttons-wrapper button img {
        width: 14px; }
      section#about__info .buttons-wrapper button.prev {
        margin-right: 17px; }
        section#about__info .buttons-wrapper button.prev img {
          transform: rotate(-180deg); }
      section#about__info .buttons-wrapper button.slick-disabled {
        background-color: #D8D8D8;
        pointer-events: none; }
  section#about__info .l-main-wrapper {
    display: flex;
    align-items: center; }
    section#about__info .l-main-wrapper .content {
      margin-right: 60px;
      width: calc(50% - 30px); }
      section#about__info .l-main-wrapper .content h1, section#about__info .l-main-wrapper .content p, section#about__info footer .l-main-wrapper:nth-of-type(1) .content div:nth-of-type(2) ul li, footer section#about__info .l-main-wrapper:nth-of-type(1) .content div:nth-of-type(2) ul li, section#about__info footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .content li, footer section#about__info .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .content li, section#about__info .l-main-wrapper .content label span, label section#about__info .l-main-wrapper .content span, section#about__info .l-main-wrapper .content input,
      section#about__info .l-main-wrapper .content textarea,
      section#about__info .l-main-wrapper .content select, section#about__info .l-main-wrapper .content .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#about__info .l-main-wrapper .content button, section#about__info section#home__services .l-main-wrapper .content .buttons-wrapper .buttons-overflow button, section#home__services section#about__info .l-main-wrapper .content .buttons-wrapper .buttons-overflow button, section#about__info section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .content button, section#home__services section#about__info .l-main-wrapper .buttons-wrapper .buttons-overflow .content button, section#about__info section#faq__content .l-main-wrapper .content .wrapper aside ul li button, section#faq__content section#about__info .l-main-wrapper .content .wrapper aside ul li button, section#about__info section#faq__content .l-main-wrapper .wrapper aside ul li .content button, section#faq__content section#about__info .l-main-wrapper .wrapper aside ul li .content button {
        margin-bottom: 30px; }
      section#about__info .l-main-wrapper .content div {
        position: relative; }
        section#about__info .l-main-wrapper .content div h2 {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(-50px, -50%);
          font-size: 20px;
          font-weight: 700;
          color: #8AC640; }
      section#about__info .l-main-wrapper .content .mobile-slick {
        display: none; }
    section#about__info .l-main-wrapper aside {
      width: calc(50% - 30px); }

@media screen and (max-width: 960px) {
  section#about__info {
    padding: 80px 0 70px 0; }
    section#about__info .fig {
      display: none; }
    section#about__info .l-main-wrapper {
      flex-flow: column; }
      section#about__info .l-main-wrapper .content {
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: 0; }
        section#about__info .l-main-wrapper .content div {
          text-align: center; }
          section#about__info .l-main-wrapper .content div h2 {
            top: 0;
            left: 50%;
            transform: translate(-50%, -100%);
            font-size: 20px;
            line-height: 55px; }
        section#about__info .l-main-wrapper .content .mobile-slick {
          display: block; }
          section#about__info .l-main-wrapper .content .mobile-slick .buttons-wrapper {
            margin-bottom: 30px; }
          section#about__info .l-main-wrapper .content .mobile-slick .dots-wrapper {
            margin-bottom: 20px; }
        section#about__info .l-main-wrapper .content .button--primary {
          align-self: center; }
      section#about__info .l-main-wrapper aside {
        display: none;
        width: 100%; } }
section#services__info {
  position: relative;
  padding: 80px 0 120px 0; }
  section#services__info .fig {
    position: absolute; }
    section#services__info .fig:nth-of-type(1) {
      top: 0;
      right: 0;
      transform: translateY(-50%); }
    section#services__info .fig:nth-of-type(2) {
      top: 50%;
      left: 0; }
  section#services__info .l-main-wrapper {
    max-width: 1265px; }
    section#services__info .l-main-wrapper h1, section#services__info .l-main-wrapper p, section#services__info footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, footer section#services__info .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul li, section#services__info .l-main-wrapper label span, label section#services__info .l-main-wrapper span, section#services__info .l-main-wrapper input,
    section#services__info .l-main-wrapper textarea,
    section#services__info .l-main-wrapper select, section#services__info .l-main-wrapper .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#services__info .l-main-wrapper button, section#services__info section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#home__services section#services__info .l-main-wrapper .buttons-wrapper .buttons-overflow button, section#services__info section#faq__content .l-main-wrapper .wrapper aside ul li button, section#faq__content section#services__info .l-main-wrapper .wrapper aside ul li button {
      text-align: center;
      max-width: 650px;
      margin: 0 auto; }
    section#services__info .l-main-wrapper .subtitle {
      margin: 22px auto 60px auto; }
    section#services__info .l-main-wrapper .cards-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px; }
      section#services__info .l-main-wrapper .cards-wrapper .card-wrapper:hover .card {
        transform: rotate(-3deg);
        z-index: 1; }
      section#services__info .l-main-wrapper .cards-wrapper .card-wrapper:nth-of-type(1) .card:before {
        background-image: url(/assets/images/sections/services/img_nutrition.png); }
      section#services__info .l-main-wrapper .cards-wrapper .card-wrapper:nth-of-type(2) .card:before {
        background-image: url(/assets/images/sections/services/img_medicine.png); }
      section#services__info .l-main-wrapper .cards-wrapper .card-wrapper:nth-of-type(3) .card:before {
        background-image: url(/assets/images/sections/services/img_therapy.png); }
      section#services__info .l-main-wrapper .cards-wrapper .card-wrapper:nth-of-type(4) .card:before {
        background-image: url(/assets/images/sections/services/img_psichology.png); }
      section#services__info .l-main-wrapper .cards-wrapper .card-wrapper:nth-of-type(5) .card:before {
        background-image: url(/assets/images/sections/services/img_anthropometry.png); }
      section#services__info .l-main-wrapper .cards-wrapper .card-wrapper:nth-of-type(6) .card:before {
        background-image: url(/assets/images/sections/services/img_business-services.png); }
      section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card {
        position: relative;
        display: flex;
        flex-flow: column;
        justify-content: center;
        height: 250px;
        border-radius: 10px;
        border: 1px solid #E9E9E9;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
        background-color: #FFF;
        color: #5E5E5E;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
        overflow: hidden;
        transition: transform 0.2s ease-out; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          opacity: 0; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover:before {
          opacity: 1; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover div img:first-of-type {
          opacity: 0; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover div img:last-of-type {
          opacity: 1; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover h2 {
          color: #FFF;
          opacity: 1; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover p, section#services__info footer .l-main-wrapper:nth-of-type(1) .cards-wrapper .card-wrapper .card:hover div:nth-of-type(2) ul li, footer section#services__info .l-main-wrapper:nth-of-type(1) .cards-wrapper .card-wrapper .card:hover div:nth-of-type(2) ul li, section#services__info footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card-wrapper .card:hover li, footer section#services__info .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card-wrapper .card:hover li, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover label span, label section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover span, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover input,
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover textarea,
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover select, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover button, section#services__info section#home__services .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .buttons-wrapper .buttons-overflow button, section#home__services section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .buttons-wrapper .buttons-overflow button, section#services__info section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card-wrapper .card:hover button, section#home__services section#services__info .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card-wrapper .card:hover button, section#services__info section#faq__content .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .wrapper aside ul li button, section#faq__content section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .wrapper aside ul li button, section#services__info section#faq__content .l-main-wrapper .wrapper aside ul li .cards-wrapper .card-wrapper .card:hover button, section#faq__content section#services__info .l-main-wrapper .wrapper aside ul li .cards-wrapper .card-wrapper .card:hover button {
          display: block; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card div {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 1;
          margin-bottom: 10px; }
          section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card div img:last-of-type {
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            z-index: 1;
            transform: translate(-50%, -50%); }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card h2 {
          position: relative;
          font-size: 24px;
          line-height: 26px;
          font-weight: 600;
          opacity: 0.6;
          z-index: 1; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card p, section#services__info footer .l-main-wrapper:nth-of-type(1) .cards-wrapper .card-wrapper .card div:nth-of-type(2) ul li, footer section#services__info .l-main-wrapper:nth-of-type(1) .cards-wrapper .card-wrapper .card div:nth-of-type(2) ul li, section#services__info footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card-wrapper .card li, footer section#services__info .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card-wrapper .card li, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card label span, label section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card span, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card input,
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card textarea,
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card select, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card button, section#services__info section#home__services .l-main-wrapper .cards-wrapper .card-wrapper .card .buttons-wrapper .buttons-overflow button, section#home__services section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card .buttons-wrapper .buttons-overflow button, section#services__info section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card-wrapper .card button, section#home__services section#services__info .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card-wrapper .card button, section#services__info section#faq__content .l-main-wrapper .cards-wrapper .card-wrapper .card .wrapper aside ul li button, section#faq__content section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card .wrapper aside ul li button, section#services__info section#faq__content .l-main-wrapper .wrapper aside ul li .cards-wrapper .card-wrapper .card button, section#faq__content section#services__info .l-main-wrapper .wrapper aside ul li .cards-wrapper .card-wrapper .card button {
          position: relative;
          display: none;
          font-size: 16px;
          color: #FFF;
          z-index: 1;
          margin-top: 10px; }

@media screen and (max-width: 1280px) {
  section#services__info .l-main-wrapper .cards-wrapper {
    grid-template-rows: repeat(3, 1fr); } }
@media screen and (max-width: 960px) {
  section#services__info {
    padding: 45px 0 108px 0;
    overflow: hidden; }
    section#services__info .l-main-wrapper .subtitle {
      margin: 20px 0; }
    section#services__info .l-main-wrapper .cards-wrapper {
      display: flex;
      flex-flow: column; }
      section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card {
        height: 200px;
        padding: 15px;
        box-shadow: none; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover p, section#services__info footer .l-main-wrapper:nth-of-type(1) .cards-wrapper .card-wrapper .card:hover div:nth-of-type(2) ul li, footer section#services__info .l-main-wrapper:nth-of-type(1) .cards-wrapper .card-wrapper .card:hover div:nth-of-type(2) ul li, section#services__info footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card-wrapper .card:hover li, footer section#services__info .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card-wrapper .card:hover li, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover label span, label section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover span, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover input,
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover textarea,
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover select, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover button, section#services__info section#home__services .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .buttons-wrapper .buttons-overflow button, section#home__services section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .buttons-wrapper .buttons-overflow button, section#services__info section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card-wrapper .card:hover button, section#home__services section#services__info .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card-wrapper .card:hover button, section#services__info section#faq__content .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .wrapper aside ul li button, section#faq__content section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card:hover .wrapper aside ul li button, section#services__info section#faq__content .l-main-wrapper .wrapper aside ul li .cards-wrapper .card-wrapper .card:hover button, section#faq__content section#services__info .l-main-wrapper .wrapper aside ul li .cards-wrapper .card-wrapper .card:hover button {
          display: none; }
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card p, section#services__info footer .l-main-wrapper:nth-of-type(1) .cards-wrapper .card-wrapper .card div:nth-of-type(2) ul li, footer section#services__info .l-main-wrapper:nth-of-type(1) .cards-wrapper .card-wrapper .card div:nth-of-type(2) ul li, section#services__info footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card-wrapper .card li, footer section#services__info .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul .cards-wrapper .card-wrapper .card li, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card label span, label section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card span, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card input,
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card textarea,
        section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card select, section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card button, section#services__info section#home__services .l-main-wrapper .cards-wrapper .card-wrapper .card .buttons-wrapper .buttons-overflow button, section#home__services section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card .buttons-wrapper .buttons-overflow button, section#services__info section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card-wrapper .card button, section#home__services section#services__info .l-main-wrapper .buttons-wrapper .buttons-overflow .cards-wrapper .card-wrapper .card button, section#services__info section#faq__content .l-main-wrapper .cards-wrapper .card-wrapper .card .wrapper aside ul li button, section#faq__content section#services__info .l-main-wrapper .cards-wrapper .card-wrapper .card .wrapper aside ul li button, section#services__info section#faq__content .l-main-wrapper .wrapper aside ul li .cards-wrapper .card-wrapper .card button, section#faq__content section#services__info .l-main-wrapper .wrapper aside ul li .cards-wrapper .card-wrapper .card button {
          display: none; } }
section#services__platform {
  padding-bottom: 290px; }
  section#services__platform .l-main-wrapper h1 {
    text-align: center;
    margin-bottom: 140px; }
  section#services__platform .l-main-wrapper .wrapper {
    display: grid;
    grid-template-columns: [c0] 300px [c1] auto [c2] 300px [c3];
    grid-template-rows: [r0] auto [r1] auto [r2];
    grid-column-gap: 60px;
    grid-row-gap: 40px; }
    section#services__platform .l-main-wrapper .wrapper div {
      position: relative;
      display: flex;
      z-index: 2; }
      section#services__platform .l-main-wrapper .wrapper div:nth-of-type(1) {
        grid-column: c0 / c1;
        grid-row: r0 / r1; }
      section#services__platform .l-main-wrapper .wrapper div:nth-of-type(2) {
        grid-column: c0 / c1;
        grid-row: r1 / r2; }
      section#services__platform .l-main-wrapper .wrapper div.images {
        grid-column: c1 / c2;
        grid-row: r0 / r2;
        position: relative;
        z-index: 1; }
        section#services__platform .l-main-wrapper .wrapper div.images div {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          height: 450px; }
          section#services__platform .l-main-wrapper .wrapper div.images div img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            section#services__platform .l-main-wrapper .wrapper div.images div img:nth-of-type(1) {
              z-index: 3;
              transform: translate(-50%, -45%); }
            section#services__platform .l-main-wrapper .wrapper div.images div img:nth-of-type(2) {
              z-index: 2;
              transform: translate(-50%, -46%); }
            section#services__platform .l-main-wrapper .wrapper div.images div img:nth-of-type(3) {
              z-index: 1; }
            section#services__platform .l-main-wrapper .wrapper div.images div img.mobile {
              display: none; }
          section#services__platform .l-main-wrapper .wrapper div.images div a {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 4; }
      section#services__platform .l-main-wrapper .wrapper div:nth-of-type(4) {
        grid-column: c2 / c3;
        grid-row: r0 / r1; }
      section#services__platform .l-main-wrapper .wrapper div:nth-of-type(5) {
        grid-column: c2 / c3;
        grid-row: r1 / r2; }
      section#services__platform .l-main-wrapper .wrapper div span {
        display: flex; }
        section#services__platform .l-main-wrapper .wrapper div span:first-of-type {
          justify-content: center;
          align-items: center;
          min-width: 40px;
          height: 40px;
          border-radius: 50%;
          background-color: #00B3F0;
          margin-right: 10px; }
        section#services__platform .l-main-wrapper .wrapper div span:last-of-type {
          flex-flow: column; }
      section#services__platform .l-main-wrapper .wrapper div h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 25px;
        color: #006EA6;
        margin-bottom: 18px; }

@media screen and (max-width: 960px) {
  section#services__platform {
    padding-bottom: 100px; }
    section#services__platform .l-main-wrapper h1 {
      margin-bottom: 20px; }
    section#services__platform .l-main-wrapper .wrapper {
      display: flex;
      flex-flow: column;
      row-gap: 20px; }
      section#services__platform .l-main-wrapper .wrapper div {
        order: 2; }
        section#services__platform .l-main-wrapper .wrapper div.images {
          order: 1;
          margin-bottom: 50px; }
          section#services__platform .l-main-wrapper .wrapper div.images div {
            height: auto;
            transform: none;
            position: initial; }
            section#services__platform .l-main-wrapper .wrapper div.images div img {
              width: 100%;
              height: auto; }
              section#services__platform .l-main-wrapper .wrapper div.images div img:not(.mobile) {
                display: none; }
              section#services__platform .l-main-wrapper .wrapper div.images div img.mobile {
                display: block; }
                section#services__platform .l-main-wrapper .wrapper div.images div img.mobile:nth-of-type(4) {
                  position: relative;
                  z-index: 3;
                  width: 80%; }
                section#services__platform .l-main-wrapper .wrapper div.images div img.mobile:nth-of-type(5) {
                  z-index: 2; }
                section#services__platform .l-main-wrapper .wrapper div.images div img.mobile:nth-of-type(6) {
                  width: 90%; }
            section#services__platform .l-main-wrapper .wrapper div.images div a {
              right: initial;
              left: 50%;
              transform: translate(-50%, 50%); } }
section#services-content__body {
  position: relative;
  overflow: hidden; }
  section#services-content__body .fig {
    position: absolute;
    z-index: 1;
    pointer-events: none; }
    section#services-content__body .fig:nth-of-type(1) {
      top: 768px;
      right: 0; }
    section#services-content__body .fig:nth-of-type(2) {
      top: 1900px;
      left: 0; }
  section#services-content__body .service-fragment {
    width: 100%; }
    section#services-content__body .service-fragment:last-of-type {
      padding-bottom: 220px; }
    section#services-content__body .service-fragment:not(:last-of-type) {
      padding-bottom: 170px; }
    section#services-content__body .service-fragment:not(:first-of-type) {
      padding-top: 140px;
      margin-top: -170px; }
    section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper {
      flex-flow: row-reverse; }
      section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper aside .circle {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translate(50%, -30px); }
      section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper aside .icon {
        right: auto;
        left: 0;
        transform: translate(calc(-50% - 15px), -50%); }
      section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content {
        justify-content: flex-start; }
    section#services-content__body .service-fragment.--white {
      background-color: #FFF; }
    section#services-content__body .service-fragment.--gray {
      background-color: #F4F4F4; }
    section#services-content__body .service-fragment .l-main-wrapper {
      display: flex;
      justify-content: space-between; }
      section#services-content__body .service-fragment .l-main-wrapper aside,
      section#services-content__body .service-fragment .l-main-wrapper .content {
        width: calc(50% - 15px);
        height: 500px; }
      section#services-content__body .service-fragment .l-main-wrapper aside {
        position: relative; }
        section#services-content__body .service-fragment .l-main-wrapper aside .image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 10px;
          background-size: cover;
          z-index: 2; }
        section#services-content__body .service-fragment .l-main-wrapper aside .circle {
          position: absolute;
          bottom: 0;
          left: 0;
          transform: translate(-50%, 30px);
          z-index: 1; }
        section#services-content__body .service-fragment .l-main-wrapper aside .icon {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(calc(50% + 15px), -50%);
          display: flex;
          justify-content: center;
          align-items: center;
          width: 120px;
          height: 120px;
          border-radius: 50%;
          background-color: #00B3F0;
          z-index: 3; }
      section#services-content__body .service-fragment .l-main-wrapper .content {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        section#services-content__body .service-fragment .l-main-wrapper .content div {
          max-width: 340px; }
          section#services-content__body .service-fragment .l-main-wrapper .content div h2 {
            margin-bottom: 30px; }
          section#services-content__body .service-fragment .l-main-wrapper .content div p, section#services-content__body .service-fragment footer .l-main-wrapper:nth-of-type(1) .content div:nth-of-type(2) ul li, footer section#services-content__body .service-fragment .l-main-wrapper:nth-of-type(1) .content div:nth-of-type(2) ul li, section#services-content__body .service-fragment .l-main-wrapper .content div label span, label section#services-content__body .service-fragment .l-main-wrapper .content div span, section#services-content__body .service-fragment .l-main-wrapper .content div input,
          section#services-content__body .service-fragment .l-main-wrapper .content div textarea,
          section#services-content__body .service-fragment .l-main-wrapper .content div select, section#services-content__body .service-fragment .l-main-wrapper .content div .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#services-content__body .service-fragment .l-main-wrapper .content div button, section#services-content__body .service-fragment section#home__services .l-main-wrapper .content div .buttons-wrapper .buttons-overflow button, section#home__services section#services-content__body .service-fragment .l-main-wrapper .content div .buttons-wrapper .buttons-overflow button, section#services-content__body .service-fragment section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .content div button, section#home__services section#services-content__body .service-fragment .l-main-wrapper .buttons-wrapper .buttons-overflow .content div button, section#services-content__body .service-fragment section#faq__content .l-main-wrapper .content div .wrapper aside ul li button, section#faq__content section#services-content__body .service-fragment .l-main-wrapper .content div .wrapper aside ul li button, section#services-content__body .service-fragment section#faq__content .l-main-wrapper .wrapper aside ul li .content div button, section#faq__content section#services-content__body .service-fragment .l-main-wrapper .wrapper aside ul li .content div button {
            margin-bottom: 30px; }

@media screen and (max-width: 960px) {
  section#services-content__body .service-fragment:not(:last-of-type) {
    padding-bottom: 100px; }
  section#services-content__body .service-fragment:last-of-type {
    padding-bottom: 200px; }
  section#services-content__body .service-fragment:not(:last-of-type), section#services-content__body .service-fragment:not(:first-of-type) {
    clip-path: none; }
  section#services-content__body .service-fragment.--white, section#services-content__body .service-fragment.--gray {
    background-color: #FFF; }
  section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper {
    flex-flow: column; }
    section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper aside, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper aside {
      width: 100%;
      margin-bottom: 50px; }
      section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper aside .circle, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper aside .circle {
        display: none; }
      section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper aside .icon, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper aside .icon {
        top: initial;
        bottom: 0;
        right: initial;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 72px;
        height: 72px; }
        section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper aside .icon img, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper aside .icon img {
          max-height: 35px; }
    section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content {
      width: 100%;
      height: auto; }
      section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div {
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 100%;
        max-width: none; }
        section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div h2, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div h2 {
          text-align: center;
          margin-bottom: 20px; }
        section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div p, section#services-content__body .service-fragment:nth-child(odd) footer .l-main-wrapper:nth-of-type(1) .content div:nth-of-type(2) ul li, footer section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper:nth-of-type(1) .content div:nth-of-type(2) ul li, section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div label span, label section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div span, section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div input,
        section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div textarea,
        section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div select, section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div button, section#services-content__body .service-fragment:nth-child(odd) section#home__services .l-main-wrapper .content div .buttons-wrapper .buttons-overflow button, section#home__services section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div .buttons-wrapper .buttons-overflow button, section#services-content__body .service-fragment:nth-child(odd) section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .content div button, section#home__services section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .buttons-wrapper .buttons-overflow .content div button, section#services-content__body .service-fragment:nth-child(odd) section#faq__content .l-main-wrapper .content div .wrapper aside ul li button, section#faq__content section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .content div .wrapper aside ul li button, section#services-content__body .service-fragment:nth-child(odd) section#faq__content .l-main-wrapper .wrapper aside ul li .content div button, section#faq__content section#services-content__body .service-fragment:nth-child(odd) .l-main-wrapper .wrapper aside ul li .content div button, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div p, section#services-content__body .service-fragment:nth-child(even) footer .l-main-wrapper:nth-of-type(1) .content div:nth-of-type(2) ul li, footer section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper:nth-of-type(1) .content div:nth-of-type(2) ul li, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div label span, label section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div span, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div input,
        section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div textarea,
        section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div select, section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div button, section#services-content__body .service-fragment:nth-child(even) section#home__services .l-main-wrapper .content div .buttons-wrapper .buttons-overflow button, section#home__services section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div .buttons-wrapper .buttons-overflow button, section#services-content__body .service-fragment:nth-child(even) section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .content div button, section#home__services section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .buttons-wrapper .buttons-overflow .content div button, section#services-content__body .service-fragment:nth-child(even) section#faq__content .l-main-wrapper .content div .wrapper aside ul li button, section#faq__content section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .content div .wrapper aside ul li button, section#services-content__body .service-fragment:nth-child(even) section#faq__content .l-main-wrapper .wrapper aside ul li .content div button, section#faq__content section#services-content__body .service-fragment:nth-child(even) .l-main-wrapper .wrapper aside ul li .content div button {
          display: none; } }
section#services-content__menu {
  position: relative;
  padding: 80px 0 160px 0;
  z-index: 2; }
  section#services-content__menu .fig {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%); }
  section#services-content__menu .l-main-wrapper {
    display: grid;
    max-width: 1265px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 13px;
    z-index: 2; }
    section#services-content__menu .l-main-wrapper div:nth-of-type(1) a {
      background-image: url(/assets/images/sections/services/content/img_menu-nutrition.png); }
    section#services-content__menu .l-main-wrapper div:nth-of-type(2) a {
      background-image: url(/assets/images/sections/services/content/img_menu-medicine.png); }
    section#services-content__menu .l-main-wrapper div:nth-of-type(3) a {
      background-image: url(/assets/images/sections/services/content/img_menu-therapy.png); }
    section#services-content__menu .l-main-wrapper div:nth-of-type(4) a {
      background-image: url(/assets/images/sections/services/content/img_menu-psichology.png); }
    section#services-content__menu .l-main-wrapper div:nth-of-type(5) a {
      background-image: url(/assets/images/sections/services/content/img_menu-anthropometry.png); }
    section#services-content__menu .l-main-wrapper div:nth-of-type(6) a {
      background-image: url(/assets/images/sections/services/content/img_menu-business-services.png); }
    section#services-content__menu .l-main-wrapper div a {
      display: flex;
      flex-flow: column;
      justify-content: flex-end;
      align-items: flex-start;
      width: 100%;
      height: 350px;
      background-size: cover;
      color: #FFF;
      border-radius: 10px;
      overflow: hidden;
      padding: 30px 10px;
      box-sizing: border-box;
      transition: transform 0.2s ease-out; }
      section#services-content__menu .l-main-wrapper div a:hover, section#services-content__menu .l-main-wrapper div a.--active {
        transform: translateY(-30px); }
      section#services-content__menu .l-main-wrapper div a img {
        height: 60px;
        margin-bottom: 20px; }
      section#services-content__menu .l-main-wrapper div a h2 {
        font-size: 20px;
        line-height: 21px;
        font-weight: 700; }
    section#services-content__menu .l-main-wrapper .back-button {
      display: none; }

@media screen and (max-width: 960px) {
  section#services-content__menu {
    padding: 40px 0 60px 0; }
    section#services-content__menu .fig {
      display: none; }
    section#services-content__menu .l-main-wrapper {
      display: flex;
      justify-content: center;
      max-width: 90vw; }
      section#services-content__menu .l-main-wrapper div {
        display: none; }
      section#services-content__menu .l-main-wrapper .back-button {
        display: block;
        width: 100%;
        color: #00B3F0;
        text-align: center; } }
section#team__specialists {
  position: relative;
  padding-top: 80px;
  overflow: hidden; }
  section#team__specialists .subtitle {
    margin: 20px auto 50px auto;
    text-align: center;
    max-width: 760px; }
  section#team__specialists .fig {
    position: absolute; }
    section#team__specialists .fig:nth-of-type(1) {
      top: 100px;
      left: 0; }
    section#team__specialists .fig:nth-of-type(2) {
      bottom: 0;
      right: 0;
      transform: translateY(80%); }

@media screen and (max-width: 960px) {
  section#team__specialists {
    padding: 50px 0 140px 0; }
    section#team__specialists .l-main-wrapper {
      text-align: center; } }
section#faq__content {
  position: relative;
  padding: 100px 0 200px 0; }
  section#faq__content .fig {
    position: absolute; }
    section#faq__content .fig:nth-of-type(1) {
      top: 0;
      right: 0;
      transform: translateY(-20%); }
    section#faq__content .fig:nth-of-type(2) {
      top: 330px;
      left: 0; }
  section#faq__content .l-main-wrapper .header {
    width: 100%; }
    section#faq__content .l-main-wrapper .header h1 {
      margin-bottom: 70px; }
    section#faq__content .l-main-wrapper .header .back-button {
      display: none; }
  section#faq__content .l-main-wrapper .wrapper {
    display: flex; }
    section#faq__content .l-main-wrapper .wrapper aside {
      min-width: 340px;
      margin-right: 150px; }
      section#faq__content .l-main-wrapper .wrapper aside ul {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        list-style: none;
        margin: 0;
        padding: 0; }
        section#faq__content .l-main-wrapper .wrapper aside ul li:not(:last-of-type) {
          margin-bottom: 60px; }
        section#faq__content .l-main-wrapper .wrapper aside ul li button {
          transition: box-shadow 0.2s ease;
          padding: 0;
          text-align: left; }
          section#faq__content .l-main-wrapper .wrapper aside ul li button.--active {
            font-weight: 700;
            color: #006EA6;
            box-shadow: 0 2px 0 0 #00B3F0; }
    section#faq__content .l-main-wrapper .wrapper .answers-wrapper {
      width: 100%; }
      section#faq__content .l-main-wrapper .wrapper .answers-wrapper div {
        display: none; }
        section#faq__content .l-main-wrapper .wrapper .answers-wrapper div.--active {
          display: block; }
        section#faq__content .l-main-wrapper .wrapper .answers-wrapper div h2 {
          font-size: 30px;
          line-height: 34px;
          font-weight: 700;
          color: #006EA6;
          margin-bottom: 30px; }

@media screen and (min-width: 960px) {
  section#faq__content .l-main-wrapper .wrapper {
    height: auto !important; } }
@media screen and (max-width: 960px) {
  section#faq__content {
    padding: 30px 0 70px 0; }
    section#faq__content .fig {
      display: none; }
    section#faq__content .l-main-wrapper {
      max-width: 100%;
      width: 100%; }
      section#faq__content .l-main-wrapper .header {
        position: relative; }
        section#faq__content .l-main-wrapper .header h1 {
          text-align: center;
          margin-bottom: 12px; }
        section#faq__content .l-main-wrapper .header .back-button {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(-100%, -50%);
          display: flex;
          justify-content: center;
          align-items: center;
          transition: all 0.2s ease; }
          section#faq__content .l-main-wrapper .header .back-button.--visible {
            left: 5vw;
            transform: translate(0, -50%); }
          section#faq__content .l-main-wrapper .header .back-button img {
            transform: rotate(-180deg); }
      section#faq__content .l-main-wrapper .wrapper {
        position: relative;
        width: 100%;
        overflow: hidden; }
        section#faq__content .l-main-wrapper .wrapper aside {
          width: 100%;
          margin: 0;
          min-width: initial; }
          section#faq__content .l-main-wrapper .wrapper aside ul {
            border-top: 1px solid #DFDFDF; }
            section#faq__content .l-main-wrapper .wrapper aside ul li {
              width: 100%;
              height: 80px;
              border-bottom: 1px solid #DFDFDF; }
              section#faq__content .l-main-wrapper .wrapper aside ul li:not(:last-of-type) {
                margin: 0; }
              section#faq__content .l-main-wrapper .wrapper aside ul li button {
                width: 100%;
                height: 100%;
                padding: 0 40px 0 20px;
                box-sizing: border-box;
                background-image: url(/assets/images/icons/ic_caret-right_blue.svg);
                background-repeat: no-repeat;
                background-position: calc(100% - 20px) center; }
                section#faq__content .l-main-wrapper .wrapper aside ul li button.--active {
                  box-shadow: none;
                  font-weight: 400;
                  color: #5E5E5E; }
        section#faq__content .l-main-wrapper .wrapper .answers-wrapper {
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          min-height: 100%;
          transform: translateX(100%);
          transition: transform 0.2s ease;
          background-color: #FFF; }
          section#faq__content .l-main-wrapper .wrapper .answers-wrapper.--mobile-active {
            transform: none; }
          section#faq__content .l-main-wrapper .wrapper .answers-wrapper div {
            width: 100%;
            padding: 20px 5vw 0 5vw;
            box-sizing: border-box; } }
section#contact__form {
  margin-bottom: 60px; }
  section#contact__form .l-main-wrapper ul.contact-info {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 130px 0 140px 0; }
    section#contact__form .l-main-wrapper ul.contact-info li {
      display: flex;
      flex-flow: column;
      width: 230px; }
      section#contact__form .l-main-wrapper ul.contact-info li span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #00B3F0; }
      section#contact__form .l-main-wrapper ul.contact-info li h2 {
        margin: 20px 0;
        font-weight: 700;
        font-size: 30px;
        line-height: 26px;
        color: #006EA6; }
      section#contact__form .l-main-wrapper ul.contact-info li p, section#contact__form footer .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul.contact-info li li, footer section#contact__form .l-main-wrapper:nth-of-type(1) div:nth-of-type(2) ul.contact-info li li, section#contact__form .l-main-wrapper ul.contact-info li label span, label section#contact__form .l-main-wrapper ul.contact-info li span, section#contact__form .l-main-wrapper ul.contact-info li input,
      section#contact__form .l-main-wrapper ul.contact-info li textarea,
      section#contact__form .l-main-wrapper ul.contact-info li select, section#contact__form .l-main-wrapper ul.contact-info li .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#contact__form .l-main-wrapper ul.contact-info li button, section#contact__form section#home__services .l-main-wrapper ul.contact-info li .buttons-wrapper .buttons-overflow button, section#home__services section#contact__form .l-main-wrapper ul.contact-info li .buttons-wrapper .buttons-overflow button, section#contact__form section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow ul.contact-info li button, section#home__services section#contact__form .l-main-wrapper .buttons-wrapper .buttons-overflow ul.contact-info li button, section#contact__form section#faq__content .l-main-wrapper .wrapper aside ul.contact-info li button, section#faq__content section#contact__form .l-main-wrapper .wrapper aside ul.contact-info li button {
        font-size: 16px; }
      section#contact__form .l-main-wrapper ul.contact-info li .social {
        display: flex;
        width: 140px;
        margin-bottom: 12px; }
        section#contact__form .l-main-wrapper ul.contact-info li .social a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 32px;
          height: 32px;
          background-color: #5E5E5E;
          border-radius: 50%;
          margin-right: 15px; }
          section#contact__form .l-main-wrapper ul.contact-info li .social a img {
            width: 17px; }
  section#contact__form .l-main-wrapper h1, section#contact__form .l-main-wrapper .subtitle {
    text-align: center; }
  section#contact__form .l-main-wrapper .subtitle {
    margin: 10px 0 50px 0; }

@media screen and (max-width: 960px) {
  section#contact__form {
    margin-bottom: 90px; }
    section#contact__form .l-main-wrapper ul.contact-info {
      flex-flow: column;
      margin: 40px 0 70px 0; }
      section#contact__form .l-main-wrapper ul.contact-info li {
        width: 100%;
        align-items: center;
        text-align: center; }
        section#contact__form .l-main-wrapper ul.contact-info li:not(:last-of-type) {
          margin-bottom: 30px; }
    section#contact__form .l-main-wrapper .subtitle {
      margin: 10px 0 40px 0; } }
section#contact__branches {
  position: relative;
  margin-bottom: 150px; }
  section#contact__branches .fig {
    position: absolute;
    left: 0;
    top: 0; }
  section#contact__branches .l-main-wrapper h1 {
    text-align: center; }
  section#contact__branches .l-main-wrapper .subtitle {
    text-align: center;
    margin: 20px 0 50px 0; }
  section#contact__branches .l-main-wrapper .wrapper {
    display: flex; }
    section#contact__branches .l-main-wrapper .wrapper div {
      position: relative;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 50%;
      padding: 10px 0; }
      section#contact__branches .l-main-wrapper .wrapper div:first-of-type {
        border-right: 1px solid #D4D4D4; }
      section#contact__branches .l-main-wrapper .wrapper div p, section#contact__branches footer .l-main-wrapper:nth-of-type(1) .wrapper div:nth-of-type(2) ul li, footer section#contact__branches .l-main-wrapper:nth-of-type(1) .wrapper div:nth-of-type(2) ul li, section#contact__branches .l-main-wrapper .wrapper div label span, label section#contact__branches .l-main-wrapper .wrapper div span, section#contact__branches .l-main-wrapper .wrapper div input,
      section#contact__branches .l-main-wrapper .wrapper div textarea,
      section#contact__branches .l-main-wrapper .wrapper div select, section#contact__branches .l-main-wrapper .wrapper div .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#contact__branches .l-main-wrapper .wrapper div button, section#contact__branches section#home__services .l-main-wrapper .wrapper div .buttons-wrapper .buttons-overflow button, section#home__services section#contact__branches .l-main-wrapper .wrapper div .buttons-wrapper .buttons-overflow button, section#contact__branches section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .wrapper div button, section#home__services section#contact__branches .l-main-wrapper .buttons-wrapper .buttons-overflow .wrapper div button, section#contact__branches section#faq__content .l-main-wrapper .wrapper div aside ul li button, section#faq__content section#contact__branches .l-main-wrapper .wrapper div aside ul li button, section#contact__branches section#faq__content .l-main-wrapper .wrapper aside ul li div button, section#faq__content section#contact__branches .l-main-wrapper .wrapper aside ul li div button {
        margin-bottom: 30px; }
      section#contact__branches .l-main-wrapper .wrapper div img {
        box-shadow: 0 0 10px 0 rgba(190, 190, 190, 0.5);
        border-radius: 10px; }
      section#contact__branches .l-main-wrapper .wrapper div .button--primary, section#contact__branches .l-main-wrapper .wrapper div .button--secondary {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%); }
  section#contact__branches .l-main-wrapper .schedules {
    display: none;
    text-align: center;
    margin-top: 80px; }
    section#contact__branches .l-main-wrapper .schedules.--visible {
      display: block; }
    section#contact__branches .l-main-wrapper .schedules h2 {
      font-size: 22px;
      line-height: 26px;
      color: #006EA6;
      margin-bottom: 17px;
      font-weight: 700; }
    section#contact__branches .l-main-wrapper .schedules .content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-content: center;
      width: 600px;
      margin: 0 auto; }

@media screen and (max-width: 960px) {
  section#contact__branches {
    margin-bottom: 100px; }
    section#contact__branches .fig {
      max-width: 100%; }
    section#contact__branches .l-main-wrapper .subtitle {
      margin: 15px 0 30px 0; }
    section#contact__branches .l-main-wrapper .wrapper {
      flex-flow: column;
      margin: 0; }
      section#contact__branches .l-main-wrapper .wrapper div {
        width: 100%;
        padding: 0;
        margin-bottom: 60px; }
        section#contact__branches .l-main-wrapper .wrapper div:first-of-type {
          border: none; }
        section#contact__branches .l-main-wrapper .wrapper div img {
          width: 100%; }
    section#contact__branches .l-main-wrapper .schedules .content {
      display: flex;
      flex-flow: column;
      width: 100%; }
      section#contact__branches .l-main-wrapper .schedules .content div:not(:last-of-type) {
        margin-bottom: 25px; }
      section#contact__branches .l-main-wrapper .schedules .content div h2 {
        margin-bottom: 30px; }
      section#contact__branches .l-main-wrapper .schedules .content div p, section#contact__branches footer .l-main-wrapper:nth-of-type(1) .schedules .content div:nth-of-type(2) ul li, footer section#contact__branches .l-main-wrapper:nth-of-type(1) .schedules .content div:nth-of-type(2) ul li, section#contact__branches .l-main-wrapper .schedules .content div label span, label section#contact__branches .l-main-wrapper .schedules .content div span, section#contact__branches .l-main-wrapper .schedules .content div input,
      section#contact__branches .l-main-wrapper .schedules .content div textarea,
      section#contact__branches .l-main-wrapper .schedules .content div select, section#contact__branches .l-main-wrapper .schedules .content div .tabs-wrapper .tabs button, .tabs-wrapper .tabs section#contact__branches .l-main-wrapper .schedules .content div button, section#contact__branches section#home__services .l-main-wrapper .schedules .content div .buttons-wrapper .buttons-overflow button, section#home__services section#contact__branches .l-main-wrapper .schedules .content div .buttons-wrapper .buttons-overflow button, section#contact__branches section#home__services .l-main-wrapper .buttons-wrapper .buttons-overflow .schedules .content div button, section#home__services section#contact__branches .l-main-wrapper .buttons-wrapper .buttons-overflow .schedules .content div button, section#contact__branches section#faq__content .l-main-wrapper .schedules .content div .wrapper aside ul li button, section#faq__content section#contact__branches .l-main-wrapper .schedules .content div .wrapper aside ul li button, section#contact__branches section#faq__content .l-main-wrapper .wrapper aside ul li .schedules .content div button, section#faq__content section#contact__branches .l-main-wrapper .wrapper aside ul li .schedules .content div button {
        font-size: 20px;
        line-height: 26px; } }

/*# sourceMappingURL=app.css.map */
