/* playfair-display-regular - latin-ext_latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair/playfair-display-v21-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/playfair/playfair-display-v21-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/playfair/playfair-display-v21-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/playfair/playfair-display-v21-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/playfair/playfair-display-v21-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/playfair/playfair-display-v21-latin-ext_latin-regular.svg#PlayfairDisplay') format('svg');
  /* Legacy iOS */
}
/* playfair-display-italic - latin-ext_latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/playfair/playfair-display-v21-latin-ext_latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/playfair/playfair-display-v21-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/playfair/playfair-display-v21-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/playfair/playfair-display-v21-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/playfair/playfair-display-v21-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/playfair/playfair-display-v21-latin-ext_latin-italic.svg#PlayfairDisplay') format('svg');
  /* Legacy iOS */
}
/* lato-300 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato/lato-v17-latin-ext_latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato/lato-v17-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v17-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v17-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v17-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v17-latin-ext_latin-300.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-300italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato/lato-v17-latin-ext_latin-300italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato/lato-v17-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v17-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v17-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v17-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v17-latin-ext_latin-300italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato/lato-v17-latin-ext_latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato/lato-v17-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v17-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v17-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v17-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v17-latin-ext_latin-italic.svg#Lato') format('svg');
  /* Legacy iOS */
}
/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato/lato-v17-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/lato/lato-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/lato-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato/lato-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/lato-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato/lato-v17-latin-ext_latin-regular.svg#Lato') format('svg');
  /* Legacy iOS */
}
html,
body {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #000;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
/* ------ BOOTSTRAP OVERRIDE---- */
.btn {
  padding: 10px 30px;
}
.btn-primary {
  color: #fff;
  background: #900c3f;
  border-color: #900c3f;
  font-weight: 600;
  border-radius: 0;
}
.btn-primary:hover {
  background: #c70039;
  border-color: #c70039;
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 12, 63, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #c70039;
  border-color: #c70039;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c70039;
  border-color: rgba(144, 12, 63, 0.2);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 12, 63, 0.2);
}
.button {
  display: inline-block;
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.25;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5rem 3rem;
  border-radius: 2.5em;
  min-width: 22.5rem;
  transition: 300ms ease-in-out;
}
@media (max-width: 992px) {
  .button {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .button {
    padding: 1rem 2rem;
  }
}
.button.-primary {
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #004D40 0% 15%, #004D40, #07753F, #07753F 85% 100%) center;
  background-size: 300% 100%;
}
.button.-primary::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  width: 50%;
  height: 0.85rem;
  background: #000;
  filter: blur(15px);
  border-radius: 1rem;
  z-index: -1;
  transform: translateX(-50%);
  transition: 200ms ease-in-out;
}
.button.-primary:hover {
  background-position: left;
}
.button.-primary:hover::before {
  width: 60%;
  height: 1.05rem;
}
.button.-primaryOutline {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 1rem 2.5rem;
  border: 2px solid #007E3B;
  background: linear-gradient(to right, #004D40 50%, transparent 50% 100%) right;
  background-size: calc(200% + 4rem) 100%;
  color: #007E3B;
  transition: 400ms ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.button.-primaryOutline::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 4rem;
  background: #004D40 padding-box;
  border-radius: 2.5em;
  z-index: -1;
  transition: 400ms ease-in-out;
}
.button.-primaryOutline.-arrowRight .arrowRight {
  margin-left: 0.75rem;
}
.button.-primaryOutline.-arrowRight:hover {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #fff;
  background-position: left;
  border-color: #004D40;
}
.button.-primaryOutline.-arrowRight:hover::before {
  right: -3rem;
}
.button.-primaryOutline.-arrowRight:hover .arrowRight {
  width: 4rem;
  background-color: #fff;
}
.button.-primaryOutline.-arrowRight:hover .arrowRight__arrow::before,
.button.-primaryOutline.-arrowRight:hover .arrowRight__arrow::after {
  background-color: #fff;
}
.button.-minWidthAuto {
  min-width: auto;
}
.button.-sm {
  padding: 1rem 1.5rem;
}
.editArea h1,
.editArea h2,
.editArea h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.65;
  color: #000;
}
@media (max-width: 992px) {
  .editArea h1,
  .editArea h2,
  .editArea h3 {
    font-size: 1.5rem;
  }
}
.editArea h4 {
  font-size: 1.45rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .editArea h4 {
    font-size: 1.35rem;
  }
}
.editArea h5 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .editArea h5 {
    font-size: 1.2rem;
  }
}
.editArea h6 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .editArea h6 {
    font-size: 1.1rem;
  }
}
.editArea h1 b,
.editArea h2 b,
.editArea h3 b,
.editArea h4 b,
.editArea h5 b,
.editArea h6 b,
.editArea h1 strong,
.editArea h2 strong,
.editArea h3 strong,
.editArea h4 strong,
.editArea h5 strong,
.editArea h6 strong {
  font-weight: 400;
}
.editArea p,
.editArea ul,
.editArea ol {
  font-size: 1.125rem;
  line-height: 1.66;
}
@media (max-width: 992px) {
  .editArea p,
  .editArea ul,
  .editArea ol {
    font-size: 1rem;
  }
}
.editArea ul,
.editArea ol {
  list-style: none;
  padding-left: 0;
}
.editArea ul li,
.editArea ol li {
  position: relative;
  padding-left: 1rem;
}
.editArea ul li::before,
.editArea ol li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #007E3B;
  padding-right: 0.5rem;
}
.editArea.-title h1,
.editArea.-title h2 {
  font-size: 2.125rem;
}
@media (max-width: 992px) {
  .editArea.-title h1,
  .editArea.-title h2 {
    font-size: 1.625rem;
  }
}
.editArea.-titleHr h1,
.editArea.-titleHrLeft h1,
.editArea.-titleHr h2,
.editArea.-titleHrLeft h2 {
  position: relative;
  padding-bottom: 2.45rem;
  margin-bottom: 0;
}
.editArea.-titleHr h1::after,
.editArea.-titleHrLeft h1::after,
.editArea.-titleHr h2::after,
.editArea.-titleHrLeft h2::after {
  content: '';
  position: absolute;
  bottom: 1.5rem;
  width: 22.5rem;
  max-width: 100%;
  height: 2px;
  background-color: #007E3B;
}
.editArea.-titleHr h1::after,
.editArea.-titleHr h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.editArea.-titleHrLeft h1::after,
.editArea.-titleHrLeft h2::after {
  left: 0;
}
.editArea.-titleLg h1,
.editArea.-titleLg h2 {
  font-size: 2.125rem;
}
@media (max-width: 992px) {
  .editArea.-titleLg h1,
  .editArea.-titleLg h2 {
    font-size: 1.625rem;
  }
}
.editArea.-footer h1,
.editArea.-footer h2 {
  font-size: 1.115em;
  color: #fff;
}
.editArea.-footer p,
.editArea.-footer ul,
.editArea.-footer ol {
  color: #fff;
  font-size: 0.875rem;
}
.editArea.-footer.-titleHrLeft h1,
.editArea.-footer.-titleHrLeft h2 {
  padding-bottom: 1.25rem;
}
.editArea.-footer.-titleHrLeft h1::after,
.editArea.-footer.-titleHrLeft h2::after {
  bottom: 0.75rem;
  background-color: #007E3B;
}
.form-control {
  height: auto;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: transparent;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.1);
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - header
 | ---------------------------------------------
 | ---------------------------------------------
