@charset "UTF-8";
/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

/* #fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
} */
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*------------------------------------*\
MAIN
\*------------------------------------*/
a.sd-button {
  background: #E76F0A !important;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  color: white !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
.blog-post {
  background: white;
  padding-top: 1rem;
}

@media only screen and (max-width: 575px) {
  br {
    display: none;
  }
}
.pagination {
  background-color: #fabf0d;
  padding: 6px;
  border-radius: 0;
}

.page-numbers {
  text-decoration: none;
  padding: 0px 3px;
  font-size: 19px;
  font-family: SofiaProBold;
}

.nav-links .next {
  position: relative;
  left: 200px;
}

@media only screen and (max-width: 575px) {
  .nav-links .next {
    left: 0px;
  }
}
.nav-links .next:hover {
  text-decoration: none;
}

.nav-links .prev {
  position: relative;
  right: 200px;
}

@media only screen and (max-width: 575px) {
  .nav-links .prev {
    right: 0px;
  }
}
.nav-links .prev:hover {
  text-decoration: none;
}

.page-numbers.current, a.page-numbers:hover {
  background: none;
  text-decoration: underline;
}

#video_sec {
  /* background-color: #FABF0D; */
  padding-top: 90px;
  padding-bottom: 68px;
}

#video_sec .innovations {
  font-family: SofiaProSemiBold;
  padding-top: 50px;
}

@media only screen and (max-width: 575px) {
  #video_sec .innovations {
    padding-top: 50px;
    font-size: 25px;
  }
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}

.videoWrapper43 {
  padding-top: 75%;
}

.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  margin: -40px 0 0 -37px;
  border: 5px solid #E76F0A;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  background-color: #E76F0A;
}

.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -14px 0 0 -8px;
  border-left: 23px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #fff;
}

.videoPoster:hover, .videoPoster:focus:after {
  border-left-color: #fff;
}

.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #fff;
  background: transparent;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.mutticheckbox {
  margin-top: -1rem;
  margin-left: -2rem;
  font-size: 15px;
}

#services_sec {
  background-color: #F4F6F7;
  padding-top: 95px;
  padding-bottom: 100px;
}

.service_title {
  color: #1F1F1F;
  font-size: 32px;
  font-family: SofiaProBold;
  margin-bottom: 20px;
  padding-top: 40px;
}

