/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/home_blocks_our_community.scss ***!
  \********************************************************************************************************************************************************************************************************************************/
.mgs-home-block.our-community-block{
  position:relative;
  background-color:#00112d;
  padding:40px 0 17px;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block{
    background-color:#ffffff;
    padding:60px 0 43px;
  }
}
@media (min-width: 992px){
  .mgs-home-block.our-community-block{
    padding:100px 0 70px;
  }
}
.mgs-home-block.our-community-block .heading h2, .mgs-home-block.our-community-block .heading p{
  color:#fcfcfd;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .heading h2, .mgs-home-block.our-community-block .heading p{
    color:#1d2939;
  }
}
.mgs-home-block.our-community-block .heading h2{
  margin-bottom:24px;
}
@media (min-width: 992px){
  .mgs-home-block.our-community-block .heading h2{
    margin-bottom:32px;
  }
}
.mgs-home-block.our-community-block .heading p{
  max-width:579px;
  margin-bottom:32px !important;
}
@media (min-width: 992px){
  .mgs-home-block.our-community-block .heading p{
    margin-bottom:43px !important;
  }
}
.mgs-home-block.our-community-block .tile-wrapper{
  padding-bottom:1.5rem;
}
.mgs-home-block.our-community-block .tile{
  position:relative;
  overflow:hidden;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end;
  height:100%;
  min-height:388px;
  background-color:#f2F4F7;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .tile{
    min-height:329px;
  }
}
@media (min-width: 992px){
  .mgs-home-block.our-community-block .tile{
    min-height:270px;
  }
}
.mgs-home-block.our-community-block .tile.big-tile{
  min-height:388px;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .tile.big-tile{
    min-height:476px;
  }
}
@media (min-width: 992px){
  .mgs-home-block.our-community-block .tile.big-tile{
    min-height:564px;
  }
}
@media (min-width: 992px){
  .mgs-home-block.our-community-block .tile.big-tile .content{
    padding:32px 45px;
  }
}
.mgs-home-block.our-community-block .tile:after{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  content:"";
  background:-webkit-gradient(linear, left top, left bottom, color-stop(-19.66%, rgba(0, 0, 0, 0)), color-stop(37.83%, rgba(0, 0, 0, 0.5)));
  background:linear-gradient(180deg, rgba(0, 0, 0, 0) -19.66%, rgba(0, 0, 0, 0.5) 37.83%);
  opacity:0;
  -webkit-transition:opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition:opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition:opacity 0.5s ease-out, transform 0.5s ease-out;
  transition:opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.mgs-home-block.our-community-block .tile h3, .mgs-home-block.our-community-block .tile p{
  color:#1d2939 !important;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .tile h3, .mgs-home-block.our-community-block .tile p{
    color:#ffffff !important;
  }
}
.mgs-home-block.our-community-block .tile h3{
  margin-bottom:16px;
  -webkit-transition:-webkit-transform 0.5s ease-out;
  transition:-webkit-transform 0.5s ease-out;
  transition:transform 0.5s ease-out;
  transition:transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .tile h3{
    -webkit-transform:translateY(34px);
            transform:translateY(34px);
  }
}
.mgs-home-block.our-community-block .tile p{
  margin-bottom:0 !important;
  opacity:1;
  -webkit-transition:opacity 1s ease-out, -webkit-transform 0.5s ease-out;
  transition:opacity 1s ease-out, -webkit-transform 0.5s ease-out;
  transition:opacity 1s ease-out, transform 0.5s ease-out;
  transition:opacity 1s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .tile p{
    opacity:0;
    -webkit-transform:translateY(20px);
            transform:translateY(20px);
    height:0;
  }
}
.mgs-home-block.our-community-block .tile .image-wrapper{
  position:relative;
  overflow:hidden;
  height:100%;
  min-height:232px;
  z-index:0;
}
@media (min-width: 992px){
  .mgs-home-block.our-community-block .tile .image-wrapper{
    min-height:230px;
  }
}
.mgs-home-block.our-community-block .tile .bg-image{
  background-color:#00112d;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden;
}
.mgs-home-block.our-community-block .tile .bg-image img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -webkit-transition:-webkit-transform 0.5s ease;
  transition:-webkit-transform 0.5s ease;
  transition:transform 0.5s ease;
  transition:transform 0.5s ease, -webkit-transform 0.5s ease;
}
.mgs-home-block.our-community-block .tile .content{
  position:relative;
  padding:24px;
  z-index:2;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .tile .content{
    position:absolute;
    bottom:0;
  }
}
@media (min-width: 992px){
  .mgs-home-block.our-community-block .tile .content{
    padding:32px;
  }
}
.mgs-home-block.our-community-block .tile .tile-link{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:2;
}
.mgs-home-block.our-community-block .tile .tile-link:hover{
  cursor:pointer;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .tile:hover:after{
    opacity:1;
  }
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .tile:hover h3{
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .tile:hover p{
    opacity:1;
    -webkit-transform:translateY(0);
            transform:translateY(0);
    height:auto;
  }
}
.mgs-home-block.our-community-block .separator-wrapper{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  width:100%;
}
.mgs-home-block.our-community-block .separator{
  height:1px;
  background-color:#667085;
}
@media (min-width: 768px){
  .mgs-home-block.our-community-block .separator{
    height:0;
  }
}

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