*/
.header {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 0;
  z-index: 1000;
  transition: 200ms ease-in-out;
}
.header__logo img {
  display: block;
  max-width: 300px;
  transition: 200ms ease-in-out;
}
@media (max-width: 1200px) {
  .header__logo img {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    height: 3rem;
    max-width: 100%;
    object-fit: contain;
  }
}
.header.-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}
.header.-home .header__logo {
  display: none;
}
.header.-sticky {
  padding: 0.5rem 0;
}
.header.-sticky .header__logo img {
  max-width: 200px;
}
.nav {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
@media (max-width: 992px) {
  .nav {
    display: none;
  }
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
}
.nav ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: 200ms ease-in-out;
}
.nav ul li a {
  display: block;
  font-weight: 400;
  font-size: 1.125em;
  transition: 200ms ease-in-out;
}
.nav ul li:hover::after {
  background-color: #007E3B;
}
.nav ul li:hover a {
  color: #007E3B;
  transform: translateY(-0.25rem);
}
.nav.-mobile {
  display: block;
}
.nav.-mobile ul li {
  display: block;
  margin: 0.5rem 0;
}
.nav.-mobile ul li a {
  padding: 0.5rem 1.5rem;
}
.navToggle {
  display: none;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.5em;
  border: none;
  background: none;
  padding: 0 0.25rem;
  z-index: 1500;
}
@media (max-width: 992px) {
  .navToggle {
    display: block;
  }
}
.navToggle:focus {
  outline: none;
}
.navToggle.-active i::before {
  content: '\f00d';
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - footer
 | ---------------------------------------------
 | ---------------------------------------------
*/
.footer {
  background-color: #004D40;
  padding: 3rem 0;
}
.footer__text {
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .footer__text {
    padding-right: 0;
    text-align: center;
  }
  .footer__text .editArea.-titleHrLeft h2::after {
    width: 100%;
  }
}
.footer__logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 992px) {
  .footer__logo img {
    margin: 0 auto 3rem;
  }
}
.footer__nav {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav ul li {
  display: block;
  margin-bottom: 0.5rem;
}
.footer__nav ul li a {
  display: block;
  font-size: 0.875em;
  color: #4B8769;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - article
 | ---------------------------------------------
 | ---------------------------------------------
*/
.articleItem__thumb {
  position: relative;
  margin-bottom: 1.25rem;
}
.articleItem__thumb::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1rem;
  width: 50%;
  transform: translateX(-50%);
  filter: blur(30px);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.articleItem__title {
  margin-bottom: 1rem;
}
.articleItem__text {
  margin-bottom: 2rem;
}
.article {
  padding: 5rem 0 8rem;
  background-color: #F8F8F8;
}
.article__header {
  text-align: center;
  margin-bottom: 4rem;
}
.article__thumb {
  margin-bottom: 4rem;
}
.articles {
  padding: 5rem 0 8rem;
  background-color: #F8F8F8;
}
.articles__header {
  margin-bottom: 4rem;
}
.articles__pagination {
  padding-top: 4rem;
}
.articlesHome {
  padding: 4rem 0;
  background: linear-gradient(0deg, #fff, #fff, #eee);
}
.articlesHome__link {
  text-align: center;
  padding-top: 4rem;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - offer
 | ---------------------------------------------
 | ---------------------------------------------
*/
.offerItem {
  padding-bottom: 2rem;
}
.offerItem__content {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  padding: 1.25rem;
  color: #616161;
}
.offerItem__content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1rem;
  width: 50%;
  transform: translateX(-50%);
  filter: blur(30px);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.offerItem__text .editArea h1,
.offerItem__text .editArea h2,
.offerItem__text .editArea h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1em;
  margin-bottom: 0.5rem;
}
.offerItem__text .editArea h1 b,
.offerItem__text .editArea h2 b,
.offerItem__text .editArea h3 b,
.offerItem__text .editArea h1 strong,
.offerItem__text .editArea h2 strong,
.offerItem__text .editArea h3 strong {
  font-weight: 700;
}
.offerItem__text .editArea ul,
.offerItem__text .editArea ol,
.offerItem__text .editArea p {
  font-size: 0.925em;
}
.offerCatItem__thumb {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
}
.offerCatItem__title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.115em;
  margin-bottom: 0.65rem;
  text-align: center;
}
.offerCatItem__text {
  margin-bottom: 2.25rem;
  font-size: 0.925em;
  color: #616161;
  text-align: center;
}
.offerCatItem__text .editArea p,
.offerCatItem__text .editArea ol,
.offerCatItem__text .editArea ul {
  font-size: 1em;
}
.offer {
  padding: 4rem 0;
}
.offers {
  padding: 5rem 0 8rem;
  background-color: #F1F1F1;
}
.offers__header {
  margin-bottom: 4rem;
}
.offers__categories {
  position: relative;
  margin-bottom: 4rem;
  z-index: 100;
}
.offers__items {
  margin-bottom: 2.5rem;
}
.offers__text2 .editArea h3,
.offers__text2 .editArea h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.115em;
  font-weight: 700;
}
.offers__text2 .editArea ol,
.offers__text2 .editArea ul {
  padding-left: 1rem;
}
.offers__text2 .editArea ol,
.offers__text2 .editArea ul,
.offers__text2 .editArea p {
  font-size: 1.115em;
  color: rgba(97, 97, 97, 0.65);
}
.offers .infoBar {
  margin-bottom: 6rem;
}
.offersHome {
  padding: 4rem 0;
  background: linear-gradient(0deg, #fff, #fff, #eee);
}
.offer-gallery-item-index {
  background: linear-gradient(0deg, #ccc, #fafafa);
  border-top: 3px solid #999;
  padding: 60px 0 40px 0;
}
.offer-gallery-item-index .item {
  margin-bottom: 30px;
  border: 2px solid #666;
}
.offer-gallery-item-index .item img {
  border: 4px solid #fff;
}
.catOfferItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 13.45rem;
  text-align: center;
  margin: 0 auto 2.5rem;
}
.catOfferItem__thumb {
  margin-bottom: 1.25rem;
}
.catOfferItem__title {
  font-family: 'Playfair Display', serif;
  font-size: 1em;
  line-height: 1.75;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - company award
 | ---------------------------------------------
 | ---------------------------------------------
*/
.awardsHome {
  padding: 2rem 0;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - company person
 | ---------------------------------------------
 | ---------------------------------------------
*/
.personItem {
  margin-bottom: 40px;
  text-align: center;
}
.personItem__thumb {
  margin-bottom: 10px;
}
.personItem__thumb img {
  display: inline-block;
  width: 60%;
  border-radius: 50%;
}
.personItem__name {
  font-weight: 600;
  font-size: 1.2em;
}
.personItem__title {
  font-weight: 400;
}
.personItem__text {
  font-style: italic;
}
.person__thumb {
  margin-bottom: 30px;
}
.person__thumb img {
  border-radius: 50%;
  display: inline-block;
}
.person__name {
  font-size: 3em;
}
.person__title {
  font-size: 1em;
  margin-bottom: 40px;
}
.personsHome {
  padding: 2rem 0;
  background: #ffc30f;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - company feature
 | ---------------------------------------------
 | ---------------------------------------------
*/
.featuresHome {
  padding: 2rem 0;
}
.featuresHome .item {
  text-align: center;
  margin-bottom: 40px;
}
.featuresHome .thumb {
  text-align: center;
  margin-bottom: 20px;
}
.featuresHome .thumb img {
  width: 100px;
}
.featuresHome .title {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.featuresHome .text {
  font-size: 0.9em;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - company partner
 | ---------------------------------------------
 | ---------------------------------------------
*/
.partnerItem {
  margin-top: 30px;
  text-align: center;
}
.partnerItem__thumb img {
  max-width: 150px;
}
.partnersHome {
  padding: 2rem 0;
  border-top: 3px solid #c70039;
  text-align: center;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - company realization
 | ---------------------------------------------
 | ---------------------------------------------
*/
.realizations {
  padding: 2rem 0;
}
.realizationsHome {
  padding: 2rem 0;
  background: #ffc30f;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - company division
 | ---------------------------------------------
 | ---------------------------------------------
*/
.divisionsHome {
  padding: 2rem 0;
  background: #eee;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - company timeline
 | ---------------------------------------------
 | ---------------------------------------------
*/
.timelineItem {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 20px;
  margin-top: -10px;
}
.timelineItem__title {
  font-weight: 600;
  color: #900c3f;
}
.timelineItem__text {
  opacity: 0.7;
  font-size: 0.9em;
}
.timelineItem__date {
  color: #ff5733;
}
.timelineItem:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 20px;
  left: -11.5px;
}
.timelineItem:first-child {
  margin-top: 0;
}
.timelineItem:nth-child(odd) {
  margin-left: 50%;
  border-left: 3px solid #333;
  text-align: left;
}
.timelineItem:nth-child(even) {
  margin-left: 0;
  border-right: 3px solid #333;
  right: -3px;
  text-align: right;
}
.timelineItem:nth-child(even):after {
  right: -11.5px;
  left: auto;
}
.timelineHome {
  padding: 2rem 0;
}
.timelineHome .item {
  display: flex;
}
.timelineHome .item .line {
  border-left: 2px solid #eee;
  position: relative;
}
.timelineHome .item .line i {
  position: absolute;
  left: -8px;
  top: 0;
}
.timelineHome .item .content {
  margin-left: 25px;
  padding-bottom: 50px;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - company reference
 | ---------------------------------------------
 | ---------------------------------------------
*/
.referenceItem {
  margin-bottom: 25px;
}
.referenceItem__thumb {
  display: flex;
  justify-content: center;
}
.referencesHome {
  padding: 2rem 0;
  background: #eee;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - event
 | ---------------------------------------------
 | ---------------------------------------------
*/
.eventItem {
  margin-bottom: 3rem;
  background: #fff;
  box-shadow: 0 5px 10px #c6c6c6;
  padding: 1rem;
}
.eventItem__header {
  display: flex;
  margin-bottom: 25px;
}
.eventItem__thumb {
  width: 30%;
}
.eventItem__headings {
  width: 100%;
  padding-left: 25px;
}
.eventItem__link {
  text-align: right;
}
.event {
  padding: 4rem 0;
}
.events {
  padding: 4rem 0;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - page
 | ---------------------------------------------
 | ---------------------------------------------
*/
.page {
  padding: 4rem 0;
}
/*
 | ---------------------------------------------
 | ---------------------------------------------
 | - contact form
 | ---------------------------------------------
 | ---------------------------------------------
*/
.form-contact {
  padding: 50px 0;
  background: linear-gradient(180deg, #aaa, #fafafa);
  text-align: center;
}
.form-contact .text {
  font-size: 1.5em;
  margin-bottom: 30px;
}
.form-contact .form {
  margin: 0 20%;
}
.form-contact .form-group {
  text-align: left;
}
.form-contact .rules {
  font-size: 0.8em;
}
.form-contact .formelement-error {
  background: #900c3f;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
.rotator-index {
  position: relative;
}
.rotator-index .slick-arrow {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  width: 50px;
  text-align: center;
  line-height: 90px;
  color: #fff;
  font-size: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.rotator-index .slick-arrow.slick-prev {
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rotator-index .slick-arrow.slick-next {
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rotator-index .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.rotator-index .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.rotator-index .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.rotator-index .slick-dots li.slick-active button {
  background: #ffffff;
}
.rotator-index .item {
  position: relative;
  background: linear-gradient(0deg, #333333, #666666);
  height: 70vh;
  align-items: center;
  justify-content: center;
  display: flex;
}
.rotator-index .item .container {
  position: relative;
}
.rotator-index .item .container .container-body {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 5vh 15%;
}
.rotator-index .item .title {
  font-size: 2.5em;
  font-weight: 600;
}
.rotator-index .item .subtitle {
  font-size: 1.4em;
  font-weight: 400;
}
.rotator-index .item .link {
  margin-top: 30px;
}
.rotator-index .item .link a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 1.1em;
}
.rotator-index .item .link a:hover {
  background: #fff;
  color: #333333;
}
.rotator-index .item .background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-home {
  background: #eee;
  padding: 50px 0;
}
.gallery-home .item {
  background: #fff;
  margin: 20px 0;
}
.gallery-item-index {
  background: linear-gradient(45deg, #333, #666, #000);
  padding: 30px;
}
.gallery-item-index .items {
  margin: 0 0 -30px 0;
}
.gallery-item-index .item {
  margin: 0 0 30px 0;
}
.policy_text_message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.policy_text_message h1,
.policy_text_message h2,
.policy_text_message h3,
.policy_text_message h4,
.policy_text_message h5,
.policy_text_message h6,
.policy_text_message h7 {
  font-size: 1.2em;
}
.policy_text_message .policy_text_message_body {
  padding: 30px 0;
}
.policy_text_message .policy_text_message_btn {
  margin-top: 10px;
}
.policy_text_message .policy_text_message_btn .btn-accept {
  background: #fff;
  color: #000;
  font-weight: 600;
}
.policy_text_message .policy_text_message_btn .btn-reject {
  border-color: #fff;
  color: #fff;
}
.google-map {
  width: 100%;
  height: 50vh;
}
.download-index {
  padding: 50px 0;
}
.download-index .head {
  margin-bottom: 20px;
  font-size: 1.3em;
  text-align: center;
}
.download-index .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.download-index .item .title {
  font-weight: 600;
  margin-bottom: 5px;
}
.download-index .item .text {
  font-size: 0.9em;
  opacity: 0.7;
  margin-bottom: 10px;
}
.download-index .item .icon {
  font-size: 40px;
  margin-bottom: 5px;
}
.download-index .item:hover .icon {
  transform: scale(1.1);
}
.download-index .item .btn span {
  font-size: 0.7em;
  font-weight: 400;
  opacity: 0.7;
}
.welcome {
  background: #F8F8F8 url('../image/welcome-bg.png') left bottom no-repeat;
  background-size: auto 90%;
}
@media (max-width: 1500px) {
  .welcome {
    background-position-x: 60%;
  }
}
@media (max-width: 992px) {
  .welcome {
    background-size: 120% auto;
    padding-bottom: 7rem;
    background-position-x: 0%;
  }
}
@media (max-width: 768px) {
  .welcome {
    background-size: 150% auto;
  }
}
@media (max-width: 568px) {
  .welcome {
    background-size: 190% auto;
  }
}
.welcome .container {
  max-width: 1400px;
}
.welcome__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh + 60px);
  padding-bottom: 15rem;
  padding-top: 5rem;
}
@media (max-width: 992px) {
  .welcome__content {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .welcome__content {
    max-width: 100%;
    padding: 5rem 0 15rem;
  }
}
.welcome__logo {
  display: block;
  max-width: 100%;
  margin-bottom: 4.85rem;
}
.homeSlider__item {
  padding: 0 0 2rem;
}
.homeSlider__item:focus {
  outline: none;
}
.homeSlider__text {
  font-size: 1.25em;
  line-height: 1.55;
  color: #616161;
  text-align: center;
  margin-bottom: 1.625rem;
}
.homeSlider__link {
  text-align: center;
}
.intro {
  background-color: #F8F8F8;
  padding: 6.5rem 0 10rem;
}
@media (max-width: 992px) {
  .intro {
    padding: 6rem 0;
  }
}
.intro__header {
  text-align: center;
  margin-bottom: 6rem;
}
.intro__thumb {
  height: 100%;
}
@media (max-width: 992px) {
  .intro__thumb {
    height: auto;
    margin-bottom: 2rem;
  }
}
.intro__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .intro__thumb img {
    max-width: 85%;
    margin: 0 auto;
  }
}
.intro__text {
  margin-bottom: 2.5rem;
}
.homeBottom {
  overflow-x: hidden;
}
.homeAboutUs {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 4rem;
  z-index: 1;
}
.homeAboutUs::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40rem;
  height: 15rem;
  filter: blur(30px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
  z-index: -1;
}
.homeAboutUs__logo {
  position: relative;
  background: linear-gradient(to top, #004D40, #07753F);
  padding: 2.3rem 1rem 2.3rem 0;
  border-top-right-radius: 10px;
  z-index: 1;
}
@media (max-width: 992px) {
  .homeAboutUs__logo {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
}
.homeAboutUs__logo::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(to top, #004D40, #07753F);
  border-top-right-radius: 10px;
  z-index: -1;
}
@media (max-width: 992px) {
  .homeAboutUs__logo::before {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
.homeAboutUs__body {
  background-color: #fff;
}
.homeAboutUs__content {
  padding: 4.7rem 0 3.7rem;
}
@media (max-width: 992px) {
  .homeAboutUs__content {
    position: relative;
    z-index: 100;
  }
}
.homeAboutUs__text {
  margin-bottom: 1.875rem;
}
.homeAboutUs__thumb {
  position: relative;
  height: 100%;
}
.homeAboutUs__img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 24.375rem;
  max-height: calc(100% + 12rem);
  object-fit: contain;
  z-index: 10;
}
@media (max-width: 992px) {
  .homeAboutUs__img1 {
    left: unset;
    right: -4rem;
    object-position: right;
    max-height: none;
    height: 25rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .homeAboutUs__img1 {
    opacity: 0.5;
  }
}
.homeAboutUs__img2 {
  position: absolute;
  left: 14rem;
  top: 0;
  height: 100%;
  width: 50vw;
  object-fit: cover;
}
@media (max-width: 992px) {
  .homeAboutUs__img2 {
    display: none;
  }
}
.homeAboutUs__link {
  position: relative;
  z-index: 1;
}
.aboutOffer {
  background: #F8F8F8 url('../image/home-offer-bg.png');
  background-size: cover;
  padding: 8.75rem 0 12.75rem;
}
.aboutOffer__header {
  text-align: center;
  margin-bottom: 3.375rem;
}
.aboutOffer__hr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.375rem;
}
.aboutOffer__hrLine {
  width: 100%;
  height: 1px;
  background: rgba(0, 126, 59, 0.2);
}
.aboutOffer__hrIcon {
  display: block;
  width: 4.05rem;
  margin: 0 3.05rem;
}
.aboutOffer__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.375em;
  text-align: center;
  margin-bottom: 4rem;
}
.aboutOffer__text {
  line-height: 1.65;
  margin-bottom: 2.5rem;
}
.aboutOffer__offer {
  border-bottom: 1px solid rgba(0, 126, 59, 0.2);
  margin-bottom: 2.5rem;
}
.aboutOffer__link {
  position: relative;
  z-index: 1;
}
.arrowRight {
  position: relative;
  display: block;
  height: 1px;
  width: 2rem;
  background-color: #007E3B;
  transition: 400ms ease-in-out;
}
.arrowRight__arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.arrowRight__arrow::before,
.arrowRight__arrow::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.75rem;
  background-color: #007E3B;
  transition: 400ms ease-in-out;
}
.arrowRight__arrow::before {
  top: 0;
  transform: rotateZ(55deg);
  transform-origin: top right;
}
.arrowRight__arrow::after {
  bottom: 0;
  transform: rotateZ(-55deg);
  transform-origin: bottom left;
}
.aboutUs {
  padding: 5rem 0 8rem;
  background-color: #F8F8F8;
}
.aboutUs__header {
  text-align: center;
  margin-bottom: 3.75rem;
}
.aboutUs__thumb {
  position: relative;
  margin-bottom: 4.5rem;
}
.aboutUs__thumb::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2rem;
  width: 50%;
  transform: translateX(-50%);
  filter: blur(30px);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.aboutUs__subHeader {
  text-align: center;
  margin-bottom: 4rem;
}
.aboutUs__items {
  margin: 0 -1.5rem;
}
@media (max-width: 992px) {
  .aboutUs__items {
    margin: 0;
  }
}
.aboutUs__item {
  margin: 0 1.5rem 2rem;
}
.aboutUs__img {
  margin-bottom: 3.125rem;
}
.contact {
  padding: 5rem 0 8rem;
  background-color: #F8F8F8;
}
.contact__header {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 126, 59, 0.25);
  margin-bottom: 1.5rem;
}
.contact__leftCol {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .contact__leftCol {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.contact .form-group > label {
  display: none;
}
.mobileNav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: 300ms ease-in-out;
  z-index: 2000;
}
.mobileNav-overlay.-active {
  visibility: visible;
  opacity: 1;
}
.mobileNav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 22rem;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 2001;
  transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
  transform-origin: left;
  transition: 300ms ease-in-out;
}
.mobileNav__header {
  position: relative;
  padding: 1rem ;
  margin-bottom: 1.5rem;
}
.mobileNav__logo {
  max-width: 75%;
}
.mobileNav__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.25em;
}
.mobileNav__close:focus {
  outline: none;
}
.mobileNav.-active {
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
}
.shadow-bottom {
  position: relative;
}
.shadow-bottom::before {
  content: '';
  position: absolute;
  bottom: 1rem;
  left: 50%;
  height: 1rem;
  width: 50%;
  transform: translateX(-50%);
  filter: blur(30px);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
}
.infoBar {
  position: relative;
  background: linear-gradient(to top, #004D40, #007E3B);
  padding: 1.25rem 0;
  z-index: 1;
}
.infoBar__text {
  font-family: 'Playfair Display', serif;
  font-size: 1.35em;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .infoBar__text {
    padding-right: 8rem;
  }
}
@media (max-width: 768px) {
  .infoBar__text {
    padding-right: 0;
  }
}
.infoBar__thumb {
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 15rem;
  z-index: -1;
}
@media (max-width: 1600px) {
  .infoBar__thumb {
    width: 9rem;
  }
}
@media (max-width: 768px) {
  .infoBar__thumb {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */