.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: #311e5a;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #291651;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}

h3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

h4 {
  width: 100%;
  color: #291651;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  color: #291651;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

p {
  width: 100%;
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

li {
  margin-bottom: 10px;
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.header {
  z-index: 999;
  background-color: #33205c;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar {
  width: 90%;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  display: flex;
}

.brand {
  height: 100%;
  align-items: center;
  display: flex;
}

.menu-button {
  width: 140px;
  height: 72px;
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Menu-icon.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 28px;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.menu-button:hover {
  color: #fff;
  background-color: #a43387;
  background-image: url('../images/Menu-icon.svg');
}

.div-block {
  display: flex;
}

.search-button {
  width: 72px;
  height: 72px;
  background-image: url('../images/Search-icon.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-bottom: 5px solid #33205c;
}

.search-button:hover {
  background-color: #433265;
  border-bottom-color: #a83b8c;
}

.sulutions-hero-section {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url('../images/Solutions-Hero-BG.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.content {
  z-index: 222;
  width: 90%;
  max-width: 1080px;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  position: relative;
}

.content.video {
  background-image: url('../images/main-video-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.content.h-flex {
  justify-content: space-between;
}

.content.people {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content.clients {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.content.table {
  z-index: 333;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.h1-hero {
  color: #fff;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.half {
  z-index: 1;
  width: 45%;
  min-height: 90px;
  position: relative;
}

.paragraph-white {
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.button-transparent {
  width: 270px;
  height: 72px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #a43387;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-transparent:hover {
  background-color: #a43387;
}

.button-transparent.dark {
  color: #291651;
}

.button-transparent.dark:hover {
  color: #fff;
}

.section {
  width: 100%;
  height: 100%;
  min-height: 10vh;
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.section.projects {
  background-image: url('../images/Vector-9.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.short {
  min-height: 30vh;
}

.section.services {
  background-image: url('../images/BG-element.svg');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-top: 10px;
  padding-bottom: 300px;
}

.section.quote {
  min-height: 10vh;
  background-color: #fcfcfd;
  background-image: linear-gradient(#fff 50%, #fcfcfd 51%);
}

.section.text {
  min-height: 10vh;
  background-color: #fcfcfd;
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
}

.section.areas {
  background-color: #33205c;
  background-image: url('../images/Dots-BG.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12%;
}

.section.quote-slider {
  width: 100%;
  height: 270px;
  min-height: 0;
  background-color: #311e5a;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
}

.section.resque {
  background-color: #fff;
  background-image: url('../images/Dots-Pattern.svg');
  background-position: -20% 140px;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-bottom: 60px;
}

.section.partners {
  z-index: 222;
  min-height: 40vh;
  padding-top: 30px;
  position: relative;
}

.section.media {
  min-height: 70vh;
  background-color: #311e5a;
  background-image: url('../images/Dots-BG.svg');
  background-position: 0 -90px;
  background-repeat: no-repeat;
  background-size: 12%;
}

.section.get-in-touch {
  min-height: 70vh;
  background-color: #fcfcfd;
  background-image: url('../images/Dots-Full-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 180px;
}

.section.events {
  min-height: 10vh;
  background-color: #fcfcfd;
  padding-bottom: 0;
}

.section.filter {
  z-index: 333;
  min-height: 150px;
  background-color: #291651;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.about-links {
  background-color: #fcfcfd;
  padding-top: 30px;
  padding-bottom: 60px;
}

.section.about-text {
  padding-bottom: 60px;
}

.section.our-people-text {
  min-height: 810px;
  background-color: #fcfcfd;
  background-image: url('../images/Vector-3.svg');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.section.building {
  min-height: 630px;
  padding-bottom: 0;
}

.section.values {
  background-color: #fcfcfd;
}

.section.resource {
  padding-top: 162px;
}

.section.clients-quote {
  background-image: url('../images/Dark-Dots.svg');
  background-position: 80% 60%;
  background-repeat: no-repeat;
  background-size: 800px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.resources {
  background-color: #fcfcfd;
}

.section.statistic-lp {
  padding-top: 0;
  padding-bottom: 0;
}

.section.lp {
  z-index: 222;
  position: relative;
}

.section.support {
  z-index: 444;
  background-color: #fff;
  background-image: url('../images/Step-line.svg'), url('../images/Dots-Pattern-Full.svg');
  background-position: 50% 58%, 50% 60%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 1080px;
  padding-bottom: 0;
  position: relative;
}

.section.quote {
  min-height: 450px;
  background-image: linear-gradient(#fff 50%, #291651 50%, #291651);
}

.section.reasons {
  z-index: 333;
  background-color: #fff;
  padding-bottom: 30px;
  position: relative;
}

.section.table {
  background-color: #fff;
  background-image: url('../images/Vector-8.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.section.cta-form {
  background-color: #291651;
  background-image: url('../images/Btn-BG.svg'), linear-gradient(rgba(0, 0, 0, 0) 49%, #4f3388);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 75%, auto;
}

.section.oncology-media {
  min-height: 70vh;
  background-color: #291651;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.rate {
  background-color: #fcfcfd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.eucrof {
  display: none;
}

.section.ticker-type {
  z-index: 777;
  min-height: 60px;
  background-color: #e0dbf3;
  margin-top: -60px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.services-nav {
  margin-bottom: -90px;
  padding-bottom: 60px;
  position: relative;
}

.section.get-in-touch-short {
  min-height: 50vh;
  background-color: #fcfcfd;
  background-image: url('../images/Dots-Full-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 90px;
}

.section.biostatistics-services {
  background-color: #fcfcfd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.stages {
  padding-top: 10px;
}

.section.biostatistics-clients {
  z-index: 222;
  min-height: 50vh;
  background-color: #f6f6fa;
  position: relative;
}

.section.team-leaders-heading {
  min-height: 300px;
  background-color: #f6f6fa;
  padding-top: 0;
}

.section.biostatistic-cta {
  background-color: #311e5a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.get-in-touch-dark {
  min-height: 50vh;
  background-color: #311e5a;
  background-image: url('../images/Dots-Dark-BG.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 125%;
  justify-content: center;
  padding-top: 300px;
  padding-bottom: 60px;
}

.section.biostatistic-media {
  background-color: #311e5a;
  background-image: url('../images/Dots-BG.svg');
  background-position: 0 -90px;
  background-repeat: no-repeat;
  background-size: 12%;
  padding-bottom: 0;
}

.section.data-clients {
  background-color: #fff;
  padding-bottom: 0;
}

.section.data-media {
  background-color: #fff;
  background-image: url('../images/Dots-BG.svg');
  background-position: 0 -90px;
  background-repeat: no-repeat;
  background-size: 12%;
  padding-bottom: 220px;
}

.section.data-team-leaders {
  min-height: 300px;
  background-color: #fff;
  padding-top: 0;
}

.section.data-system {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.learn-how {
  min-height: 50vh;
  background-color: #311e5a;
  background-image: url('../images/Dots-Dark-BG.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 125%;
  justify-content: center;
  padding-bottom: 120px;
}

.section.data-flow {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.expertise {
  padding-top: 180px;
}

.section.emwa {
  background-color: #fcfcfd;
}

.section.word {
  background-color: #fcfcfd;
  background-image: url('../images/Dots-Pattern_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-flex {
  width: 90%;
  max-width: 1080px;
  min-height: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-flex.between {
  max-width: 1280px;
  justify-content: space-between;
}

.advantages-block {
  width: 45%;
  height: 330px;
  background-color: #291651;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px 30px;
  display: flex;
}

.advantages-block.expertise {
  background-image: url('../images/Expertise.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.advantages-block.customer {
  background-image: url('../images/Customer.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.advantages-block.support {
  background-image: url('../images/Support.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.advantages-block.conscious {
  background-image: url('../images/Conscious.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.h3-white {
  color: #fff;
}

.tab-link-modules {
  width: 100%;
  color: #291651;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Triangle.svg');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px 20px 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .5s;
}

.tab-link-modules:hover {
  background-image: url('../images/Triangle-Hover.svg');
  background-size: 20px;
}

.tab-link-modules.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Triangle-Hover.svg');
  align-items: center;
}

.tabs-content {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.tab-content {
  width: 100%;
  height: 100%;
  min-height: 360px;
  padding: 60px 20px 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.tabs-menu {
  width: 50%;
  height: 360px;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tabs {
  z-index: 111;
  align-items: flex-start;
  display: flex;
}

.footer {
  z-index: 222;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #291651;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
}

.footer-text {
  width: 100%;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.white-text {
  width: 100%;
  color: #fff;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  line-height: 140%;
  text-decoration: none;
}

.footer-link:hover {
  color: #5bc8cc;
}

.h-flex {
  min-height: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h-flex.between {
  justify-content: space-between;
}

.h-flex.expirience-slider {
  width: 90%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -90px;
}

.social-link {
  width: 30px;
  height: 30px;
  align-items: center;
  margin-top: 10px;
  margin-right: 5px;
  display: flex;
}

.social-link.fb {
  background-image: url('../images/facebook_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-link.fb:hover {
  background-image: url('../images/facebook_h.svg');
}

.social-link.in {
  background-image: url('../images/linkedin_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-link.in:hover {
  background-image: url('../images/linkedin_h.svg');
}

.social-link.tw {
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-link.tw:hover {
  background-image: url('../images/twitter_h.svg');
}

.social-link.yt {
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-link.yt:hover {
  background-image: url('../images/youtube_h.svg');
}

.social-link.fb-menu {
  background-image: url('../images/facebook-menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-link.fb-menu:hover {
  background-image: url('../images/facebook_h.svg');
}

.social-link.in-menu {
  background-image: url('../images/linkedin-menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-link.in-menu:hover {
  background-image: url('../images/linkedin_h.svg');
}

.social-link.tw-menu {
  background-image: url('../images/twitter-menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-link.tw-menu:hover {
  background-image: url('../images/twitter_h.svg');
}

.social-link.yt-menu {
  background-image: url('../images/youtube-menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-link.yt-menu:hover {
  background-image: url('../images/youtube_h.svg');
}

.brand-footer {
  width: 120px;
  height: 70px;
  margin-top: 10px;
}

.breadcrumbs {
  opacity: .7;
  color: #fff;
  font-family: Lato, sans-serif;
}

.breadcrumbs.dark {
  color: #291651;
}

.content-footer {
  width: 90%;
  max-width: 1280px;
  min-height: 90px;
  justify-content: space-between;
  display: flex;
}

.home-hero-section {
  width: 100%;
  height: 100vh;
  background-image: url('../images/Home-Hero_1.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 980px;
  height: 490px;
  background-image: url('../images/Home-Hero-Text-Block.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -300px;
  padding-top: 50px;
  padding-left: 300px;
  padding-right: 150px;
}

.achievement-block {
  width: 30%;
  max-width: 320px;
  min-height: 90px;
  align-items: center;
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.home-icon {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 20px;
}

.video-link {
  width: 70%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.play-icon {
  position: absolute;
}

.service-block {
  width: 25%;
  min-height: 90px;
  color: #291651;
  background-image: url('../images/Triangle.svg');
  background-position: 0 16px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.service-block:hover {
  background-image: url('../images/Triangle-Hover.svg');
}

.violet-hero-section {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  background-color: #291651;
  background-image: url('../images/About-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.solution-hero-image {
  width: 530px;
  height: 350px;
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 175px;
  display: none;
  position: absolute;
  left: 50%;
}

.paragraph-short {
  width: 80%;
  margin-bottom: 40px;
  line-height: 140%;
}

.image-2 {
  width: 90px;
  height: auto;
  float: left;
  margin-bottom: 40px;
  margin-right: 40px;
}

.main-quote-slider {
  width: 90%;
  max-width: 1080px;
  min-height: 360px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 245px;
  justify-content: center;
  align-items: center;
  margin-top: -200px;
  display: flex;
}

.quote-image {
  width: 350px;
  height: 350px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.quote-photo {
  width: 220px;
}

.quote-text-block {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-right: 100px;
  display: flex;
}

.text-span {
  color: #5bc8cc;
}

.list {
  color: #291651;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.main-menu-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  opacity: 0;
  background-color: #fcfcfd;
  justify-content: space-between;
  padding: 60px 60px 60px 6%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.main-menu-link {
  color: #291651;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  display: inline-block;
}

.main-menu-link:hover {
  color: #5bc8cc;
}

.main-menu-link.w--current {
  color: #5bc8cc;
  background-color: rgba(0, 0, 0, 0);
}

.email-link {
  color: #a43387;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-icon {
  width: 26px;
  margin-right: 10px;
}

.close-link {
  z-index: 999;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 30px;
  padding: 5px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.v-flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.servicies-button {
  width: auto;
  height: 72px;
  color: #291651;
  background-color: #fcfcfd;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 6px 6px 12px rgba(41, 22, 81, .3);
}

.servicies-button:hover {
  background-color: #e5e1f2;
}

.services-menu {
  z-index: 888;
  width: 90%;
  max-width: 1280px;
  opacity: 0;
  background-color: #fcfcfd;
  border-radius: 55px 5px 55px 55px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 9px 9px rgba(41, 22, 81, .18);
}

.link-block {
  float: right;
  position: absolute;
  top: 5px;
  right: 5px;
}

.service-link {
  width: auto;
  height: 50px;
  color: #291651;
  background-image: url('../images/Triangle.svg');
  background-position: 10px 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.service-link:hover {
  background-image: url('../images/Triangle-Hover.svg');
}

.service-link.w--current {
  background-image: url('../images/Triangle-Hover.svg');
  font-weight: 900;
}

.text-bold {
  color: #291651;
  margin-right: 3px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}

.image-4 {
  height: 300px;
  margin-top: -300px;
}

.h2-white {
  color: #fff;
}

.area-block {
  width: 480px;
  height: 180px;
  color: #fff;
  background-image: url('../images/Learn-More.svg');
  background-position: -150px 130px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 30px 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  transition: all .5s;
  box-shadow: inset 30px 0 #33205c;
}

.area-block:hover {
  background-color: #3b2765;
  background-position: 0 130px;
  box-shadow: inset 30px 0 #3b2765;
}

.quote-content {
  width: 90%;
  height: 100%;
  min-height: 90px;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.slider-bg {
  width: 90%;
  height: 350px;
  background-color: #33205c;
  border-radius: 175px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.right-arrow {
  width: 90px;
  color: #978dac;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  transition: all .5s;
  display: flex;
}

.right-arrow:hover {
  color: #5bc8cc;
}

.left-arrow {
  width: 90px;
  color: #978dac;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  transition: all .5s;
  display: flex;
}

.left-arrow:hover {
  color: #5bc8cc;
}

.justify-right-block {
  width: 90%;
  max-width: 1080px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.content-heading {
  z-index: 333;
  width: 90%;
  max-width: 1280px;
  margin-bottom: 20px;
  position: relative;
}

.content-heading.h-flex {
  justify-content: center;
}

.content-heading.flex-right {
  justify-content: flex-end;
  display: flex;
}

.partner-logo {
  height: auto;
  max-height: 40px;
  max-width: 15%;
  opacity: .5;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  transition: all .2s;
}

.partner-logo:hover {
  opacity: 1;
}

.parners-block {
  width: 90%;
  max-width: 1080px;
  min-height: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-button-wrapper {
  z-index: 777;
  width: 90%;
  height: 72px;
  max-width: 1280px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 90px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link {
  color: #a83b8c;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #5bc8cc;
}

.date-block {
  z-index: 555;
  opacity: .5;
  color: #fcfcfd;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 18px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-arrow-2 {
  width: 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
  left: -5%;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.hidden {
  display: none;
}

.tag {
  z-index: 888;
  height: 20px;
  color: #dcdbed;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.resource-block {
  z-index: 111;
  width: 30%;
  height: 100%;
  min-height: 320px;
  color: #c0d0db;
  border-radius: 2px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 5px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.resource-block:hover {
  z-index: 333;
  transform: translate(0, -18px);
}

.resource-content {
  z-index: 555;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h-block {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.text-media {
  width: 100%;
  color: #fcfcfd;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.resource-image {
  width: 100%;
  height: 50%;
  filter: brightness(90%);
  transition: all .5s;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.resource-image._2 {
  z-index: 444;
  background-image: url('../images/Media-image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._2:hover {
  filter: brightness(45%);
}

.resource-image._3 {
  z-index: 444;
  background-image: url('../images/Media-image-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._3:hover {
  filter: brightness(45%);
}

.resource-image._1 {
  z-index: 444;
  background-image: url('../images/Media-image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._1:hover {
  filter: brightness(45%);
}

.resource-image._4 {
  background-image: url('../images/dr-reddys-oct-clinical-cro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._5 {
  background-image: url('../images/handok_website_oct_clinical.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._6 {
  background-image: url('../images/CanSino.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._7 {
  background-image: url('../images/OCT_Clinical_and_Stayble_Therapeutics-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._8 {
  background-image: url('../images/1375-wepmsj-Mabscale-breast-cancer-cro.8a3bd76d0bdf1a8851ffcc0c2c1b5e111375.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._9 {
  background-image: url('../images/non-small-lung-cancer-research-cro-services.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._10 {
  background-image: url('../images/First-patients-have-been-enrolled-in-a-cardio-oncology.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._11 {
  background-image: url('../images/non-small-lung-cancer-cro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image._12 {
  background-image: url('../images/1492-ua6i5v-NSLC-cro-lung-cancer.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pin {
  z-index: 888;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #a43387;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 5px 10px rgba(168, 59, 140, .5);
}

.right-arrow-2 {
  width: 50px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
  right: -5%;
}

.link-block-2 {
  width: 960px;
  height: 450px;
  color: #291651;
  background-image: url('../images/GetInTouch-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}

.events-slider-wrapper {
  z-index: 1;
  width: 90%;
  height: 300px;
  max-width: 1080px;
  background-color: #291651;
  border-radius: 150px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: -150px;
  display: flex;
  position: relative;
}

.events-slider {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 150px;
}

.right-arrow-dark {
  width: 70px;
  background-image: url('../images/Arrow-Right_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.right-arrow-dark:hover {
  background-image: url('../images/Arrow-Right-Hover.svg');
}

.left-arrow-dark {
  width: 70px;
  background-image: url('../images/Arrow-Left_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.left-arrow-dark:hover {
  background-image: url('../images/Arrow-Left-Hover.svg');
}

.events-cta {
  z-index: 777;
  width: 400px;
  min-height: 90px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-right: 100px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: auto;
  right: 0%;
}

.events-slide-content {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.events-slider-image {
  width: 450px;
  height: 200px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.events-slider-text {
  width: 400px;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  margin-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #291651;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-8 {
  height: 3px;
  background-color: #a43387;
  flex: 1;
  margin-right: 20px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-column.logo {
  width: 20%;
}

.quote-dark-bg {
  width: 85%;
  height: 350px;
  max-width: 890px;
  background-color: #291651;
  border-radius: 175px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.statistic-wrapper {
  width: 90%;
  max-width: 1080px;
  min-height: 180px;
  background-color: #fcfcfd;
  border-radius: 90px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 40px 60px;
  display: flex;
}

.statistic-line {
  width: 10%;
  height: 2px;
  background-color: #291651;
  position: relative;
}

.statistic-block {
  width: 20%;
  min-height: 90px;
  color: #a43387;
  padding: 10px 10px 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.digits {
  color: #291651;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.main-menu-copy {
  width: 80%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.chart-block {
  width: 50%;
  min-height: 90px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.chart-image {
  width: 380px;
  height: 380px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.chart-text-wrapper {
  width: 80%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.chart-text-block {
  width: 50%;
  height: 30px;
  color: #000;
  align-items: center;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  line-height: 14px;
  display: flex;
}

.chart-text-block.active {
  font-weight: 700;
}

.chart-bullet {
  width: 10px;
  height: 10px;
  background-color: #e5e1f2;
  margin-left: 10px;
  margin-right: 10px;
}

.chart-bullet.active {
  background-color: #a6cee3;
}

.filter-form-wrapper {
  width: 100%;
  position: static;
}

.filter-form {
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.select-filter {
  width: 30%;
  height: 60px;
  margin: 10px 10px 20px;
  font-family: Lato, sans-serif;
}

.submit-filter {
  width: 300px;
  height: 72px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #a43387;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
}

.submit-filter:hover {
  background-color: #a43387;
}

.selected-area {
  width: auto;
  height: auto;
  align-items: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.search-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.table-header {
  width: auto;
  height: auto;
  background-color: #ccc5e4;
  margin-left: -9px;
  margin-right: -9px;
  padding: 10px 0 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.table-block {
  width: auto;
  height: 100%;
  min-height: 40px;
  background-color: #fff;
  padding: 10px 0 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.table-line {
  border-bottom: 1px solid #dcdbed;
}

.dropdown {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 25%;
  right: auto;
}

.dropdown-list {
  z-index: 999;
  position: absolute;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0%;
}

.dropdown-toggle {
  z-index: 888;
  width: 100%;
  color: #000;
  padding: 11px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -45%;
  right: auto;
}

.dropdown-toggle._1 {
  margin-top: 60px;
}

.dropdown-toggle._2 {
  margin-top: 120px;
}

.dropdown-toggle._3 {
  margin-top: 180px;
}

.dropdown-toggle._4 {
  margin-top: 240px;
}

.dropdown-toggle._5 {
  margin-top: 300px;
}

.dropdown-toggle._6 {
  margin-top: 360px;
}

.dropdown-link {
  background-image: url('../images/Triangle.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-left: 100px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.dropdown-link:hover {
  background-image: url('../images/Triangle-Hover.svg');
}

.dropdown-link.w--current {
  color: #000;
  background-image: url('../images/Triangle-Hover.svg');
  font-weight: 700;
}

.menu-news-wrapper {
  z-index: 999;
  width: 320px;
  margin-right: 20px;
  position: relative;
}

.menu-resource-block {
  width: 100%;
  height: auto;
  min-height: 270px;
  color: #c0d0db;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #a5a5a5;
  border-radius: 2px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 5px 20px;
  padding-bottom: 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.menu-resource-block:hover {
  z-index: 333;
}

.menu-resource-image {
  width: 100%;
  height: 170px;
  filter: brightness(90%);
  transition: all .5s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-resource-image._2 {
  z-index: 444;
  background-image: url('../images/Media-image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-resource-image._2:hover {
  filter: brightness(45%);
}

.menu-resource-image._1 {
  z-index: 444;
  background-image: url('../images/Media-image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-resource-image._1:hover {
  filter: brightness(45%);
}

.menu-resource-content {
  z-index: 555;
  color: #c0d0db;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-tag {
  z-index: 888;
  height: 20px;
  color: #a43387;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-9 {
  z-index: 111;
  width: 220px;
  height: 220px;
  opacity: .5;
  background-color: #5bc8cc;
  border-radius: 50%;
  margin-top: 115px;
  margin-left: 370px;
  margin-right: auto;
  position: absolute;
}

.text-block {
  z-index: 333;
  width: 960px;
  text-align: center;
  margin-top: 210px;
  position: absolute;
}

.div-block-9-copy {
  z-index: 111;
  width: 150px;
  height: 150px;
  background-color: #5bc8cc;
  border-radius: 50%;
  margin-top: 150px;
  margin-left: 405px;
  position: absolute;
}

.div-block-10 {
  z-index: 888;
  width: 45%;
  min-height: 450px;
  text-align: right;
  background-color: #fcfcfd;
  border-top-left-radius: 225px;
  border-bottom-left-radius: 225px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding: 110px 90px 90px;
  display: flex;
  position: absolute;
  right: 0;
}

.button-transparent-wide {
  width: 360px;
  height: 72px;
  color: #291651;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #a43387;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-transparent-wide:hover {
  color: #fff;
  background-color: #a43387;
}

.side-paragraph {
  width: 360px;
}

.statistic-block-30 {
  width: 30%;
  min-height: 90px;
  color: #a43387;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.map {
  width: 100%;
  height: auto;
}

.hws-wrapper {
  width: 90%;
  max-width: 1180px;
  min-height: 630px;
  background-color: #fcfcfd;
  padding: 45px;
  display: flex;
}

.hws-image {
  z-index: 333;
  width: 450px;
  height: 320px;
  background-image: url('../images/How-we-started.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 175px;
  margin-top: 100px;
  position: absolute;
  left: 50%;
}

.timeline {
  z-index: 111;
  width: 100%;
  height: 450px;
  background-image: url('../images/Timeline-Wide.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 90px;
  position: absolute;
  left: 0;
}

.our-people-photo {
  z-index: 333;
  width: 55%;
  height: auto;
  border-radius: 450px;
  margin-top: 40px;
  margin-left: -5%;
  position: absolute;
}

.dark-dots {
  z-index: 1;
  width: 60%;
  height: 380px;
  background-image: url('../images/Dark-Dots.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 70px;
  margin-left: 5%;
  padding-top: 180px;
  position: absolute;
  right: 10%;
}

.div-block-11 {
  width: 220px;
  height: 220px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  right: 10%;
}

.person-block {
  width: 190px;
  min-height: 90px;
  color: #291651;
  flex-direction: column;
  margin-bottom: 40px;
  margin-right: 40px;
  font-family: Lato, sans-serif;
  display: flex;
}

.person-photo {
  width: 180px;
  height: auto;
}

.person-hover {
  width: 180px;
  height: 180px;
  opacity: 0;
  color: #291651;
  background-image: url('../images/Person-hover.svg');
  background-position: 50% 125%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.person-hover:hover {
  opacity: 1;
  background-position: 50% 100%;
}

.half-flex {
  width: 45%;
  min-height: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-slider {
  width: 45%;
  height: 450px;
  background-color: #fcfcfd;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.quote-icon {
  width: 80px;
  height: auto;
  margin-top: -60px;
}

.quote-slide-content {
  flex-direction: column;
  padding: 60px 40px;
  display: flex;
}

.quote-name {
  color: #fff;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.left-arrow-3 {
  width: 40px;
  height: 40px;
  margin-left: 40%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow-3 {
  width: 40px;
  height: 40px;
  margin-right: 40%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.quote-position {
  color: #291651;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.quote-position.white-text {
  color: #fff;
}

.person-bio-wrapper {
  z-index: 999;
  opacity: 0;
  background-color: rgba(249, 248, 252, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.person-bio-block {
  width: 1000px;
  height: auto;
  background-color: #291651;
  background-image: url('../images/Person-Bio-BG.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  box-shadow: 0 45px 90px 18px rgba(41, 22, 81, .45);
}

.bio-column-photo {
  padding: 50px 40px 40px;
}

.bio-column-text {
  color: rgba(255, 255, 255, .5);
  padding: 40px 40px 60px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.marker {
  color: #5bc8cc;
}

.careers-photo {
  z-index: 333;
  width: 55%;
  height: auto;
  border-radius: 450px;
  margin-top: 40px;
  margin-left: -5%;
  position: absolute;
  box-shadow: 0 45px 45px rgba(41, 22, 81, .45);
}

.vacancy-block {
  width: 100%;
  color: #291651;
  background-color: #fcfcfd;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 30px 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.vacancy-block:hover {
  color: #fff;
  background-color: #291651;
}

.vacancy-block:active {
  background-color: #d7dee2;
}

.vacancy-block.w--open {
  z-index: 2222;
}

.vacancy-title {
  margin-right: 40px;
  font-weight: 700;
}

.vacancy-info {
  width: auto;
  height: 20px;
  align-items: center;
  margin-right: 40px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.fa-icon {
  width: 20px;
  text-align: center;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.career-header {
  max-width: 815px;
  color: #a43387;
  background-color: #fcfcfd;
  margin-bottom: 40px;
  padding: 30px 40px 20px;
}

.div-815 {
  max-width: 815px;
}

.hero-heading {
  width: 63%;
  min-height: 90px;
}

.supporting-wrapper {
  width: auto;
  min-height: 40px;
  background-color: #fcfcfd;
  justify-content: space-around;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.supporting-block {
  width: 45%;
  min-height: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.supporting-image {
  height: 270px;
  margin-bottom: 20px;
}

.building-photo {
  z-index: 333;
  width: 45%;
  height: auto;
  max-height: 450px;
  border-radius: 450px;
  margin-top: 40px;
  position: absolute;
}

.filter-wrapper {
  width: 25%;
  min-height: 50px;
}

.filter-button {
  width: 220px;
  height: 60px;
  filter: saturate(0%);
  color: #000;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.filter-button:hover {
  filter: saturate();
  border-radius: 30px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, .3);
}

.filter-button.w--current {
  filter: saturate();
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 6px 9px rgba(0, 0, 0, .3);
}

.filter-icon {
  width: auto;
  height: 30px;
  margin-right: 15px;
}

.resource-block-2 {
  z-index: 111;
  width: 30%;
  height: 100%;
  min-height: 270px;
  color: #291651;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10px 60px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.resource-block-2:hover {
  z-index: 333;
  transform: translate(0, -18px);
}

.date-block-2 {
  z-index: 555;
  color: rgba(41, 22, 81, .5);
  justify-content: space-between;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.resources-wrapper {
  width: 75%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.button-wrapper {
  width: 100%;
}

.resource-image-article {
  width: 100%;
  height: 450px;
  filter: brightness(90%);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.resource-image-article._1 {
  z-index: 444;
  background-image: url('../images/Media-image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image-article._1:hover {
  filter: brightness(45%);
}

.resource-image-article._4 {
  background-image: url('../images/iStock-1029895500.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.resource-image-article._5 {
  background-image: url('../images/dr-reddys-oct-clinical-cro.jpg');
}

.resource-image-article.pdf {
  background-image: url('../images/iStock-1209688759-Cover.jpg');
}

.resource-wrapper {
  width: 75%;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.share-block {
  min-height: 30px;
  color: #a43387;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: flex;
}

.social-share-link {
  margin-left: 20px;
}

.client-logo {
  width: auto;
  height: auto;
  max-height: 50px;
  max-width: 14%;
  margin-bottom: 40px;
  margin-right: 50px;
}

.clients-quote-slider {
  width: 100%;
  max-width: 1080px;
  min-height: 500px;
  background-color: rgba(229, 225, 242, .2);
  border-radius: 245px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.quotes {
  width: 100px;
  margin-bottom: 100px;
  margin-right: 60px;
}

.lovations-wrapper {
  width: 100%;
  min-height: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.flag-icon {
  height: 30px;
  border-radius: 15px;
  margin-right: 15px;
}

.location-button {
  width: auto;
  height: 60px;
  color: #000;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.location-button:hover {
  filter: saturate();
  border-radius: 30px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, .3);
}

.location-button.w--current {
  filter: saturate();
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 6px 9px rgba(0, 0, 0, .3);
}

.menu-contacts-block {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 5%;
  right: auto;
}

.people-quote-slider {
  width: 45%;
  height: 450px;
  background-color: #fcfcfd;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.breadcrumbs-link {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  text-decoration: underline;
}

.breadcrumbs-link.dark {
  color: #291651;
}

.contact-form-wrapper {
  width: 90%;
  max-width: 1080px;
  min-height: 90px;
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.field {
  height: 50px;
  background-color: #fcfcfd;
  border: 1px solid rgba(112, 51, 118, .5);
  border-radius: 5px;
  margin-right: 10px;
}

.field:focus {
  border-color: #5bc8cc;
  box-shadow: 0 0 10px rgba(91, 200, 204, .3);
}

.select {
  height: 50px;
  background-color: #fcfcfd;
  border: 1px solid rgba(112, 51, 118, .5);
  border-radius: 5px;
  padding-right: 20px;
}

.select:focus {
  border-color: #5bc8cc;
  box-shadow: 0 0 10px rgba(91, 200, 204, .3);
}

.form-h-flex {
  width: 100%;
  min-height: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-form {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contact-form.half, .contact-form.lp-form {
  width: 50%;
}

.field-block {
  width: 47%;
  margin-bottom: 10px;
}

.textarea {
  min-height: 90px;
  background-color: #fcfcfd;
  border: 1px solid rgba(112, 51, 118, .5);
  border-radius: 5px;
}

.textarea:focus {
  border-color: #5bc8cc;
  box-shadow: 0 0 10px rgba(91, 200, 204, .3);
}

.small-text {
  font-size: 14px;
}

.submit-block {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

.link-partners {
  color: #a43387;
  background-image: url('../images/Link-Arrow-Pink.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

.link-partners:hover {
  color: #5bc8cc;
  background-image: url('../images/Link-Arrow-Hover.svg');
  background-position: 100%;
}

.events-wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.event-info {
  width: auto;
  height: 20px;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 40px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.fa-icon-event {
  width: 20px;
  color: #a43387;
  text-align: center;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.event-block {
  z-index: 111;
  width: 30%;
  height: 100%;
  min-height: 360px;
  color: #291651;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 10px 40px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.event-block:hover {
  z-index: 333;
  transform: translate(0, -18px);
}

.event-image {
  width: 100%;
  height: 60%;
  filter: brightness(90%);
  transition: all .5s;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.event-image._4 {
  background-color: #fff;
  background-image: url('../images/Member.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.event-image._5 {
  background-image: url('../images/Zurich.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-image._6 {
  background-image: url('../images/Munich.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-info-block {
  width: 100%;
  height: 50px;
  align-items: flex-start;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #291651;
  border-radius: 5px;
  font-family: Lato, sans-serif;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f66;
  border-radius: 5px;
}

.modal-form-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.solution-quote-slider {
  width: 90%;
  max-width: 1080px;
  min-height: 490px;
  background-color: rgba(41, 22, 81, .11);
  border-radius: 245px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  border-radius: 150px;
}

.image-6 {
  width: 600px;
  margin-top: -200px;
  position: absolute;
  left: -400px;
}

.search-form {
  width: 50%;
}

.search-field {
  height: 50px;
  background-color: #fcfcfd;
  border: 1px solid #291651;
  border-radius: 5px;
}

.page-link {
  width: 40px;
  height: 40px;
  color: #a43387;
  text-align: center;
  border: 1px solid #a83b8c;
  margin-right: 10px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
}

.page-link:hover, .page-link.w--current {
  color: #fff;
  background-color: #a83b8c;
}

.pages {
  height: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.result-block {
  color: #291651;
  border-bottom: 1px solid #a43387;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.search-wrapper {
  z-index: 999;
  opacity: 0;
  background-color: #291651;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cookie-popup {
  z-index: 9999;
  max-width: 640px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 15px 20px 10px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 9px 18px rgba(0, 0, 0, .18);
}

.h-flex-2 {
  border-radius: 2px;
  align-items: flex-start;
  display: flex;
}

.small-text-2 {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 16px;
}

.button-cookies {
  width: 180px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  background-color: #a43387;
  border-radius: 2px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 27px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .18);
}

.dark-dots-corporate {
  z-index: 111;
  width: 60%;
  height: 380px;
  background-image: url('../images/Dark-Dots.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 70px;
  margin-left: 5%;
  display: flex;
  position: absolute;
  right: 25%;
}

.achievement-text {
  width: 70%;
}

.dropdown-language {
  height: 72px;
  color: #fff;
  background-color: #33205c;
  border-bottom: 5px solid #33205c;
  align-items: center;
  padding-top: 26px;
  padding-right: 20px;
  display: flex;
}

.dropdown-language:hover {
  background-color: #433265;
  border-bottom-color: #a83b8c;
}

.dropdown-language.w--open {
  background-color: #433265;
  border-bottom-color: #a43387;
  align-items: center;
  padding-top: 26px;
  display: flex;
}

.language-icon {
  width: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.dropdown-2 {
  z-index: 999;
}

.dropdown-language-item {
  color: #000;
  background-color: #e9e4f3;
  align-items: center;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.dropdown-language-item:hover {
  color: #fff;
  background-color: #33205c;
}

.dropdown-language-list {
  z-index: 999;
  background-color: #a43387;
}

.dropdown-language-list.w--open {
  background-color: #291651;
}

.dropdown-icon {
  width: 15px;
}

.button {
  min-width: 220px;
  color: #fff;
  text-align: center;
  background-color: #a83b8c;
  border: 3px solid #a83b8c;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

.button:hover {
  background-color: #a43387;
}

.button.more {
  height: 72px;
  min-width: 260px;
  margin-top: 20px;
  margin-right: 40px;
}

.button.learn-more {
  width: 45%;
  height: 72px;
  margin-top: 10px;
}

.resource-link {
  color: #000;
  text-decoration: none;
}

.resource-info {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.confirmation-wrapper {
  z-index: 999;
  opacity: 0;
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.confirmation-block {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
}

.social-media-panel {
  z-index: 999;
  width: 60px;
  height: 170px;
  background-color: #291651;
  background-image: linear-gradient(135deg, #433265, #33205c);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
  position: fixed;
  top: 45%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lp-hero-section {
  z-index: 222;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.contact-block-s-b-s {
  width: 90%;
  max-width: 1080px;
  min-height: 90px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.side-block {
  width: 53%;
  min-height: 400px;
  text-align: right;
  background-color: #fcfcfd;
  border-top-left-radius: 225px;
  border-bottom-left-radius: 225px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -90px;
  padding: 110px 90px 90px;
  display: flex;
  position: absolute;
  right: 0;
}

.heading-lp {
  color: #fff;
  font-size: 42px;
}

.list-white {
  color: #fff;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.hero-text-block-lp {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  margin-left: -300px;
  padding-left: 300px;
  padding-right: 100px;
}

.button-header {
  width: 220px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #a43387;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 30%;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-header:hover {
  color: #fff;
  background-color: #a43387;
}

.text-header {
  width: 220px;
  color: #fff;
  margin: 20px 25% 20px 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.service-block-lp {
  width: 21%;
  min-height: 90px;
  color: #291651;
  background-image: url('../images/Triangle.svg');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.client-content {
  z-index: 555;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.client-block {
  z-index: 111;
  width: 24%;
  height: 100%;
  min-height: 320px;
  border-radius: 2px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 5px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.client-block:hover {
  z-index: 333;
  transform: translate(0, -18px);
}

.lp-menu-wrapper {
  z-index: 999;
  width: 50%;
  height: 90%;
  min-height: 90vh;
  opacity: 0;
  background-color: #fcfcfd;
  justify-content: space-between;
  margin-top: 70px;
  padding: 60px 60px 60px 5%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: scroll;
}

.lp-menu {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client-article-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.brand-footer-lp {
  width: 100px;
  height: 55px;
  margin-top: 15px;
}

.lp-hero-section-bg {
  z-index: 111;
  width: 100%;
  height: 100vh;
  background-color: #ededed;
  background-image: url('../images/LP-BG-blank-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lp-hero-image {
  z-index: -1;
  width: 60%;
  height: 70%;
  background-image: url('../images/LP-image-new.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 35%;
}

.form-bg-image {
  z-index: -1;
  width: 100%;
  height: 70%;
  opacity: .5;
  background-color: #fff;
  background-image: linear-gradient(to top, #fff 10%, rgba(0, 0, 0, 0)), url('../images/About-BG.png');
  background-position: 0 0, 0%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.lp-form-header {
  width: 45%;
  min-height: 90px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.ticker {
  width: 450px;
  height: 60px;
  color: #a43387;
  margin-top: 0;
  margin-bottom: 10px;
}

.type-text-block {
  width: 450px;
}

.advantages-block-lp {
  width: 45%;
  height: 330px;
  background-color: #291651;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px 30px;
  display: flex;
}

.advantages-block-lp._1 {
  background-image: url('../images/Globe_.svg');
  background-position: 90% 160%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.advantages-block-lp._2 {
  background-image: url('../images/Grant_.svg');
  background-position: 90% 140%;
  background-repeat: no-repeat;
  background-size: 35%;
}

.advantages-block-lp._3 {
  background-image: url('../images/Search_.svg');
  background-position: 90% 110%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.advantages-block-lp._4 {
  background-image: url('../images/Line-Graph_.svg');
  background-position: 90% 120%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.advantages-block-lp._5 {
  background-image: url('../images/Reading_.svg');
  background-position: 90% 180%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.advantages-block-lp._6 {
  background-image: url('../images/Puzzle_.svg');
  background-position: 90% 160%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.download-form {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.download-form.half {
  width: 50%;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.pdf-cover {
  width: 100%;
  height: 100%;
  min-height: 420px;
  background-image: url('../images/PDF-Cover.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}

.pdf-cover:hover {
  background-image: url('../images/Eye_white.svg'), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/PDF-Cover.png');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 50%, auto, cover;
}

.modal-pdf-form-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.c-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chart-block-sml {
  width: 30%;
  min-height: 90px;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.support-step {
  background-color: #4f3388;
  background-image: url('../images/Arrow-White.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  border-radius: 30px;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 55px;
  margin-right: 20px;
  display: flex;
}

.support-step.final {
  background-color: #4f3388;
  background-image: url('../images/Check.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.h-flex-center {
  min-height: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.support-text {
  color: #291651;
  background-color: #fff;
  border: 5px solid #4f3388;
  border-radius: 30px;
  margin-right: 30px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.column-regions {
  width: 32%;
  padding: 10px 20px;
}

.country {
  align-items: center;
  display: flex;
}

.country-line {
  background-color: #e5e1f2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px 10px 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: flex;
}

.quote-wrapper {
  z-index: 222;
  background-color: #291651;
  border-radius: 200px;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 21px 21px 50px rgba(0, 0, 0, .3);
}

.paragraph-hero {
  width: 90%;
  color: #fff;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 140%;
}

.oncology-hero-image {
  z-index: -1;
  width: 50%;
  height: 70%;
  background-image: url('../images/Oncology-hero-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 45%;
}

.reason-block {
  width: 49%;
  min-height: 120px;
  color: #fff;
  background-color: #4f3388;
  background-image: linear-gradient(135deg, #4f3388, #291651);
  margin: 10px 0%;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.reason-block.last {
  width: 100%;
}

.h4-white {
  color: #fff;
}

.white-dots {
  z-index: 111;
  width: 60%;
  height: 380px;
  opacity: .5;
  background-image: url('../images/White-Dots.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 70px;
  margin-left: 5%;
  padding-top: 180px;
  position: absolute;
  right: 10%;
}

.white-dots.center {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: auto;
  right: auto;
}

.quote-blur-bg {
  z-index: 111;
  width: 90%;
  height: auto;
  position: absolute;
}

.content-columns {
  width: 90%;
  max-width: 1080px;
  min-height: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quote-text {
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.italic-text {
  font-weight: 300;
}

.contact-block-oncology {
  z-index: 333;
  width: 90%;
  max-width: 1080px;
  min-height: 90px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.oncology-cta-block {
  width: 500px;
  background-color: #fcfcfd;
  background-image: url('../images/Careers.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
  top: -60px;
}

.half-text {
  width: 45%;
  min-height: 90px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.team-step {
  width: 25%;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin: 10px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

.team-step.top {
  border: 10px solid #4f3388;
  margin-top: 0;
  margin-bottom: 0;
}

.structure-flex {
  z-index: 333;
  width: 90%;
  max-width: 1080px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.structure-h-flex {
  width: 100%;
  background-color: #4f3388;
  border: 4px solid #4f3388;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v-line {
  width: 5px;
  height: 15px;
  background-color: #4f3388;
}

.header-button {
  width: auto;
  color: #fff;
  background-color: #33205c;
  background-image: url('../images/Arrow-icon.svg');
  background-position: 120% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 5px solid #33205c;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
}

.header-button:hover {
  background-color: #433265;
  background-image: url('../images/Arrow-icon.svg');
  background-position: 90% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 5px solid #5bc8cc;
  padding-right: 60px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.partner-block {
  width: 25%;
  height: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.oncology-client-logo {
  max-height: 100px;
  max-width: 100px;
}

.home-map-section {
  width: 100%;
  height: 100vh;
  background-image: url('../images/Map-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-embed {
  margin-top: 72px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1-main {
  width: 90%;
  color: #311e5a;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
}

.descriptor {
  width: 90%;
  color: #33205c;
  margin-bottom: 2px;
  font-size: 27px;
}

.logo-block {
  display: flex;
}

.tag-line {
  width: 100%;
  min-height: 90px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.tag-btn {
  width: auto;
  color: #e5e1f2;
  border: 1px solid #e5e1f2;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.tag-btn:hover {
  border-color: #a83b8c;
  padding-left: 30px;
  padding-right: 30px;
}

.tag-btn.all {
  border-color: #a43387;
}

.tag-btn.all:hover {
  background-color: #a83b8c;
}

.tag-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.rescue-image {
  width: 100%;
  margin-top: -90px;
}

.slide-nav {
  display: none;
}

.image-7 {
  z-index: 999;
  width: 50px;
  position: absolute;
  top: 80px;
  left: 140px;
}

.header-submit {
  width: auto;
  color: #fff;
  background-color: #33205c;
  background-image: url('../images/Arrow-icon.svg');
  background-position: 120% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 5px solid #33205c;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
}

.header-submit:hover {
  background-color: #433265;
  border-bottom: 5px solid #a83b8c;
}

.header-label {
  width: 135px;
  height: 80px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: -8px;
  margin-left: 20px;
  display: flex;
}

.content-achievments {
  z-index: 222;
  width: 90%;
  max-width: 1080px;
  min-height: 360px;
  background-image: url('../images/Dots-Pattern-Full.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.content-achievments.video {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.content-achievments.people {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-achievments.clients {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.content-achievments.table {
  z-index: 333;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.achievents-wrapper {
  width: 100%;
  height: 250px;
  background-color: #33205c;
  border-radius: 15px;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 5px #a83b8c;
}

.achievements-block {
  min-width: 25%;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
}

.achievements-block:hover, .achievements-block.basic {
  background-image: linear-gradient(#33205c, #a83b8c);
}

.achievements-block.basic:hover {
  background-image: none;
}

.achievements-big-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 100%;
}

.achievements-text {
  background-color: #433265;
  border-radius: 20px;
  padding: 5px 20px;
}

.achievements-text.basic {
  color: #a83b8c;
  background-color: #fff;
}

.countries-block {
  z-index: 777;
  width: 300px;
  height: 200px;
  background-color: #f3f0fc;
  border-radius: 20px;
  padding: 10px 20px 20px 30px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 25%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(51, 32, 92, .2), 0 -5px #433265;
}

._2-col-paragraph {
  color: #433265;
  column-count: 2;
  line-height: 160%;
}

.ticker-slider {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.ticker-content {
  width: 100%;
  height: 100%;
  color: #33205c;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.ticker-link {
  color: #a83b8c;
}

.ticker-dot {
  width: 10px;
  height: 10px;
  background-color: #a83b8c;
  border-radius: 5px;
  margin-left: 30px;
  margin-right: 30px;
}

.footer-logo {
  flex-direction: column;
  display: flex;
}

.social-links {
  min-height: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-links.between {
  justify-content: space-between;
}

.footer-col-wrapper {
  display: flex;
}

.slider-wrapper-bg {
  width: 40%;
  height: 300px;
  background-color: rgba(220, 219, 237, .2);
  border-radius: 150px;
  position: absolute;
}

.button-booking {
  width: 210px;
  height: 56px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #a43387;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-booking:hover {
  background-color: #a43387;
}

.button-booking.dark {
  color: #291651;
}

.button-booking.dark:hover {
  color: #fff;
}

.link-events {
  color: #fff;
  background-image: url('../images/Link-Arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

.link-events:hover {
  color: #5bc8cc;
  background-image: url('../images/Link-Arrow-Hover.svg');
  background-position: 100%;
}

.event-heading {
  color: #fff;
}

.event-text {
  width: 100%;
  color: #fff;
}

.mask-events {
  border-radius: 150px;
}

.dropdown-countries {
  background-color: #f3f0fc;
  border-radius: 20px;
  box-shadow: 0 -5px #433265;
}

.countries-toggle {
  color: #33205c;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.dropdown-list-2 {
  padding-left: 20px;
}

.dropdown-list-2.w--open {
  padding-left: 30px;
  padding-right: 20px;
}

.countries-gradient {
  width: 100%;
  height: 80px;
  color: #a83b8c;
  background-image: linear-gradient(rgba(249, 248, 252, 0), rgba(243, 240, 252, .8) 20%, #f3f0fc 40%);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-3 {
  font-size: 16px;
}

.underline {
  border-bottom: 3px solid #a43387;
}

.point {
  z-index: 888;
  width: 60px;
  height: 50px;
  transform-style: preserve-3d;
  background-image: url('../images/Point.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: scale3d(1, .5, 1);
}

.point.latvia {
  z-index: 802;
  bottom: 54.6vh;
  right: 19.6vw;
}

.point.russia {
  z-index: 801;
  bottom: 56.4vh;
  right: 9vw;
}

.point.ukraine {
  z-index: 806;
  justify-content: center;
  align-items: center;
  bottom: 40.5vh;
  right: 12.2vw;
}

.point.belarus {
  z-index: 803;
  right: 16vw;
}

.point.poland {
  z-index: 804;
  bottom: 43.3vh;
  right: 25.4vw;
}

.point.romania {
  z-index: 808;
  bottom: 35.1vh;
  right: 19.1vw;
}

.point.hungary {
  z-index: 807;
  bottom: 37vh;
  right: 26.5vw;
}

.point.czech-republic {
  z-index: 805;
  bottom: 41.5vh;
  right: 32vw;
}

.point.bulgaria {
  z-index: 809;
  bottom: 30.3vh;
  right: 19vw;
}

.point.spain {
  z-index: 809;
  bottom: 27.3vh;
  left: 38.5vw;
}

.point.turkey {
  z-index: 809;
  bottom: 24.4vh;
  right: 7.7vw;
}

.blob {
  z-index: 999;
  width: 300px;
  height: 100%;
  min-height: 180px;
  transform-style: preserve-3d;
  background-color: #f3f0fc;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 45px;
  left: -127px;
  right: auto;
  transform: translate(0, -55%)scale3d(1, 2, 1);
  box-shadow: 0 10px 30px rgba(51, 32, 92, .2);
}

.blob.belarus {
  min-height: 150px;
  display: none;
}

.blob.ukraine {
  display: none;
}

.blob.latvia, .blob.poland {
  min-height: 170px;
  display: none;
}

.blob.romania {
  min-height: 190px;
  display: none;
}

.blob.russia, .blob.hungary, .blob.czech-republic {
  min-height: 170px;
  display: none;
}

.blob.bulgaria {
  min-height: 150px;
  display: none;
}

.blob.spain {
  min-height: 170px;
  display: none;
}

.blob.turkey {
  min-height: 150px;
  display: none;
}

.image-8 {
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 145px;
  right: auto;
}

.blob-heading {
  display: flex;
}

.blob-flag {
  margin-right: 10px;
}

.point-pulse {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 15px;
}

.u {
  text-decoration: underline;
}

.map-image {
  width: 80%;
  height: 100vh;
  max-width: none;
  position: absolute;
}

.image-9 {
  width: 100vw;
}

.image-10 {
  height: 140%;
}

.finger-btn {
  display: none;
}

.achievements-block-basic {
  min-width: 22%;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.achievements-block-basic.basic {
  background-image: linear-gradient(#33205c, #a83b8c);
}

.achievements-block-basic.basic:hover {
  background-image: none;
}

.achievements-text-basic {
  color: #a83b8c;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
}

.achievement-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  margin-top: -180px;
}

.achievements-content {
  z-index: 111;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.achievement-bg-basic {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#33205c, #a83b8c);
  border-radius: 10px;
  margin-top: -180px;
}

.ticker-wrapper {
  width: 100%;
  height: 100%;
  min-height: 60px;
}

.heading-right {
  width: 50%;
}

.ticker-left-arrow, .ticker-right-arrow {
  display: none;
}

.dropdowns-wrapper {
  z-index: 555;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-select {
  width: 30%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
}

.dropdown-filter {
  height: 60px;
  color: #291651;
  background-color: #fff;
  align-items: center;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  transition: all .5s;
  display: flex;
}

.dropdown-filter:hover {
  border-color: #00a0a0;
}

.dropdown-list-3 {
  max-height: 50vh;
  overflow: auto;
}

.dropdown-list-3.w--open {
  max-height: 50vh;
  background-color: #fff;
  overflow: auto;
  box-shadow: 0 20px 20px rgba(49, 30, 90, .1);
}

.dropdown-filter-link {
  color: #101357;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .5s;
}

.dropdown-filter-link:hover, .dropdown-filter-link:focus {
  background-color: #dcdbed;
}

.checkbox-field {
  margin-bottom: 0;
  padding: 10px 20px 10px 40px;
  font-family: Lato, sans-serif;
}

.checkbox-field:hover, .checkbox-field:focus {
  background-color: #dcdbed;
}

.checkbox-label {
  width: 100%;
  height: 50px;
  color: #101357;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.h2-bigger {
  font-size: 42px;
}

.marker-pink {
  color: #a83b8c;
}

.areas-slider {
  height: 320px;
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(90deg);
}

.area-slide {
  width: 100px;
  height: 320px;
}

.slide-warpper {
  width: 360px;
  height: 100px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 110px;
  left: -130px;
  transform: rotate(-90deg);
}

.mask-2 {
  width: 100px;
  overflow: visible;
  transform: rotate(0);
}

.half-slider-wrap {
  width: 50%;
  min-height: 500px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-12 {
  width: 100px;
  height: 140%;
  background-color: #3b2765;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -20%;
}

.area-heading {
  width: 450px;
  color: #dcdbed;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.fade-bottom {
  z-index: 555;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to top, #fff, #fcfcfd 25%, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
}

.fade-top {
  z-index: 555;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(#fcfcfd, #fcfcfd 25%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
}

.div-block-13 {
  width: 45px;
  height: 180px;
  background-color: #a83b8c;
  border-radius: 25px;
  position: absolute;
  right: -20px;
}

.studies-sum {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.projects-col-list {
  width: 100%;
  max-width: 1080px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.projects-col-item {
  z-index: 222;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 2px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 5px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.projects-col-item:hover {
  z-index: 333;
  transform: translate(0, -18px);
}

.projects-col-list-wrap {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: visible;
}

.areas-col-list {
  z-index: 222;
  width: 500px;
  height: 450px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotate(90deg);
}

.area-item {
  width: 500px;
  height: 100px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 175px;
  left: 10px;
  transform: rotate(-90deg);
}

.area-bg {
  z-index: 111;
  width: 95px;
  height: 450px;
  background-color: #3b2765;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
  top: -50px;
  transform: rotate(90deg);
}

.fade-wrapper {
  width: 450px;
  height: 500px;
  position: absolute;
}

.descriptor-white {
  width: 90%;
  color: #fff;
  margin-bottom: 2px;
  font-size: 20px;
}

.biostatistics-hero-section {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  background-color: #291651;
  background-image: url('../images/Biostatistics-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.biostatistic-service {
  width: 33%;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: flex;
}

.biostatistic-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.dropdown-toggle-stage-1 {
  width: 100%;
  color: #eae9f4;
  background-color: #3b2765;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-size: 22px;
  display: flex;
}

.dropdown-toggle-stage-1.w--open {
  color: #fff;
  background-color: #3b2765;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-stage-1 {
  width: 100%;
  background-color: #eae9f4;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: all .2s;
  overflow: hidden;
}

.dropdown-list-4 {
  padding-top: 20px;
}

.dropdown-list-4.w--open {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.accordion-body {
  background-color: #eae9f4;
  align-items: flex-start;
  display: block;
  overflow: hidden;
}

.list-stage-2 {
  background-color: #eae9f4;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.stage-list {
  width: 60%;
  margin: 60px 20px 40px 40px;
}

.stage-hover-1 {
  width: 100%;
  height: 70px;
  margin-left: -30px;
  display: none;
  position: absolute;
}

.dropdown-stage-2 {
  width: 100%;
  background-color: #eae9f4;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: all .2s;
  overflow: hidden;
}

.dropdown-toggle-stage-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-size: 22px;
  display: flex;
}

.dropdown-toggle-stage-2.w--open {
  color: #fff;
  background-color: #3b2765;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.stage-hover-2 {
  width: 100%;
  height: 70px;
  margin-left: -30px;
  display: flex;
  position: absolute;
}

.stage-image {
  width: 20%;
  margin: 60px 80px 60px 60px;
}

.stage-list-item {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.paragraph {
  font-size: 18px;
  line-height: 170%;
}

.divider {
  width: 100%;
  height: 40px;
}

.biostatistic-client {
  border-bottom: 1px solid #cbcae0;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.biostatistic-client-logo-wrap {
  width: 30%;
  padding-top: 15px;
}

.biostatistic-client-paragraph {
  width: 60%;
  font-size: 18px;
  line-height: 170%;
}

.leaders-quote-content {
  width: 90%;
  height: 100%;
  min-height: 90px;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.leaders-quote-text-block {
  width: 60%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-right: 60px;
  display: flex;
}

.leaders-quote-slider {
  width: 100%;
  max-width: 1080px;
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 245px;
  justify-content: center;
  align-items: center;
  margin-top: -220px;
  display: flex;
}

.leaders-slider-bg {
  width: 100%;
  height: 450px;
  max-width: 1010px;
  background-color: #33205c;
  border-radius: 235px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.leader-quote-photo {
  width: 300px;
}

.leaders-quote-image {
  width: 350px;
  height: 350px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.mask-leaders-slider {
  width: 93%;
  height: 450px;
  border-radius: 235px;
}

.cta-wrapper {
  z-index: 222;
  width: 90%;
  max-width: 1080px;
  min-height: 60px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.cta-wrapper.video {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.cta-wrapper.h-flex {
  justify-content: space-between;
}

.cta-wrapper.people {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-wrapper.clients {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.cta-wrapper.table {
  z-index: 333;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.biostatistic-resource-block {
  z-index: 111;
  width: 24%;
  height: 100%;
  min-height: 370px;
  background-color: #eae9f4;
  border-radius: 16px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.biostatistic-resource-block:hover {
  z-index: 333;
}

.biostatistic-resource-wrapper {
  z-index: 555;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Lato, sans-serif;
  display: flex;
}

.biostatistic-resource-image {
  width: 100%;
  height: 50%;
  border-radius: 8px;
  transition: all .5s;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.biostatistic-resource-image._2 {
  z-index: 444;
  background-image: url('../images/Media-image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._3 {
  z-index: 444;
  background-image: url('../images/Media-image-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._1 {
  z-index: 444;
  min-height: 170px;
  background-image: url('../images/Cover-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.biostatistic-resource-image._4 {
  background-image: url('../images/dr-reddys-oct-clinical-cro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._5 {
  background-image: url('../images/handok_website_oct_clinical.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._6 {
  background-image: url('../images/CanSino.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._7 {
  background-image: url('../images/OCT_Clinical_and_Stayble_Therapeutics-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._8 {
  background-image: url('../images/1375-wepmsj-Mabscale-breast-cancer-cro.8a3bd76d0bdf1a8851ffcc0c2c1b5e111375.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._9 {
  background-image: url('../images/non-small-lung-cancer-research-cro-services.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._10 {
  background-image: url('../images/First-patients-have-been-enrolled-in-a-cardio-oncology.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._11 {
  background-image: url('../images/non-small-lung-cancer-cro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.biostatistic-resource-image._2 {
  z-index: 444;
  min-height: 170px;
  background-image: url('../images/Cover-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.biostatistic-resource-image._3 {
  z-index: 444;
  min-height: 170px;
  background-image: url('../images/Cover-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.biostatistic-resource-image._4 {
  z-index: 444;
  min-height: 170px;
  background-image: url('../images/Cover-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.tag-wrapper {
  color: #3b2765;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.tag-icon-sml {
  margin-right: 10px;
}

.watch-icon {
  margin-left: 5px;
}

.watch-wrapper {
  color: #a83b8c;
  margin-bottom: 16px;
  margin-left: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.biostatistic-resouces-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: -230px;
  display: flex;
}

.text-block-white {
  z-index: 333;
  width: 960px;
  color: #eae9f4;
  text-align: center;
  margin-top: 210px;
  position: absolute;
}

.link-block-dark {
  width: 960px;
  height: 450px;
  color: #291651;
  background-image: url('../images/GetInTouch-Dark-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}

.data-hero-section {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  background-color: #291651;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.data-hero-video {
  z-index: 333;
  width: 450px;
  height: 270px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 55%;
}

.data-flow-text {
  width: 55%;
  max-width: 580px;
  font-size: 18px;
}

.data-flow-block {
  min-height: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.data-flow-block.between {
  justify-content: space-between;
}

.data-flow-block.expirience-slider {
  width: 90%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -90px;
}

.data-tabs {
  background-color: #eae9f4;
  border-radius: 10px;
  display: flex;
}

.data-tabs-menu {
  width: 240px;
  background-color: #311e5a;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.tab-link {
  height: 54px;
  color: #fff;
  background-color: #311e5a;
  align-items: center;
  padding-right: 40px;
  font-size: 18px;
  transition: all .5s;
  display: flex;
}

.tab-link:hover, .tab-link.w--current {
  background-color: #a83b8c;
}

.data-tab-content {
  justify-content: space-between;
  display: flex;
}

.tab-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-video-img {
  width: 450px;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 5px 10px rgba(51, 32, 92, .1);
}

.tab-video-img:hover {
  filter: brightness(90%);
}

.tab-text {
  width: 50%;
  padding-right: 20px;
}

.data-tabs-content {
  width: 100%;
  padding: 60px;
}

.tab-heding {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.tab-list {
  padding-left: 15px;
}

.tab-button {
  width: 270px;
  height: 60px;
  color: #33205c;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #a43387;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.tab-button:hover {
  color: #fff;
  background-color: #a43387;
}

.tab-button.dark {
  color: #291651;
}

.tab-button.dark:hover {
  color: #fff;
}

.play-button {
  z-index: 555;
  position: absolute;
}

.data-hero-video-image {
  transition: all .5s;
}

.data-hero-video-image:hover {
  filter: brightness(90%);
}

.data-client-paragraph {
  width: 60%;
  font-size: 18px;
  line-height: 170%;
}

.h1-cta {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 64px;
}

.data-client {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: #cbcae0;
}

.modal-video-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.player-wrapper {
  width: 80%;
  height: auto;
  background-color: #000;
}

.modal-tab-video-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.justify-center-block {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.oncology-form-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.form-descriptor {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.scroll-down-block {
  min-height: 10px;
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.scroll-down-icon {
  width: 70px;
}

.filter-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  transition: all .5s;
  display: flex;
}

.filter-checkbox:hover, .filter-checkbox:focus {
  background-color: #dcdbed;
}

.checkbox {
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.medsci-hero-section {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  background-color: #291651;
  background-image: url('../images/MedSci-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.stage-paragraph {
  width: 60%;
  margin: 60px 20px 40px 40px;
  font-size: 18px;
}

.stage-hover-3 {
  width: 100%;
  height: 70px;
  margin-left: -30px;
  display: flex;
  position: absolute;
}

.list-stage-3 {
  background-color: #eae9f4;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.dropdown-stage-3 {
  width: 100%;
  background-color: #eae9f4;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: all .2s;
  overflow: hidden;
}

.dropdown-toggle-stage-3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-size: 22px;
  display: flex;
}

.dropdown-toggle-stage-3.w--open {
  color: #fff;
  background-color: #3b2765;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-stage-4 {
  background-color: #eae9f4;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.stage-hover-4 {
  width: 100%;
  height: 70px;
  margin-left: -30px;
  display: flex;
  position: absolute;
}

.dropdown-toggle-stage-4 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-size: 22px;
  display: flex;
}

.dropdown-toggle-stage-4.w--open {
  color: #fff;
  background-color: #3b2765;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-stage-4 {
  width: 100%;
  background-color: #eae9f4;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: all .2s;
  overflow: hidden;
}

.js-accordion-icon {
  transition: all .2s;
}

.js-accordion-icon.active {
  transform: rotate(45deg);
}

.accordion {
  z-index: 222;
  width: 90%;
  max-width: 1080px;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  position: relative;
}

.accordion.video {
  background-image: url('../images/main-video-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.accordion.h-flex {
  justify-content: space-between;
}

.accordion.people {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion.clients {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.accordion.table {
  z-index: 333;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.accordion.js-accordion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion__item {
  width: 100%;
  background-color: #eae9f4;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: all .2s;
  overflow: hidden;
}

.accordion__item.js-accordion-item.active {
  color: #eae9f4;
  background-color: #3b2765;
}

.accordion-header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-size: 22px;
  display: flex;
}

.accordion-header.w--open {
  color: #fff;
  background-color: #3b2765;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-header.js-accordion-header {
  transition: all .2s;
}

.accordion-header.js-accordion-header:hover, .accordion-header.js-accordion-header.active {
  color: #eae9f4;
  background-color: #3b2765;
}

.accordion-content {
  align-items: flex-start;
  font-size: 19px;
  display: flex;
}

.emwa-image {
  width: 30%;
  min-height: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.emwa-block {
  width: 90%;
  max-width: 1280px;
  min-height: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.emwa-block.between {
  justify-content: space-between;
}

.emwa-block.expirience-slider {
  width: 90%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -90px;
}

.emwa-text {
  width: 65%;
  font-size: 18px;
}

.word-block {
  width: 90%;
  max-width: 1280px;
  min-height: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.word-block.between {
  justify-content: space-between;
}

.word-block.expirience-slider {
  width: 90%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -90px;
}

.word {
  background-color: #eae9f4;
  padding: 10px;
}

.word-text {
  color: #3b2765;
  background-color: #eae9f4;
  border: 1px solid #3b2765;
  border-radius: 30px;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.header-top {
  background-color: #a43387;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(135deg, #eb42bf, #9e31a8);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.top-line-link {
  color: #291651;
  background-color: #fff;
  border-radius: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 2px 20px;
  font-weight: 700;
  text-decoration: none;
}

.top-line-text {
  text-align: right;
}

.modal-info-wrap {
  z-index: 999;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-wrap {
  background-color: #ededed;
  border-radius: 20px;
  width: 50%;
  max-width: 550px;
  padding: 20px 40px 40px;
}

.close-button {
  border: 3px solid #a5a5a5;
  background-color: #a5a5a5;
  color: #ffffff;
  text-align: center;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-top: 30px;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

.close-button:hover {
  border-color: #703376;
  background-color: #703376;
}

.close-button.more {
  min-width: 260px;
  height: 72px;
  margin-top: 20px;
  margin-right: 40px;
}

.close-button.learn-more {
  width: 45%;
  height: 72px;
  margin-top: 10px;
}

.info-buttons-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1280px) {
  .section.quote {
    background-image: linear-gradient(#fff 50%, #291651 50%, #291651);
  }

  .content-heading.flex-right {
    justify-content: flex-end;
  }

  .h1-main {
    font-size: 54px;
  }

  .countries-block {
    top: 20%;
  }

  .ticker-wrapper {
    min-height: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .countries-block {
    top: 25%;
  }

  .dropdown-select {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
    line-height: 18px;
  }

  p {
    font-size: 14px;
  }

  li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .header {
    height: 110px;
  }

  .menu-button {
    width: 110px;
    height: 60px;
    background-size: 24px;
    font-size: 14px;
  }

  .search-button {
    width: 60px;
    height: 60px;
    background-size: 18px;
  }

  .content.video {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .content.h-flex, .content.table {
    width: 90%;
  }

  .h1-hero {
    font-size: 45px;
  }

  .half {
    width: 50%;
  }

  .paragraph-white {
    font-size: 14px;
    font-weight: 300;
  }

  .button-transparent {
    width: auto;
    height: 60px;
    max-width: 320px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .section.video {
    min-height: 100%;
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.services {
    padding-bottom: 180px;
  }

  .section.quote-slider {
    height: 250px;
    margin-left: 0%;
  }

  .section.resque {
    min-height: 50vh;
    padding-top: 90px;
  }

  .section.building {
    min-height: 450px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.clients-quote {
    background-size: 450px;
  }

  .section.support {
    background-image: url('../images/Dots-BG.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 12%;
  }

  .section.cta-form {
    background-size: auto 60%, auto;
  }

  .section.features, .section.achievements {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.biostatistic-cta, .section.data-clients {
    min-height: 100px;
  }

  .section.emwa, .section.word {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.stages-medsci {
    padding-top: 40px;
  }

  .advantages-block.expertise {
    font-size: 10px;
  }

  .tab-link-modules {
    background-color: rgba(91, 200, 204, .3);
    background-image: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .tab-link-modules.w--current {
    background-color: #5bc8cc;
    background-image: none;
  }

  .tab-content {
    padding-top: 50px;
    padding-right: 60px;
  }

  .footer-text.mobile-hidden, .footer-link.mobile-hidden {
    display: none;
  }

  .social-link {
    width: 40px;
    height: 30px;
    margin-right: 30px;
  }

  .brand-footer {
    width: 70px;
    height: 40px;
  }

  .content-footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .achievement-block {
    font-size: 14px;
  }

  .home-icon, .play-icon {
    width: 50px;
  }

  .service-block {
    padding-top: 14px;
    font-size: 16px;
  }

  .violet-hero-section {
    height: 100%;
  }

  .paragraph-short {
    width: 80%;
    margin-bottom: 10px;
  }

  .image-2 {
    height: 90px;
  }

  .main-quote-slider {
    width: 90%;
    min-height: 350px;
    margin-top: -170px;
  }

  .quote-image {
    width: 250px;
    height: 250px;
  }

  .quote-photo {
    width: 130px;
    margin-top: 50px;
  }

  .quote-text-block {
    width: 60%;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 45px;
  }

  .servicies-button {
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .services-menu {
    width: 96%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .service-link {
    min-width: 300px;
    align-items: flex-start;
  }

  .text-bold {
    font-size: 16px;
  }

  .image-4 {
    height: 270px;
    margin-top: -330px;
  }

  .area-block {
    width: 320px;
    height: 160px;
    background-position: -30px 100px;
    background-size: contain;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    font-size: 14px;
  }

  .area-block:hover {
    background-position: -30px 100px;
  }

  .slider-bg {
    width: 100%;
    height: 300px;
    border-radius: 150px;
  }

  .right-arrow {
    width: 60px;
    margin-right: 0;
  }

  .left-arrow {
    width: 60px;
    margin-left: 0;
  }

  .content-heading {
    min-height: 45px;
  }

  .partner-logo {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tag {
    font-size: 14px;
  }

  .resource-block {
    width: 31%;
    min-height: 320px;
  }

  .resource-content {
    justify-content: flex-start;
  }

  .h-block {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .text-media {
    font-size: 12px;
    line-height: 15px;
  }

  .resource-image {
    height: 180px;
  }

  .pin {
    width: 40px;
    height: 40px;
  }

  .link-block-2 {
    width: 640px;
    font-size: 40px;
  }

  .events-slider-wrapper {
    width: 100%;
    border-radius: 0;
  }

  .events-slider {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .right-arrow-dark, .left-arrow-dark {
    width: 60px;
  }

  .events-cta {
    width: 320px;
    margin-right: 80px;
    font-size: 16px;
  }

  .events-slider-image {
    width: 300px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .events-slider-text {
    width: 320px;
    margin-right: 10px;
    font-size: 14px;
  }

  .footer-column.logo {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-column.mobile-hidden {
    display: none;
  }

  .footer-column.contact-us {
    margin-top: -110px;
  }

  .quote-dark-bg {
    width: 88%;
    height: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .statistic-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .digits {
    font-size: 36px;
  }

  .chart-image {
    width: 270px;
    height: 270px;
  }

  .chart-text-wrapper {
    width: 100%;
    margin-left: 20px;
  }

  .chart-text-block {
    font-size: 12px;
    line-height: 14px;
  }

  .select-filter {
    margin-left: 5px;
    margin-right: 5px;
  }

  .submit-filter {
    height: 60px;
  }

  .table-header, .table-block {
    margin-left: -10px;
    margin-right: 0;
    padding-left: 10px;
    font-size: 12px;
  }

  .dropdown {
    left: 45%;
  }

  .dropdown-toggle {
    left: -90%;
  }

  .dropdown-link {
    margin-left: 20px;
  }

  .menu-news-wrapper {
    display: none;
  }

  .menu-resource-block {
    width: 31%;
    min-height: 400px;
  }

  .menu-resource-image {
    height: 40%;
  }

  .menu-resource-content {
    justify-content: flex-start;
    padding-top: 180px;
  }

  .menu-tag {
    font-size: 14px;
  }

  .div-block-9 {
    margin-left: 210px;
  }

  .text-block {
    width: 640px;
  }

  .div-block-9-copy {
    margin-left: 245px;
  }

  .div-block-10 {
    width: 50%;
    min-height: 360px;
    align-items: flex-end;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .button-transparent-wide {
    width: auto;
    height: 60px;
    max-width: 320px;
    color: #291651;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .side-paragraph {
    width: auto;
  }

  .map {
    margin-bottom: -90px;
  }

  .hws-image {
    width: 360px;
    height: 270px;
    border-radius: 160px;
    margin-top: 180px;
  }

  .timeline {
    height: 360px;
    margin-top: 180px;
  }

  .our-people-photo {
    width: 72%;
    margin-top: 0;
    margin-left: 5%;
  }

  .dark-dots {
    margin-top: 120px;
  }

  .div-block-11 {
    width: 160px;
    height: 160px;
    font-size: 24px;
  }

  .half-flex {
    width: 50%;
  }

  .quote-slider {
    width: 90%;
    height: 360px;
    margin-left: 5%;
  }

  .quote-name, .quote-position {
    font-size: 14px;
  }

  .person-bio-wrapper {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .person-bio-block {
    width: 90%;
    height: auto;
  }

  .bio-column-photo {
    padding-right: 20px;
  }

  .bio-column-text {
    font-size: 12px;
  }

  .careers-photo {
    width: 72%;
    margin-top: 0;
    margin-left: 5%;
  }

  .vacancy-block {
    font-size: 13px;
  }

  .vacancy-title {
    width: 100%;
    margin-bottom: 10px;
  }

  .vacancy-info {
    width: 100%;
  }

  .fa-icon {
    font-size: 14px;
  }

  .hero-heading {
    width: 50%;
  }

  .building-photo {
    width: 72%;
    margin-top: 0;
    margin-left: 5%;
  }

  .filter-button {
    height: 42px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .filter-icon {
    height: 20px;
    margin-right: 10px;
  }

  .resource-block-2 {
    width: 45%;
  }

  .resources-wrapper {
    width: 70%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .resource-image-article, .resource-image-article._5 {
    height: 360px;
  }

  .resource-wrapper {
    width: 90%;
  }

  .client-logo {
    max-height: 45px;
    max-width: 18%;
  }

  .clients-quote-slider {
    width: 95%;
    min-height: 270px;
  }

  .quotes {
    width: 70px;
    margin-bottom: 60px;
    margin-left: 100px;
  }

  .flag-icon {
    height: 20px;
    margin-right: 10px;
  }

  .location-button {
    width: 130px;
    height: 42px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .people-quote-slider {
    width: 90%;
    height: 360px;
    margin-left: 5%;
  }

  .link-partners {
    font-size: 18px;
  }

  .events-wrapper {
    margin-left: 2%;
    margin-right: 2%;
  }

  .event-info {
    width: 100%;
  }

  .fa-icon-event {
    font-size: 14px;
  }

  .event-block {
    width: 45%;
    min-height: 320px;
  }

  .event-image {
    height: 180px;
  }

  .solution-quote-slider {
    width: 95%;
    min-height: 300px;
    margin-top: -170px;
  }

  .mask {
    border-radius: 0;
  }

  .dark-dots-corporate {
    margin-top: 120px;
  }

  .dropdown-language, .dropdown-language.w--open {
    height: 60px;
  }

  .language-icon {
    margin-top: 0;
  }

  .button {
    width: auto;
    height: 60px;
    max-width: 320px;
    padding: 15px 40px;
    font-size: 16px;
  }

  .button.learn-more {
    padding-top: 20px;
  }

  .lp-hero-section {
    height: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .contact-block-s-b-s {
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-block {
    width: 50%;
    min-height: 360px;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 70px;
  }

  .heading-lp {
    font-size: 36px;
  }

  .hero-text-block-lp {
    width: 60%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-header {
    width: auto;
    height: 50px;
    max-width: 320px;
    margin-top: 5px;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .text-header {
    margin-right: 0%;
    font-size: 16px;
    line-height: 20px;
  }

  .service-block-lp {
    width: 25%;
    background-position: 0 20%;
    background-size: 20px;
    padding-top: 14px;
    font-size: 16px;
  }

  .client-content {
    justify-content: flex-start;
  }

  .client-block {
    width: 45%;
    min-height: 320px;
  }

  .lp-hero-image {
    left: 40%;
    right: 0%;
  }

  .ticker, .type-text-block {
    width: 270px;
  }

  .advantages-block-lp {
    height: 220px;
  }

  .download-form.half {
    width: 45%;
    min-height: 90px;
    padding: 20px;
  }

  .pdf-cover {
    min-height: 225px;
  }

  .support-step {
    background-size: auto;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .support-text {
    font-size: 16px;
  }

  .column-regions {
    padding-left: 5px;
    padding-right: 5px;
  }

  .country-line {
    font-size: 16px;
  }

  .quote-wrapper {
    height: 250px;
    align-items: flex-end;
  }

  .paragraph-hero {
    font-size: 14px;
  }

  .oncology-hero-image {
    left: 45%;
    right: 0%;
  }

  .reason-block {
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .white-dots {
    margin-top: 120px;
  }

  .quote-text {
    font-size: 16px;
  }

  .contact-block-oncology {
    padding-top: 0;
    padding-bottom: 0;
  }

  .oncology-cta-block {
    width: 45%;
    height: 210px;
    margin-top: 20px;
    margin-right: 10px;
  }

  .half-text {
    width: 100%;
  }

  .team-step {
    min-height: 60px;
    justify-content: center;
    align-items: center;
    margin: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .header-button {
    background-image: none;
    padding-top: 18px;
    font-size: 14px;
  }

  .home-map-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(220, 219, 237, .5)), url('../images/Map-Mobile-02.svg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .map-embed {
    margin-top: 60px;
  }

  .h1-main {
    font-size: 48px;
  }

  .descriptor {
    font-size: 18px;
  }

  .tag-line {
    justify-content: center;
  }

  .tag-btn {
    font-size: 14px;
  }

  .tag-icon {
    width: 24px;
    height: 24px;
  }

  .rescue-image {
    width: 90%;
  }

  .image-7 {
    width: 40px;
    left: 100px;
  }

  .header-submit {
    background-image: none;
    padding-top: 18px;
    font-size: 14px;
    display: none;
  }

  .header-label {
    width: 120px;
    height: 70px;
  }

  .content-achievments {
    min-height: 270px;
    margin-top: 40px;
  }

  .content-achievments.h-flex, .content-achievments.table {
    width: 90%;
  }

  .achievents-wrapper {
    height: 180px;
  }

  .achievements-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .achievements-big-text {
    font-size: 30px;
  }

  .achievements-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .countries-block {
    width: 270px;
    right: 5%;
  }

  .ticker-content {
    font-size: 14px;
  }

  .footer-logo {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .social-links {
    width: 50%;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-col-wrapper {
    width: 50%;
    flex-direction: column;
  }

  .slider-wrapper-bg {
    height: 260px;
  }

  .button-booking {
    width: auto;
    height: 60px;
    max-width: 320px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .mask-events {
    border-radius: 0;
  }

  .point, .blob {
    display: none;
  }

  .achievements-block-basic {
    font-size: 14px;
  }

  .achievement-bg {
    margin-top: -150px;
  }

  .achievements-content {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .achievement-bg-basic {
    margin-top: -150px;
  }

  .dropdowns-wrapper {
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-select {
    width: 45%;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .dropdown-filter {
    font-size: 14px;
  }

  .h2-bigger {
    font-size: 30px;
  }

  .half-slider-wrap {
    width: 50%;
    min-height: 400px;
  }

  .area-heading {
    width: 320px;
    font-size: 20px;
  }

  .fade-bottom {
    height: 80px;
  }

  .fade-top {
    height: 80px;
    background-image: linear-gradient(#fcfcfd, #fcfcfd 0%, rgba(255, 255, 255, 0) 50%);
  }

  .div-block-13 {
    width: 35px;
  }

  .studies-sum {
    font-size: 16px;
  }

  .projects-col-list {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .areas-col-list {
    width: 400px;
    height: 360px;
  }

  .area-item {
    width: 360px;
    height: 80px;
    top: 140px;
  }

  .area-bg {
    width: 70px;
    height: 320px;
    margin-top: 100px;
    top: -70px;
  }

  .fade-wrapper {
    width: 360px;
    height: 400px;
  }

  .descriptor-white {
    font-size: 18px;
  }

  .biostatistics-hero-section {
    height: 100%;
  }

  .stage-list-item, .paragraph, .biostatistic-client-paragraph {
    font-size: 16px;
  }

  .leaders-quote-text-block {
    width: 60%;
    margin-right: 0;
    padding-bottom: 0;
  }

  .leaders-quote-slider {
    width: 90%;
    min-height: 300px;
    margin-top: -170px;
  }

  .leaders-slider-bg {
    width: 100%;
    height: 400px;
  }

  .leader-quote-photo {
    width: 180px;
  }

  .leaders-quote-image {
    width: 190px;
    height: 250px;
  }

  .mask-leaders-slider {
    width: 99%;
    height: 400px;
    border-radius: 200px;
  }

  .cta-wrapper.h-flex, .cta-wrapper.table {
    width: 90%;
  }

  .biostatistic-resource-block {
    width: 48%;
    min-height: 320px;
  }

  .biostatistic-resource-wrapper {
    justify-content: flex-start;
  }

  .biostatistic-resource-image {
    height: 180px;
  }

  .biostatistic-resouces-wrapper {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .text-block-white {
    width: 640px;
  }

  .link-block-dark {
    width: 640px;
    font-size: 40px;
  }

  .data-hero-section {
    height: 100%;
  }

  .data-hero-video {
    width: 360px;
    height: 270px;
    left: 50%;
    right: 0%;
  }

  .data-flow-text {
    width: 45%;
    font-size: 16px;
  }

  .data-tab-content {
    flex-direction: column;
  }

  .tab-text {
    width: 100%;
    margin-bottom: 40px;
  }

  .tab-button {
    width: auto;
    height: 60px;
    max-width: 320px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .data-client-paragraph {
    font-size: 16px;
  }

  .h1-cta {
    font-size: 48px;
  }

  .scroll-down-block {
    display: none;
  }

  .medsci-hero-section {
    height: 100%;
  }

  .stage-paragraph {
    font-size: 16px;
  }

  .accordion.video {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .accordion.h-flex, .accordion.table {
    width: 90%;
  }

  .emwa-block {
    align-items: flex-start;
  }

  .emwa-text {
    font-size: 16px;
  }

  .word-block {
    align-items: flex-start;
  }

  .word-text {
    font-size: 16px;
  }
  .header-top {
    font-size: 12px;
  }

  .top-line-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .info-wrap {
    width: 80%;
  }

  .close-button {
    width: auto;
    height: 60px;
    padding: 15px 40px;
    font-size: 16px;
  }

  .close-button.learn-more {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  label {
    font-size: 14px;
  }

  .header {
    height: 90px;
  }

  .navbar {
    width: 100%;
  }

  .brand {
    width: 60px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    background-position: 50%;
    background-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .search-button {
    width: 50px;
    height: 50px;
    background-size: 16px;
  }

  .sulutions-hero-section {
    background-position: 0%;
  }

  .half {
    width: 90%;
  }

  .button-transparent {
    width: 270px;
    height: 50px;
    font-size: 14px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.projects {
    min-height: 30vh;
  }

  .section.video {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.services {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 90px;
  }

  .section.quote {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.text {
    margin-bottom: -30px;
  }

  .section.areas {
    padding-top: 80px;
  }

  .section.quote-slider {
    height: 270px;
    background-size: 120%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.resque {
    background-position: -20% 200px;
    background-size: 90%;
  }

  .section.partners {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.get-in-touch {
    min-height: 0;
    padding-top: 90px;
  }

  .section.events {
    background-color: #dcdbed;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.filter {
    padding-top: 20px;
  }

  .section.our-people-text {
    min-height: 720px;
    background-position: 230% 90%;
    background-size: 90%;
  }

  .section.clients-quote {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.lp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.quote {
    min-height: 300px;
    justify-content: center;
  }

  .section.table {
    background-position: 0 100%;
    background-size: auto 30%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.cta-form {
    background-position: 50%, 0 0;
    background-size: auto 50%, auto;
    padding-top: 30px;
  }

  .section.oncology-media {
    padding-top: 30px;
  }

  .section.features {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.eucrof {
    color: #9189a2;
    text-align: center;
    background-image: linear-gradient(#e5e1f2, #fff 33%);
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .section.ticker-type {
    margin-top: 0;
  }

  .section.achievements {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.get-in-touch-short {
    min-height: 0;
    padding-top: 90px;
  }

  .section.biostatistics-clients {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.team-leaders-heading {
    min-height: 180px;
  }

  .section.get-in-touch-dark {
    min-height: 0;
    padding-top: 250px;
  }

  .section.biostatistic-media, .section.data-media {
    padding-top: 40px;
  }

  .section.data-team-leaders {
    min-height: 150px;
  }

  .section.learn-how {
    min-height: 0;
  }

  .section.word {
    background-size: auto 60%;
  }

  .advantages-block {
    width: 90%;
    height: 270px;
  }

  .tab-link-modules {
    width: 170px;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .tab-link-modules.w--current {
    width: 180px;
  }

  .tab-content {
    padding-left: 20px;
    padding-right: 10px;
  }

  .tabs-menu {
    width: 170px;
  }

  .tabs {
    margin-left: -10px;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-text {
    font-size: 12px;
  }

  .footer-text.mobile-hidden {
    display: none;
  }

  .footer-link {
    font-size: 12px;
  }

  .h-flex.expirience-slider {
    margin-bottom: -40px;
  }

  .social-link {
    margin-right: 20px;
  }

  .brand-footer {
    width: 80px;
    height: 50px;
    padding-left: 0;
  }

  .home-hero-section {
    background-image: linear-gradient(rgba(41, 22, 81, .9), rgba(41, 22, 81, .9)), url('../images/Home-Hero.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-2 {
    width: 90%;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .achievement-block {
    width: 90%;
    max-width: 450px;
  }

  .service-block {
    width: 90%;
    min-height: 55px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .solution-hero-image {
    display: none;
  }

  .paragraph-short {
    width: 70%;
  }

  .image-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .main-quote-slider {
    width: 100%;
    min-height: 300px;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 0;
    margin-top: 0;
  }

  .quote-image {
    width: 180px;
    height: 150px;
    align-items: flex-end;
    padding-right: 20px;
  }

  .quote-photo {
    width: 60px;
    background-color: #fff;
    border: 2px solid #5bc8cc;
    border-radius: 50px;
  }

  .quote-text-block {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }

  .main-menu-wrapper {
    padding-left: 20px;
  }

  .main-menu-link {
    font-size: 18px;
  }

  .email-link {
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .button-icon {
    width: 20px;
  }

  .close-link {
    margin-top: 10px;
    margin-right: 20px;
  }

  .servicies-button {
    height: 50px;
    font-size: 14px;
  }

  .services-menu {
    width: 90%;
    padding-left: 60px;
  }

  .service-link {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .area-block {
    width: 240px;
    background-position: -150px 120px;
    background-size: 140%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 10px;
    box-shadow: inset 20px 0 #33205c;
  }

  .area-block:hover {
    background-position: -120px 120px;
    box-shadow: inset 20px 0 #3b2765;
  }

  .slider-bg {
    width: 100%;
    border-radius: 0;
    margin-left: 0%;
  }

  .right-arrow, .left-arrow {
    width: 50px;
    align-items: center;
  }

  .partner-logo {
    margin-bottom: 20px;
  }

  .parners-block {
    width: 100%;
    justify-content: flex-start;
    padding-left: 20px;
    overflow: scroll;
  }

  .service-button-wrapper {
    height: 50px;
    top: 70px;
  }

  .left-arrow-2 {
    display: none;
  }

  .slider {
    width: 100%;
  }

  .resource-block {
    width: 70%;
    min-height: 270px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-image {
    height: 180px;
  }

  .right-arrow-2 {
    display: none;
  }

  .link-block-2 {
    width: 500px;
    height: 220px;
    text-align: center;
    font-size: 28px;
  }

  .events-slider-wrapper {
    height: 220px;
    background-color: #dcdbed;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .events-slider {
    width: 100%;
    height: 140px;
    border-radius: 0;
  }

  .events-cta {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 70px;
    display: flex;
    bottom: 0;
  }

  .events-slider-image {
    width: 200px;
    height: 100px;
  }

  .events-slider-text {
    width: 200px;
    margin-bottom: 0;
  }

  .footer-column.contact-us {
    margin-top: -50px;
  }

  .quote-dark-bg {
    width: 100%;
    height: 250px;
    border-radius: 0;
    padding-bottom: 20px;
    position: static;
  }

  .statistic-wrapper {
    min-height: 120px;
  }

  .statistic-block {
    padding-left: 10px;
    padding-right: 0;
    font-size: 14px;
  }

  .digits {
    font-size: 24px;
  }

  .main-menu-copy {
    width: 100%;
    overflow: scroll;
  }

  .chart-block {
    width: 90%;
  }

  .submit-filter {
    width: 220px;
    font-size: 14px;
  }

  .table-header {
    margin-bottom: 5px;
    margin-right: -10px;
  }

  .table-block {
    height: 30px;
    margin-right: -10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .table-line {
    border-bottom: 2px solid #a5a5a5;
    margin-bottom: 20px;
  }

  .dropdown {
    width: 100%;
    position: relative;
    left: 0%;
  }

  .dropdown-list, .dropdown-list.w--open {
    margin-top: 0;
    position: relative;
  }

  .dropdown-toggle {
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    left: 0%;
  }

  .dropdown-toggle._1, .dropdown-toggle._2, .dropdown-toggle._2.w--open, .dropdown-toggle._3, .dropdown-toggle._4, .dropdown-toggle._5, .dropdown-toggle._6 {
    margin-top: 0;
  }

  .dropdown-link {
    margin-left: 0;
    font-size: 14px;
  }

  .menu-resource-block {
    width: 70%;
    min-height: 300px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-resource-image {
    height: 50%;
  }

  .div-block-9 {
    margin-top: 0;
    margin-left: 140px;
  }

  .text-block {
    width: 500px;
    margin-top: 100px;
  }

  .div-block-9-copy {
    margin-top: 35px;
    margin-left: 177px;
  }

  .div-block-10 {
    width: 90%;
    min-height: 270px;
    margin-top: 20px;
    margin-right: -10%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    position: relative;
  }

  .button-transparent-wide {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }

  .statistic-block-30 {
    padding-left: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .hws-image {
    width: 270px;
    height: 180px;
    border-radius: 90px;
    margin-top: 450px;
    left: 36%;
  }

  .timeline {
    height: 270px;
    margin-top: 270px;
  }

  .our-people-photo {
    width: 80%;
    box-shadow: 0 30px 30px rgba(41, 22, 81, .45);
  }

  .dark-dots {
    width: 80%;
    height: 300px;
    margin-top: 120px;
  }

  .div-block-11 {
    width: 120px;
    height: 120px;
    font-size: 18px;
  }

  .person-block {
    width: 150px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .person-photo {
    width: 150px;
  }

  .person-hover {
    width: 150px;
    height: 150px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .half-flex {
    width: 100%;
  }

  .quote-slide-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .person-bio-wrapper {
    padding-top: 100px;
  }

  .bio-column-photo, .bio-column-text {
    padding: 20px;
  }

  .careers-photo {
    width: 80%;
    box-shadow: 0 30px 30px rgba(41, 22, 81, .45);
  }

  .career-header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    width: 90%;
  }

  .supporting-wrapper {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .supporting-block {
    width: 90%;
    margin-bottom: 60px;
  }

  .building-photo {
    width: 80%;
  }

  .filter-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
  }

  .filter-button {
    width: 180px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .resource-block-2 {
    width: 45%;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .resources-wrapper {
    width: 100%;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .resource-image-article {
    height: 270px;
  }

  .resource-wrapper {
    width: 100%;
    margin-top: 50px;
  }

  .share-block {
    font-size: 14px;
    font-weight: 700;
  }

  .client-logo {
    max-height: 40px;
    max-width: 25%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .clients-quote-slider {
    width: 100%;
    min-height: 300px;
    border-radius: 0;
    margin-top: 0;
  }

  .quotes {
    width: 70px;
    margin-top: 20px;
    margin-bottom: 100px;
    margin-left: 60px;
  }

  .lovations-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
  }

  .location-button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-contacts-block {
    padding-left: 0;
    position: static;
  }

  .contact-form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-h-flex {
    justify-content: space-between;
  }

  .contact-form.lp-form {
    width: 100%;
  }

  .submit-block {
    margin-top: 20px;
  }

  .events-wrapper {
    width: 100%;
  }

  .event-block {
    width: 45%;
    min-height: 320px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .event-image {
    height: 180px;
  }

  .solution-quote-slider {
    width: 100%;
    min-height: 300px;
    border-radius: 0;
    margin-top: 0;
  }

  .search-form {
    width: 90%;
  }

  .page-link {
    width: 40px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .h-flex-2 {
    flex-wrap: wrap;
  }

  .dark-dots-corporate {
    width: 80%;
    height: 300px;
    margin-top: 120px;
  }

  .dropdown-language {
    width: 50px;
    height: 50px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .dropdown-language.w--open {
    height: 50px;
  }

  .language-icon {
    width: 20px;
    height: 15px;
  }

  .dropdown-language-item {
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 10px;
    display: none;
  }

  .button {
    width: 100%;
    height: 56px;
    font-size: 15px;
  }

  .button.learn-more {
    width: 280px;
    height: 50px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .confirmation-block {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
  }

  .social-media-panel {
    display: none;
  }

  .lp-hero-section {
    background-image: linear-gradient(rgba(41, 22, 81, .9), rgba(41, 22, 81, .9));
    justify-content: flex-start;
  }

  .contact-block-s-b-s {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .side-block {
    width: 90%;
    min-height: 270px;
    justify-content: center;
    margin-top: 20px;
    margin-right: -10%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 100px;
    position: relative;
  }

  .heading-lp {
    width: 300px;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .hero-text-block-lp {
    width: 90%;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-header {
    width: 160px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .text-header {
    font-size: 14px;
    line-height: 18px;
    display: none;
  }

  .service-block-lp {
    width: 40%;
    min-height: 55px;
    background-size: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
  }

  .client-block {
    width: 45%;
    min-height: 270px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-menu-wrapper {
    padding-left: 20px;
  }

  .lp-menu {
    width: 100%;
    overflow: scroll;
  }

  .lp-hero-section-bg {
    background-image: linear-gradient(rgba(41, 22, 81, .9), rgba(41, 22, 81, .9)), url('../images/Home-Hero.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .lp-hero-image {
    height: 50%;
  }

  .lp-form-header {
    width: 100%;
  }

  .ticker {
    width: 100%;
    font-size: 24px;
  }

  .type-text-block {
    width: 100%;
    margin-bottom: -30px;
  }

  .advantages-block-lp {
    width: 90%;
    height: 180px;
  }

  .advantages-block-lp._1 {
    background-position: 90% -40%;
  }

  .advantages-block-lp._2 {
    background-position: 90% -50%;
  }

  .advantages-block-lp._3 {
    background-position: 90% -120%;
  }

  .advantages-block-lp._4, .advantages-block-lp._5, .advantages-block-lp._6 {
    background-position: 90% -30%;
  }

  .chart-block-sml {
    width: 90%;
  }

  .support-step {
    background-size: 10px;
  }

  .support-step.final {
    background-position: 97%;
    background-size: 15px;
  }

  .support-text {
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .country-line {
    font-size: 14px;
  }

  .quote-wrapper {
    height: 240px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .oncology-hero-image {
    width: 55%;
    height: 40%;
  }

  .reason-block {
    width: 100%;
    min-height: 55px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
  }

  .reason-block.last {
    width: 100%;
  }

  .white-dots {
    width: 80%;
    height: 300px;
    margin-top: 120px;
  }

  .content-columns {
    width: 100%;
  }

  .quote-text {
    font-size: 16px;
  }

  .contact-block-oncology {
    flex-direction: column-reverse;
    padding-left: 40px;
    padding-right: 40px;
  }

  .oncology-cta-block {
    width: 90%;
    height: 180px;
    margin-top: 0;
    top: 0;
  }

  .half-text {
    width: 100%;
  }

  .team-step {
    padding: 5px 10px;
    line-height: 18px;
  }

  .team-step.top {
    width: 50%;
    border-width: 5px;
  }

  .structure-h-flex {
    border-style: none;
  }

  .menu-text {
    display: none;
  }

  .header-button {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 14px;
    font-size: 12px;
  }

  .partner-block {
    width: 50%;
    height: 150px;
  }

  .oncology-client-logo {
    max-height: 80px;
    max-width: 80px;
  }

  .home-map-section {
    height: 500px;
    background-color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, #e5e1f2), url('../images/Map-Mobile.svg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .map-embed {
    margin-top: 50px;
  }

  .h1-main {
    font-size: 36px;
  }

  .descriptor {
    font-size: 16px;
  }

  .tag-btn {
    display: none;
  }

  .tag-btn.all {
    display: flex;
  }

  .rescue-image {
    width: 70%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .slide-nav {
    display: block;
  }

  .image-7 {
    width: 60px;
    top: 20px;
    left: 80px;
  }

  .header-submit {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 14px;
    font-size: 12px;
  }

  .header-label {
    display: none;
  }

  .content-achievments {
    width: 100%;
    min-height: 180px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .achievents-wrapper {
    border-radius: 0;
  }

  .achievements-block {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .achievements-big-text {
    font-size: 24px;
    font-weight: 700;
  }

  .achievements-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .eucrof-logo {
    width: 30%;
    margin-bottom: 20px;
  }

  .countries-block {
    width: 90%;
    position: relative;
    top: 0;
    bottom: auto;
    left: 5%;
    right: 5%;
  }

  ._2-col-paragraph {
    column-count: 3;
    font-size: 16px;
  }

  .ticker-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ticker-dot {
    display: none;
  }

  .social-links {
    width: 60%;
    justify-content: flex-end;
    margin-left: 20px;
    padding-bottom: 10px;
  }

  .slider-wrapper-bg {
    display: none;
  }

  .button-booking {
    height: 50px;
    color: #33205c;
    margin-right: 50px;
    font-size: 14px;
  }

  .button-booking:hover {
    color: #fff;
  }

  .link-events {
    color: #a83b8c;
    background-image: url('../images/Link-Arrow-Pink.svg');
  }

  .event-heading, .event-text {
    color: #33205c;
  }

  .countries-gradient {
    font-size: 14px;
  }

  .body {
    background-color: #e4e0f1;
  }

  .achievements-block-basic {
    font-weight: 400;
  }

  .achievements-text-basic {
    margin-left: 10px;
    margin-right: 10px;
  }

  .achievement-bg {
    margin-top: -150px;
  }

  .achievements-content {
    margin-left: 0;
    margin-right: 0;
  }

  .ticker-wrapper {
    display: none;
  }

  .heading-right {
    width: 100%;
  }

  .ticker-left-arrow, .ticker-right-arrow {
    width: 40px;
    color: #33205c;
    font-size: 12px;
    display: block;
  }

  .dropdowns-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-select {
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .dropdown-filter {
    height: 50px;
    font-size: 14px;
  }

  .half-slider-wrap {
    width: 100%;
  }

  .div-block-13 {
    right: -15px;
  }

  .area-item {
    padding-bottom: 10px;
    left: -35px;
  }

  .area-bg {
    margin-top: 80px;
    top: -60px;
  }

  .fade-wrapper {
    width: 100%;
  }

  .descriptor-white {
    font-size: 16px;
  }

  .biostatistics-hero-section {
    background-size: 200%;
  }

  .biostatistic-service {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .dropdown-toggle-stage-1 {
    font-size: 18px;
  }

  .accordion-body, .list-stage-2 {
    flex-direction: column;
  }

  .stage-list {
    width: 90%;
    margin-top: 40px;
    margin-left: 20px;
  }

  .dropdown-toggle-stage-2 {
    font-size: 18px;
  }

  .stage-image {
    width: 20%;
    order: -1;
    margin: 40px 20px 0;
  }

  .stage-list-item {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .paragraph, .biostatistic-client-paragraph {
    font-size: 14px;
  }

  .leaders-quote-content {
    width: 90%;
    align-items: center;
    padding-bottom: 10px;
  }

  .leaders-quote-text-block {
    width: 80%;
    justify-content: center;
    margin-top: 10px;
    margin-right: 20px;
  }

  .leaders-quote-slider {
    width: 100%;
    height: 130%;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 0;
    margin-top: -130px;
  }

  .leaders-slider-bg {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0%;
  }

  .leader-quote-photo {
    width: 120px;
  }

  .leaders-quote-image {
    width: 150px;
    height: 150px;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask-leaders-slider {
    height: 100%;
    border-radius: 0;
  }

  .biostatistic-resource-block {
    width: 48%;
    min-height: 360px;
  }

  .biostatistic-resource-image {
    height: 180px;
  }

  .text-block-white {
    width: 500px;
    margin-top: 100px;
  }

  .link-block-dark {
    width: 500px;
    height: 220px;
    text-align: center;
    font-size: 28px;
  }

  .data-hero-section {
    background-size: 200%;
  }

  .data-hero-video {
    position: relative;
    left: 0%;
  }

  .data-flow-text {
    width: 100%;
  }

  .data-flow-block.expirience-slider {
    margin-bottom: -40px;
  }

  .data-tabs-menu {
    width: 160px;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .data-tabs-content {
    padding: 40px 20px;
  }

  .tab-button {
    width: 200px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .data-client-paragraph {
    font-size: 14px;
  }

  .h1-cta {
    font-size: 36px;
  }

  .medsci-hero-section {
    background-size: 200%;
  }

  .stage-paragraph {
    width: 90%;
    margin-top: 40px;
    margin-left: 20px;
    font-size: 14px;
  }

  .list-stage-3 {
    flex-direction: column;
  }

  .dropdown-toggle-stage-3 {
    font-size: 18px;
  }

  .list-stage-4 {
    flex-direction: column;
  }

  .dropdown-toggle-stage-4, .accordion-header {
    font-size: 18px;
  }

  .emwa-image {
    width: 50%;
  }

  .emwa-block {
    justify-content: center;
  }

  .emwa-block.expirience-slider {
    margin-bottom: -40px;
  }

  .emwa-text {
    width: 100%;
  }

  .word-block {
    justify-content: center;
  }

  .word-block.expirience-slider {
    margin-bottom: -40px;
  }

  .word-text {
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 4px 12px;
    font-size: 14px;
  }
  .header-top {
    line-height: 110%;
  }

  .top-line-text {
    width: 60%;
  }

  .info-wrap {
    width: 90%;
  }

  .close-button {
    min-width: 120px;
    height: 56px;
    margin-left: 20px;
    font-size: 15px;
  }

  .close-button.learn-more {
    width: 280px;
    height: 50px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .search-button {
    width: 40px;
  }

  .content.video {
    background-size: 120%;
  }

  .content.clients {
    justify-content: space-around;
  }

  .half, .paragraph-white {
    width: 100%;
  }

  .button-transparent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.projects {
    padding-bottom: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.services {
    padding-bottom: 30px;
  }

  .section.text {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.areas {
    padding-bottom: 60px;
  }

  .section.quote-slider {
    height: 100%;
    min-height: 270px;
    background-size: 180%;
  }

  .section.resque {
    background-position: 110% 230px;
    background-size: 180%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.partners {
    min-height: 30vh;
  }

  .section.media {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section.get-in-touch {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.events {
    padding-bottom: 30px;
  }

  .section.about-text {
    padding-bottom: 45px;
  }

  .section.our-people-text {
    min-height: 480px;
    background-position: 200% 90%;
    padding-bottom: 45px;
  }

  .section.building {
    min-height: 270px;
  }

  .section.resource, .section.resources {
    padding-top: 90px;
  }

  .section.lp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.quote {
    min-height: 480px;
    background-position: 200% 90%;
    padding-bottom: 45px;
  }

  .section.cta-form {
    background-position: 50%, 0 0;
    background-size: auto 50%, auto;
  }

  .section.oncology-media {
    padding-bottom: 0;
  }

  .section.rate {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.eucrof {
    padding-top: 60px;
  }

  .section.get-in-touch-short {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.biostatistics-clients {
    min-height: 30vh;
  }

  .section.team-leaders-heading {
    min-height: 200px;
  }

  .section.get-in-touch-dark {
    background-size: 250%;
    padding-bottom: 120px;
  }

  .section.biostatistic-media {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.data-media {
    padding-top: 30px;
    padding-bottom: 220px;
  }

  .section.data-team-leaders {
    min-height: 150px;
  }

  .section.learn-how {
    background-size: 250%;
    padding-bottom: 120px;
  }

  .advantages-block {
    height: 420px;
  }

  .tab-link-modules {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 15px;
  }

  .tab-link-modules:hover {
    background-position: 135%;
  }

  .tab-link-modules.w--current {
    width: 100%;
    background-image: none;
  }

  .tab-content {
    margin-left: 0;
  }

  .tabs-menu {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .tabs {
    flex-direction: column;
    margin-right: -10px;
  }

  .social-link {
    margin-right: 10px;
  }

  .brand-footer {
    width: 70px;
    height: 40px;
  }

  .video-link {
    width: 80%;
  }

  .service-block {
    width: 100%;
    min-height: 50px;
    background-position: 10px 14px;
    font-size: 14px;
  }

  .paragraph-short {
    width: 100%;
  }

  .main-quote-slider {
    height: 100%;
    padding-bottom: 0;
  }

  .quote-image {
    width: 100%;
    height: 50px;
    padding-bottom: 0;
  }

  .quote-photo {
    padding-top: 0;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 20px;
    right: auto;
  }

  .quote-text-block {
    width: 100%;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .close-link {
    margin-right: 10px;
  }

  .services-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .area-block {
    width: 100%;
    height: 140px;
    background-position: -120px 100px;
    background-size: 110%;
    margin-left: 0;
    margin-right: 0;
  }

  .area-block:hover {
    background-position: -50px 100px;
  }

  .quote-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-bg {
    height: 100%;
    margin-top: 40px;
  }

  .right-arrow, .left-arrow {
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .content-heading {
    margin-top: 10px;
  }

  .content-heading.flex-right {
    margin-left: 0;
  }

  .partner-logo {
    width: 30%;
    max-width: 30%;
  }

  .parners-block {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: scroll;
  }

  .left-arrow-2 {
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .slider {
    width: 100%;
  }

  .resource-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .resource-image {
    height: 180px;
  }

  .pin {
    width: 32px;
    height: 32px;
    border-radius: 20px;
    padding: 8px;
  }

  .right-arrow-2 {
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .link-block-2 {
    width: 70%;
    height: 250px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: flex-start;
    line-height: 40px;
    display: flex;
  }

  .events-slider-wrapper {
    height: 310px;
    margin-top: 0;
  }

  .events-slider {
    height: 250px;
  }

  .right-arrow-dark, .left-arrow-dark {
    display: none;
  }

  .events-cta {
    min-height: 60px;
    text-align: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .events-slide-content {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .events-slider-image {
    width: 240px;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .events-slider-text {
    width: 100%;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-column {
    width: 49%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.logo {
    width: 100%;
  }

  .footer-column.contact-us {
    margin-top: 0;
  }

  .slide {
    width: 80%;
  }

  .quote-dark-bg {
    height: 450px;
    flex-direction: column;
    padding-right: 40px;
  }

  .statistic-wrapper {
    min-height: 90px;
  }

  .statistic-line {
    margin-left: 5px;
  }

  .statistic-block {
    min-height: 50px;
    padding-left: 0;
    font-size: 12px;
  }

  .digits {
    font-size: 18px;
  }

  .chart-text-wrapper {
    margin-left: 0;
  }

  .chart-text-block {
    height: 40px;
  }

  .select-filter {
    width: 90%;
    height: 50px;
    margin-bottom: 10px;
  }

  .menu-resource-block {
    width: 100%;
    min-height: 330px;
  }

  .menu-resource-image {
    height: 45%;
  }

  .div-block-9 {
    z-index: 1;
    margin-top: 85px;
    margin-left: 0;
  }

  .text-block {
    width: 80%;
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-9-copy {
    display: none;
  }

  .div-block-10 {
    width: 100%;
    margin-right: 0%;
    padding-left: 40px;
  }

  .button-transparent-wide {
    width: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .statistic-block-30 {
    width: 45%;
    min-height: 50px;
    padding-left: 0;
    font-size: 12px;
  }

  .map {
    margin-top: 45px;
  }

  .hws-wrapper {
    padding: 20px 20px 90px;
  }

  .hws-image {
    width: 180px;
    height: 120px;
    margin-top: 560px;
  }

  .timeline {
    height: 270px;
    background-position: 40% 100%;
    margin-top: 360px;
  }

  .our-people-photo {
    width: 90%;
    margin-left: 0%;
  }

  .dark-dots {
    height: 230px;
    margin-top: 60px;
  }

  .div-block-11 {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }

  .person-block {
    margin-left: auto;
    margin-right: auto;
  }

  .quote-slider {
    height: 450px;
  }

  .quote-name {
    width: 70%;
    margin-bottom: 40px;
    margin-left: 70px;
  }

  .left-arrow-3 {
    margin-left: 30%;
  }

  .right-arrow-3 {
    margin-right: 30%;
  }

  .person-bio-wrapper {
    padding-top: 270px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .careers-photo {
    width: 90%;
    margin-left: 0%;
  }

  .vacancy-block {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }

  .vacancy-title, .vacancy-info {
    margin-bottom: 10px;
  }

  .career-header {
    padding-right: 0;
  }

  .supporting-wrapper {
    padding-bottom: 0;
  }

  .supporting-block {
    width: 100%;
  }

  .building-photo {
    width: 90%;
    margin-left: 0%;
  }

  .filter-wrapper {
    justify-content: flex-start;
  }

  .filter-button {
    width: 160px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .resource-block-2 {
    width: 100%;
  }

  .resource-image-article {
    height: 180px;
  }

  .client-logo {
    max-width: 35%;
    margin-right: 20px;
  }

  .clients-quote-slider {
    height: 100%;
    padding-bottom: 40px;
  }

  .quotes {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .lovations-wrapper {
    justify-content: space-between;
  }

  .location-button {
    width: 120px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .people-quote-slider {
    height: 450px;
  }

  .contact-form-wrapper {
    padding: 20px;
  }

  .form-h-flex {
    flex-direction: column;
  }

  .field-block {
    width: 100%;
  }

  .textarea {
    min-height: 180px;
  }

  .event-info {
    margin-bottom: 10px;
  }

  .event-block {
    width: 100%;
    min-height: 320px;
  }

  .event-image {
    height: 180px;
  }

  .event-info-block {
    flex-wrap: wrap;
  }

  .solution-quote-slider {
    height: 100%;
  }

  .cookie-popup {
    width: 90%;
    margin-left: 5%;
  }

  .small-text-2 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .button-cookies {
    width: 90px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .dark-dots-corporate {
    height: 230px;
    margin-top: 60px;
  }

  .dropdown-language {
    width: 40px;
    padding-top: 27px;
    padding-bottom: 18px;
    padding-left: 10px;
  }

  .dropdown-language.w--open {
    padding-top: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-language-item {
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .dropdown-icon {
    margin-right: 5px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.learn-more {
    margin-top: 20px;
  }

  .lp-hero-section {
    padding-top: 60px;
  }

  .contact-block-s-b-s {
    padding: 20px;
  }

  .side-block {
    width: 100%;
    margin-right: 0%;
    padding-left: 40px;
  }

  .heading-lp {
    margin-bottom: 130px;
  }

  .list-white {
    padding-left: 20px;
  }

  .hero-text-block-lp {
    width: 100%;
  }

  .button-header {
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .service-block-lp {
    width: 90%;
    background-position: 0 25%;
    background-size: 20px;
  }

  .client-block {
    width: 100%;
  }

  .lp-menu-wrapper {
    width: 90%;
  }

  .lp-hero-image {
    width: 80%;
    height: 30%;
    margin-top: 10px;
    top: 160px;
    left: 20%;
  }

  .type-text-block {
    font-size: 14px;
  }

  .advantages-block-lp {
    height: 300px;
  }

  .advantages-block-lp._1 {
    background-position: 90% 110%;
    background-size: 55%;
  }

  .advantages-block-lp._2 {
    background-position: 80% 110%;
    background-size: 40%;
  }

  .advantages-block-lp._3, .advantages-block-lp._4, .advantages-block-lp._5 {
    background-position: 90% 110%;
    background-size: 60%;
  }

  .advantages-block-lp._6 {
    background-position: 110% 100%;
    background-size: 70%;
  }

  .download-form.half {
    width: 100%;
  }

  .pdf-cover {
    min-height: 95vw;
  }

  .support-step {
    background-image: url('../images/Arrow-Down.svg');
    background-position: 50% 90%;
  }

  .support-step.final {
    background-position: 50% 90%;
  }

  .support-text {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .column-regions {
    width: 90%;
  }

  .quote-wrapper {
    height: 320px;
    border-radius: 0;
    flex-direction: column;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .oncology-hero-image {
    width: 70%;
    height: 30%;
    margin-top: 10px;
    top: 150px;
    left: 30%;
  }

  .white-dots {
    height: 230px;
    margin-top: 60px;
  }

  .contact-block-oncology {
    flex-direction: column-reverse;
    padding: 20px;
  }

  .oncology-cta-block {
    height: 120px;
    top: 0;
  }

  .team-step {
    width: 45%;
  }

  .team-step.top {
    width: 70%;
  }

  .structure-h-flex {
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-button.mobile-hidden {
    display: none;
  }

  .partner-block {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .home-map-section {
    height: 450px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(229, 225, 242, .5) 90%, #e5e1f2), url('../images/Map-Mobile.svg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .h1-main {
    font-size: 24px;
  }

  .rescue-image {
    width: 100%;
  }

  .slide-nav {
    padding-top: 20px;
  }

  .image-7 {
    width: 50px;
    top: 0;
    left: 20px;
  }

  .header-submit {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .header-submit.mobile-hidden {
    display: none;
  }

  .content-achievments.clients {
    justify-content: space-around;
  }

  .achievents-wrapper {
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .achievements-block {
    min-height: 180px;
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .achievements-big-text {
    font-size: 56px;
  }

  .achievements-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .eucrof-logo {
    width: 50%;
  }

  .countries-block {
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-col-paragraph {
    column-count: 2;
  }

  .ticker-slider {
    height: 80px;
  }

  .ticker-dot {
    margin-left: 10px;
    margin-right: 10px;
  }

  .social-links {
    width: 80%;
  }

  .footer-col-wrapper {
    width: 50%;
  }

  .button-booking {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .countries-gradient {
    padding-left: 20px;
  }

  .finger-btn {
    z-index: 777;
    margin-top: 90px;
    display: block;
    position: relative;
  }

  .achievements-block-basic {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .achievement-bg, .achievement-bg-basic {
    min-height: 180px;
    margin-top: -160px;
  }

  .dropdowns-wrapper {
    flex-wrap: wrap;
  }

  .dropdown-filter {
    width: 100%;
    margin-right: 0;
  }

  .area-heading {
    font-size: 18px;
  }

  .studies-sum {
    font-size: 14px;
  }

  .areas-col-list {
    height: 300px;
  }

  .area-item {
    width: 300px;
    padding-bottom: 15px;
    top: 110px;
  }

  .area-bg {
    height: 290px;
  }

  .biostatistics-hero-section {
    background-position: 70% 100%;
    background-size: 300%;
  }

  .biostatistic-service {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .stage-list {
    margin-left: 0;
  }

  .stage-image {
    width: 40%;
  }

  .biostatistic-client {
    flex-direction: column;
  }

  .biostatistic-client-logo-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .biostatistic-client-paragraph {
    width: 100%;
  }

  .leaders-quote-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .leaders-quote-text-block {
    width: 100%;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .leaders-quote-slider {
    height: 100%;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .leaders-slider-bg {
    height: 100%;
  }

  .leader-quote-photo {
    padding-top: 20px;
  }

  .leaders-quote-image {
    width: 100px;
    height: 110px;
    margin-bottom: -90px;
    padding-bottom: 0;
  }

  .mask-leaders-slider {
    height: 100%;
  }

  .cta-wrapper.clients {
    justify-content: space-around;
  }

  .biostatistic-resource-block {
    width: 100%;
  }

  .biostatistic-resource-image {
    height: 180px;
  }

  .text-block-white {
    width: 80%;
    max-width: 270px;
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .link-block-dark {
    width: 70%;
    height: 250px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: flex-start;
    line-height: 40px;
    display: flex;
  }

  .data-hero-section {
    background-position: 70% 100%;
    background-size: 300%;
  }

  .data-hero-video {
    width: 90%;
    height: 30%;
    margin-top: 10px;
  }

  .data-tabs {
    flex-direction: column;
  }

  .data-tabs-menu {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    flex-flow: wrap;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .tab-link {
    width: 50%;
  }

  .tab-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .data-client-paragraph {
    width: 100%;
  }

  .data-client {
    flex-direction: column;
  }

  .player-wrapper {
    width: 100%;
  }

  .medsci-hero-section {
    background-position: 70% 100%;
    background-size: 300%;
  }

  .stage-paragraph {
    margin-left: 20px;
  }

  .accordion.video {
    background-size: 120%;
  }

  .accordion.clients {
    justify-content: space-around;
  }

  .accordion-content {
    flex-direction: column;
  }

  .emwa-image {
    width: 90%;
    margin-top: 20px;
  }

  .emwa-text, .word-text {
    font-size: 14px;
  }
  .info-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-button {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-button.learn-more {
    margin-top: 20px;
  }

  .info-buttons-wrap {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}