em, i {
  font-style: normal;
}

strong {
  font-weight: normal;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

ul {
  list-style: none;
}

body {
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1232px; /* 1152px */
  padding: 0 40px;
  margin: 0 auto;
}

.container:before,
.container:after {
  content: "";
  display: table;
  clear: both;
}

.banners__banner {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banners__banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 7000;
  padding-left: calc(50% - 360px);
  max-width: 1800px;
}

.banners__banner__image--center {
  justify-content: center;
}

.banners__banner__image--left {
  justify-content: flex-start;
}

.banners__banner__image img {
  width: auto;
  max-width: 900px;
  max-height: 60vh;
}

.banners__banner__text {
  z-index: 8000;
}

.banners__banner__text__wrapper {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 8100;
}

.banners__banner__text__wrapper h4 {
  font-size: 1rem;
  color: #93d50a;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.banners__banner__text__wrapper h2 {
  font-size: 5.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.125;
  margin-bottom: 36px;
  max-width: 520px;
}

.banners__banner__text__wrapper .button {
  transition: all 0.25s;
  font-size: 1rem;
  color: #fff;
  padding: 20px 40px;
  border-radius: 28px;
  border: 1px solid #93d50a;
}

.banners__banner__text__wrapper .button:hover {
  background-color: #fff;
  color: #60269e;
  border-color: #fff;
}

.bannersSlider .slickArrow {
  position: absolute;
  bottom: 64px;
  z-index: 9100;
}

.bannersSlider .slickArrow--prev {
  left: 64px;
}

.bannersSlider .slickArrow--next {
  left: 158px;
}

header {
  background-color: #fff;
  position: relative;
}

.template-home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9000;
}

.template-home header.isOpen {
  background-color: #fff;
}