.service_text {
  color: #676767;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 575px) {
  .service_text {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#awards_sec {
  background-color: #FABF0D;
  padding-top: 90px;
  padding-bottom: 98px;
}

.awards_title {
  font-size: 31px;
  font-family: SofiaProBold;
}

@media only screen and (max-width: 575px) {
  .awards_title {
    font-size: 27px;
  }
}
.awards_des {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  color: #1f1f1f;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.awards_heading {
  font-family: SofiaProBold;
  font-size: 71px;
  line-height: 75px;
  margin-bottom: 45px;
  margin-top: 0;
}

@media only screen and (max-width: 575px) {
  .awards_heading {
    font-size: 45px;
    line-height: 55px;
  }
}
.awards_heading img {
  position: relative;
  bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .awards_heading img {
    bottom: 4px;
    width: 100px;
  }
}
.counters_main {
  padding-top: 35px;
}

.counters {
  width: 100%;
  background-color: #fff;
  border-radius: 7px;
  padding-top: 40px;
  padding-bottom: 35px;
  /* -webkit-box-shadow: 0 15px 40px 0px rgba(80, 80, 80, 0.3);
  -moz-box-shadow: 0 15px 40px 0px rgba(80, 80, 80, 0.3);
  -ms-box-shadow: 0 15px 40px 0px rgba(80, 80, 80, 0.3);
  -o-box-shadow: 0 15px 40px 0px rgba(80, 80, 80, 0.3); */
}

@media only screen and (max-width: 575px) {
  .counters {
    margin-bottom: 30px;
  }
}
.counter_numbers {
  font-family: SofiaProSemiBold;
  font-size: 74px;
  margin-bottom: 15px;
  color: #e66e0a;
}

@media only screen and (max-width: 575px) {
  .counter_numbers {
    font-size: 50px;
  }
}
.counter_title {
  color: #676767;
  font-size: 14px;
}

.counter_title {
  color: #292929;
  font-size: 13px;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .counter_title {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.img-svg {
  max-width: 45%;
}

.video-wrapper iframe {
  width: 100% !important;
  height: 500px !important;
}

@media only screen and (max-width: 575px) {
  .video-wrapper iframe {
    height: 190px !important;
  }
}
/*********Social Share************/
.social-box {
  display: block;
  margin: -20px 0 40px;
  /*padding: 0 6rem 0;*/
}

.social-box:last-of-type {
  margin: 0 0 40px;
}

.social-btn {
  display: block;
  width: 100%;
}

a.col-2.sbtn span {
  display: none;
}

a.col-1.sbtn {
  width: 180px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  margin: 0 0.5% 0 0;
  font-size: 15px;
}

a.col-1.sbtn span {
  margin: 0 0 0 15px;
}

a.col-2.sbtn {
  width: 6%;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  margin: 0 4.5% 0 0;
  line-height: 1.825 !important;
  max-width: 50px;
  min-width: 50px;
}

.s-twitter {
  background: #E76F0A;
}

.s-twitter:hover {
  background: #5D626B;
}

.s-twitter::before {
  font-family: fontawesome;
  content: "";
}

.s-facebook {
  background: #E76F0A;
}

.s-facebook:hover {
  background: #5D626B;
}

.s-facebook::before {
  font-family: fontawesome;
  content: "";
}

a.col-1.sbtn.s-facebook:hover {
  background: #2f409f;
}

.s-envelope {
  background: #E76F0A;
}

.s-envelope:hover {
  background: #5D626B;
}

.s-envelope .fa-envelope::before {
  font-family: fontawesome;
  content: "";
}

.s-print {
  background: #E76F0A;
}

.s-print:hover {
  background: #5D626B;
}

.s-print .fa-print::before {
  font-family: fontawesome;
  content: "";
}

/*.s-buffer {
background: #ced7df;
}
.s-buffer::before {
font-family: fontawesome;
content: '\e804';
}
a.col-2.sbtn.s-buffer:hover {
background: #c3c5c8;
}*/
/********************************
////// Important
*******************************/
.social-btn a:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  a.col-1.sbtn {
    width: 180px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    margin: 0 0.5% 0 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  a.col-1.sbtn {
    width: 46px;
  }

  a.col-1.sbtn span {
    display: none;
  }
}
.bg--white {
  background-color: #fff;
}

.text--white {
  color: #fff;
}

.bg--lightgrey {
  background-color: #F4F6F7;
}

.text--lightgrey {
  color: #F4F6F7;
}

.bg--orange {
  background-color: #FF5100;
}

.text--orange {
  color: #FF5100;
}

.bg--yellow {
  background-color: #FDC300;
}

.text--yellow {
  color: #FDC300;
}

.bg--grey {
  background-color: #959595;
}

.text--grey {
  color: #959595;
}

.bg--black {
  background-color: #1f1f1f;
}

.text--black {
  color: #1f1f1f;
}

html,
body {
  color: #1f1f1f;
  height: 100%;
  background-color: #F4F6F7;
  font-family: "Plantin";
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none !important;
}

a {
  color: #1f1f1f;
}
a:focus, a:hover {
  color: #FF5100;
  transition: 0.2s;
  text-decoration: none;
}

.section--benefits {
  background-color: #F4F6F7;
}
.section--benefits + .section--benefits {
  padding-top: 0;
}

.section--benefits-last {
  padding-bottom: 102px;
}

.benefit__content {
  padding: 2rem 2.25rem 0;
}
@media (min-width: 768px) {
  .benefit__content {
    padding: 0;
  }
}

.benefit__title {
  margin-bottom: 1rem;
}

.benefit__description {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 575px) {
  .for_ordering {
    order: 2;
  }
}
.blog-post__content {
  padding: 2rem 1.625rem;
}
@media (min-width: 768px) {
  .blog-post__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-post__title {
  font-size: 1.776875rem;
  margin: 0 0 1.5rem;
}

.btn {
  background-color: #FF5100;
  border: 0;
  border-radius: 28px;
  color: #fff;
  font-family: SofiaProBold;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  padding: 1.25rem 1.625rem;
}
.btn:focus, .btn:hover {
  background-color: #959595;
  color: #fff;
}

.btn--white {
  background-color: #fff;
  color: #1f1f1f;
}

.btn--video {
  padding-right: 3.5rem;
  position: relative;
}
.btn--video::after {
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
  display: block;
  height: 0;
  right: 2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  position: absolute;
  width: 0;
}

.form-check {
  padding-left: 0;
}

.form-control {
  border: none;
  border-radius: 0.65rem;
  height: 3rem;
}

.wpcf7-not-valid {
  border: 2px solid #D0051E;
}

.wpcf7-acceptance {
  font-size: 16px !important;
}

.wpcf7-form form.sent p {
  display: none;
}

span.wpcf7-list-item {
  margin-left: 0;
}

span.wpcf7-not-valid-tip {
  color: #D0051E !important;
}

.container--wide {
  max-width: 88rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1200px) {
  .container--wide {
    padding-left: 0;
    padding-right: 0;
  }
}

.feature-group {
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .feature-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .feature-group {
    margin: 4rem 0 0;
  }
}

.feature-group__item {
  display: flex;
  padding: 0 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .feature-group__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .feature-group__item--stat {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .feature-group__item {
    padding: 0 2rem;
  }
}

.feature {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .feature {
    margin-bottom: 4rem;
    padding: 4rem;
  }
}

.feature--statistic {
  box-shadow: 0 16px 16px 0 rgba(61, 118, 165, 0.05);
}
@media (min-width: 1200px) {
  .feature--statistic {
    max-height: 18rem;
    padding: 4rem 1rem;
  }
}

.feature__media {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  padding-top: 25%;
}

.feature__image {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.feature__content {
  font-family: "Plantin";
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .feature__content {
    font-size: 1.33125rem;
    line-height: 1.87;
  }
}

.feature__content--statistic {
  font-size: 1rem;
  font-family: SofiaProBold;
  padding: 0 1rem;
}

.feature__statistic {
  color: #FF5100;
  font-family: SofiaProBold;
  font-size: 4.20875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .feature__statistic {
    font-size: 5.61rem;
  }
}

.feature__footer {
  margin-top: auto;
}

.feature__title {
  font-family: SofiaProBold;
  font-size: 1rem;
  margin: 1rem 0 0;
}
@media (min-width: 992px) {
  .feature__title {
    font-size: 1.339375rem;
  }
}

.feature__title--bold {
  font-family: SofiaProBold;
}

.feature__smallprint {
  font-size: 1rem;
  margin: 1rem 0 0;
}

footer {
  background-color: #fff;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 992px) {
  footer {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 4rem;
  }
}
footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.footer_slogan {
  font-family: SofiaProBold;
  font-size: 1.333125rem;
  margin-bottom: 0;
}

.footer__message {
  font-family: "Plantin";
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.25rem;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__message {
    margin-top: 0;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .footer__inner {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}

.footer__menu {
  line-height: 1.5;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .footer__menu {
    display: flex;
    margin-bottom: 0;
  }
}

.footer__menu__item {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer__menu__item {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.footer__menu__link {
  color: #1f1f1f;
  display: block;
  font-family: SofiaProRegular;
  text-align: center;
}

.footer__logo--desktop {
  display: none;
}
@media (min-width: 992px) {
  .footer__logo--desktop {
    display: block;
    margin: 0 0 4px 0;
  }
}

.footer__logo--mobile {
  display: block;
  height: 72px;
  margin: 0 auto;
  width: 72px;
}
@media (min-width: 992px) {
  .footer__logo--mobile {
    display: none;
  }
}

/*
* TODO - use SCSS version of bootstap to customise easier
*/
.container,
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 12px;
  padding-right: 12px;
}

.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20rem;
  padding: 4.5rem 0 6.25rem;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .hero {
    padding: 8rem 0;
  }
}
@media (min-width: 1200px) {
  .hero {
    min-height: 37.5rem;
  }
}

.hero__content {
  padding-left: 0.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .hero__content {
    padding-left: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    padding-left: 3.25rem;
  }
}

.hero__content__body {
  font-family: "Plantin";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .hero__content__body {
    font-size: 1.33125rem;
    line-height: 1.87;
  }
}
.hero__content__body img {
  bottom: 3px;
  height: 19px;
  position: relative;
}

.hero__footer {
  left: 0;
  bottom: 1.5rem;
  position: absolute;
  right: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .hero__footer {
    bottom: 4rem;
  }
}

.arrow-down {
  color: #fff;
  font-size: 49px;
  padding-top: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .hero {
    background-color: #FDC300;
    background-image: none !important;
  }
}
.job-listing {
  margin-top: 2rem;
}

.job-post__title {
  font-family: SofiaProBold;
  font-size: 1.333125rem;
  margin-bottom: 2rem;
}

.modal-video__dialog {
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
}

.modal-video__body {
  padding: 0;
}
.modal-video__body .embed-responsive {
  max-height: 100vh;
}

.modal-video__close {
  background-color: transparent;
  border: 0;
  color: #fff;
  display: block;
  height: 1rem;
  line-height: 1;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 3.375rem;
  top: 2.5rem;
  width: 1rem;
}

.modal-video__icon {
  fill: #fff;
  height: 1rem;
  width: 1rem;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.navbar {
  align-items: center;
  background-color: #fff;
  height: 72px;
  padding: 1.6875rem 1.5rem;
  z-index: 200;
}
@media (min-width: 992px) {
  .navbar {
    height: auto;
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 1.5rem 4rem;
    transition: padding 0.3s ease;
  }
}
.navbar--fixed {
  background-color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.1s, padding 0.3s, transform 0.6s ease 0.3s;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .navbar--condensed {
    align-items: center;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .navbar--transparent {
    background: rgba(255, 255, 255, 0);
  }
}
@media (min-width: 768px) {
  .navbar--offscreen {
    transform: translate3d(0, -100%, 0);
    transition-delay: 0.2s;
  }
}

.navbar-collapse {
  background-color: #F4F6F7;
  left: 0;
  padding: 4.25rem 0 3.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 4.5rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .navbar-collapse {
    background-color: transparent;
    padding: 0;
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: auto;
    padding: 0;
    right: auto;
    top: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    padding-top: 0.25rem;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand__logo {
  display: block;
  height: auto;
  transition: opacity 0.2s ease;
}
@media (min-width: 992px) {
  .navbar--transparent .navbar-brand__logo {
    display: none;
  }
}
.navbar-brand__logo--small {
  width: 100px;
}
@media (min-width: 1200px) {
  .navbar-brand__logo--small {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .navbar--condensed .navbar-brand__logo--small {
    display: block;
    opacity: 1;
  }
}

.navbar-nav .btn--nav {
  white-space: nowrap;
}
.navbar-nav .nav-link {
  color: #1f1f1f;
  font-family: SofiaProBold;
  font-size: 1.333125rem;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  color: #FF5100;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    line-height: 1;
    padding: 1.125rem 0.75rem 1.0625rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.nav-item:last-child {
  margin-top: 8.625rem;
}
@media (min-width: 992px) {
  .nav-item:last-child {
    margin-left: 3.25rem;
    margin-top: 0;
  }
}

/*
Toggle
*/
.navbar-toggler {
  align-items: center;
  border: 0;
  display: flex;
  padding: 0;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  outline: none;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler__icon--open {
  display: none;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler__icon--close {
  display: block;
}

.navbar-toggler__icon {
  fill: #FF5100;
  height: auto;
}
.navbar-toggler__icon--open {
  width: 1.25rem;
}
.navbar-toggler__icon--close {
  display: none;
  width: 1rem;
}

.panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.panel--static {
  justify-content: flex-start;
  min-height: 0;
  padding-top: 0;
}

.panel--blockquote,
.panel--centered {
  align-items: center;
  justify-content: center;
  padding-top: 4.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .panel--blockquote,
.panel--centered {
    padding-top: 0;
  }
}

.panel__media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.panel__media__image,
.panel__media__video {
  width: 100%;
}
@supports (object-fit: cover) {
  .panel__media__image,
.panel__media__video {
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  @media (min-width: 992px) {
    .panel__media__image,
.panel__media__video {
      object-position: left top;
    }
  }
}

.panel__content {
  overflow: hidden;
  position: relative;
  padding: 0 4rem 2.25rem 1.5rem;
  width: 100%;
}
.panel--blockquote .panel__content, .panel--centered .panel__content {
  padding: 0.9375rem 2rem;
}
@media (min-width: 768px) {
  .panel__content {
    width: 60%;
  }
  .panel--blockquote .panel__content, .panel--centered .panel__content {
    max-width: 60rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .panel__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .panel__content {
    padding: 4rem 0 4rem 4rem;
    width: 55%;
  }
}

.panel__title {
  font-family: "Plantin";
  font-weight: 400;
  line-height: 1.07;
}

.panel__title__label {
  display: block;
}

.panel__title__prefix {
  display: block;
  font-family: "SofiaProSemiBold";
  margin-bottom: 0.5rem;
}

.panel__content__body {
  font-family: "Plantin";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .panel__content__body {
    font-size: 1.33125rem;
    line-height: 1.87;
  }
  .panel--centered .panel__content__body {
    font-size: 1.776875rem;
    line-height: 1.4;
  }
}

.panel__footer {
  bottom: 3rem;
  font-family: "Plantin";
  font-weight: 400;
  padding: 1rem 2rem 0 2rem;
  position: absolute;
}
.panel__footer :last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .panel__footer {
    font-size: 1.33125rem;
  }
}

.panel__content__cta {
  padding-top: 2rem;
}
.panel--blockquote .panel__content__cta, .panel--centered .panel__content__cta {
  padding-top: 2.5rem;
}

/*
Animation
*/
.panel__title__prefix,
.panel__title__label,
.panel__content__body,
.panel__content__cta {
  opacity: 0;
  transform: translate3d(0, 120px, 0);
  transition: transform 0.5s, opacity 0.5s ease-out;
  transition-delay: 0.35s;
}
.panel--animate .panel__title__prefix,
.panel--animate .panel__title__label,
.panel--animate .panel__content__body,
.panel--animate .panel__content__cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.panel__title__label {
  transition-delay: 0.55s;
  transform: translate3d(0, 80px, 0);
}

.panel__content__body,
.panel__content__cta {
  transition-delay: 0.75s;
}

.panel__footer {
  opacity: 0;
  transition: opacity 0.65s ease 1.45s;
}
.panel--animate .panel__footer {
  opacity: 1;
}

/*
Fullpage.js customisation
*/
#fp-nav {
  bottom: 1rem;
  opacity: 1;
  position: fixed;
  right: 1rem;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 100;
}
@media (min-width: 992px) {
  #fp-nav {
    bottom: 3rem;
    right: 3.5rem;
  }
}
#fp-nav ul {
  list-style: none;
  margin: 0;
  opacity: 1;
  padding: 0;
  transition: opacity 0.3s ease;
}
#fp-nav li {
  display: block;
  margin-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 992px) {
  #fp-nav li {
    margin-bottom: 1rem;
  }
}
#fp-nav li:last-child {
  margin-bottom: 0;
}
#fp-nav a {
  display: block;
  text-decoration: none;
}
#fp-nav span {
  background-color: #F4F6F7;
  border-radius: 0.25rem;
  display: block;
  height: 0.5rem;
  transition: height 0.3s, background-color 0.3s ease;
  width: 0.5rem;
}
@media (min-width: 992px) {
  #fp-nav span {
    border-radius: 0.5rem;
    height: 1rem;
    width: 1rem;
  }
}
#fp-nav .active span {
  background-color: #FF5100;
  height: 2rem;
}
@media (min-width: 992px) {
  #fp-nav .active span {
    height: 4rem;
  }
}
#fp-nav .fp-nav--yellow span {
  background-color: #fff;
}
#fp-nav .fp-nav--yellow .active span {
  background-color: #FF5100;
}
#fp-nav .fp-nav--orange span {
  background-color: #fff;
}
#fp-nav .fp-nav--orange .active span {
  background-color: #FDC300;
}
#fp-nav .fp-nav--hidden {
  opacity: 0;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 4rem 0;
  position: relative;
}
@media (min-width: 1600 px) {
  .section {
    padding: 8rem 0;
  }
}
.section--banner {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.panel--static .section--banner {
  padding-top: 8.5rem;
}
@media (min-width: 992px) {
  .panel--static .section--banner {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .section--banner {
    min-height: 37.5rem;
  }
}
@media (min-width: 1600 px) {
  .section--banner {
    min-height: 53rem;
  }
}
.section--short {
  padding: 3rem 0;
}
.section--medium {
  padding: 4rem 0;
}

.section__media {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 68.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1600 px) {
  .section__media {
    max-width: 100rem;
  }
}

.section__media__image {
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
}

.section__media__image--top {
  bottom: auto;
  top: 0;
}

.section--statistic {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .section--statistic {
    padding-bottom: 16rem;
  }
}
@media (min-width: 1200px) {
  .section--statistic {
    padding-bottom: 23rem;
  }
}

.section__title {
  font-family: "Plantin";
  font-size: 2.36875rem;
  font-weight: 400;
  line-height: 1.07;
  margin-bottom: 2rem;
  text-align: center;
}
.section__title br {
  display: block;
}

.section__title__image {
  max-height: 1.75rem;
  margin-bottom: 0.625rem;
  width: auto;
}
@media (min-width: 1200px) {
  .section__title__image {
    max-height: 3.125rem;
  }
}
@media (min-width: 1600 px) {
  .section__title__image {
    max-height: 5.0625rem;
  }
}

.section__summary {
  font-family: "Plantin";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 0.75rem;
  text-align: center;
}
.section__summary--large {
  font-size: 1.33125rem;
}
.section__summary p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section__summary {
    font-size: 1.33125rem;
    line-height: 1.87;
    padding: 0;
  }
}

.lead {
  font-family: "SofiaProBold";
  font-size: 1.333125rem;
  line-height: 1.26;
  margin-bottom: 1.5rem;
}
@media (min-width: 1600 px) {
  .lead {
    font-size: 2.36875rem;
    margin-bottom: 2rem;
  }
}

/*
MUTTI BANNER
*/
.section--mutti {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section--mutti {
    align-items: center;
    flex-direction: row;
    min-height: calc(100vh - 65px);
  }
}
@media (min-width: 1200px) {
  .section--mutti {
    min-height: 37.5rem;
  }
}
@media (min-width: 1600 px) {
  .section--mutti {
    min-height: 100vh;
  }
}
.section--mutti .section__media {
  padding: 4rem 1.5rem 0;
  position: relative;
  order: 2;
  max-width: none;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .section--mutti .section__media {
    padding: 0;
    position: absolute;
    order: 0;
  }
}
@media (min-width: 1200px) {
  .section--mutti .section__media {
    transform: translate3d(0, -32px, 0);
  }
}
.section--mutti .section__summary {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .section--mutti .section__summary {
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .section--mutti .section__summary {
    max-width: 50%;
  }
}
@media (min-width: 1600 px) {
  .section--mutti .section__summary {
    max-width: 44rem;
  }
}

.mutti-image {
  display: block;
  max-width: 100%;
}
@media (min-width: 992px) {
  .mutti-image {
    max-height: 55%;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .mutti-image {
    max-height: 70%;
  }
}
@media (min-width: 1600 px) {
  .mutti-image {
    max-height: 100%;
  }
}

@media (min-width: 576px) {
  .mutti-image--left {
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .mutti-image--left {
    max-width: none;
    top: 0;
    transform: translate3d(35%, 0, 0);
    right: 100%;
  }
}
@media (min-width: 1200px) {
  .mutti-image--left {
    transform: translate3d(45%, 0, 0);
  }
}

.mutti-image--right {
  display: none;
}
@media (min-width: 992px) {
  .mutti-image--right {
    border-radius: 25px;
    bottom: 0;
    display: block;
    left: 100%;
    transform: translate3d(-35%, 0, 0);
  }
}
@media (min-width: 1200px) {
  .mutti-image--right {
    transform: translate3d(-45%, 0, 0);
  }
}

/*
Flower graphics
*/
.graphic-flower-top-left,
.graphic-flower-top,
.graphic-flower-bottom {
  background-repeat: no-repeat;
}

.graphic-flower-top-left {
  background-image: url("../img/graphics/flower-top-left.svg");
  background-position: top left;
  background-size: 280px;
}
.panel-slider .graphic-flower-top-left:first-child {
  background-position: top 70px left 0;
}
@media (min-width: 992px) {
  .graphic-flower-top-left {
    background-size: 580px;
  }
  .panel-slider .graphic-flower-top-left:first-child {
    background-position: top left;
  }
}

.graphic-flower-top {
  align-items: center;
  background-image: url("../img/graphics/flower-top.svg");
  background-position: top center;
  background-size: 240px;
}
.panel-slider .graphic-flower-top:first-child {
  background-position: top 70px center;
}
@media (min-width: 992px) {
  .graphic-flower-top {
    align-items: center;
    background-size: 500px;
  }
  .panel-slider .graphic-flower-top:first-child {
    background-position: top center;
  }
}
@media (min-width: 1600px) {
  .graphic-flower-top {
    background-size: 760px;
  }
}

.graphic-flower-bottom {
  background-image: url("../img/graphics/flower-bottom.svg");
  background-position: bottom center;
  background-size: 320px;
}
@media (min-width: 992px) {
  .graphic-flower-bottom {
    background-size: 600px;
  }
}
@media (min-width: 1200px) {
  .graphic-flower-bottom {
    background-size: 1100px;
  }
}

.icon-skoll {
  background: url("../img/graphics/skoll-white.svg") top left no-repeat;
  background-size: 48px 20px;
  display: inline-block;
  height: 1.25rem;
  overflow: hidden;
  text-indent: -200%;
  width: 3rem;
}

/*
https://type-scale.com/

mobile

heading xl = 50 - 50.52
heading lg = 37 - 37.90
heading md = 28 - 28.43
heading sm = 21 - 21.33

tablet

heading xl = 89 - 89.76
heading lg = 67 - 67.34
heading md = 37 - 50.52
heading sm = 28 - 28.43

desktop

heading xl = 119 - 119.66
heading lg = 89 - 89.76
heading md = 67 - 67.34
heading sm = 37 - 37.90

*/
.h1,
.h3,
.h4,
.h5,
.h6,
h1,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  margin-top: 0;
}

.heading--plantin {
  font-family: "Plantin";
  font-weight: 400;
  line-height: 1.07;
}

.heading--xl {
  font-size: 3.1575rem;
}
@media (min-width: 1200px) {
  .heading--xl {
    font-size: 5.61rem;
  }
}
@media (min-width: 1600 px) {
  .heading--xl {
    font-size: 7.47875rem;
  }
}

.heading--lg {
  font-size: 2.36875rem;
}
@media (min-width: 1200px) {
  .heading--lg {
    font-size: 4.20875rem;
  }
}
@media (min-width: 1600 px) {
  .heading--lg {
    font-size: 5.61rem;
  }
}

.heading--md {
  font-size: 1.776875rem;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .heading--md {
    font-size: 3.1575rem;
    line-height: 1.07;
  }
}
@media (min-width: 1600 px) {
  .heading--md {
    font-size: 4.20875rem;
  }
}

.heading--sm {
  font-size: 1.333125rem;
}
@media (min-width: 1200px) {
  .heading--sm {
    font-size: 1.776875rem;
  }
}
@media (min-width: 1600 px) {
  .heading--sm {
    font-size: 2.36875rem;
  }
}

.text--large {
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .text--large {
    font-size: 1.776875rem;
  }
}

.challenges_list li {
  line-height: 2;
}

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