.s-comp94 .intro {
  max-width: 500px;
  margin: 0 auto 96px auto; }

.s-comp94 .intro h2 {
  text-align: center; }

.s-comp94 .intro .s-text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.728; }

.s-comp94 .content > .row > div:nth-child(even) > .row > .s-flex {
  flex-direction: row-reverse !important; }

.s-comp94 .content .s-img__wrapper {
  position: relative;
  overflow: hidden; }

.s-comp94 .content .s-img__wrapper:not(.logo) {
  padding-bottom: 130%;
  border-radius: 36px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.s-comp94 .content .s-img__wrapper.logo {
  padding-bottom: 100%; }

.s-comp94 .content .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%; }

.s-comp94 .content .s-img__wrapper.logo img {
  object-fit: contain; }
/* Default css from Flex */
.s-comp94 .s-flex.smC16286SmSn1p3T6-style {
  position: relative; }
/* Default css from Flex */
.s-comp94 .s-flex.smC16286SmSn1p3T7-style {
  position: relative; }
/* Default css from Default Title */
.s-comp94 h1.smC16286SmSn1p3T8-style, .s-comp94 h2.smC16286SmSn1p3T8-style, .s-comp94 h3.smC16286SmSn1p3T8-style, .s-comp94 h4.smC16286SmSn1p3T8-style, .s-comp94 h5.smC16286SmSn1p3T8-style, .s-comp94 h6.smC16286SmSn1p3T8-style {
  position: relative; }
/* Default css from Default Text */
.s-comp94 .s-text.smC16286SmSn1p3T9-style {
  position: relative; }
/* Default css from Default Button */
.s-comp94 .s-btn.smC16286SmSn1p3T10-style, .s-comp94 .s-btn-alt.smC16286SmSn1p3T10-style {
  position: relative; }

@media only screen and (max-width: 480px) {
  .s-comp94 .intro {
    margin: 0 auto 72px auto; }

  .s-comp94 .intro h2 {
    text-align: left; }

  .s-comp94 .intro .s-text {
    font-size: 1rem;
    text-align: left; }

  .s-comp94 .content .s-img__wrapper {
    margin-top: 36px; } }

.s-comp94 {
  padding: 96px 0px 0px 0px; }

.s-comp94 {
  position: relative; }

.s-comp94 .s-flex.smC16286SmSn1p3T6-style {
  margin: 0px 0px 96px 0px; }

.s-comp94 .s-flex.smC16286SmSn1p3T6-style {
  display: flex !important;
  flex-direction: row; }

.s-comp94 .s-flex.smC16286SmSn1p3T6-style {
  flex-wrap: wrap; }

.s-comp94 .s-flex.smC16286SmSn1p3T6-style {
  align-items: center; }

.s-comp94 .s-flex.smC16286SmSn1p3T7-style {
  display: flex !important;
  flex-direction: column; }

@media (max-width: 768px) {
  .s-comp94 .s-flex.smC16286SmSn1p3T6-style {
    align-items: flex-start; } }

@media (max-width: 480px) {
  .s-comp94 {
    padding: 72px 0px 0px 0px; }

  .s-comp94 .s-flex.smC16286SmSn1p3T6-style {
    align-items: center; } }


/***************************
 BACK BUTTON
 ***************************/
.s-comp98 .back-button {
  font-size: 0.8333rem;
  color: var(--text-main);
  margin-bottom: 48px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none; }

.s-comp98 .back-button i {
  font-size: 0.694em;
  margin: -0.2em 0.5em 0 0;
  color: var(--green);
  vertical-align: middle; }
/***************************
 TITLE
 ***************************/
.s-comp98 h2 {
  text-align: center;
  margin: 0; }
/***************************
 EVENTS
 ***************************/
.s-comp98 .events-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 48px auto; }

.s-comp98 .event {
  width: 100%; }

.s-comp98 .event .s-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(80, 150, 180, 0.1);
  padding: 0; }

.s-comp98 .event .s-tile.fade {
  opacity: 0.6 !important; }

.s-comp98 .event:not(:last-child) .s-tile {
  margin-bottom: 30px; }

.s-comp98 .event .date {
  width: 110px;
  height: 110px;
  background-color: var(--blue);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.s-comp98 .event .date .dd {
  font-size: 1.728rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-family: 'neo-sans', sans-serif, sans-serif; }

.s-comp98 .event .date .mm {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  margin-left: 0.4em;
  line-height: 1;
  opacity: 0.6;
  font-family: 'neo-sans', sans-serif, sans-serif; }

.s-comp98 .event .image-container {
  width: 110px;
  height: 110px;
  position: relative;
  display: none; }

.s-comp98 .event .image-container .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp98 .event .info-container {
  width: calc(100% - 110px);
  padding: 1.728rem 2.074rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp98 .event .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }

.s-comp98 .event .details h3 {
  font-size: 1rem;
  margin-bottom: 0.135em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }

.s-comp98 .event .s-tile:hover .details h3 {
  color: var(--blue); }

.s-comp98 .event .details h3 i {
  font-size: 0.694em;
  line-height: 1;
  margin: 0.06em 0 0 0.3em;
  vertical-align: middle;
  opacity: 0.4; }

.s-comp98 .event .s-tile:hover .details h3 i {
  margin-left: 0.694em;
  color: var(--blue); }

.s-comp98 .event .details .location {
  color: var(--text-main);
  font-size: 1rem;
  margin: 0.5em 0 0 0;
  opacity: 0.6;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media only screen and (max-width: 480px) {
  .s-comp98 .event {
    padding: 0 !important; }

  .s-comp98 .event .s-tile {
    flex-direction: column; }

  .s-comp98 .event .date, .s-comp98 .event .info-container {
    width: 100% !important; }

  .s-comp98 .event .info-container {
    padding: 1.44rem 1.44rem; }

  .s-comp98 .event .info-container h3 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: none; } }
/***************************
 BUTTON LIST
 ***************************/
.s-comp98 .s-button-list {
  justify-content: center; }

.s-comp98 .s-btn.smC16286SmSn1p3T11-style, .s-comp98 .s-btn-alt.smC16286SmSn1p3T11-style {
  position: relative; }

.s-comp98 {
  padding: 48px 0px 48px 0px; }

.s-comp98 {
  position: relative; }

@media (max-width: 480px) {
  .s-comp98 {
    padding: 24px 0px 24px 0px; } }


/****************************
 FLEX (COMP)
 ****************************/
.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  position: relative; }
/****************************
 FLEX (COLUMN)
 ****************************/
.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  position: relative; }
/****************************
 BLOCKQUOTE
 ****************************/
.s-comp90 .s-quote.smC11783SmSn1p3T12-style {
  position: relative; }

.s-comp90 .s-quote.smC11783SmSn1p3T12-style:before, .s-comp90 .s-quote.smC11783SmSn1p3T12-style:after {
  content: '"'; }
/****************************
 BUTTON LIST
 ****************************/
.s-comp90 .s-btn.smC11783SmSn1p3T8-style, .s-comp90 .s-btn-alt.smC11783SmSn1p3T8-style {
  position: relative; }
/****************************
 EMBED/IFRAME
 ****************************/
/*
 .s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
 overflow: hidden;
 }
 .s-comp90 .s-plugin.smC11783SmSn1p3T11-style iframe {
 width: 100% !important;
 height: 100% !important;
 margin-bottom: -10px !important;
 }
 */
/****************************
 ICON LIST
 ****************************/
.s-comp90 .icon-list {
  position: relative; }

.s-comp90 .icon-list .icons .icon {
  position: relative;
  overflow: hidden;
  display: block; }

.s-comp90 .icon-list .icons .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
/****************************
 IMAGE
 ****************************/
.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  position: relative;
  overflow: hidden; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style .s-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style .s-img[src=""], .s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style .s-img[src*="placehold.it"] {
  display: none; }
/****************************
 LINKED IMAGE
 ****************************/
.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style a {
  display: inline-block;
  position: relative; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style .s-logo {
  max-width: 100%;
  max-height: 100%; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style .s-logo[src=""], .s-comp90 .s-logo__link.smC11783SmSn1p3T13-style .s-logo[src*="placehold.it"] {
  display: none; }
/****************************
 LOGO LIST
 ****************************/
.s-comp90 .logo-list .logo {
  position: relative; }

.s-comp90 .logo-list .logo a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%; }

.s-comp90 .logo-list .logo img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
/****************************
 TEXT
 ****************************/
.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  position: relative; }
/****************************
 TILE
 ****************************/
.s-comp90 .s-tile {
  position: relative; }

.s-comp90 .s-tile > .row > div:last-child > *:not(.s-button-list) {
  margin-bottom: 0 !important; }

.s-comp90 .s-tile > .row > div:last-child .s-button-list {
  margin-bottom: -4px !important; }
/****************************
 TITLE
 ****************************/
.s-comp90 h1.smC11783SmSn1p3T6-style, .s-comp90 h2.smC11783SmSn1p3T6-style, .s-comp90 h3.smC11783SmSn1p3T6-style, .s-comp90 h4.smC11783SmSn1p3T6-style, .s-comp90 h5.smC11783SmSn1p3T6-style, .s-comp90 h6.smC11783SmSn1p3T6-style {
  position: relative; }

.s-comp90 {
  padding: 96px 0px 60px 0px; }

.s-comp90 {
  position: relative; }

.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  flex-wrap: wrap; }

.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  display: flex !important;
  flex-direction: row; }

.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  flex-wrap: wrap; }

.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  box-shadow: 0px 0px 15px 0px rgba(38, 41, 44, 0.2);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(38, 41, 44, 0.2); }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  -webkit-border-radius: 36px 36px 36px 36px;
  border-radius: 36px 36px 36px 36px; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  min-height: 0px;
  max-height: 60vh; }

.s-comp90 .s-button-list {
  margin: -4px -4px 32px -4px; }