.header {
  padding: 76px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header__main__logo {
  margin-right: 64px;
}

.header__main__logo svg .cls-1 {
  fill: #60269e;
}

.header__main__logo svg .cls-2 {
  fill: #93d50a;
}

.template-home .header__main__logo svg .cls-1 {
  fill: #fff;
}

.template-home .header__main__logo svg .cls-2 {
  fill: #fff;
}

.template-home header.isOpen .header__main__logo svg .cls-1 {
  fill: #60269e;
}

.template-home header.isOpen .header__main__logo svg .cls-2 {
  fill: #93d50a;
}

.header__main__email,
.header__main__phone,
.header__main__whatsapp,
.header__main__contactUs {
  display: block;
  color: #60269e;
  font-size: 1rem;
  font-weight: 800;
}

.template-home .header__main__email,
.template-home .header__main__phone,
.template-home .header__main__whatsapp,
.template-home .header__main__contactUs {
  color: #fff;
}

.template-home header.isOpen .header__main__email,
.template-home header.isOpen .header__main__phone,
.template-home header.isOpen .header__main__whatsapp,
.template-home header.isOpen .header__main__contactUs {
  color: #60269e;
}

.header__main__email,
.header__main__phone,
.header__main__whatsapp {
  margin-right: 28px;
}

.header__nav {
  margin-right: 120px;
}

.header__nav a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header__nav a.closeNav {
  display: none;
}

.header__nav a span {
  color: #60269e;
  font-size: 1.125rem;
  font-weight: 800;
  margin-right: 16px;
}

.template-home .header__nav a span {
  color: #fff;
}

.template-home header.isOpen .header__nav a.closeNav span {
  color: #60269e;
}

.header__nav a svg .cls-1 {
  fill: #93d50a;
}

.template-home .header__nav a svg .cls-1 {
  fill: #fff;
}

.template-home header.isOpen .header__nav a svg .cls-1 {
  fill: #93d50a;
}



footer nav {
  display: block;
  position: static;
  top: auto;
  left: auto;
  padding: 76px 0;
}

nav .nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

footer nav .nav {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

nav .nav__logo {
  margin-right: 72px;
}

nav .nav__logo svg .cls-1 {
  fill: #60269e;
}

nav .nav__logo svg .cls-2 {
  fill: #93d50a;
}

nav .nav__menu {
  margin-left: 184px;
}

footer nav .nav__menu {
  margin-left: 0;
  margin-right: 0;
}

nav .nav__menu ul li {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  margin-bottom: 4px;
}

nav .nav__menu ul li:last-of-type {
  margin-bottom: 0;
}

nav .nav__menu ul li a {
  color: #60269e;
  display: block;
  transition: all 0.25s;
}

nav .nav__menu ul li a:hover {
  color: #93d50a;
}

nav .nav__contact {
  width: 100%;
}

nav .nav__contact h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 28px;
  color: #60269e;
}

nav .nav__contact__cols {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

nav .nav__contact__cols > div:first-of-type {
  margin-right: 48px;
}

nav .nav__contact__cols > div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

nav .nav__contact__cols > div p {
  font-size: 1rem;
  line-height: 1.625;
}

nav .nav__contact__cols > div p strong {
  color: #60269e;
  font-weight: 700;
}

nav .nav__contact__cols .social,
.social--contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}

.social--contact {
  justify-content: center;
}

nav .nav__contact__cols .social a,
.social--contact a {
  display: block;
  margin-right: 24px;
  font-size: 1.25rem;
}

nav .nav__contact__cols .social a:last-of-type,
.social--contact a:last-of-type {
  margin-right: 0;
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.banner__text {
  width: 50%;
  min-height: 520px;
  background-color: #60269e;
  background-position: right -352px center;
  background-repeat: no-repeat;
  background-image: url(/img/banner-bg.svg?v=2);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner__text > div {
  width: 100%;
  max-width: 576px;
  padding: 80px 80px 80px 0;
}

.banner__text > div h1 {
  font-size: 4.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 800;
}

.banner__image {
  width: 50%;
}

.text {
  padding: 100px 0;
  background-color: #fff;
  text-align: center;
}

.text.padding-noPadding {
  padding-bottom: 0;
}

.text--grey {
  background-color: #f1f1f1;
}

.body h1 {
  font-size: 2.5rem;
  line-height: 1.25;
  color: #60269e;
  margin-bottom: 20px;
  font-weight: 800;
}

.body h2 {
  font-size: 2.25rem;
  line-height: 1.25;
  color: #60269e;
  margin-bottom: 20px;
  font-weight: 800;
}

.body h3 {
  font-size: 2rem;
  line-height: 1.25;
  color: #60269e;
  margin-bottom: 20px;
  font-weight: 800;
}

.body h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #60269e;
  margin-bottom: 16px;
}

.body h4 a {
  text-decoration: underline;
  color: #93d50a;
}

.body p {
  font-size: 1.125rem;
  line-height: 1.625;
  margin-bottom: 28px;
}

.body p strong {
  font-weight: 700;
  color: #60269e;
}

.body p a {
  text-decoration: underline;
  color: #60269e;
}

.body ul {
  margin-bottom: 28px;
}

.body li {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 12px 20px;
}

.body li:nth-of-type(even) {
  background-color: #ececec;
}

.text .body p,
.testimonial .body p,
.iconGrid .body p,
.locations .body p {
  font-size: 1.5rem;
}

.body :last-child {
  margin-bottom: 0;
}

.rows {
  padding: 100px 0;
}

.rows.padding-noPadding {
  padding-bottom: 0;
}

.rows__nav {
  margin-bottom: 76px;
}

.rows__nav--noMargin {
  margin-bottom: 0;
}

.rows__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.rows__nav ul li {
  display: block;
  width: 10.5%;
  margin: 0 1% 28px;
}

.rows__nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.rows__nav ul li a img {
  margin-bottom: 8px;
  height: 100px;
}

.rows__nav ul li a span {
  display: block;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.375;
  color: #60269e;
}

.rows__row {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rows__row--left {
  flex-direction: row-reverse;
}

.rows__row:last-of-type {
  margin-bottom: 0;
}

.rows__row > div {
  width: 50%;
}

.rows__row__text {
  padding-right: 80px;
}

.rows__row > div.rows__row__text--fullWidth {
  width: 100%;
}

.rows__row--left .rows__row__text {
  padding-right: 0;
  padding-left: 80px;
}

.buttonGroup .buttons {
  margin-bottom: 28px;
}

.buttonGroup .buttons:last-of-type {
  margin-bottom: 0;
}

.buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.text .buttons {
  justify-content: center;
}

.buttons a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 32px;
}

.text .buttons a {
  background-color: #93d50a;
  color: #fff;
  padding: 20px 40px;
  border-radius: 28px;
  transition: all 0.25s;
}

.text .buttons a:hover {
  background-color: #60269e;
}

.buttons a:last-of-type {
  margin-right: 0;
}

.text .buttons a img {
  margin-right: 16px;
}

.buttons a span {
  display: block;
  font-size: 1rem;
  color: #60269e;
  margin-right: 16px;
  font-weight: 500;
}

.text .buttons a span {
  color: #fff;
}

.gallerySlider .slickArrow {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 9000;
}

.gallerySlider .slickArrow--prev {
  left: 0;
}

.gallerySlider .slickArrow--next {
  left: 46px;
}

.slick-slide > div > div {
  display: block !important;
}

.testimonial {
  padding: 100px 0;
  text-align: center;
}

.testimonial p {
  max-width: 680px;
  margin: 0 auto 32px;
}

.testimonial.padding-noPadding {
  padding-bottom: 0;
}

.testimonial .body h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.testimonial .body h4 {
  font-size: 1rem;
  color: #93d50a;
  font-weight: 500;
}

.pages {
  padding: 100px 0;
  background-color: #f1f1f1;
}

.pages.padding-noPadding {
  padding-bottom: 0;
}

.pages--white {
  background-color: #fff;
}

.text.padding-noPadding {
  padding-bottom: 0;
}

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

.pages__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 57px;
}

.pages__grid__page {
  display: block;
}

.pages__grid__page__thumbnail {
  position: relative;
  margin-bottom: 24px;
}

.pages__grid__page__thumbnail:after {
  display: block;
  content: ' ';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 52px;
  height: 49px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/img/more.svg?v=2);
}