.s-comp90 .s-button-list {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-button-list {
  flex-wrap: wrap; }

.s-comp90 .s-button-list {
  justify-content: flex-start; }

.s-comp90 .s-button-list {
  align-items: center; }

.s-comp90 blockquote.smC11783SmSn1p3T12-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style a {
  height: 60px; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  flex-wrap: wrap; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  justify-content: center; }

.s-comp90 .icon-list {
  margin: 0px 0px 36px 0px; }

.s-comp90 .icon-list .s-text {
  text-align: left; }

.s-comp90 .icon-list .s-text {
  margin: 0px 0px 0.833em 0px; }

.s-comp90 .icon-list .icons {
  margin: -4px -4px -4px -4px; }

.s-comp90 .icon-list .icons {
  display: flex;
  flex-direction: row; }

.s-comp90 .icon-list .icons {
  flex-wrap: wrap; }

.s-comp90 .icon-list .icons {
  justify-content: flex-start; }

.s-comp90 .icon-list .icons {
  align-items: center; }

.s-comp90 .icon-list .icons div.icon {
  width: 30px; }

.s-comp90 .icon-list .icons div.icon {
  height: 30px; }

.s-comp90 .icon-list .icons div.icon {
  margin: 4px 4px 4px 4px; }

.s-comp90 .icon-list .icons div.icon i {
  font-size: 1.44rem; }

.s-comp90 .icon-list .icons div.icon i {
  color: #606871; }

.s-comp90 .icon-list .icons a.icon {
  background-color: #6ab651; }

.s-comp90 .icon-list .icons a.icon {
  box-shadow: 0px 0px 8px 0px rgba(106, 182, 81, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(106, 182, 81, 0.2); }

.s-comp90 .icon-list .icons a.icon {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp90 .icon-list .icons a.icon {
  width: 30px; }

.s-comp90 .icon-list .icons a.icon {
  height: 30px; }

.s-comp90 .icon-list .icons a.icon {
  margin: 4px 4px 4px 4px; }

.s-comp90 .icon-list .icons a.icon i {
  font-size: 0.833rem; }

.s-comp90 .icon-list .icons a.icon i {
  font-weight: normal; }

.s-comp90 .icon-list .icons a.icon i {
  color: #fff; }

.s-comp90 .icon-list .icons a.icon:hover {
  background-color: #ed8b00; }

.s-comp90 .icon-list .icons a.icon:hover {
  box-shadow: 0px 0px 8px 0px rgba(237, 139, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(237, 139, 0, 0.2); }

.s-comp90 .icon-list .icons a.icon:hover {
  -ms-transform: translate3d(0%, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0%, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0%, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp90 .logo-list {
  margin: 0px 0px 36px 0px; }

.s-comp90 .logo-list .s-text {
  margin: 0px 0px 1em 0px; }

.s-comp90 .logo-list .logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.s-comp90 .logo-list .logos {
  grid-gap: 30px; }

.s-comp90 .logo-list .logos .logo {
  height: 50px; }

.s-comp90 .logo-list .logos .logo, .s-comp90 .logo-list .logos .logo a {
  display: flex;
  flex-direction: row; }

.s-comp90 .logo-list .logos .logo, .s-comp90 .logo-list .logos .logo a {
  justify-content: center; }

.s-comp90 .logo-list .logos .logo, .s-comp90 .logo-list .logos .logo a {
  align-items: center; }

.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-tile .s-button-list {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-tile .s-logo__link.smC11783SmSn1p3T13-style {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-tile .icon-list .icons {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-tile .logo-list .logos .logo, .s-comp90 .s-tile .logo-list .logos .logo a {
  display: flex;
  flex-direction: row; }

@media (max-width: 768px) {
  .s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp90 .icon-list .s-text {
    text-align: center; }

  .s-comp90 .icon-list .icons {
    justify-content: center; } }

@media (max-width: 480px) {
  .s-comp90 {
    padding: 72px 0px 36px 0px; }

  .s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
    min-height: 0px;
    max-height: 80vh; }

  .s-comp90 .s-logo__link.smC11783SmSn1p3T13-style a {
    height: 40px; }

  .s-comp90 .icon-list .s-text {
    text-align: center; }

  .s-comp90 .icon-list .icons {
    justify-content: center; }

  .s-comp90 .s-tile .s-button-list {
    display: flex;
    flex-direction: column; } }


.s-comp92 .s-detail-banner .container {
  position: relative; }

@media only screen and (min-width: 991px) {
  .s-comp92 .s-detail-banner .s-back-btn {
    position: absolute;
    top: 0;
    left: 0; } }

.s-comp92 .s-detail-banner .s-back-btn i {
  vertical-align: middle; }

.s-comp92 .s-detail-banner > .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp92 .s-detail-banner-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.s-comp92 .s-detail-cont > .container > .row > div:first-child .s-text > div:first-child::first-letter {
  font-size: 3.8em;
  margin: 0.2em 0.2em 0.2em 0;
  line-height: 1rem;
  float: left;
  font-weight: 500; }

.s-comp92 .s-detail-cont .s-img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.s-comp92 .s-detail-cont iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.s-comp92 .s-detail-cont .s-share-buttons {
  display: inline-block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.s-comp92 .s-detail-cont .s-share-buttons .at-resp-share-element .at-share-btn, .s-comp92 .s-detail-cont .s-share-buttons .at-resp-share-element .at-share-btn:focus {
  outline: 0 !important; }

.s-comp92 .related-articles a.s-tile {
  display: inline-block;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-decoration-color: transparent;
  font-weight: normal; }

.s-comp92 .related-articles a.s-tile:hover {
  transform: translate(0, -1%); }

.s-comp92 .related-articles a.s-tile h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp92 .related-articles a.s-tile .s-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp92 .related-articles a.s-tile .s-img-bg {
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp92 .related-articles a.s-tile .s-category {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #fff; }

.s-comp92 .related-articles a.s-tile .sw_alink {
  white-space: nowrap; }

.s-comp92 .related-articles a.s-tile .sw_alink i {
  font-size: 0.7em;
  vertical-align: middle; }

@media screen and (min-width: 991px) {
  .s-comp92 .s-detail-cont .container {
    max-width: 750px; }

  .s-comp92 .related-articles-list > .row > div:nth-child(3) {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .s-comp92 .s-detail-banner > .container > .row {
    display: inline-block; }

  .s-comp92 .s-detail-banner-img {
    margin: 48px 0; } }

.s-comp92 .s-detail-cont .s-text {
  padding: 0px 0px 0px 0px; }

.s-comp92 .s-detail-cont .s-button-list .s-btn, .s-comp92 .s-detail-cont .s-button-list a.s-btn:link, .s-comp92 .s-detail-cont .s-button-list a.s-btn:visited {
  margin: 4px 4px 4px 4px; }

.s-comp92 .s-detail-cont .s-button-list .s-btn-alt, .s-comp92 .s-detail-cont .s-button-list a.s-btn-alt:link, .s-comp92 .s-detail-cont .s-button-list a.s-btn-alt:visited {
  margin: 4px 4px 4px 4px; }

.s-comp92 .s-detail-cont .s-button-list {
  margin: 48px 0px 48px 0px; }

.s-comp92 .s-detail-cont .s-button-list-beh {
  text-align: center; }

.s-comp92 .s-detail-cont hr {
  opacity: 0.1; }

.s-comp92 .s-detail-cont hr {
  margin: 48px 0px 48px 0px; }

.s-comp92 .s-detail-cont .s-img {
  -webkit-border-radius: 36px 36px 36px 36px;
  border-radius: 36px 36px 36px 36px; }

.s-comp92 .s-detail-cont .s-img-beh {
  text-align: center; }

.s-comp92 .s-detail-cont .s-img {
  height: auto; }

.s-comp92 .s-detail-cont .s-img {
  margin: 48px 0px 48px 0px; }

.s-comp92 .s-detail-cont .s-img {
  min-height: 0px;
  max-height: 60vh; }

.s-comp92 {
  padding: 96px 0px 48px 0px; }

.s-comp92 .s-detail-banner {
  padding: 0px 0px 96px 0px; }

.s-comp92 .s-detail-header {
  padding: 36px 0px 0px 0px; }

.s-comp92 .s-detail-header .s-title-h2 h2 {
  text-align: left; }

.s-comp92 .s-detail-header .s-text-beh .s-text {
  font-size: 120%; }

.s-comp92 .s-detail-header .s-text-beh .s-text {
  text-align: left; }

.s-comp92 .s-detail-header .s-date {
  font-size: 83%; }

.s-comp92 .s-detail-header .s-date {
  font-weight: bold; }

.s-comp92 .s-detail-header .s-date {
  text-align: left; }

.s-comp92 .s-detail-header .s-date {
  opacity: 0.5; }

.s-comp92 .s-detail-banner-img {
  -webkit-border-radius: 36px 36px 36px 36px;
  border-radius: 36px 36px 36px 36px; }

.s-comp92 .s-detail-banner-img {
  width: 100%; }

.s-comp92 .s-detail-banner-img {
  height: auto; }

.s-comp92 .s-detail-banner-img {
  margin: 0px 0px 0px 0px; }

.s-comp92 .s-detail-banner-img {
  padding: 0px 0px 80% 0px; }

.s-comp92 .s-detail-banner .s-back-btn {
  font-size: 83%; }

.s-comp92 .s-detail-banner .s-back-btn {
  font-weight: normal; }

.s-comp92 .s-detail-banner .s-back-btn {
  color: #606871; }

.s-comp92 .s-detail-banner .s-back-btn {
  margin: 0px 0px 0px 15px; }

.s-comp92 .s-detail-banner .s-back-btn:hover {
  color: #6ab651; }

.s-comp92 .s-detail-banner .s-back-btn:hover {
  text-decoration: none; }

.s-comp92 .s-detail-banner .s-back-btn i {
  font-size: 0.7em; }

.s-comp92 .s-detail-banner .s-back-btn i {
  font-weight: normal; }

.s-comp92 .s-detail-banner .s-back-btn i {
  color: #6ab651; }

.s-comp92 .s-detail-banner .s-back-btn i {
  margin: -1px 2px 0px 0px; }

.s-comp92 .s-detail-banner .s-back-btn:hover i {
  opacity: 0.5; }

.s-comp92 .s-detail-banner .s-back-btn i {
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s; }

.s-comp92 .s-cta {
  background-color: #6ab651; }

.s-comp92 .s-cta {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp92 .s-cta {
  margin: 48px 0px 48px 0px; }

.s-comp92 .s-cta {
  padding: 60px 60px 60px 60px; }

.s-comp92 .s-cta h3 {
  font-weight: bold; }

.s-comp92 .s-cta h3 {
  color: #fff; }

.s-comp92 .s-cta h3 {
  text-align: center; }

.s-comp92 .s-cta .s-btn {
  color: #6ab651; }

.s-comp92 .s-cta .s-btn {
  background-color: #fff; }

.s-comp92 .s-cta .s-btn-beh {
  text-align: center; }

.s-comp92 .s-share-buttons {
  background-color: #fff; }

.s-comp92 .s-share-buttons {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp92 .s-share-buttons {
  width: 100%; }

.s-comp92 .s-share-buttons {
  margin: 24px 0px 48px 0px; }

.s-comp92 .s-share-buttons {
  padding: 24px 24px 24px 24px; }

.s-comp92 .s-share-buttons-container {
  text-align: center; }

.s-comp92 .s-share-buttons .at-resp-share-element .at-share-btn svg {
  fill: #fff !important; }

.s-comp92 .s-share-buttons .at-resp-share-element .at-share-btn {
  background-color: #6ab651 !important; }

.s-comp92 .s-share-buttons .at-resp-share-element .at-share-btn {
  margin: 0px 2px 0px 2px; }

.s-comp92 .s-share-buttons .at-resp-share-element .at-share-btn {
  border-radius: 3px 3px 3px 3px !important;
  -webkit-border-radius: 3px 3px 3px 3px !important; }

.s-comp92 .s-share-buttons h2 {
  font-size: 83%; }

.s-comp92 .s-share-buttons h2 {
  font-weight: bold; }

.s-comp92 .s-share-buttons h2 {
  color: #606871; }

.s-comp92 .s-share-buttons h2 {
  margin: 0px 0px 12px 0px; }

.s-comp92 .related-articles .s-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp92 .related-articles .s-tile {
  margin: 0px 0px 0px 0px; }

.s-comp92 .related-articles .s-tile {
  padding: 0px 0px 0px 0px; }

.s-comp92 .related-articles .s-tile .s-text {
  font-size: 100%; }

.s-comp92 .related-articles .s-tile .s-text {
  color: #606871; }

.s-comp92 .related-articles .s-tile .s-text {
  margin: 12px 0px 12px 0px; }

.s-comp92 .related-articles .s-tile .sw_alink, .s-comp92 .related-articles .s-tile a.sw_alink:link, .s-comp92 .related-articles .s-tile a.sw_alink:visited {
  font-size: 83%; }

.s-comp92 .related-articles .s-tile .sw_alink, .s-comp92 .related-articles .s-tile a.sw_alink:link, .s-comp92 .related-articles .s-tile a.sw_alink:visited {
  font-weight: bold; }

.s-comp92 .related-articles .s-tile .sw_alink, .s-comp92 .related-articles .s-tile a.sw_alink:link, .s-comp92 .related-articles .s-tile a.sw_alink:visited {
  color: #6ab651; }

.s-comp92 .related-articles .s-tile .sw_alink, .s-comp92 .related-articles .s-tile a.sw_alink:link, .s-comp92 .related-articles .s-tile a.sw_alink:visited {
  line-height: 100%; }

.s-comp92 .related-articles .s-tile .s-link-beh {
  text-align: left; }

.s-comp92 .related-articles .s-tile .sw_alink i {
  font-size: 0.7em; }

.s-comp92 .related-articles .s-tile .sw_alink i {
  color: #606871; }

.s-comp92 .related-articles .s-tile .sw_alink i {
  margin: -1px 0px 0px 4px; }

.s-comp92 .related-articles .s-tile .sw_alink i {
  opacity: 0.4; }

.s-comp92 .related-articles .s-tile .s-content {
  background-color: #fff; }

.s-comp92 .related-articles .s-tile .s-content {
  margin: 0px 0px 0px 0px; }

.s-comp92 .related-articles .s-tile .s-content {
  padding: 36px 30px 36px 30px; }

.s-comp92 .related-articles .s-tile .s-img-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.s-comp92 .related-articles .s-tile .s-img-bg {
  width: 100%; }

.s-comp92 .related-articles .s-tile .s-img-bg {
  height: auto; }

.s-comp92 .related-articles .s-tile .s-img-bg {
  padding: 0px 0px 70% 0px; }

.s-comp92 .related-articles .s-tile .s-category {
  font-size: 0.75em; }

.s-comp92 .related-articles .s-tile .s-category {
  color: #606871; }

.s-comp92 .related-articles .s-tile .s-category {
  background-color: #fff; }

.s-comp92 .related-articles .s-tile .s-category {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp92 .related-articles .s-tile .s-category {
  padding: 0px 8px 1px 8px; }

.s-comp92 .related-articles .s-tile .s-category {
  display: none; }

.s-comp92 .related-articles .s-tile .s-category {
  top: 15px;
  bottom: auto;
  left: 15px;
  right: auto; }

.s-comp92 .related-articles .s-tile h3 {
  font-size: 120%; }

.s-comp92 .related-articles .s-tile h3 {
  font-weight: bold; }

.s-comp92 .related-articles .s-tile h3 {
  color: #26292c; }

.s-comp92 .related-articles .s-tile h3 {
  line-height: 120%; }

.s-comp92 .related-articles .s-tile h3 {
  margin: 0px 0px 0px 0px; }

.s-comp92 .related-articles {
  margin: 0px 0px 48px 0px; }

.s-comp92 .related-articles {
  display: none !important; }

.s-comp92 .related-articles-title h3 {
  color: #26292c; }

.s-comp92 .related-articles-title h3 {
  text-align: center; }

@media (max-width: 768px) {
  .s-comp92 .s-detail-header .s-title-h2 h2 {
    text-align: center; }

  .s-comp92 .s-detail-header .s-text-beh .s-text {
    text-align: center; }

  .s-comp92 .s-detail-header .s-date {
    text-align: center; }

  .s-comp92 .s-detail-banner-img {
    margin: 24px 0px 0px 0px; } }

@media (max-width: 480px) {
  .s-comp92 {
    padding: 72px 0px 24px 0px; }

  .s-comp92 .s-detail-banner {
    padding: 0px 0px 36px 0px; }

  .s-comp92 .s-detail-header .s-title-h2 h2 {
    text-align: center; }

  .s-comp92 .s-detail-header .s-text-beh .s-text {
    text-align: center; }

  .s-comp92 .s-detail-header .s-date {
    text-align: center; }

  .s-comp92 .s-detail-banner-img {
    margin: 24px 0px 0px 0px; }

  .s-comp92 .s-detail-banner-img {
    padding: 0px 0px 100% 0px; }

  .s-comp92 .s-detail-banner .s-back-btn {
    margin: 0px 0px 0px 0px; }

  .s-comp92 .s-cta {
    padding: 36px 36px 36px 36px; }

  .s-comp92 .related-articles .s-tile .s-content {
    padding: 36px 24px 36px 24px; }

  .s-comp92 .related-articles .s-tile .s-img-bg {
    padding: 0px 0px 90% 0px; } }


.s-comp79 .s-form h1:before, .s-comp79 .s-form h2:before, .s-comp79 .s-form h3:before, .s-comp79 .s-form h4:before, .s-comp79 .s-form h5:before, .s-comp79 .s-form h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp79 .s-form h1:after, .s-comp79 .s-form h2:after, .s-comp79 .s-form h3:after, .s-comp79 .s-form h4:after, .s-comp79 .s-form h5:after, .s-comp79 .s-form h6:after {
  content: "";
  position: relative;
  display: block; }
/******************
 GENERAL
 ******************/
.s-comp79 {
  position: relative; }
/******************
 FORM SETTINGS
 ******************/
.s-comp79 .s-form .form-group {
  margin: 0; }

.s-comp79 .s-form label {
  display: block; }

.s-comp79 .s-form label.form-check-inline {
  display: inline-block; }

.s-comp79 .s-btn {
  position: relative; }
/*
 .s-comp79 select {
 margin-bottom: 30px;
 }
 */
.s-comp79 .s-form .checkbox-inline {
  display: inline-block; }

.s-comp79 .s-form .radio-inline {
  display: inline-block; }

.s-comp79 .form-check-label > .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0; }

.s-comp79 .form-check-label > .form-check-description {
  display: inline-block; }

.s-comp79 .form-check-label > .form-check-indicator {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%; }

.s-comp79 .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><path fill="%23fff" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"/></svg>');
  color: #fff;
  background-color: #0074d9; }

.s-comp79 .form-check-label {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.s-comp79 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"/></svg>'); }

.s-comp79 *:focus {
  outline: none; }

.s-comp79 .s-form .s-recaptcha-beh > .g-recaptcha {
  display: inline-block; }

.s-comp79 .s-form .s-recaptcha-beh > .g-recaptcha > div {
  width: auto !important; }

input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-calendar-picker-indicator, input[type="week"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

.s-comp79 select {
  height: auto !important; }
/******************
 RADIO BUTTONS
 ******************/
.s-comp79 .s-radios-beh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0 -4px; }

.s-comp79 .s-form .radio-inline {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.s-comp79 .s-form .radio-inline label {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.s-comp79 .s-form .radio-inline .form-check-indicator {
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
/******************
 CHECKBOXES
 ******************/
.s-comp79 .s-checkbox-beh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0 -4px; }

.s-comp79 .form-check checkbox {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.s-comp79 .s-checkbox-beh label {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.s-comp79 .s-checkbox-beh .form-check-indicator {
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
/******************
 UPLOAD INPUT
 ******************/
.s-comp79 .sm-input {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  /* margin-bottom: 30px;*/ }

.s-comp79 .sm-file-input {
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer; }

.s-comp79 .sm-file-input:hover + .sm-file-control::before {
  background: red; }

.s-comp79 .sm-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial;
  border-radius: 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.s-comp79 .file-control {
  padding: 8px 24px; }

.s-comp79 .sm-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial;
  border-radius: 0.25rem; }

.s-comp79 .sm-file-control::before {
  content: attr(data-btn); }

.s-comp79 .sm-file-control::after {
  content: attr(data-upload);
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 0.9em;
  opacity: 0.7; }

.s-comp79 input[type="file"] {
  padding: 0 !important;
  height: auto !important;
  display: inline-block !important; }

.s-comp79 .sm-file-control {
  padding: 0 !important;
  width: 100% !important;
  height: 36px !important; }

.s-comp79 .sm-file-control::before {
  padding: 8px 24px 12px 24px !important; }

@media only screen and (max-width: 991px) {
  .s-comp79 form > .row {
    display: flex;
    flex-direction: column; } }
/******************
 LABELS
 ******************/
.s-comp79 .s-form label.form-check-label {
  position: relative;
  display: inline-block;
  padding-left: 0;
  cursor: pointer; }

.s-comp79 .label-required:after {
  content: '*';
  margin-left: 4px;
  font-size: 0.8em;
  color: red;
  font-weight: bold; }
/******************
 PRIVACY
 ******************/
.s-comp79 .s-text a, .s-comp79 .privacy a {
  text-decoration-color: transparent !important; }

.s-comp79 .privacy::empty {
  display: none; }

.s-comp79 .privacy {
  text-align: left !important; }
/******************
 SOCIAL MEDIA
 ******************/
.s-comp79 .social-media .row {
  margin: 0 -4px;
  display: flex; }

@media only screen and (max-width: 991px) {
  .s-comp79 .social-media .row {
    justify-content: center; } }
/******************
 OPENING TIMES
 ******************/
.s-comp79 .opening-times .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 991px) {
  .s-comp79 .opening-times .day {
    flex-direction: column; } }

.s-comp79 {
  padding: 96px 0px 66px 0px; }

.s-comp79 .s-form h1 {
  text-align: left; }

.s-comp79 .s-form h2 {
  font-size: 1.728em; }

.s-comp79 .s-form h2 {
  text-align: left; }

.s-comp79 .s-form h2 {
  margin: 0px 0px 0px 0px; }

.s-comp79 .s-form h3 {
  text-align: left; }

.s-comp79 .s-form h4 {
  text-align: left; }

.s-comp79 .s-form h5 {
  text-align: left; }

.s-comp79 .s-form h6 {
  text-align: left; }

.s-comp79 .s-form .s-text {
  text-align: left; }

.s-comp79 .s-form .s-text {
  margin: 0px 0px 30px 0px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #ffcd00; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  width: 20px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  height: 20px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  margin: 3px 0px 0px 0px; }

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #6ab651; }

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #6ab651; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  font-size: 14px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  padding: 0px 0px 0px 25px; }

.s-comp79 .s-form .form-check.checkbox {
  margin: 0px 15px 0px 0px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  -webkit-border-radius: 99px 99px 99px 99px;
  border-radius: 99px 99px 99px 99px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  border: 1px solid #606871; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  width: 14px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  height: 14px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  margin: 0px 0px 0px 0px; }

.s-comp79 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #6ab651; }

.s-comp79 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #6ab651; }

.s-comp79 .form-check.radio .form-check-label:hover > .form-check-indicator {
  border: 1px solid #6ab651; }

.s-comp79 .s-form .form-check.radio {
  margin: 0px 8px 0px 8px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  font-size: 0.9em; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  color: #606871; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  line-height: 100%; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  margin: 0px 0px 0px 25px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  opacity: 0.7; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #606871; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  width: 14px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  height: 14px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  margin: 0px 0px 0px 0px; }

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #6ab651; }

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #6ab651; }

.s-comp79 .form-check.checkbox .form-check-label:hover > .form-check-indicator {
  border: 1px solid #6ab651; }

.s-comp79 .s-form .form-check.checkbox {
  margin: 8px 8px 8px 8px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  font-size: 0.95em; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  color: #606871; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  line-height: 100%; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  margin: 0px 0px 0px 0px; }

.s-comp79 .s-img {
  margin: 0px 0px 30px 0px; }

.s-comp79 .s-img-default-beh {
  text-align: center; }

.s-comp79 .s-plugin iframe {
  width: 100%; }

.s-comp79 .s-plugin iframe {
  margin: 0px 0px 30px 0px; }

.s-comp79 .opening-times {
  width: 100%; }

.s-comp79 .opening-times {
  margin: 0px 0px 30px 0px; }

.s-comp79 .opening-times .day {
  width: 100%; }

.s-comp79 .opening-times .day .day-inner {
  font-weight: normal; }

.s-comp79 .opening-times .day .day-inner {
  text-align: left; }

.s-comp79 .opening-times .day .day-inner {
  width: 120px; }

.s-comp79 .opening-times .day .hours-inner {
  text-align: left; }

.s-comp79 .social-media {
  width: 100%; }

.s-comp79 .social-media {
  margin: 0px 0px 30px 0px; }

.s-comp79 .social-media .s-text {
  font-weight: bold; }

.s-comp79 .social-media .s-text {
  margin: 0px 0px 8px 0px; }

.s-comp79 .social-media a {
  background-color: #6ab651; }

.s-comp79 .social-media a {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp79 .social-media a {
  width: 30px; }

.s-comp79 .social-media a {
  height: 30px; }

.s-comp79 .social-media a {
  margin: 0px 4px 0px 4px; }

.s-comp79 .social-media a {
  display: inline-block; }

.s-comp79 .social-media a {
  position: relative; }

.s-comp79 .social-media a i {
  font-size: 15px; }

.s-comp79 .social-media a i {
  font-weight: normal; }

.s-comp79 .social-media a i {
  color: #fff; }

.s-comp79 .social-media a i {
  -ms-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp79 .social-media a i {
  position: absolute; }

.s-comp79 .social-media a i {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto; }

.s-comp79 .social-media a:hover {
  -ms-transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp79 .social-media {
  display: inline-block; }

.s-comp79 .social-media {
  text-align: center; }

.s-comp79 .privacy.s-text {
  font-size: 0.833rem; }

.s-comp79 .privacy.s-text {
  font-weight: normal; }

.s-comp79 .privacy.s-text {
  color: #606871; }

.s-comp79 .privacy.s-text {
  text-align: left; }

.s-comp79 .privacy.s-text {
  margin: 5px 0px 0px 0px; }

.s-comp79 .privacy.s-text {
  opacity: 0.833; }

.s-comp79 .s-form label.control-label {
  margin: 24px 0px 0px 2px; }

.s-comp79 .s-form input::-webkit-input-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form textarea::-webkit-input-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form input:-moz-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form textarea:-moz-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form input::-moz-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form textarea::-moz-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form input:-ms-input-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form textarea:-ms-input-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form .sw-result-easyform {
  color: #ffcd00; }

.s-comp79 .s-form .sw-result-easyform {
  display: none; }

.s-comp79 .s-form .has-error label.control-label {
  color: #a94442; }

.s-comp79 .s-form .has-error input.form-control, .s-comp79 .s-form .has-error select.form-control, .s-comp79 .s-form .has-error textarea, .s-comp79 .s-form .has-error .sm-file-control {
  border: 2px solid #a94442; }

.s-comp79 .s-form .has-success label.control-label {
  color: #27ae60; }

.s-comp79 .s-form .has-success input.form-control, .s-comp79 .s-form .has-success select.form-control, .s-comp79 .s-form .has-success textarea, .s-comp79 .s-form .has-success .sm-file-control {
  border: 2px solid #27ae60; }

.s-comp79 .s-form .sm-file-control::before {
  font-size: 1.1em; }

.s-comp79 .s-form .sm-file-control::before {
  font-weight: 600; }

.s-comp79 .s-form .sm-file-control::before {
  color: #fff; }

.s-comp79 .s-form .sm-file-control::before {
  background-color: #6ab651; }

.s-comp79 .s-form .sm-file-control::before {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp79 .s-form .sm-file-control::before {
  border: 0px solid #ffcd00; }

.s-comp79 .s-form .sm-file-control::before {
  margin: 0px 0px 0px 0px; }

.s-comp79 .s-form .sm-file-control::before {
  padding: 9px 24px 8px 24px; }

.s-comp79 .s-form .sm-file-input:hover + .sm-file-control::before {
  background-color: #ed8b00; }

.s-comp79 .s-form input.form-control, .s-comp79 .s-form select.form-control, .s-comp79 .s-form .sm-file-control, .s-comp79 .form-control[readonly] {
  background-color: #fff; }

.s-comp79 input:-webkit-autofill, .s-comp79 select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.s-comp79 .s-form input.form-control, .s-comp79 .s-form select.form-control, .s-comp79 .s-form .sm-file-control {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp79 .s-form input.form-control, .s-comp79 .s-form select.form-control, .s-comp79 .s-form .sm-file-control {
  border: 1px solid #eaeaea; }

.s-comp79 .s-form input.form-control, .s-comp79 .s-form select.form-control, .s-comp79 .s-form .sm-file-control {
  outline: 0px solid #fff;
  outline-offset: 0px; }

.s-comp79 .s-form input.form-control, .s-comp79 .s-form select.form-control, .s-comp79 .s-form .sm-file-control {
  margin: 0px 0px 0px 0px; }

.s-comp79 .s-form textarea.form-control {
  border: 1px solid #eaeaea; }

.s-comp79 .s-form textarea.form-control {
  outline: 0px solid #fff;
  outline-offset: 0px; }

.s-comp79 .s-form textarea.form-control {
  margin: 0px 0px 5px 0px; }

.s-comp79 .s-form [type='submit'].s-btn-beh {
  text-align: left; }

.s-comp79 .s-form [type='submit'].s-btn, .s-comp79 .s-form a[type='submit'].s-btn:link, .s-comp79 .s-form a[type='submit'].s-btn:visited {
  font-weight: bold; }

.s-comp79 .s-form [type='submit'].s-btn, .s-comp79 .s-form a[type='submit'].s-btn:link, .s-comp79 .s-form a[type='submit'].s-btn:visited {
  margin: 5px 0px 30px 0px; }

.s-comp79 .s-form [type='submit'].s-btn-alt, .s-comp79 .s-form a[type='submit'].s-btn-alt:link, .s-comp79 .s-form a[type='submit'].s-btn-alt:visited {
  margin: 5px 0px 30px 0px; }

.s-comp79 .s-form [type='submit'].s-btn-alt-beh {
  text-align: left; }

@media (max-width: 768px) {
  .s-comp79 {
    padding: 72px 0px 66px 0px; }

  .s-comp79 .s-form h1 {
    text-align: center; }

  .s-comp79 .s-form h2 {
    text-align: center; }

  .s-comp79 .s-form h2 {
    margin: 24px 0px 0px 0px; }

  .s-comp79 .s-form h3 {
    text-align: center; }

  .s-comp79 .s-form h4 {
    text-align: center; }

  .s-comp79 .s-form h5 {
    text-align: center; }

  .s-comp79 .s-form h6 {
    text-align: center; }

  .s-comp79 .s-form .s-text {
    text-align: center; }

  .s-comp79 .opening-times .day .day-inner {
    font-weight: bold; }

  .s-comp79 .opening-times .day .day-inner {
    text-align: center; }

  .s-comp79 .opening-times .day .day-inner {
    width: auto; }

  .s-comp79 .opening-times .day .hours-inner {
    text-align: center; } }

@media (max-width: 480px) {
  .s-comp79 {
    padding: 48px 0px 42px 0px; }

  .s-comp79 .s-form h1 {
    text-align: center; }

  .s-comp79 .s-form h2 {
    text-align: center; }

  .s-comp79 .s-form h2 {
    margin: 24px 0px 0px 0px; }

  .s-comp79 .s-form h3 {
    text-align: center; }

  .s-comp79 .s-form h4 {
    text-align: center; }

  .s-comp79 .s-form h5 {
    text-align: center; }

  .s-comp79 .s-form h6 {
    text-align: center; }

  .s-comp79 .s-form .s-text {
    text-align: left; }

  .s-comp79 .opening-times {
    margin: -18px 0px 30px 0px; }

  .s-comp79 .opening-times .day .day-inner {
    font-weight: bold; }

  .s-comp79 .opening-times .day .day-inner {
    text-align: center; }

  .s-comp79 .opening-times .day .day-inner {
    width: auto; }

  .s-comp79 .opening-times .day .hours-inner {
    text-align: center; } }


/*.s-comp103 {
 padding: 6.192rem 0;
 }
 @media only screen and (max-width: 480px) {
 .s-comp103 {
 padding: 4.3rem 0;
 }
 }*/
/*********************
 Back Button
 *********************/
.s-comp103 .back-button {
  display: inline-block; }

.s-comp103 .s-back-btn {
  display: inline-block; }

.s-comp103 .s-back-btn i {
  vertical-align: middle; }
/*********************
 Container
 *********************/
.s-comp103 .s-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
/*********************
 Header
 *********************/
@media only screen and (max-width: 991px) {
  .s-comp103 .s-detail-header h2, .s-comp103 .s-detail-header .s-text {
    margin-left: auto !important;
    margin-right: auto !important; } }
/*********************
 Image
 *********************/
.s-comp103 .s-img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
/*********************
 Slider
 *********************/
.s-comp103 .flexslider.s-slider {
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.s-comp103 .flex-viewport {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }

.s-comp103 .flexslider.s-slider .flex-direction-nav a.flex-next:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp103 .flexslider.s-slider .flex-direction-nav a.flex-prev:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp103 .flexslider.s-thumbnails .flex-direction-nav a.flex-next:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp103 .flexslider.s-thumbnails .flex-direction-nav a.flex-prev:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp103 .flexslider.s-slider .flex-direction-nav a.flex-next:before, .s-comp103 .flexslider.s-slider .flex-direction-nav a.flex-prev:before, .s-comp103 .flexslider.s-thumbnails .flex-direction-nav a.flex-next:before, .s-comp103 .flexslider.s-thumbnails .flex-direction-nav a.flex-prev:before {
  line-height: 1;
  display: block; }

.s-comp103 .flexslider.s-slider .flex-control-nav {
  bottom: auto !important; }

.s-comp103 .flexslider.s-slider .slides > li {
  background-attachment: scroll !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.s-comp103 .flexslider.s-slider.slide-contain .slides > li {
  background-size: contain !important; }

.s-comp103 .flex-direction-nav .flex-next, .s-comp103 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0; }

.s-comp103 .flex-direction-nav .flex-prev, .s-comp103 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0; }

.s-col-bleed .row [class^="col-"], .s-col-bleed .row [class^="col-"], .s-col-bleed .row .sm-gCol {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.s-comp103 .flexslider ul.slides:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.s-comp103 .flexslider .flex-active {
  position: relative; }

.s-comp103 .flexslider .flex-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.s-comp103 .flex-control-paging li a {
  box-shadow: none; }

.s-comp103 .flexslider ul.slides li {
  overflow: hidden; }

.s-comp103 .flexslider ul.slides li .row, .s-comp103 .flexslider ul.slides li .row > .s-slider-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  height: 100%; }

.s-comp103 .flexslider ul.slides li .row > .s-slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
/*********************
 Sidebar
 *********************/
.s-comp103 .s-sidebar-tile {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 30px; }

.s-comp103 .s-detail-cont .s-text {
  padding: 0px 0px 48px 0px; }

.s-comp103 .s-detail-cont .s-button-list .s-btn, .s-comp103 .s-detail-cont .s-button-list a.s-btn:link, .s-comp103 .s-detail-cont .s-button-list a.s-btn:visited {
  margin: 4px 4px 4px 4px; }

.s-comp103 .s-detail-cont .s-button-list .s-btn-alt, .s-comp103 .s-detail-cont .s-button-list a.s-btn-alt:link, .s-comp103 .s-detail-cont .s-button-list a.s-btn-alt:visited {
  margin: 4px 4px 4px 4px; }

.s-comp103 .s-detail-cont .s-button-list {
  margin: 0px 0px 48px 0px; }

.s-comp103 .s-detail-cont .s-button-list-beh {
  text-align: center; }

.s-comp103 .s-detail-cont hr {
  margin: 0px 0px 48px 0px; }

.s-comp103 .s-detail-cont .s-img {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp103 .s-detail-cont .s-img {
  max-height: 600px; }

.s-comp103 .s-detail-cont .s-img {
  margin: 24px 0px 72px 0px; }

.s-comp103 .s-detail-cont .s-img-beh {
  text-align: center; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:before, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:before, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:before, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:before, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus:before, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus:before {
  font-size: 20px;
  font-weight: normal;
  color: #26292c;
  text-shadow: 0px 0px 0px #606871; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  background-color: #fff; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  width: 40px; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  height: 40px; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  margin: -20px 0px 0px 0px; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:focus, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:focus {
  padding: 9px 15px 0px 15px; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:hover, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:hover, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-next:active, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-direction-nav a.flex-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8); }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:focus {
  background-color: #dedede; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:focus {
  width: 8px; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:focus {
  height: 8px; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:hover, .s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a:active {
  background-color: #b8b8b8; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav > li a.flex-active {
  background-color: #828282; }

.s-comp103 .s-detail-cont .flexslider.s-slider .flex-control-nav.flex-control-paging {
  margin: 12px 0px 0px 0px; }

.s-comp103 .s-detail-cont .flexslider.s-slider .slides > li {
  height: 500px; }

.s-comp103 .s-detail-cont .flexslider.s-slider {
  margin: 24px 0px 72px 0px; }

.s-comp103 .s-detail-cont .flexslider.s-slider ul.slides:before {
  background-color: #ed8b00; }

.s-comp103 .s-detail-cont .flexslider.s-slider ul.slides:before {
  opacity: 0; }

.s-comp103 .s-content-container {
  padding: 0px 0px 66px 0px; }

.s-comp103 .s-content-page {
  width: 66%; }

.s-comp103 .s-content-page {
  padding: 0px 30px 0px 0px; }

.s-comp103 .s-detail-header {
  border-bottom: 1px solid #eee; }

.s-comp103 .s-detail-header {
  width: 100%; }

.s-comp103 .s-detail-header {
  margin: 0px 0px 36px 0px; }

.s-comp103 .s-detail-header {
  padding: 0px 0px 36px 0px; }

.s-comp103 .s-detail-header h2 {
  text-align: left; }

.s-comp103 .s-detail-header h2 {
  margin: 0px 0px 0px 0px; }

.s-comp103 .s-detail-header .s-text {
  font-size: 120%; }

.s-comp103 .s-detail-header .s-text {
  color: #26292c; }

.s-comp103 .s-detail-header .s-text {
  text-align: left; }

.s-comp103 .s-detail-header .s-text {
  line-height: 144%; }

.s-comp103 .s-detail-header .s-text {
  max-width: 550px; }

.s-comp103 .s-detail-header .s-text {
  margin: 12px 0px 0px 0px; }

.s-comp103 .s-detail-header .s-text {
  opacity: 0.6; }

.s-comp103 .s-sidebar {
  width: 33%; }

.s-comp103 .s-sidebar-tile {
  background-color: #fff; }

.s-comp103 .s-sidebar-tile {
  -webkit-border-radius: 32px 32px 32px 32px;
  border-radius: 32px 32px 32px 32px; }

.s-comp103 .s-sidebar-tile {
  width: 100%; }

.s-comp103 .s-sidebar-tile {
  padding: 48px 40px 48px 40px; }

.s-comp103 .s-sidebar-tile h2 {
  font-size: 144%; }

.s-comp103 .s-sidebar-tile h2 {
  text-align: left; }

.s-comp103 .s-sidebar-tile .s-text {
  text-align: left; }

.s-comp103 .s-sidebar-tile .s-btn-beh a {
  margin: 24px 0px 0px 0px; }

.s-comp103 .s-sidebar-tile .s-btn-beh {
  text-align: left; }

.s-comp103 .back-button {
  width: 100%; }

.s-comp103 .back-button {
  margin: 40px 0px 24px 0px; }

.s-comp103 .s-back-btn {
  font-size: 14px; }

.s-comp103 .s-back-btn {
  font-weight: normal; }

.s-comp103 .s-back-btn {
  color: #606871; }

.s-comp103 .s-back-btn i {
  font-size: 0.7em; }

.s-comp103 .s-back-btn i {
  color: #6ab651; }

.s-comp103 .s-back-btn i {
  margin: -1px 2px 0px 0px; }

.s-comp103 .s-back-btn:hover {
  text-decoration: none; }

.s-comp103 .s-back-btn:hover {
  opacity: 0.6; }

@media (max-width: 768px) {
  .s-comp103 .s-content-page {
    width: 100%; }

  .s-comp103 .s-content-page {
    padding: 0px 0px 0px 0px; }

  .s-comp103 .s-detail-header h2 {
    text-align: center; }

  .s-comp103 .s-detail-header .s-text {
    text-align: center; }

  .s-comp103 .s-sidebar {
    width: 100%; }

  .s-comp103 .s-sidebar-tile h2 {
    text-align: center; }

  .s-comp103 .s-sidebar-tile .s-text {
    text-align: center; }

  .s-comp103 .s-sidebar-tile .s-btn-beh {
    text-align: center; } }

@media (max-width: 480px) {
  .s-comp103 .s-detail-cont .s-img {
    margin: 0px 0px 48px 0px; }

  .s-comp103 .s-detail-cont .flexslider.s-slider .slides > li {
    height: 60vh; }

  .s-comp103 .s-detail-cont .flexslider.s-slider {
    margin: 0px 0px 48px 0px; }

  .s-comp103 .s-content-page {
    width: 100%; }

  .s-comp103 .s-content-page {
    padding: 0px 0px 0px 0px; }

  .s-comp103 .s-detail-header h2 {
    text-align: center; }

  .s-comp103 .s-detail-header .s-text {
    text-align: center; }

  .s-comp103 .s-sidebar {
    width: 100%; }

  .s-comp103 .s-sidebar-tile {
    padding: 36px 24px 36px 24px; }

  .s-comp103 .s-sidebar-tile h2 {
    text-align: center; }

  .s-comp103 .s-sidebar-tile .s-text {
    text-align: center; }

  .s-comp103 .s-sidebar-tile .s-btn-beh {
    text-align: center; } }


.s-comp87, .s-comp87 iframe {
  overflow: hidden;
  line-height: 0; }

.s-comp87 iframe {
  width: 100%; }

.s-comp87 iframe {
  height: 55vh; }


/***********************
 BACKGROUND
 ***********************/
.s-comp80 {
  overflow: hidden; }
/*
 @media only screen and (min-width: 480px) {
 .s-comp80 {
 height: calc(100vh - 94px + 48px);
 }
 }*/
.s-comp80 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.s-comp80 .hero-bg:after {
  content: '';
  width: 1000vw;
  height: 1000vw;
  position: absolute;
  left: 50%;
  bottom: -48px;
  transform: translate(-50%, 0);
  background-color: transparent;
  border: 96px solid #fff;
  box-sizing: content-box;
  border-radius: 50%;
  z-index: 4; }

.s-comp80 .hero-bg-img.grayscale {
  filter: grayscale(100%); }

.s-comp80 .hero-bg-overlay.hide {
  display: none; }
/***********************
 CONTENT
 ***********************/
.s-comp80 .container {
  position: relative;
  z-index: 10;
  height: 100%; }

.s-comp80 .hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.s-comp80 .hero-content.horizontal-left {
  justify-content: flex-start; }

.s-comp80 .hero-content.horizontal-center {
  justify-content: center; }

.s-comp80 .hero-content.horizontal-right {
  justify-content: flex-end; }

.s-comp80 .hero-content.vertical-top {
  align-items: flex-start; }

.s-comp80 .hero-content.vertical-center {
  align-items: center; }

.s-comp80 .hero-content.vertical-bottom {
  align-items: flex-end; }

.s-comp80 .hero-content.horizontal-left h1, .s-comp80 .hero-content.horizontal-left h6, .s-comp80 .hero-content.horizontal-left .s-text {
  text-align: left; }

.s-comp80 .hero-content.horizontal-left .s-button-list {
  justify-content: flex-start; }

.s-comp80 .hero-content.horizontal-center h1, .s-comp80 .hero-content.horizontal-center h6, .s-comp80 .hero-content.horizontal-center .s-text {
  text-align: center; }

.s-comp80 .hero-content.horizontal-center .s-button-list {
  justify-content: center; }

.s-comp80 .hero-content.horizontal-right h1, .s-comp80 .hero-content.horizontal-right h6, .s-comp80 .hero-content.horizontal-right .s-text {
  text-align: right; }
/***********************
 BUTTON LIST
 ***********************/
.s-comp80 .hero-content.horizontal-right .s-button-list {
  justify-content: flex-end; }

@media only screen and (max-width: 480px) {
  .s-comp80 .hero-content .s-button-list {
    flex-direction: row !important;
    justify-content: center !important; } }
/***********************
 SCROLL INDICATOR
 ***********************/
.s-comp80 .scroll-indicator.mouse > div:not(.mouse-container), .s-comp80 .scroll-indicator.icon > div:not(.icon-container), .s-comp80 .scroll-indicator.image > div:not(.image-container), .s-comp80 .scroll-indicator.hide {
  display: none; }

.s-comp80 .scroll-indicator .mouse-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  content: '';
  animation: wheel 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -webkit-animation: wheel 3s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@keyframes wheel {
  0% {
    opacity: 1; }

  20% {
    opacity: 1; }

  30% {
    top: 20%;
    height: 10%; }

  40% {
    height: 29%; }

  60% {
    height: 10%; }

  70% {
    top: 45%; }

  80% {
    opacity: 1; }

  100% {
    opacity: 1; } }

.s-comp80 .scroll-indicator .icon-container a i, .s-comp80 .scroll-indicator .image-container a img {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }
/***********************
 RESPONSIVE
 ***********************/
@media only screen and (max-width: 991px) {
  .s-comp80 .hero-content {
    justify-content: center !important;
    align-items: center !important; }

  .s-comp80 .hero-content.horizontal-left h1, .s-comp80 .hero-content.horizontal-left h6, .s-comp80 .hero-content.horizontal-left .s-text, .s-comp80 .hero-content.horizontal-right h1, .s-comp80 .hero-content.horizontal-right h6, .s-comp80 .hero-content.horizontal-right .s-text {
    text-align: center; }

  .s-comp80 .hero-content.horizontal-left .s-button-list, .s-comp80 .hero-content.horizontal-right .s-button-list {
    justify-content: center; } }

.s-comp80 {
  height: auto; }

.s-comp80 {
  position: relative; }

.s-comp80 .hero-bg .hero-bg-img {
  background-image: url('');
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }

.s-comp80 .hero-bg .hero-bg-img {
  width: 100%; }

.s-comp80 .hero-bg .hero-bg-img {
  height: 100%; }

.s-comp80 .hero-bg .hero-bg-img {
  z-index: 1; }

.s-comp80 .hero-bg .hero-bg-img {
  position: absolute; }

.s-comp80 .hero-bg .hero-bg-img {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.s-comp80 .hero-bg .hero-bg-overlay {
  background: linear-gradient(90deg, rgba(237, 139, 0, 0.5) 20%, rgba(237, 139, 0, 0.1) 60%); }

.s-comp80 .hero-bg .hero-bg-overlay {
  width: 100%; }

.s-comp80 .hero-bg .hero-bg-overlay {
  height: 100%; }

.s-comp80 .hero-bg .hero-bg-overlay {
  z-index: 2; }

.s-comp80 .hero-bg .hero-bg-overlay {
  position: absolute; }

.s-comp80 .hero-bg .hero-bg-overlay {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.s-comp80 .hero-content .s-tile {
  background-color: rgba(255, 255, 255, 0); }

.s-comp80 .hero-content .s-tile {
  box-shadow: 0px 0px 0px 0px rgba(38, 41, 44, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(38, 41, 44, 0); }

.s-comp80 .hero-content .s-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp80 .hero-content .s-tile {
  margin: 0px 0px 72px 0px; }

.s-comp80 .hero-content .s-tile {
  padding: 120px 0px 90px 0px; }

.s-comp80 .hero-content .s-tile {
  min-width: 0px;
  max-width: 450px; }

.s-comp80 .hero-content .s-tile h1 {
  font-size: 2.986rem; }

.s-comp80 .hero-content .s-tile h1 {
  font-weight: normal; }

.s-comp80 .hero-content .s-tile h1 {
  color: #fff; }

.s-comp80 .hero-content .s-tile h1 {
  min-width: 0px;
  max-width: 430px; }

.s-comp80 .hero-content .s-tile h6 {
  font-size: 2rem; }

.s-comp80 .hero-content .s-tile h6 {
  color: rgba(255, 255, 255, 0.7); }

.s-comp80 .hero-content .s-tile h6 {
  letter-spacing: 0px; }

.s-comp80 .hero-content .s-tile h6 {
  text-transform: none; }

.s-comp80 .hero-content .s-tile h6 {
  opacity: 1; }

.s-comp80 .hero-content .s-tile .s-text {
  font-size: 1.2rem; }

.s-comp80 .hero-content .s-tile .s-text {
  color: #fff; }

.s-comp80 .hero-content .s-tile .s-text {
  margin: 23px 0px 33px 0px; }

.s-comp80 .hero-content .s-tile .s-text {
  min-width: 0px;
  max-width: 500px; }

.s-comp80 .hero-content .s-tile .s-button-list {
  margin: -4px -4px -4px -4px; }

.s-comp80 .hero-content .s-tile .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.s-comp80 .hero-content .s-tile .s-button-list .s-btn-alt {
  width: auto; }

.s-comp80 .hero-content .s-tile .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

.s-comp80 .scroll-indicator {
  z-index: 20; }

.s-comp80 .scroll-indicator {
  visibility: visible; }

.s-comp80 .scroll-indicator {
  -ms-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator {
  position: absolute; }

.s-comp80 .scroll-indicator {
  top: auto;
  bottom: 72px;
  left: 50%;
  right: auto; }

.s-comp80 .scroll-indicator .mouse-container a {
  -webkit-border-radius: 60px 60px 60px 60px;
  border-radius: 60px 60px 60px 60px; }

.s-comp80 .scroll-indicator .mouse-container a {
  border: 2px solid #fff; }

.s-comp80 .scroll-indicator .mouse-container a {
  width: 30px; }

.s-comp80 .scroll-indicator .mouse-container a {
  height: 50px; }

.s-comp80 .scroll-indicator .mouse-container a {
  position: relative; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  background-color: #fff; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  -webkit-border-radius: 99px 99px 99px 99px;
  border-radius: 99px 99px 99px 99px; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  width: 5px; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  height: 5px; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  -ms-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator .mouse-container a:before {
  position: absolute; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  top: 20%;
  bottom: auto;
  left: 50%;
  right: auto; }

.s-comp80 .scroll-indicator .mouse-container a:hover {
  opacity: 0.5; }

.s-comp80 .scroll-indicator .mouse-container a:hover {
  -ms-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator .icon-container a i {
  font-size: 1.2rem; }

.s-comp80 .scroll-indicator .icon-container a i {
  font-weight: normal; }

.s-comp80 .scroll-indicator .icon-container a i {
  color: #fff; }

.s-comp80 .scroll-indicator .icon-container a:hover {
  opacity: 0.5; }

.s-comp80 .scroll-indicator .icon-container a:hover i {
  -ms-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator .image-container a img {
  height: 24px; }

.s-comp80 .scroll-indicator .image-container a img {
  position: relative; }

.s-comp80 .scroll-indicator .image-container a:hover img {
  opacity: 0.5; }

.s-comp80 .scroll-indicator .image-container a:hover img {
  -ms-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

@media (max-width: 768px) {
  .s-comp80 .scroll-indicator {
    display: none !important; } }

@media (max-width: 480px) {
  .s-comp80 .hero-content .s-tile {
    padding: 72px 0px 96px 0px; }

  .s-comp80 .hero-content .s-tile h1 {
    font-size: 1.728rem; }

  .s-comp80 .hero-content .s-tile h6 {
    font-size: 1.4rem; }

  .s-comp80 .hero-content .s-tile .s-text {
    font-size: 1rem; }

  .s-comp80 .hero-content .s-tile .s-button-list .s-btn-alt {
    width: 100%; }

  .s-comp80 .scroll-indicator {
    display: none !important; } }


/* Default css from Default Text */
.s-comp99 .s-text.smC16286SmSn1p3T13-style {
  position: relative; }

@media only screen and (min-width: 480px) {
  .s-comp99 .index-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-gap: 30px; } }

.s-comp99 .index-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

.s-comp99 .index-section .letter-container {
  width: 60px;
  height: 60px;
  background-color: var(--green);
  position: relative;
  border-radius: 36px; }

.s-comp99 .index-section .letter-container .letter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.44rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: neo-sans, sans-serif, sans-serif; }

.s-comp99 .index-section .links-container {
  padding: calc(15px - 0.25rem) 30px 0 30px;
  width: calc(100% - 60px); }

.s-comp99 .index-section .links-container .index-link {
  padding: 6px 0;
  line-height: 1.44; }

.s-comp99 .index-section .links-container .index-link a {
  color: var(--text-main);
  text-decoration: none;
  display: inline-block; }

.s-comp99 .index-section .links-container .index-link a i {
  font-size: 0.694em;
  vertical-align: middle;
  margin: -0.05em 0 0 0.5em;
  opacity: 0.2; }

.s-comp99 .index-section .links-container .index-link a:hover i {
  color: var(--green);
  opacity: 1;
  margin-left: 0.833em; }

.s-comp99 {
  padding: 96px 0px 96px 0px; }

.s-comp99 {
  position: relative; }

.s-comp99 .s-text.smC16286SmSn1p3T13-style {
  font-size: 1.2rem; }

.s-comp99 .s-text.smC16286SmSn1p3T13-style {
  color: rgba(96, 104, 113, 0.6); }

.s-comp99 .s-text.smC16286SmSn1p3T13-style {
  line-height: 1.728; }

.s-comp99 .s-text.smC16286SmSn1p3T13-style {
  margin: 0px 0px 48px 0px; }

.s-comp99 .s-text.smC16286SmSn1p3T13-style {
  min-width: 0px;
  max-width: 500px; }


/* Default css from Header 2 */
.s-comp91 h2.smC16286SmSn1p3T2-style {
  position: relative; }
/* Default css from Default Text */
.s-comp91 .s-text.smC16286SmSn1p3T3-style {
  position: relative; }
/* Default css from Default Button */
.s-comp91 .s-btn.smC16286SmSn1p3T4-style, .s-comp91 .s-btn-alt.smC16286SmSn1p3T4-style {
  position: relative; }

.s-comp91 {
  position: relative; }

.s-comp91:before {
  content: '';
  width: 100%;
  padding-bottom: 10%;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%) scaleY(-1);
  background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindNoorderkempen/swfiles/body/branch_lightblue_v1.svg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.s-comp91 .container-fluid {
  padding: 0 72px; }

.s-comp91 .levensdomeinen {
  margin-bottom: 18px; }

.s-comp91 .levensdomeinen > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -24px; }

.s-comp91 .levensdomeinen > .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px; }

.s-comp91 .s-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 48px;
  overflow: hidden;
  text-decoration: none; }

.s-comp91 .s-tile .image-container {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden; }

.s-comp91 .s-tile .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp91 .s-tile .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  opacity: 0.2;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp91 .s-tile .content-container {
  padding: 24px 30px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 4px solid var(--green); }

.s-comp91 .s-tile .content-container h3 {
  font-size: 1rem;
  text-align: center;
  margin: 0;
  font-weight: 500; }

.s-comp91 .s-tile:hover {
  transform: translate(0, -3%); }

.s-comp91 .s-tile:hover .image-container:before {
  opacity: 0; }

.s-comp91 .s-button-list {
  justify-content: center; }

@media only screen and (max-width: 991px) {
  .s-comp91 .container-fluid {
    padding: 0 30px; } }

@media only screen and (max-width: 480px) {
  .s-comp91 .container-fluid {
    padding: 0 15px; } }

.s-comp91 {
  background-color: #e8ffdf; }

.s-comp91 {
  -webkit-border-radius: 0% 0% 0% 0%;
  border-radius: 0% 0% 0% 0%; }

.s-comp91 {
  margin: 0px 0px 96px 0px; }

.s-comp91 {
  padding: 72px 0px 72px 0px; }

.s-comp91 {
  position: relative; }

.s-comp91 h2.smC16286SmSn1p3T2-style {
  text-align: center; }

.s-comp91 .s-text.smC16286SmSn1p3T3-style {
  font-size: 1.2rem; }

.s-comp91 .s-text.smC16286SmSn1p3T3-style {
  text-align: center; }

.s-comp91 .s-text.smC16286SmSn1p3T3-style {
  line-height: 1.728; }

.s-comp91 .s-text.smC16286SmSn1p3T3-style {
  margin: 0px auto 48px auto; }

.s-comp91 .s-text.smC16286SmSn1p3T3-style {
  min-width: 0px;
  max-width: 500px; }

@media (min-width: 1200px) {
  .s-comp91 {
    background-color: #f0f7ff; } }

@media (max-width: 768px) {
  .s-comp91 {
    background-color: #f0f7ff; } }

@media (max-width: 480px) {
  .s-comp91 {
    background-color: #f0f7ff; }

  .s-comp91 {
    padding: 24px 0px 60px 0px; }

  .s-comp91 .s-text.smC16286SmSn1p3T3-style {
    font-size: 1rem; } }


.s-comp95 .back-button {
  font-size: 0.8333rem;
  color: var(--text-main);
  margin-bottom: 48px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none; }

.s-comp95 .back-button i {
  font-size: 0.694em;
  margin: -0.2em 0.5em 0 0;
  color: var(--green);
  vertical-align: middle; }

.s-comp95 .levensdomeinen-list {
  margin-bottom: 18px; }

.s-comp95 .levensdomeinen-list > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  justify-content: center; }

.s-comp95 .levensdomeinen-list > .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px; }

.s-comp95 .s-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 48px;
  overflow: hidden;
  text-decoration: none; }

.s-comp95 .s-tile .image-container {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden; }

.s-comp95 .s-tile .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp95 .s-tile .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  opacity: 0.2;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp95 .s-tile .content-container {
  padding: 24px 30px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 4px solid var(--green); }

.s-comp95 .s-tile .content-container h3 {
  font-size: 1.1rem;
  font-weight: 500; }

.s-comp95 .s-text {
  color: var(--text-main);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp95 .s-tile:hover .image-container:before {
  opacity: 0; }

@media only screen and (max-width: 991px) {
  .s-comp95 .levensdomeinen-list > .row {
    margin: 0 -15px; }

  .s-comp95 .levensdomeinen-list > .row > div {
    padding: 0 15px; }

  .s-comp95 .levensdomeinen-list {
    margin-bottom: 0; }

  .s-comp95 .s-tile .content-container {
    padding: 18px 15px; } }

.s-comp95 {
  padding: 96px 0px 48px 0px; }

.s-comp95 {
  position: relative; }

@media (max-width: 768px) {
  .s-comp95 {
    padding: 96px 0px 36px 0px; } }

@media (max-width: 480px) {
  .s-comp95 {
    padding: 72px 0px 12px 0px; } }


.s-comp69 .owl-carousel .owl-nav .owl-prev:before, .s-comp69 .owl-carousel .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none; }

.s-comp69 .owl-carousel .owl-dots .owl-dot img {
  width: auto; }

.s-comp69 .owl-carousel .owl-dots .owl-dot {
  display: inline-block; }

.s-comp69 .owl-carousel .owl-dots {
  height: auto;
  display: none !important; }

.s-comp69 .owl-carousel img {
  margin-left: auto !important;
  margin-right: auto !important; }

.s-comp69 .owl-carousel .owl-nav > div {
  transform: translate(0, -50%); }

.s-comp69 .owl-carousel .owl-nav .owl-prev:before {
  content: '\f053'; }

.s-comp69 .owl-carousel .owl-nav .owl-next:before {
  content: '\f054'; }

.s-comp69 .owl-carousel .owl-nav .owl-prev:before, .s-comp69 .owl-carousel .owl-nav .owl-next:before {
  font-size: 16px;
  color: #26292c; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  width: 30px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  height: 30px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  margin: 0px -15px 0px -15px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  padding: 0px 0px 0px 0px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  opacity: 0.2; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  visibility: visible; }

.s-comp69 .owl-carousel .owl-nav .owl-prev {
  position: absolute; }

.s-comp69 .owl-carousel .owl-nav .owl-prev {
  top: 50%;
  bottom: auto;
  left: -35px;
  right: auto; }

.s-comp69 .owl-carousel .owl-nav .owl-next {
  position: absolute; }

.s-comp69 .owl-carousel .owl-nav .owl-next {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -35px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev:hover:before, .s-comp69 .owl-carousel .owl-nav .owl-prev:focus:before, .s-comp69 .owl-carousel .owl-nav .owl-prev:active:before {
  content: '\f053'; }

.s-comp69 .owl-carousel .owl-nav .owl-next:hover:before, .s-comp69 .owl-carousel .owl-nav .owl-next:focus:before, .s-comp69 .owl-carousel .owl-nav .owl-next:active:before {
  content: '\f054'; }

.s-comp69 .owl-carousel .owl-nav .owl-next:hover, .s-comp69 .owl-carousel .owl-nav .owl-next:focus, .s-comp69 .owl-carousel .owl-nav .owl-next:active, .s-comp69 .owl-carousel .owl-nav .owl-prev:hover, .s-comp69 .owl-carousel .owl-nav .owl-prev:focus, .s-comp69 .owl-carousel .owl-nav .owl-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-comp69 .owl-carousel .owl-nav .owl-next:hover, .s-comp69 .owl-carousel .owl-nav .owl-next:focus, .s-comp69 .owl-carousel .owl-nav .owl-next:active, .s-comp69 .owl-carousel .owl-nav .owl-prev:hover, .s-comp69 .owl-carousel .owl-nav .owl-prev:focus, .s-comp69 .owl-carousel .owl-nav .owl-prev:active {
  opacity: 0.8; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp69 .owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #ffcd00; }

.s-comp69 .owl-carousel .owl-dots .owl-dot span {
  display: none; }

.s-comp69 .owl-dots {
  text-align: center; }

.s-comp69 .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ed8b00; }

.s-comp69 .owl-carousel .owl-dot img {
  width: auto; }

.s-comp69 .owl-carousel .owl-dot img {
  height: 75px; }

.s-comp69 .owl-carousel .owl-dot img {
  margin: 5px 5px 0px 0px; }

.s-comp69 .owl-carousel .owl-dot img {
  opacity: 0.5; }

.s-comp69 .owl-carousel .owl-dot:hover img, .s-comp69 .owl-carousel .owl-dot.active:hover img {
  opacity: 1; }

.s-comp69 .owl-carousel .owl-dot.active img {
  opacity: 1; }

.s-comp69 {
  padding: 72px 0px 72px 0px; }

.s-comp69 .owl-carousel .item img, .s-comp69 .owl-carousel .item a img, .s-comp69 .owl-carousel .item a:link img, .s-comp69 .owl-carousel .item a:visited img {
  width: auto; }

.s-comp69 .owl-carousel .item img, .s-comp69 .owl-carousel .item a img, .s-comp69 .owl-carousel .item a:link img, .s-comp69 .owl-carousel .item a:visited img {
  height: 60px; }

@media (max-width: 480px) {
  .s-comp69 {
    padding: 48px 0px 48px 0px; } }


.s-comp93 {
  position: relative;
  overflow: hidden; }

.s-comp93:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindNoorderkempen/swfiles/body/vorm_v1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.08; }

.s-comp93 .container {
  position: relative;
  z-index: 10; }

.s-comp93 .back-button {
  font-size: 0.8333rem;
  color: var(--text-main);
  margin-bottom: 48px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  display: none; }

.s-comp93 .back-button i {
  font-size: 0.694em;
  margin: -0.2em 0.5em 0 0;
  color: var(--green);
  vertical-align: middle; }

.s-comp93 h2 {
  text-align: center;
  margin-bottom: 48px; }

.s-comp93 .news-list > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp93 .news-list > .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp93 .s-tile {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }

.s-comp93 .s-tile .image-container {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden; }

.s-comp93 .s-tile .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp93 .s-tile .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  opacity: 0.2;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp93 .s-tile .s-content {
  padding: 30px 36px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 4px solid var(--green); }

.s-comp93 .s-tile .date {
  font-size: 0.694rem;
  color: var(--text-main);
  opacity: 0.8;
  margin: 0 0 0.482em 0; }

.s-comp93 .s-tile h3 {
  color: var(--title-main);
  font-size: 1rem;
  font-weight: 500;
  margin: 0 !important; }

.s-comp93 .s-tile .s-text {
  color: var(--text-main);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp93 .s-tile .cta {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: var(--text-main);
  font-weight: 500;
  opacity: 0.6;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp93 .s-tile .cta i {
  font-size: 0.694em;
  color: var(--green);
  vertical-align: middle;
  margin: 0 0 0 0.482em; }

.s-comp93 .s-tile:hover {
  transform: translate(0, -2%); }

.s-comp93 .s-tile:hover .image-container:before {
  opacity: 0; }

.s-comp93 .s-tile:hover .cta {
  opacity: 1; }

.s-comp93 .s-button-list {
  margin-top: 18px;
  justify-content: center; }
/* Default css from Default Button */
.s-comp93 .s-btn.smC16286SmSn1p3T5-style, .s-comp93 .s-btn-alt.smC16286SmSn1p3T5-style {
  position: relative; }

.s-comp93 {
  background-color: #e8ffdf; }

.s-comp93 {
  padding: 96px 0px 96px 0px; }

.s-comp93 .db-pagination {
  margin: 0px 0px 0px 0px; }

.s-comp93 .db-pagination {
  text-align: right; }

.s-comp93 .db-pagination .page-item .page-link {
  color: #778fa2; }

.s-comp93 .db-pagination .page-item .page-link {
  background-color: #fff; }

.s-comp93 .db-pagination .page-item .page-link:hover {
  text-decoration: none; }

.s-comp93 .db-pagination .page-item .page-link:hover {
  background-color: #eceeef; }

.s-comp93 .db-pagination .page-item .page-link:hover {
  border: 1px solid #eceeef; }

.s-comp93 .db-pagination .page-item.active .page-link {
  color: #fff; }

.s-comp93 .db-pagination .page-item.active .page-link {
  background-color: #778fa2; }

.s-comp93 .db-pagination .page-item.active .page-link {
  border: 1px solid #778fa2; }

@media (max-width: 480px) {
  .s-comp93 {
    padding: 72px 0px 72px 0px; } }


.s-comp83 .cookie-reset .s-btn {
  margin: 1.728rem 0 0 0; }

.s-comp83 {
  padding: 96px 0px 96px 0px; }

.s-comp83 .s-text h2 {
  font-size: 1.728rem; }

.s-comp83 .s-text h3 {
  font-size: 1.44rem; }

.s-comp83 .s-text h4 {
  font-size: 1.2rem; }

.s-comp83 .s-text {
  min-width: 0px;
  max-width: 750px; }


@media only screen and (min-width: 991px) {
  .s-comp65 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    height: calc(100% - 30px); } }

.s-comp65 .content-tile {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.s-comp65 .linked-tile {
  overflow: hidden;
  background: transparent;
  display: flex;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp65 .linked-tile a {
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  position: relative; }

.s-comp65 .linked-tile .image-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp65 .linked-tile .title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp65 .linked-tile .title-container i {
  margin-left: auto !important; }

.s-comp65 {
  background-color: #e8ffdf; }

.s-comp65 {
  padding: 72px 0px 42px 0px; }

.s-comp65 .content-tile {
  background-color: #fff; }

.s-comp65 .content-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp65 .content-tile {
  min-height: 100%; }

.s-comp65 .content-tile {
  margin: 0px 0px 0px 0px; }

.s-comp65 .content-tile {
  padding: 72px 60px 72px 60px; }

.s-comp65 .content-tile .s-title-h1 h1 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h2 h2 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h3 h3 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h4 h4 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h5 h5 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h6 h6 {
  text-align: left; }

.s-comp65 .content-tile .s-text {
  text-align: left; }

.s-comp65 .s-button-list {
  text-align: left; }

.s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
  display: inline-block; }

.s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
  text-align: left; }

.s-comp65 .s-img-default-beh {
  text-align: center; }

.s-comp65 .s-img-default-beh {
  text-align: center; }

.s-comp65 .linked-tile a {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp65 .linked-tile a {
  margin: 0px 0px 30px 0px; }

.s-comp65 .linked-tile {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp65 .linked-tile .image-container {
  width: 100%; }

.s-comp65 .linked-tile .image-container {
  height: 157px; }

.s-comp65 .linked-tile .title-container h3 {
  font-size: 1em; }

.s-comp65 .linked-tile .title-container h3 {
  color: #606871; }

.s-comp65 .linked-tile .title-container h3 {
  margin: 0px 0px 0px 0px; }

.s-comp65 .linked-tile .title-container {
  background-color: #fff; }

.s-comp65 .linked-tile .title-container {
  padding: 16px 24px 16px 24px; }

.s-comp65 .linked-tile .title-container i {
  font-size: 13px; }

.s-comp65 .linked-tile .title-container i {
  font-weight: normal; }

.s-comp65 .linked-tile .title-container i {
  font-style: normal; }

.s-comp65 .linked-tile .title-container i {
  color: #606871; }

.s-comp65 .linked-tile .title-container i {
  margin: 2px 0px 0px 0px; }

.s-comp65 .linked-tile:hover {
  -ms-transform: translate3d(0px, -4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

@media (max-width: 768px) {
  .s-comp65 .content-tile {
    margin: 0px 0px 30px 0px; }

  .s-comp65 .content-tile .s-title-h1 h1 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h2 h2 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h3 h3 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h4 h4 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h5 h5 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h6 h6 {
    text-align: center; }

  .s-comp65 .content-tile .s-text {
    text-align: center; }

  .s-comp65 .s-button-list {
    text-align: center; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    display: block; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    text-align: center; } }

@media (max-width: 480px) {
  .s-comp65 {
    padding: 48px 0px 18px 0px; }

  .s-comp65 .content-tile {
    margin: 0px 15px 30px 15px; }

  .s-comp65 .content-tile {
    padding: 48px 30px 48px 30px; }

  .s-comp65 .content-tile .s-title-h1 h1 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h2 h2 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h3 h3 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h4 h4 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h5 h5 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h6 h6 {
    text-align: center; }

  .s-comp65 .content-tile .s-text {
    text-align: center; }

  .s-comp65 .s-button-list {
    text-align: center; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    display: block; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    text-align: center; } }


.s-comp78 .s-content-onslider {
  position: absolute;
  z-index: 1;
  width: 100%; }

.s-comp78 .slides > li {
  position: relative; }
/* Pas hier de content-box aan */
.s-comp78 .s-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px; }

.s-comp78 .flex-viewport {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }

.s-comp78 .flexslider.s-slider .flex-direction-nav a.flex-next:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp78 .flexslider.s-slider .flex-direction-nav a.flex-prev:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp78 .flexslider.s-thumbnails .flex-direction-nav a.flex-next:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp78 .flexslider.s-thumbnails .flex-direction-nav a.flex-prev:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp78 .flexslider.s-slider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-thumbnails .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-thumbnails .flex-direction-nav a.flex-prev:before {
  line-height: 1;
  display: block; }

.s-comp78 .flexslider.s-slider .slides > li, .s-comp78 .flexslider.s-thumbnails .slides > li {
  background-attachment: scroll !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.s-comp78 .flexslider.s-slider {
  overflow: hidden; }

.s-comp78 .flexslider.s-slider.slide-contain .slides > li {
  background-size: contain !important; }

.s-comp78 .flex-direction-nav .flex-next, .s-comp78 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0; }

.s-comp78 .flex-direction-nav .flex-prev, .s-comp78 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0; }

.s-col-bleed .row [class^="col-"], .s-col-bleed .row [class^="col-"], .s-col-bleed .row .sm-gCol {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.s-comp78 .s-form .form-group {
  margin: 0; }

.s-comp78 .s-form label {
  display: block; }

.s-comp78 .s-form label.form-check-inline {
  display: inline-block; }

.s-comp78 .s-form .s-recaptcha-beh > .g-recaptcha {
  display: inline-block; }

.s-comp78, .s-comp78 .s-btn, .s-comp78 .s-btn-alt {
  position: relative; }

.s-comp78 ul.s-icon-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.s-comp78 ul.s-icon-list li h1, .s-comp78 ul.s-icon-list li h2, .s-comp78 ul.s-icon-list li h3, .s-comp78 ul.s-icon-list li h4, .s-comp78 ul.s-icon-list li h5, .s-comp78 ul.s-icon-list li h6 {
  display: inline-block; }

.s-comp78 .s-colcont h1:before, .s-comp78 .s-colcont h2:before, .s-comp78 .s-colcont h3:before, .s-comp78 .s-colcont h4:before, .s-comp78 .s-colcont h5:before, .s-comp78 .s-colcont h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp78 .s-colcont h1:after, .s-comp78 .s-colcont h2:after, .s-comp78 .s-colcont h3:after, .s-comp78 .s-colcont h4:after, .s-comp78 .s-colcont h5:after, .s-comp78 .s-colcont h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp78 .s-tile h1:before, .s-comp78 .s-tile h2:before, .s-comp78 .s-tile h3:before, .s-comp78 .s-tile h4:before, .s-comp78 .s-tile h5:before, .s-comp78 .s-tile h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp78 .s-tile h1:after, .s-comp78 .s-tile h2:after, .s-comp78 .s-tile h3:after, .s-comp78 .s-tile h4:after, .s-comp78 .s-tile h5:after, .s-comp78 .s-tile h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li {
  position: relative;
  cursor: pointer; }

.s-comp78 .flexslider ul.slides .s-content-onslider {
  width: 100vw; }

.s-comp78 .flex-control-nav {
  bottom: 0px; }

.s-comp78 .flex-control-nav li {
  margin: 0; }

.s-comp78 .flex-control-nav li a {
  overflow: hidden; }

.s-comp78 .slides li a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2; }

.s-comp78 .flexslider ul.slides li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.s-comp78 .flexslider .flex-active {
  position: relative; }

.s-comp78 .flexslider .flex-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@keyframes expandwidth {
  0% {
    width: 0%; }

  100% {
    width: 100%; } }

@keyframes expandheight {
  0% {
    height: 0%; }

  100% {
    height: 100%; } }

@keyframes minimizewidth {
  0% {
    width: 100%; }

  100% {
    width: 0%; } }

@keyframes minimizeheight {
  0% {
    height: 100%; }

  100% {
    height: 0%; } }

@keyframes bouncewidth {
  0% {
    width: 0%; }

  50% {
    width: 105%; }

  100% {
    width: 0%; } }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:focus:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:focus:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:focus:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:focus:before {
  color: #ffcd00;
  text-align: center;
  line-height: 40px; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:focus {
  width: 40px; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:focus {
  height: 40px; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:hover:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:active:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:hover:before, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:active:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.thumbslider .flex-direction-nav a.flex-prev:focus {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a:focus {
  margin: 0px 7px 0px 7px; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a:hover, .s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a:active {
  background-color: #6ab651; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a.flex-active {
  background-color: #6ab651; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav.flex-control-paging {
  z-index: 2; }

.s-comp78 .flexslider.s-slider.thumbslider .flex-control-nav > li a.flex-active:hover {
  background-color: #6ab651;
  background-color: rgba(106, 182, 81, 0); }

.s-comp78 .flexslider.s-slider.thumbslider .slides > li {
  height: 40vh; }

.s-comp78 .flexslider.s-slider.thumbslider {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.thumbslider {
  border: 0px solid #fff; }

.s-comp78 .flexslider.s-slider.thumbslider {
  margin: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.thumbslider ul.slides li:before {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.thumbslider ul.slides li:before {
  opacity: 0; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:focus:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:focus:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:focus:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:focus:before {
  color: #ffcd00;
  text-align: center;
  line-height: 40px; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:focus {
  width: 40px; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:focus {
  height: 40px; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:hover:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:active:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:hover:before, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:active:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8); }

.s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.s-thumbnails .flex-direction-nav a.flex-prev:active {
  -webkit-box-shadow: inset 0px 0px 0px #606871, 0px 0px 0px #606871;
  box-shadow: inset 0px 0px 0px #606871, 0px 0px 0px #606871; }

.s-comp78 .flexslider.s-slider.s-thumbnails {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.s-thumbnails {
  border: 0px solid #fff; }

.s-comp78 .flexslider.s-slider.s-thumbnails {
  margin: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.s-thumbnails ul.slides li:before {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.s-thumbnails ul.slides li:before {
  opacity: 0; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li {
  height: 25vh; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li {
  opacity: 0.7; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li:hover {
  opacity: 1; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.s-comp78 .flexslider.s-slider.s-thumbnails .slides > li.flex-active-slide {
  opacity: 1; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:focus:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:focus:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:focus:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:focus:before {
  color: #ffcd00;
  text-align: center;
  line-height: 40px; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:focus {
  width: 40px; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:focus {
  height: 40px; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:hover:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:active:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:hover:before, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:active:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:active {
  color: #ffcd00; }

.s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.mainslider .flex-direction-nav a.flex-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a:focus {
  margin: 0px 5px 0px 5px; }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a:hover, .s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a:active {
  background-color: #6ab651; }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a.flex-active {
  background-color: #6ab651; }

.s-comp78 .flexslider.s-slider.mainslider .flex-control-nav > li a.flex-active:hover {
  background-color: #6ab651;
  background-color: rgba(106, 182, 81, 0); }

.s-comp78 .flexslider.s-slider.mainslider .slides > li {
  height: 80vh; }

.s-comp78 .flexslider.s-slider.mainslider {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.mainslider {
  border: 0px solid #fff; }

.s-comp78 .flexslider.s-slider.mainslider {
  margin: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.mainslider ul.slides:before {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.mainslider ul.slides:before {
  opacity: 0; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:focus:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:focus:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:focus:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:focus:before {
  color: #ffcd00;
  text-align: center;
  line-height: 40px; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:focus {
  width: 40px; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:focus, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:focus {
  height: 40px; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:hover:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:active:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:hover:before, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:active:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:hover, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:hover, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-next:active, .s-comp78 .flexslider.s-slider.lightslider .flex-direction-nav a.flex-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a:focus {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a, .s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a:focus {
  margin: 0px 7px 0px 7px; }

.s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a:hover, .s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a:active {
  background-color: #6ab651; }

.s-comp78 .flexslider.s-slider.lightslider .flex-control-nav > li a.flex-active {
  background-color: #6ab651; }

.s-comp78 .flexslider.s-slider.lightslider .flex-active:before {
  animation: expandwidth 7s ease-in-out infinite; }

.s-comp78 .flexslider.s-slider.lightslider .slides > li {
  height: 40vh; }

.s-comp78 .flexslider.s-slider.lightslider {
  border: 0px solid #fff; }

.s-comp78 .flexslider.s-slider.lightslider {
  margin: 0px 0px 0px 0px; }

.s-comp78 .flexslider.s-slider.lightslider ul.slides:before {
  background-color: #fff; }

.s-comp78 .flexslider.s-slider.lightslider ul.slides:before {
  opacity: 0; }

.s-comp78 .s-title-h1 h1 {
  color: #fff; }

.s-comp78 .s-title-h1 h1 {
  text-align: center; }

.s-comp78 .s-text {
  color: #fff; }

.s-comp78 .s-text {
  text-align: center; }

.s-comp78 .s-button-list {
  text-align: center; }

.s-comp78 .s-btn, .s-comp78 a.s-btn:link, .s-comp78 a.s-btn:active, .s-comp78 a.s-btn:visited {
  display: inline-block; }


.s-comp71 .tab-content h1:before, .s-comp71 .tab-content h2:before, .s-comp71 .tab-content h3:before, .s-comp71 .tab-content h4:before, .s-comp71 .tab-content h5:before, .s-comp71 .tab-content h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp71 .tab-content h1:after, .s-comp71 .tab-content h2:after, .s-comp71 .tab-content h3:after, .s-comp71 .tab-content h4:after, .s-comp71 .tab-content h5:after, .s-comp71 .tab-content h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp71 .tab-content .s-tile h1:before, .s-comp71 .tab-content .s-tile h2:before, .s-comp71 .tab-content .s-tile h3:before, .s-comp71 .tab-content .s-tile h4:before, .s-comp71 .tab-content .s-tile h5:before, .s-comp71 .tab-content .s-tile h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp71 .tab-content .s-tile h1:after, .s-comp71 .tab-content .s-tile h2:after, .s-comp71 .tab-content .s-tile h3:after, .s-comp71 .tab-content .s-tile h4:after, .s-comp71 .tab-content .s-tile h5:after, .s-comp71 .tab-content .s-tile h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp71 .s-img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

.s-comp71 .nav-tabs {
  border: 0px solid #6ab651; }

.s-comp71 .nav-tabs {
  margin: 0px 0px 30px 0px; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  font-size: 1em; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  color: #606871; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  text-align: left; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  text-decoration: none; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  background-color: #e8ffdf; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  border: 0px solid #fff; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  width: 100%; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  padding: 18px 30px 18px 30px; }

.s-comp71 .nav-item a:hover {
  color: #fff; }

.s-comp71 .nav-item a:hover {
  background-color: #6ab651; }

.s-comp71 .nav-item a:hover {
  border: 0px solid #fff; }

.s-comp71 .nav-item a.active, .s-comp71 .nav-item a.active:focus, .s-comp71 .nav-item a.active:active {
  color: #fff; }

.s-comp71 .nav-item a.active, .s-comp71 .nav-item a.active:focus, .s-comp71 .nav-item a.active:active {
  background-color: #6ab651; }

.s-comp71 .nav-item a.active, .s-comp71 .nav-item a.active:focus, .s-comp71 .nav-item a.active:active {
  border: 0px solid #fff; }

.s-comp71 .nav-item a.active:hover {
  color: #fff; }

.s-comp71 .nav-item a.active:hover {
  background-color: #ed8b00; }

.s-comp71 .tab-content {
  margin: 0px 0px -24px 0px; }

.s-comp71 .tab-content {
  padding: 17px 30px 0px 30px; }

.s-comp71 .tab-content h3 {
  text-align: center; }

.s-comp71 .tab-content p, .s-comp71 .tab-content .s-text {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-img {
  max-height: 500px; }

.s-comp71 .tab-content .s-img {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-tile {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-tile {
  padding: 36px 36px 12px 36px; }

.s-comp71 .tab-content .s-tile h3 {
  text-align: left; }

.s-comp71 .tab-content .s-tile .s-btn, .s-comp71 .tab-content .s-tile a.s-btn:link, .s-comp71 .tab-content .s-tile a.s-btn:visited {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-tile .s-btn-alt, .s-comp71 .tab-content .s-tile a.s-btn-alt:link, .s-comp71 .tab-content .s-tile a.s-btn-alt:visited {
  margin: 0px 0px 24px 0px; }

.s-comp71 {
  padding: 72px 0px 72px 0px; }

@media (max-width: 768px) {
  .s-comp71 .tab-content {
    padding: 17px 0px 0px 0px; }

  .s-comp71 .tab-content .s-img {
    max-height: 380px; } }

@media (max-width: 480px) {
  .s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
    padding: 12px 15px 12px 15px; }

  .s-comp71 .tab-content {
    padding: 0px 0px 0px 0px; }

  .s-comp71 .tab-content .s-img {
    max-height: 300px; }

  .s-comp71 .tab-content .s-tile {
    padding: 36px 30px 12px 30px; }

  .s-comp71 {
    padding: 48px 0px 48px 0px; } }


.s-comp101 .tiles-list > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp101 .tile-col {
  width: 33.333%;
  padding: 0 15px; }

.s-comp101 a.s-tile {
  display: inline-block;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 30px; }

.s-comp101 a.s-tile:hover {
  transform: translate(0, -5%); }

.s-comp101 a.s-tile .tile-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.s-comp101 a.s-tile .tile-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px); }

@media only screen and (max-width: 991px) {
  .s-comp101 .tile-col {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .s-comp101 .tile-col {
    width: 100%; }

  .s-comp101 a.s-tile .tile-image img {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px); } }

.s-comp101 {
  padding: 96px 0px 66px 0px; }

.s-comp101 {
  position: relative; }

@media (max-width: 480px) {
  .s-comp101 {
    padding: 72px 0px 42px 0px; } }


.s-comp102 .tab-content h1:before, .s-comp102 .tab-content h2:before, .s-comp102 .tab-content h3:before, .s-comp102 .tab-content h4:before, .s-comp102 .tab-content h5:before, .s-comp102 .tab-content h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp102 .tab-content h1:after, .s-comp102 .tab-content h2:after, .s-comp102 .tab-content h3:after, .s-comp102 .tab-content h4:after, .s-comp102 .tab-content h5:after, .s-comp102 .tab-content h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp102 {
  padding: 144px 0; }

.s-comp102 .nav-tabs {
  border: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 2px solid transparent; }

.s-comp102 .nav-item {
  margin: 0; }

.s-comp102 .nav-link {
  border-radius: var(--border-radius-md);
  color: var(--text-main) !important;
  padding: 12px 30px;
  border: 0 !important;
  font-weight: bold;
  border: 2px solid var(--primary); }

.s-comp102 .nav-link:not(.active):hover {
  color: #fff !important;
  background: var(--blue); }

.s-comp102 .nav-link.active {
  background: var(--blue) !important;
  color: #fff !important; }

.s-comp102 .nav-link.active:hover {
  background: var(--blue) !important;
  color: #fff !important; }

.s-comp102 .tab-content {
  display: inline-block;
  padding: 72px 60px 36px 60px;
  box-shadow: var(--shadow-md);
  background: #fff;
  border-radius: var(--border-radius-lg);
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp102 .tab-content h2 {
  font-size: 2.074rem;
  font-weight: bold; }

.s-comp102 .tab-content .s-text {
  margin-bottom: 36px; }

.s-comp102 .tab-content .s-button-list {
  margin-bottom: 32px; }

.s-comp102 .tab-content .s-img__wrapper {
  margin-bottom: 32px;
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  max-height: 350px; }
/* Default css from Default Button */
.s-comp102 .s-btn.smC19133SmSn1p3T3-style, .s-comp102 .s-btn-alt.smC19133SmSn1p3T3-style {
  position: relative;
  display: inline-block; }


.s-comp104 .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.s-comp104 .intro h2, .s-comp104 .intro .s-text {
  max-width: 650px;
  text-align: center;
  margin: 0 auto; }

.s-comp104 .intro .s-text {
  padding: 20px 0 48px 0;
  font-size: 1.2em; }

.s-comp104 .s-tile {
  text-decoration: none;
  overflow: hidden; }

.s-comp104 .s-tile h3 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp104 .s-tile .s-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.s-comp104 .s-tile .s-content .read-more i {
  vertical-align: middle; }

.s-comp104 {
  padding: 96px 0px 66px 0px; }

.s-comp104 .s-tile {
  background-color: #fff; }

.s-comp104 .s-tile {
  width: 100%; }

.s-comp104 .s-tile {
  margin: 0px 0px 30px 0px; }

.s-comp104 .s-tile {
  padding: 0px 0px 0px 0px; }

.s-comp104 .s-tile {
  display: inline-block; }

.s-comp104 .s-tile .tile-img {
  background-image: url('');
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp104 .s-tile .tile-img {
  border-bottom: 4px solid #6ab651; }

.s-comp104 .s-tile .tile-img {
  width: 100%; }

.s-comp104 .s-tile .tile-img {
  padding: 0px 0px 70% 0px; }

.s-comp104 .s-tile .s-content {
  padding: 36px 30px 36px 30px; }

.s-comp104 .s-tile .s-content h3 {
  font-size: 120%; }

.s-comp104 .s-tile .s-content h3 {
  font-weight: bold; }

.s-comp104 .s-tile .s-content h3 {
  color: #26292c; }

.s-comp104 .s-tile .s-content h3 {
  line-height: 120%; }

.s-comp104 .s-tile .s-content h3 {
  margin: 0px 0px 0px 0px; }

.s-comp104 .s-tile .s-content .s-text {
  font-weight: normal; }

.s-comp104 .s-tile .s-content .s-text {
  color: #606871; }

.s-comp104 .s-tile .s-content .s-text {
  margin: 12px 0px 12px 0px; }

.s-comp104 .s-tile .s-content .read-more {
  font-size: 83%; }

.s-comp104 .s-tile .s-content .read-more {
  font-weight: bold; }

.s-comp104 .s-tile .s-content .read-more {
  color: #6ab651; }

.s-comp104 .s-tile .s-content .read-more {
  line-height: 100%; }

.s-comp104 .s-tile .s-content .read-more i {
  font-size: 0.7em; }

.s-comp104 .s-tile .s-content .read-more i {
  font-weight: normal; }

.s-comp104 .s-tile .s-content .read-more i {
  color: #606871; }

.s-comp104 .s-tile .s-content .read-more i {
  margin: 0px 0px 0px 4px; }

.s-comp104 .s-tile .s-content .read-more i {
  opacity: 0.4; }

.s-comp104 .s-tile:hover {
  -ms-transform: translate3d(0px, -6px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -6px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -6px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

@media (max-width: 480px) {
  .s-comp104 .s-tile .tile-img {
    padding: 0px 0px 90% 0px; }

  .s-comp104 .s-tile .s-content {
    padding: 36px 24px 36px 24px; } }


.s-comp105 {
  position: relative; }

.s-comp105:before {
  content: '';
  width: 100%;
  padding-bottom: 10%;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%) scaleY(-1);
  background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindDiest/swfiles/body/branch_green.svg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.s-comp105 .intro .s-text {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0px 40px 0px;
  font-size: 1.2em; }

.s-comp105 .service {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }

@media only screen and (max-width: 480px) {
  .s-comp105 .service {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media only screen and (min-width: 480px) {
  .s-comp105 .container > .row > .fases > .service:nth-child(odd), .s-comp105 .container > .row > .fases > .service:nth-child(even) {
    padding-right: 20%; } }

@media only screen and (min-width: 991px) {
  .s-comp105 .container > .row > .fases > .service:nth-child(odd) {
    padding-right: 50%;
    padding-left: 0; }

  .s-comp105 .container > .row > .fases > .service:nth-child(even) {
    padding-left: 50%;
    padding-right: 0; } }
/********************
 Button hover 
 *******************/
.s-comp105 .s-btn:after, .s-comp105 .s-btn-alt:after {
  content: '';
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  top: -225%;
  right: -68%;
  transform: translate(0%, 0%);
  background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindDiest/swfiles/body/button-bg.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp105 .s-btn:hover:after, .s-comp105 .s-btn-alt:hover:after {
  position: absolute;
  top: -5%;
  right: -22%; }
/********************
 LINES 
 *******************/
@media only screen and (min-width: 991px) {
  .s-comp105 .container > .row > .fases > .service:nth-child(odd):before, .s-comp105 .container > .row > .fases > .service:nth-child(odd):after, .s-comp105 .container > .row > .fases > .service:nth-child(even):before, .s-comp105 .container > .row > .fases > .service:nth-child(even):after {
    content: '';
    position: absolute;
    opacity: 0.7;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block; }

  .s-comp105 .container > .row > .fases > .service:nth-child(1):before {
    width: 200px;
    height: 200px;
    bottom: 0%;
    right: 26%;
    transform: translate(-26%, 0%);
    background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindDiest/swfiles/body/line-3.svg'); }

  .s-comp105 .container > .row > .fases > .service:nth-child(2):before {
    width: 265px;
    height: 180px;
    bottom: -20%;
    left: 40%;
    transform: translate(-40%, -20%);
    background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindDiest/swfiles/body/line-2.svg'); }

  .s-comp105 .container > .row > .fases > .service:nth-child(3):before {
    width: 350px;
    height: 160px;
    bottom: 0%;
    right: 10%;
    transform: translate(-10%, 0%);
    background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindDiest/swfiles/body/line-1.svg'); } }
/* Default css from Image */
.s-comp105 .s-img__wrapper.smC16212SmSn1p3T3i23-style {
  position: relative; }

.s-comp105 .s-img__wrapper.smC16212SmSn1p3T3i23-style .s-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.s-comp105 .s-img__wrapper.smC16212SmSn1p3T3i23-style .s-img[src=""], .s-comp105 .s-img__wrapper.smC16212SmSn1p3T3i23-style .s-img[src*="placehold.it"] {
  display: none; }
/* Default css from Header 3 */
.s-comp105 h3.smC16212SmSn1p3T3i24-style {
  position: relative; }
/* Default css from Default Text */
.s-comp105 .s-text.smC16212SmSn1p3T3i25-style {
  position: relative; }
/* Default css from Default Button */
.s-comp105 .s-btn.smC19139SmSn1p3T5-style, .s-comp105 .s-btn-alt.smC19139SmSn1p3T5-style {
  position: relative;
  display: inline-block; }
/* Default css from Header 2 */
.s-comp105 h2.smC19139SmSn1p3T9-style {
  position: relative; }

.s-comp105 {
  background-color: #e8ffdf; }

.s-comp105 {
  padding: 120px 0px 60px 0px; }

.s-comp105 {
  position: relative; }

.s-comp105 .s-img__wrapper.smC16212SmSn1p3T3i23-style {
  width: 100%; }

.s-comp105 h3.smC16212SmSn1p3T3i24-style {
  font-size: 1.44rem; }

.s-comp105 h3.smC16212SmSn1p3T3i24-style {
  margin: 16px 0px 20px 0px; }

.s-comp105 .s-text.smC16212SmSn1p3T3i25-style {
  padding: 0px 0px 14px 0px; }

.s-comp105 h2.smC19139SmSn1p3T9-style {
  text-align: center; }

.s-comp105 h2.smC19139SmSn1p3T9-style {
  margin: 0px auto 0px auto; }

.s-comp105 h2.smC19139SmSn1p3T9-style {
  min-width: auto;
  max-width: 650px; }

@media (max-width: 768px) {
  .s-comp105 .s-img__wrapper.smC16212SmSn1p3T3i23-style {
    width: 140px; } }

@media (max-width: 480px) {
  .s-comp105 {
    padding: 42px 0px 42px 0px; }

  .s-comp105 .s-img__wrapper.smC16212SmSn1p3T3i23-style {
    width: 100px; } }


.s-comp108 {
  position: relative;
  overflow: hidden; }

.s-comp108:before {
  content: '';
  width: 110vw;
  height: 110vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindNoorderkempen/swfiles/body/vorm_v1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.08; }

.s-comp108 .container {
  position: relative;
  z-index: 10; }

@media only screen and (min-width: 1280px) {
  .s-comp108 .container {
    max-width: 1600px;
    padding: 0 72px; } }

.s-comp108 h2 {
  text-align: center;
  margin-bottom: 48px; }

.s-comp108 .features-list > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -30px; }

.s-comp108 .feature-item {
  width: 33.333%;
  padding: 30px; }

@media only screen and (max-width: 768px) {
  .s-comp108 .feature-item {
    width: 100%; } }

.s-comp108 .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.s-comp108 .feature .icon {
  width: 100px;
  height: 60px;
  position: relative;
  margin-bottom: 18px; }

.s-comp108 .feature .icon img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block; }

.s-comp108 .feature .text-container {
  width: 100%; }

.s-comp108 .feature h3 {
  font-size: 1.2rem;
  margin-bottom: 0.335em;
  text-align: center; }

.s-comp108 .feature .s-text {
  color: var(--text);
  line-height: 1.44;
  opacity: 0.6;
  max-width: 350px;
  text-align: center;
  margin: 0 auto; }

.s-comp108 {
  background-color: #e8ffdf; }

.s-comp108 {
  padding: 96px 0px 96px 0px; }

.s-comp108 {
  position: relative; }


@media only screen and (min-width: 1280px) {
  .s-comp109 .container {
    max-width: 1600px;
    padding: 0 72px; } }

.s-comp109 .testimonial-slider-container {
  width: 100%;
  box-shadow: var(--shadow-xl);
  border-radius: var(--border-radius-lg);
  position: relative;
  background-color: var(--green); }

.s-comp109 .swiper-container {
  overflow: hidden; }

.s-comp109 .testimonial-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp109 .content-container {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp109 .swiper-slide:not(.swiper-slide-active) .content-container {
  opacity: 0; }

.s-comp109 .content-container .content {
  padding: 60px;
  width: 100%;
  max-width: 660px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box; }

.s-comp109 .content-container .content-icon {
  width: 56px;
  padding-top: 0.44rem; }

.s-comp109 .content-container .content-icon .icon {
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: var(--shadow-sm); }

.s-comp109 .content-container .content-icon .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--green);
  font-size: 0.833rem; }

.s-comp109 .content-container .content-text {
  width: calc(100% - 56px);
  padding-left: 36px; }

.s-comp109 .content-container .content-text .s-text {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.44;
  margin-bottom: 24px;
  color: #fff; }

.s-comp109 .content-container .content-text .name {
  font-family: var(--title-font);
  color: #fff;
  opacity: 0.6;
  font-size: 0.833rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600; }

.s-comp109 .image-container {
  width: 45%;
  position: relative;
  overflow: hidden;
  border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0; }

.s-comp109 .image-container .image {
  width: 100%;
  padding-bottom: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp109 .swiper-slide:not(.swiper-slide-active) .image {
  filter: blur(10px);
  transform: scale(1.05); }

.s-comp109 .image-container .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  margin: 0 !important; }

@media only screen and (max-width: 991px) {
  .s-comp109 .container {
    max-width: 100%;
    padding: 0 48px; }

  .s-comp109 .content-container {
    width: 66.666%; }

  .s-comp109 .image-container {
    width: 33.333%; }

  .s-comp109 .image-container .image {
    width: 100%;
    padding-bottom: 0;
    height: 100%; }

  .s-comp109 .content-container .content {
    flex-direction: column; }

  .s-comp109 .content-container .content-icon {
    width: 36px;
    margin-bottom: 24px;
    padding-top: 0; }

  .s-comp109 .content-container .content-icon .icon i {
    font-size: 0.694rem; }

  .s-comp109 .content-container .content-text {
    width: 100%;
    padding-left: 0; }

  .s-comp109 .content-container .content-text .s-text {
    font-weight: 400;
    font-size: 1rem; } }

@media only screen and (max-width: 480px) {
  .s-comp109 .container {
    padding: 0 15px; }

  .s-comp109 .content-container {
    width: 100%; }

  .s-comp109 .image-container {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: var(--shadow-md);
    border-radius: 0 var(--border-radius-lg) 0 var(--border-radius-lg); }

  .s-comp109 .image-container .image img {
    transform: translate(-50%, -50%) scale(1.2); }

  .s-comp109 .content-container .content {
    padding: 60px 36px; } }
/****************************
 NAVIGATION
 ****************************/
.s-comp109 .swiper-nav-button {
  --size: 56px;
  width: var(--size);
  height: var(--size);
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  display: inline-block; }

.s-comp109 .swiper-nav-button.swiper-nav-prev {
  left: calc(var(--size) / -2); }

.s-comp109 .swiper-nav-button.swiper-nav-next {
  right: calc(var(--size) / -2); }

.s-comp109 .swiper-nav-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--title);
  font-size: 0.833rem; }

@media only screen and (max-width: 991px) {
  .s-comp109 .swiper-nav-button {
    --size: 48px; } }

@media only screen and (max-width: 480px) {
  .s-comp109 .swiper-nav-button {
    top: auto;
    bottom: 0;
    transform: translate(0, 50%); }

  .s-comp109 .swiper-nav-button.swiper-nav-prev {
    left: auto;
    right: calc(var(--size) + 8px); }

  .s-comp109 .swiper-nav-button.swiper-nav-next {
    right: 0; } }
/****************************
 PAGINATION
 ****************************/
.s-comp109 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp109 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 0.6; }

@media only screen and (max-width: 480px) {
  .s-comp109 .swiper-pagination {
    padding: 0 44px;
    text-align: left; } }

.s-comp109 {
  padding: 96px 0px 96px 0px; }

.s-comp109 {
  position: relative; }

@media (max-width: 480px) {
  .s-comp109 {
    padding: 72px 0px 72px 0px; } }


.s-comp110 .s-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
/* Default css from Grid */
.s-comp110 .s-grid.smC19139SmSn1p3T11-style {
  position: relative; }
/* Default css from Flex */
.s-comp110 .s-flex.smC19139SmSn1p3T12-style {
  position: relative;
  overflow: hidden; }
/* Default css from Image */
.s-comp110 .s-img__wrapper.smC19139SmSn1p3T13-style {
  position: relative; }

.s-comp110 .s-img__wrapper.smC19139SmSn1p3T13-style .s-img {
  width: 100%;
  height: 100%; }

.s-comp110 .s-img__wrapper.smC19139SmSn1p3T13-style .s-img[src=""] {
  display: none; }
/* Default css from Flex */
.s-comp110 .s-flex.smC19139SmSn1p3T14-style {
  position: relative; }
/* Default css from Default Title */
.s-comp110 h1.smC19139SmSn1p3T15-style, .s-comp110 h2.smC19139SmSn1p3T15-style, .s-comp110 h3.smC19139SmSn1p3T15-style, .s-comp110 h4.smC19139SmSn1p3T15-style, .s-comp110 h5.smC19139SmSn1p3T15-style, .s-comp110 h6.smC19139SmSn1p3T15-style {
  position: relative; }
/* Default css from Flex Collection */
.s-comp110 .s-flex.smC19139SmSn1p3T16-style {
  position: relative; }
/* Default css from Text w/ Icon */
.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style {
  position: relative; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style .s-text {
  display: inline-block; }
/* Default css from Default Button w/ Icon */
.s-comp110 .smC19139SmSn1p3T18-style {
  position: relative;
  overflow: hidden;
  text-decoration: none; }

.s-comp110 .smC19139SmSn1p3T18-style .s-text {
  display: inline-block; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon .s-icon-wave {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  transform: translate(-100%, 0); }
  .s-comp110 .smC19139SmSn1p3T18-style .s-icon .s-icon-wave svg {
    height: 100% !important;
    width: auto !important;
    fill: #51a436 !important; }
/* Default css from Flex */
.s-comp110 .s-flex.smC19139SmSn1p3T44-style {
  position: relative; }
/* Default css from Flex */
.s-comp110 .s-flex.smC19139SmSn1p3T45-style {
  position: relative; }
/* Default css from Linked Icon */
.s-comp110 .s-icon.smC19139SmSn1p3T46-style {
  display: inline-block;
  text-decoration: none;
  cursor: not-allowed; }

.s-comp110 a.s-icon.smC19139SmSn1p3T46-style {
  cursor: pointer; }

.s-comp110 .s-icon.smC19139SmSn1p3T46-style svg {
  transition: inherit; }
/* Default css from Default Text */
.s-comp110 .s-text.smC19139SmSn1p3T47-style {
  position: relative; }

.s-comp110 .s-text.smC19139SmSn1p3T47-style u {
  text-decoration: none; }
/* Default css from Default Button */
.s-comp110 .s-btn.smC19139SmSn1p3T2-style, .s-comp110 .s-btn-alt.smC19139SmSn1p3T2-style {
  position: relative;
  display: inline-block; }
  .s-comp110 .s-btn.smC19139SmSn1p3T2-style.s-hidden, .s-comp110 .s-btn-alt.smC19139SmSn1p3T2-style.s-hidden {
    display: none !important; }

.s-comp110 {
  padding: 120px 0px 120px 0px; }

.s-comp110 {
  z-index: 1; }

.s-comp110 {
  position: relative; }

.s-comp110 .s-grid.smC19139SmSn1p3T11-style {
  margin: 0px 0px 60px 0px; }

.s-comp110 .s-grid.smC19139SmSn1p3T11-style {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.s-comp110 .s-grid.smC19139SmSn1p3T11-style {
  grid-gap: 30px; }

.s-comp110 .s-flex.smC19139SmSn1p3T12-style {
  background-color: #fff; }

.s-comp110 .s-flex.smC19139SmSn1p3T12-style {
  box-shadow: 0px 8px 16px 0px rgba(38, 41, 44, 0.15);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(38, 41, 44, 0.15); }

.s-comp110 .s-flex.smC19139SmSn1p3T12-style {
  -webkit-border-radius: 36px 36px 36px 36px;
  border-radius: 36px 36px 36px 36px; }

.s-comp110 .s-flex.smC19139SmSn1p3T12-style {
  display: flex !important;
  flex-direction: row; }

.s-comp110 .s-img__wrapper.smC19139SmSn1p3T13-style {
  width: 44.44%; }

.s-comp110 .s-img__wrapper.smC19139SmSn1p3T13-style .s-img {
  object-fit: cover; }

.s-comp110 .s-img__wrapper.smC19139SmSn1p3T13-style .s-img {
  object-position: center center; }

.s-comp110 .s-flex.smC19139SmSn1p3T14-style {
  border-left: 5px solid #6ab651; }

.s-comp110 .s-flex.smC19139SmSn1p3T14-style {
  width: 55.56%; }

.s-comp110 .s-flex.smC19139SmSn1p3T14-style {
  padding: 36px 30px 36px 30px; }

.s-comp110 .s-flex.smC19139SmSn1p3T14-style {
  display: flex !important;
  flex-direction: column; }

.s-comp110 h1.smC19139SmSn1p3T15-style {
  margin: 0px 0px 20px 0px; }

.s-comp110 h3.smC19139SmSn1p3T15-style {
  font-size: 1.2rem; }

.s-comp110 .s-flex.smC19139SmSn1p3T16-style {
  margin: 0px 0px 4px 0px; }

.s-comp110 .s-flex.smC19139SmSn1p3T16-style {
  display: flex !important;
  flex-direction: column; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style .s-text {
  font-size: 0.95rem; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style .s-icon svg {
  fill: #26292c; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style .s-icon svg {
  width: 20px; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style .s-icon {
  margin: 0px 16px 0px 0px; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style .s-icon {
  display: inline-flex;
  flex-direction: row; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style {
  margin: 0px 0px 16px 0px; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style {
  display: flex !important;
  flex-direction: row; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style {
  align-items: center; }

.s-comp110 .s-btn.smC19139SmSn1p3T17-style {
  position: relative; }

.s-comp110 .s-text-icon.smC19139SmSn1p3T17-style .s-icon {
  order: unset; }

.s-comp110 .smC19139SmSn1p3T18-style .s-text {
  font-size: 0.875rem; }

.s-comp110 .smC19139SmSn1p3T18-style .s-text {
  font-weight: bold; }

.s-comp110 .smC19139SmSn1p3T18-style .s-text {
  color: #fff; }

.s-comp110 .smC19139SmSn1p3T18-style .s-text {
  text-align: center; }

.s-comp110 .smC19139SmSn1p3T18-style .s-text {
  line-height: 179%; }

.s-comp110 .smC19139SmSn1p3T18-style .s-text {
  width: 75.75%; }

.s-comp110 .smC19139SmSn1p3T18-style .s-text {
  margin: 0px 0px 0px 0px; }

.s-comp110 .smC19139SmSn1p3T18-style .s-text {
  padding: 10px 0px 10px 18.36938%; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon svg {
  fill: #fff; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon svg {
  width: 12px; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon {
  background-color: #51a436; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon {
  width: 24.25%; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon {
  position: relative; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon {
  display: inline-flex;
  flex-direction: row; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon {
  justify-content: center; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon {
  align-items: center; }

.s-comp110 .smC19139SmSn1p3T18-style {
  background-color: #6ab651; }

.s-comp110 .smC19139SmSn1p3T18-style {
  -webkit-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px; }

.s-comp110 .smC19139SmSn1p3T18-style {
  padding: 0px 0px 0px 0px; }

.s-comp110 .smC19139SmSn1p3T18-style {
  display: flex !important;
  flex-direction: row; }

.s-comp110 .smC19139SmSn1p3T18-style {
  align-items: stretch; }

.s-comp110 .smC19139SmSn1p3T18-style {
  position: relative; }

.s-comp110 .smC19139SmSn1p3T18-style .s-icon {
  order: 1; }

.s-comp110 .s-btn.smC19139SmSn1p3T18-style:hover .s-icon {
  display: inline-flex;
  flex-direction: row; }

.s-comp110 .s-btn.smC19139SmSn1p3T18-style:hover {
  display: flex !important;
  flex-direction: row; }

.s-comp110 .smC19139SmSn1p3T18-style:hover .s-icon {
  order: 1; }

.s-comp110 .s-flex.smC19139SmSn1p3T44-style {
  margin: 48px 0px 0px 0px; }

.s-comp110 .s-flex.smC19139SmSn1p3T44-style {
  display: flex !important;
  flex-direction: row; }

.s-comp110 .s-flex.smC19139SmSn1p3T44-style {
  justify-content: center; }

.s-comp110 .s-flex.smC19139SmSn1p3T45-style {
  display: flex !important;
  flex-direction: row; }

.s-comp110 .s-icon.smC19139SmSn1p3T46-style svg {
  fill: #606871; }

.s-comp110 .s-icon.smC19139SmSn1p3T46-style svg {
  width: 100%; }

.s-comp110 .s-icon.smC19139SmSn1p3T46-style svg {
  height: 100%; }

.s-comp110 .s-icon.smC19139SmSn1p3T46-style {
  margin: 0px 8px 0px 8px; }

.s-comp110 .s-icon.smC19139SmSn1p3T46-style {
  display: inline-flex;
  flex-direction: row; }

.s-comp110 .s-icon.smC19139SmSn1p3T46-style {
  justify-content: center; }

.s-comp110 .s-icon.smC19139SmSn1p3T46-style {
  align-items: center; }

.s-comp110 .s-icon.smC19139SmSn1p3T46-style:hover {
  display: inline-flex;
  flex-direction: row; }

.s-comp110 .s-text.smC19139SmSn1p3T47-style {
  color: #fff; }

.s-comp110 .s-text.smC19139SmSn1p3T47-style {
  text-align: center; }

.s-comp110 .s-text.smC19139SmSn1p3T47-style {
  background-color: #6ab651; }

.s-comp110 .s-text.smC19139SmSn1p3T47-style {
  margin: 0px 8px 0px 8px; }

.s-comp110 .s-text.smC19139SmSn1p3T47-style {
  padding: 0px 12px 0px 12px; }

.s-comp110 .s-btn.smC19139SmSn1p3T2-style {
  margin: 60px 0px 0px 0px; }

@media (max-width: 768px) {
  .s-comp110 {
    padding: 96px 0px 96px 0px; }

  .s-comp110 .s-grid.smC19139SmSn1p3T11-style {
    display: grid;
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 480px) {
  .s-comp110 {
    padding: 72px 0px 72px 0px; }

  .s-comp110 .s-grid.smC19139SmSn1p3T11-style {
    display: grid;
    grid-template-columns: repeat(1, 1fr); } }


/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T19-style {
  position: relative;
  clip-path: ellipse(135% 100% at 50% 0%); }
/* Default css from Header 1 */
.s-comp111 h1.smC19139SmSn1p3T20-style {
  position: relative; }
/* Default css from Default Text */
.s-comp111 .s-text.smC19139SmSn1p3T21-style {
  position: relative; }

.s-comp111 .s-text.smC19139SmSn1p3T21-style u {
  text-decoration: none; }
/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T22-style {
  position: relative; }
/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T23-style {
  position: relative; }
/* Default css from Text Link w/ Icon */
.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style {
  position: relative; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style .s-text {
  display: inline-block; }
/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T25-style {
  position: relative; }
/* Default css from Default Text */
.s-comp111 .s-text.smC19139SmSn1p3T26-style {
  position: relative; }

.s-comp111 .s-text.smC19139SmSn1p3T26-style u {
  text-decoration: none; }
/* Default css from Default Text */
.s-comp111 .s-text.smC19139SmSn1p3T27-style {
  position: relative; }

.s-comp111 .s-text.smC19139SmSn1p3T27-style u {
  text-decoration: none; }
/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T28-style {
  position: relative; }
/* Default css from Default Text */
.s-comp111 .s-text.smC19139SmSn1p3T29-style {
  position: relative; }

.s-comp111 .s-text.smC19139SmSn1p3T29-style u {
  text-decoration: none; }
/* Default css from Default Text */
.s-comp111 .s-text.smC19139SmSn1p3T30-style {
  position: relative; }

.s-comp111 .s-text.smC19139SmSn1p3T30-style u {
  text-decoration: none; }
/* Default css from Slider */
.s-comp111 .s-slider.smC19139SmSn1p3T31-style {
  min-width: 0; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__list {
  margin: 0;
  padding: 0;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style.splide.is-active .splide__list {
  display: flex; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows {
  pointer-events: none; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow {
  pointer-events: all; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow:disabled {
  pointer-events: none; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow.splide__arrow--prev svg {
  transform: scaleX(-1); }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__pagination {
  padding: 0; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style.splide {
  visibility: hidden; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style.splide, .s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__slide {
  position: relative;
  outline: none; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__slide {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  flex-shrink: 0; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__slide img {
  vertical-align: bottom; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__slider {
  position: relative; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style.splide--fade > .splide__track > .splide__list {
  display: block; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }
/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T32-style {
  position: relative; }
/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T33-style {
  position: relative; }
/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T34-style {
  position: relative; }
/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T36-style {
  position: relative; }
/* Default css from Default Text */
.s-comp111 .s-text.smC19139SmSn1p3T37-style {
  position: relative; }

.s-comp111 .s-text.smC19139SmSn1p3T37-style u {
  text-decoration: none; }
/* Default css from Default Text */
.s-comp111 .s-text.smC19139SmSn1p3T38-style {
  position: relative; }

.s-comp111 .s-text.smC19139SmSn1p3T38-style u {
  text-decoration: none; }
/* Default css from Default Button w/ Icon */
.s-comp111 .smC19139SmSn1p3T39-style {
  position: relative;
  overflow: hidden;
  text-decoration: none; }

.s-comp111 .smC19139SmSn1p3T39-style .s-text {
  display: inline-block; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon .s-icon-wave {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  transform: translate(-100%, 0); }
  .s-comp111 .smC19139SmSn1p3T39-style .s-icon .s-icon-wave svg {
    height: 100% !important;
    width: auto !important;
    fill: #51a436 !important; }
/* Default css from Image */
.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style {
  position: relative; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style .s-img {
  width: 100%;
  height: 100%; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style .s-img[src=""] {
  display: none; }
/* Default css from Image */
.s-comp111 .s-img__wrapper.smC19139SmSn1p3T41-style {
  position: relative; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T41-style .s-img {
  width: 100%;
  height: 100%; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T41-style .s-img[src=""] {
  display: none; }
/* Default css from Flex */
.s-comp111 .s-flex.smC19139SmSn1p3T42-style {
  position: relative; }
/* Default css from Header 2 */
.s-comp111 h2.smC19139SmSn1p3T43-style {
  position: relative; }

.s-comp111 {
  margin: 0px 0px 120px 0px; }

.s-comp111 {
  position: relative; }

.s-comp111 .s-flex.smC19139SmSn1p3T19-style {
  z-index: 1; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style {
  z-index: -1; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style:before {
  background: linear-gradient(90deg, rgba(237, 139, 0, 0.8) 0%, rgba(237, 139, 0, 0) 100%); }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style:before {
  z-index: 1; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style:before {
  position: absolute; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style:before {
  content: ''; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style {
  position: absolute; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style .s-img {
  object-fit: cover; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T40-style .s-img {
  object-position: center center; }

.s-comp111 h1.smC19139SmSn1p3T20-style {
  color: #fff; }

.s-comp111 .s-text.smC19139SmSn1p3T21-style {
  font-family: 'Open Sans', sans-serif, sans-serif; }

.s-comp111 .s-text.smC19139SmSn1p3T21-style {
  font-size: 1.2rem; }

.s-comp111 .s-text.smC19139SmSn1p3T21-style {
  color: #fff; }

.s-comp111 .s-text.smC19139SmSn1p3T21-style {
  line-height: 152%; }

.s-comp111 .s-flex.smC19139SmSn1p3T42-style {
  width: 40.75%; }

.s-comp111 .s-flex.smC19139SmSn1p3T42-style {
  height: 59.6vh; }

.s-comp111 .s-flex.smC19139SmSn1p3T42-style {
  padding: 0px 0px 0px 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T42-style {
  display: flex !important;
  flex-direction: column; }

.s-comp111 .s-flex.smC19139SmSn1p3T42-style {
  justify-content: center; }

.s-comp111 .s-flex.smC19139SmSn1p3T22-style {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-flex.smC19139SmSn1p3T22-style {
  justify-content: space-between; }

.s-comp111 .s-flex.smC19139SmSn1p3T22-style {
  align-items: flex-start; }

.s-comp111 .s-flex.smC19139SmSn1p3T23-style {
  width: 55.7692%; }

.s-comp111 .s-flex.smC19139SmSn1p3T23-style {
  margin: 35px 0px 0px 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T23-style {
  display: flex !important;
  flex-direction: column; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style .s-text {
  color: #606871; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style .s-text {
  margin: 0px 0px 0px 6px; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style .s-icon svg {
  fill: #6ab651; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style .s-icon svg {
  width: 20px; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style .s-icon {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(-1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(-1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(-1, 1, 1); }

.s-comp111 .s-btn.smC19139SmSn1p3T24-style .s-icon {
  display: inline-flex;
  flex-direction: row; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style {
  margin: 0px 0px 20px 0px; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style {
  align-items: center; }

.s-comp111 .s-btn.smC19139SmSn1p3T24-style {
  position: relative; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style .s-icon {
  order: unset; }

.s-comp111 .s-icon-link.smC19139SmSn1p3T24-style:hover .s-text {
  text-decoration: none; }

.s-comp111 .s-btn.smC19139SmSn1p3T24-style:hover .s-icon {
  display: inline-flex;
  flex-direction: row; }

.s-comp111 .s-btn.smC19139SmSn1p3T24-style:hover {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-btn.smC19139SmSn1p3T24-style:hover .s-icon {
  order: unset; }

.s-comp111 .s-flex.smC19139SmSn1p3T25-style {
  margin: 0px 0px 8px 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T25-style {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-flex.smC19139SmSn1p3T25-style {
  flex-wrap: wrap; }

.s-comp111 .s-text.smC19139SmSn1p3T26-style {
  font-size: 0.875rem; }

.s-comp111 .s-text.smC19139SmSn1p3T26-style {
  line-height: 179%; }

.s-comp111 .s-text.smC19139SmSn1p3T26-style {
  background-color: #e5e5e5; }

.s-comp111 .s-text.smC19139SmSn1p3T26-style {
  box-shadow: 0px 3px 8px 0px rgba(38, 41, 44, 0.1);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(38, 41, 44, 0.1); }

.s-comp111 .s-text.smC19139SmSn1p3T26-style {
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px; }

.s-comp111 .s-text.smC19139SmSn1p3T26-style {
  margin: 0px 24px 12px 0px; }

.s-comp111 .s-text.smC19139SmSn1p3T26-style {
  padding: 7px 30px 7px 30px; }

.s-comp111 .s-text.smC19139SmSn1p3T27-style {
  margin: 0px 0px 52px 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style {
  box-shadow: 0px 8px 16px 0px rgba(38, 41, 44, 0.08);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(38, 41, 44, 0.08); }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style {
  -webkit-border-radius: 16px 16px 16px 16px;
  border-radius: 16px 16px 16px 16px; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style {
  margin: 0px 0px 52px 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style {
  padding: 20px 50px 25px 50px; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style:before {
  background-color: #ed8b00; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style:before {
  width: 3px; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style:before {
  visibility: visible; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style:before {
  -ms-transform: translate3d(-50%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style:before {
  position: absolute; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style:before {
  top: 20px;
  bottom: 25px;
  left: 50%;
  right: auto; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style:before {
  content: ''; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-flex.smC19139SmSn1p3T28-style {
  justify-content: space-between; }

.s-comp111 .s-text.smC19139SmSn1p3T29-style {
  width: 40%; }

.s-comp111 .s-text.smC19139SmSn1p3T30-style {
  width: 40%; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style {
  width: 100%; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style {
  height: 100%; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__slide {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows {
  z-index: 1; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows {
  justify-content: space-between; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows {
  position: absolute; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows {
  top: 50%;
  bottom: auto;
  left: 0px;
  right: 0px; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow {
  background-color: rgba(255, 255, 255, 0.8); }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow {
  border: 0px solid #ffcd00; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow {
  width: 31px; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow {
  height: 31px; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow {
  justify-content: center; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow {
  align-items: center; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow svg {
  fill: #ed8b00; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow svg {
  width: 11px; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow svg {
  height: 11px; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow:hover, .s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow:focus {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow:disabled {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow.splide__arrow--prev {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow.splide__arrow--prev:hover, .s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow.splide__arrow--prev:focus {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow.splide__arrow--next {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow.splide__arrow--next:hover, .s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__arrows .splide__arrow.splide__arrow--next:focus {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__pagination {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__pagination .splide__pagination__page {
  width: 12px; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__pagination .splide__pagination__page {
  height: 12px; }

.s-comp111 .s-slider.smC19139SmSn1p3T31-style .splide__pagination .splide__pagination__page {
  padding: 0px 0px 0px 0px; }

.s-comp111 h2.smC19139SmSn1p3T43-style {
  margin: 0px 0px 6px 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T32-style {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T32-style {
  width: 36.9047%; }

.s-comp111 .s-flex.smC19139SmSn1p3T32-style {
  margin: -75px 0px 0px 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T32-style {
  z-index: 2; }

.s-comp111 .s-flex.smC19139SmSn1p3T32-style {
  display: flex !important;
  flex-direction: column; }

.s-comp111 .s-flex.smC19139SmSn1p3T32-style {
  justify-content: flex-start; }

.s-comp111 .s-flex.smC19139SmSn1p3T32-style {
  position: sticky; }

.s-comp111 .s-flex.smC19139SmSn1p3T32-style {
  top: 35px;
  bottom: auto;
  left: 0px;
  right: 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T33-style {
  background-color: #fff; }

.s-comp111 .s-flex.smC19139SmSn1p3T33-style {
  box-shadow: 0px 8px 16px 0px rgba(38, 41, 44, 0.08);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(38, 41, 44, 0.08); }

.s-comp111 .s-flex.smC19139SmSn1p3T33-style {
  -webkit-border-radius: 16px 16px 16px 16px;
  border-radius: 16px 16px 16px 16px; }

.s-comp111 .s-flex.smC19139SmSn1p3T33-style {
  padding: 50px 28px 20px 42px; }

.s-comp111 .s-flex.smC19139SmSn1p3T33-style {
  z-index: 1; }

.s-comp111 .s-flex.smC19139SmSn1p3T33-style {
  display: flex !important;
  flex-direction: column; }

.s-comp111 .s-flex.smC19139SmSn1p3T34-style {
  margin: 0px 0px 26px 0px; }

.s-comp111 .s-flex.smC19139SmSn1p3T34-style {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-flex.smC19139SmSn1p3T34-style {
  justify-content: flex-start; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style svg {
  fill: #fff; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style svg {
  width: 24px; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style svg {
  height: 24px; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style {
  background-color: #ed8b00; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style {
  width: 45px; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style {
  height: 45px; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style {
  padding: 0px 0px 0px 0px; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style {
  min-width: 45px;
  max-width: 45px; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style {
  display: inline-flex;
  flex-direction: row; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style {
  justify-content: center; }

.s-comp111 .s-icon.smC19139SmSn1p3T35-style {
  align-items: center; }

.s-comp111 .s-flex.smC19139SmSn1p3T36-style {
  padding: 0px 0px 0px 24px; }

.s-comp111 .s-flex.smC19139SmSn1p3T36-style {
  display: flex !important;
  flex-direction: column; }

.s-comp111 .s-text.smC19139SmSn1p3T37-style {
  font-weight: bold; }

.s-comp111 .s-text.smC19139SmSn1p3T37-style {
  line-height: 156%; }

.s-comp111 .smC19139SmSn1p3T39-style .s-text {
  font-size: 1.2rem; }

.s-comp111 .smC19139SmSn1p3T39-style .s-text {
  font-weight: bold; }

.s-comp111 .smC19139SmSn1p3T39-style .s-text {
  color: #fff; }

.s-comp111 .smC19139SmSn1p3T39-style .s-text {
  text-align: center; }

.s-comp111 .smC19139SmSn1p3T39-style .s-text {
  line-height: 179%; }

.s-comp111 .smC19139SmSn1p3T39-style .s-text {
  width: 75.75%; }

.s-comp111 .smC19139SmSn1p3T39-style .s-text {
  margin: 0px 0px 0px 0px; }

.s-comp111 .smC19139SmSn1p3T39-style .s-text {
  padding: 30px 20px 15px 20px; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon svg {
  fill: #fff; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon svg {
  width: 14px; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon svg {
  height: 14px; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon {
  background-color: #51a436; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon {
  width: 24.25%; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon {
  padding: 16px 0px 0px 0px; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon {
  position: relative; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon {
  display: inline-flex;
  flex-direction: row; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon {
  justify-content: center; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon {
  align-items: center; }

.s-comp111 .smC19139SmSn1p3T39-style {
  background-color: #6ab651; }

.s-comp111 .smC19139SmSn1p3T39-style {
  -webkit-border-radius: 0px 0px 16px 16px;
  border-radius: 0px 0px 16px 16px; }

.s-comp111 .smC19139SmSn1p3T39-style {
  margin: -16px 0px 0px 0px; }

.s-comp111 .smC19139SmSn1p3T39-style {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .smC19139SmSn1p3T39-style {
  align-items: stretch; }

.s-comp111 .s-btn.smC19139SmSn1p3T39-style {
  position: relative; }

.s-comp111 .smC19139SmSn1p3T39-style .s-icon {
  order: 1; }

.s-comp111 .smC19139SmSn1p3T39-style:hover .s-text {
  text-decoration: none; }

.s-comp111 .s-btn.smC19139SmSn1p3T39-style:hover .s-icon {
  display: inline-flex;
  flex-direction: row; }

.s-comp111 .s-btn.smC19139SmSn1p3T39-style:hover {
  display: flex !important;
  flex-direction: row; }

.s-comp111 .s-btn.smC19139SmSn1p3T39-style:hover .s-icon {
  order: 1; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T41-style, .s-comp111 .s-img__wrapper.smC19139SmSn1p3T41-style .s-img {
  -webkit-border-radius: 36px 36px 36px 36px;
  border-radius: 36px 36px 36px 36px; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T41-style {
  width: 100%; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T41-style .s-img {
  object-fit: cover; }

.s-comp111 .s-img__wrapper.smC19139SmSn1p3T41-style .s-img {
  object-position: center center; }

@media (max-width: 768px) {
  .s-comp111 {
    margin: 0px 0px 96px 0px; }

  .s-comp111 .s-flex.smC19139SmSn1p3T42-style {
    width: 100%; }

  .s-comp111 .s-flex.smC19139SmSn1p3T42-style {
    height: auto; }

  .s-comp111 .s-flex.smC19139SmSn1p3T42-style {
    padding: 120px 0px 120px 0px; }

  .s-comp111 .s-flex.smC19139SmSn1p3T22-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp111 .s-flex.smC19139SmSn1p3T23-style {
    width: 100%; }

  .s-comp111 .s-flex.smC19139SmSn1p3T28-style {
    padding: 20px 30px 25px 30px; }

  .s-comp111 .s-flex.smC19139SmSn1p3T32-style {
    width: 100%; }

  .s-comp111 .s-flex.smC19139SmSn1p3T32-style {
    margin: 40px 0px 0px 0px; } }

@media (max-width: 480px) {
  .s-comp111 {
    margin: 0px 0px 72px 0px; }

  .s-comp111 .s-flex.smC19139SmSn1p3T42-style {
    width: 100%; }

  .s-comp111 .s-flex.smC19139SmSn1p3T42-style {
    height: auto; }

  .s-comp111 .s-flex.smC19139SmSn1p3T42-style {
    padding: 96px 0px 96px 0px; }

  .s-comp111 .s-flex.smC19139SmSn1p3T22-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp111 .s-flex.smC19139SmSn1p3T23-style {
    width: 100%; }

  .s-comp111 .s-flex.smC19139SmSn1p3T28-style {
    padding: 20px 20px 25px 20px; }

  .s-comp111 .s-flex.smC19139SmSn1p3T28-style:before {
    display: none !important; }

  .s-comp111 .s-flex.smC19139SmSn1p3T32-style {
    width: 100%; }

  .s-comp111 .s-flex.smC19139SmSn1p3T32-style {
    margin: 40px 0px 0px 0px; } }


/* Default css from Text Link */
.s-comp112 .s-link.smC19139SmSn1p3T2-style {
  display: inline-block;
  position: relative; }

.s-comp112 {
  padding: 100px 0; }

.s-comp112 {
  position: relative; }


#scomp258.s-comp80 .hero-content .s-tile {
  padding: 260px 0px 40px 0px; }

@media (max-width: 480px) {
  #scomp258.s-comp80 .hero-content .s-tile {
    padding: 92px 0px 36px 0px; } }


#scomp312.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
  overflow: hidden; }

#scomp312.s-comp90 .s-img__wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  margin: 0 !important;
  max-height: none !important; }

#scomp312.s-comp90 {
  padding: 96px 0px 84px 0px; }

#scomp312.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp312.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

@media (max-width: 768px) {
  #scomp312.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: flex-start; } }

@media (max-width: 480px) {
  #scomp312.s-comp90 {
    padding: 72px 0px 72px 0px; }

  #scomp312.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: center; } }


#scomp542.s-comp90 {
  padding: 184px 0px 0px 0px; }

#scomp542.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp542.s-comp90 .s-button-list {
  display: flex;
  flex-direction: row; }

#scomp542.s-comp90 .s-button-list {
  justify-content: center; }

@media (max-width: 480px) {
  #scomp542.s-comp90 {
    padding: 72px 0px 0px 0px; } }


#scomp558.s-comp110 {
  padding: 0px 0px 120px 0px; }

@media (max-width: 768px) {
  #scomp558.s-comp110 {
    padding: 0px 0px 96px 0px; } }

@media (max-width: 480px) {
  #scomp558.s-comp110 {
    padding: 0px 0px 72px 0px; } }


#scomp522.s-comp90 {
  padding: 144px 0; }

#scomp522.s-comp90 h2 {
  text-align: center;
  font-size: 3.583rem;
  margin: 0 0 0.135em 0;
  line-height: 1;
  color: var(--blue); }

#scomp522.s-comp90 .s-text {
  text-align: center;
  margin: 0 auto;
  max-width: 750px; }

@media only screen and (max-width: 991px) {
  #scomp522.s-comp90 {
    padding: 96px 0; } }

@media only screen and (max-width: 480px) {
  #scomp522.s-comp90 {
    padding: 72px 0; } }


#scomp341.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
  overflow: hidden; }

#scomp341.s-comp90 .s-img__wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  margin: 0 !important;
  max-height: none !important; }

@media only screen and (max-width: 480px) {
  #scomp341.s-comp90 .container > .row > .s-flex {
    flex-direction: column-reverse; } }

#scomp341.s-comp90 {
  padding: 96px 0px 60px 0px; }

#scomp341.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp341.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

@media (max-width: 768px) {
  #scomp341.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: flex-start; } }

@media (max-width: 480px) {
  #scomp341.s-comp90 {
    padding: 72px 0px 36px 0px; }

  #scomp341.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: center; } }


#scomp292.s-comp90 {
  position: relative;
  overflow: hidden; }

#scomp292.s-comp90:before {
  content: '';
  width: 110vw;
  height: 110vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindNoorderkempen/swfiles/body/vorm_v1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.08; }

#scomp292.s-comp90 .container {
  position: relative;
  z-index: 10; }

#scomp292.s-comp90 {
  background-color: #e8ffdf; }

#scomp292.s-comp90 {
  padding: 96px 0px 60px 0px; }

#scomp292.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp292.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  font-size: 1.2rem; }

#scomp292.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

#scomp292.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  line-height: 1.728; }

#scomp292.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  margin: 0px auto 36px auto; }

#scomp292.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  min-width: 0px;
  max-width: 730px; }

@media (max-width: 480px) {
  #scomp292.s-comp90 {
    padding: 72px 0px 36px 0px; }

  #scomp292.s-comp90 .s-text.smC11783SmSn1p3T7-style {
    font-size: 1rem; } }


#scomp543.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
  overflow: hidden; }

#scomp543.s-comp90 .s-img__wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  margin: 0 !important;
  max-height: none !important; }

#scomp543.s-comp90 {
  padding: 96px 0px 60px 0px; }

#scomp543.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp543.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

@media (max-width: 768px) {
  #scomp543.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: flex-start; } }

@media (max-width: 480px) {
  #scomp543.s-comp90 {
    padding: 72px 0px 72px 0px; }

  #scomp543.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
    align-items: center; } }


#scomp521.s-comp90 {
  padding: 144px 0; }

#scomp521.s-comp90 h2 {
  text-align: center;
  margin: 0 0 0.694em 0;
  line-height: 1.2; }

#scomp521.s-comp90 .s-text {
  text-align: center;
  margin: 0 auto;
  max-width: 750px; }

@media only screen and (max-width: 991px) {
  #scomp521.s-comp90 {
    padding: 96px 0; } }

@media only screen and (max-width: 480px) {
  #scomp521.s-comp90 {
    padding: 72px 0; } }


#scomp310.s-comp93:before, #scomp310.s-comp93 h2, #scomp310.s-comp93 .s-button-list {
  display: none !important; }

#scomp310.s-comp93 {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }


#scomp325.s-comp79 #dropdown3841 {
  font-size: 0.9em; }

#scomp325.s-comp79 {
  position: relative; }

#scomp325.s-comp79:before {
  content: '';
  width: 100%;
  padding-bottom: 10%;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
  background-image: url('https://cloud.sitemn.gr/users/HuisVanHetKindDiest/swfiles/body/branch_green.svg');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat; }

#scomp325.s-comp79 {
  background-color: #e8ffdf; }

#scomp325.s-comp79 {
  margin: 96px 0px 0px 0px; }

#scomp325.s-comp79 {
  padding: 96px 0px 66px 0px; }

@media (max-width: 768px) {
  #scomp325.s-comp79 {
    margin: 70px 0px 0px 0px; }

  #scomp325.s-comp79 {
    padding: 72px 0px 66px 0px; } }

@media (max-width: 480px) {
  #scomp325.s-comp79 {
    margin: 50px 0px 0px 0px; }

  #scomp325.s-comp79 {
    padding: 48px 0px 42px 0px; } }