.pages__grid__page__title h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #60269e;
  transition: all 0.25s;
}

.pages__grid__page:hover h3 {
  color: #93d50a;
}

.cta {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta h3 {
  font-size: 3.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}

.cta .button {
  transition: all 0.25s;
  font-size: 1rem;
  color: #fff;
  padding: 20px 40px;
  border-radius: 28px;
  border: 1px solid #93d50a;
}

.cta .button:hover {
  background-color: #fff;
  color: #60269e;
  border-color: #fff;
}

.logos {
  padding: 100px 0;
}

.logos__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.logos__wrapper__heading {
  width: 25.694444444444443%; /* 296px */
  padding-right: 48px;
}

.logos__wrapper__heading h3 {
  font-weight: 800;
  font-size: 2rem;
  color: #60269e;
}

.logos__wrapper__grid {
  width: 74.30555555555556%; /* 856px */
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 32px;
}

.logos__wrapper__grid > div {
  border: 1px solid #c3c3c3;
  height: 264px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.logos__wrapper__grid > div.noPadding {
  padding: 0;
}

.logos__wrapper__grid > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 264px;
  overflow: hidden;
}

.logos__wrapper__grid > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iconGrid,
.locations {
  padding: 100px 0;
}

.iconGrid.padding-noPadding,
.locations.padding-noPadding {
  padding-bottom: 0;
}

.iconGrid .body,
.locations .body {
  margin-bottom: 64px;
  text-align: center;
}

.iconGrid__grid,
.locations__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 44px;
}

.iconGrid__grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.iconGrid__grid__item img {
  margin-bottom: 28px;
}

.locations__grid__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #c3c3c3;
}

.iconGrid__grid__item h3,
.locations__grid__item h3 {
  font-size: 1.5rem;
  color: #60269e;
  margin-bottom: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.iconGrid__grid__item p,
.locations__grid__item p {
  font-size: 1rem;
  line-height: 1.625;
}

.locations__grid__item p {
  margin-bottom: 20px;
}

.locations__grid__item .button {
  transition: all 0.25s;
  font-size: 1rem;
  color: #000;
  padding: 20px 40px;
  border-radius: 28px;
  border: 1px solid #93d50a;
}

.locations__grid__item .button:hover {
  background-color: #93d50a;
  color: #fff;
  border-color: #93d50a;
}

.locations__grid__item p a {
  text-decoration: underline;
}

.bigGallery {
  padding: 100px 0;
}

.bigGallery.padding-noPadding {
  padding-bottom: 0;
}

.bigGallerySlider .slickArrow {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 9000;
}

.bigGallerySlider .slickArrow--prev {
  right: 46px;
}

.bigGallerySlider .slickArrow--next {
  right: 0;
}

.doubleColumn {
  padding: 100px 0;
  background-color: #fff;
}

.doubleColumn__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doubleColumn__columns > div {
  width: calc(50% - 52px);
}

.doubleColumn__columns > div:first-of-type ul li {
  font-size: 3.5rem;
  line-height: 1.25;
  color: rgba(89,45,136,1);
  font-weight: 800;
  text-align: right;
}

.doubleColumn__columns > div:first-of-type ul li:nth-of-type(1),
.doubleColumn__columns > div:first-of-type ul li:nth-of-type(6) {
  color: rgba(89,45,136,.2);
}

.doubleColumn__columns > div:first-of-type ul li:nth-of-type(2),
.doubleColumn__columns > div:first-of-type ul li:nth-of-type(5) {
  color: rgba(89,45,136,.4);
}

.doubleColumn.padding-noPadding {
  padding-bottom: 0;
}

.promo {
  padding: 100px 0;
}

.promo.padding-noPadding {
  padding-bottom: 0;
}

.promo__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.promo__wrapper > div {
  width: 50%;
}

.promo__wrapper > div:first-of-type {
  background-image: linear-gradient(to right, #93d50a, #56820e);
  padding: 28px 0 28px 28px;
}

.promo__wrapper > div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #582c87, #391861);
}

.promo__wrapper > div:last-of-type h3 {
  font-size: 3.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.125;
  margin-bottom: 24px;
}

.promo__wrapper > div:last-of-type .button {
  transition: all 0.25s;
  font-size: 1rem;
  color: #fff;
  padding: 20px 40px;
  border-radius: 28px;
  border: 1px solid #93d50a;
}

.promo__wrapper > div:last-of-type .button:hover {
  background-color: #fff;
  color: #60269e;
  border-color: #fff;
}

.articles {
  padding: 100px 0;
  background-color: #fff;
  text-align: center;
}

.articles.padding-noPadding {
  padding-bottom: 0;
}

.articles__heading {
  margin-bottom: 76px;
  text-align: center;
}

.articles__heading .body h3 {
  font-weight: 800;
  font-size: 1.5rem;
}

.articles__grid__article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #b0aeab;
}

.articles__grid__article h4 {
  font-size: 0.875rem;
  color: #60269e;
  text-transform: uppercase;
  padding: 28px 56px 28px 0;
  width: 148px;
}

.articles__grid__article h3 {
  font-size: 1rem;
  line-height: 1.375;
  padding: 28px 0;
  width: calc(100% - 270px);
}

.articles__grid__article > a {
  font-size: 1rem;
  color: #60269e;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/img/read-more.svg?v=2);
  width: 122px;
  padding: 28px 0;
}

footer .legal {
  display: flex;
  justify-content: space-between;
  padding-bottom: 76px;
  font-size: 0.75rem;
  color: #878787;
}

footer .legal a {
  text-decoration: underline;
  color: #878787;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *  `contenteditable` attribute is included anywhere else in the document.
 *  Otherwise it causes space to appear at the top and bottom of elements
 *  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *  `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
     (-webkit-min-device-pixel-ratio: 1.25),
     (-o-min-device-pixel-ratio: 5/4),
     (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
