/* Colors */
/* Font */
/* Width & Height */
/* Mixins */
.styles__wrapper___reiBj {
  text-align: center;
}

.styles__margin___j_BfG {
  margin: 50px 0;
}

.styles__margin-top___qUgS4 {
  margin-top: 50px;
}

.styles__margin-bottom___hSpWY {
  margin-bottom: 50px;
}

.styles__separator-top___t0_VD {
  width: 100%;
  display: block;
  position: relative;
  bottom: -2px;
}

.styles__separator-bottom___M4XjU {
  width: 100%;
  display: block;
  position: relative;
  top: -2px;
}

.styles__inner___dxZZV {
  padding: 20px 0;
  background: #E8E1DB;
}

.styles__title___AFaH5 {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  padding: 16px 20px;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

.styles__title-link___mtMjU {
  color: #45424E;
  display: block;
}

.styles__images___xZw0x {
  max-width: 1200px;
  margin: 0 auto 20px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.styles__col-5-1___uwpeI {
  float: right;
  width: 20%;
}

.styles__col5-2___jLMKd {
  float: right;
  width: 40%;
}

.styles__image-wrapper___F_jyp {
  width: 100%;
  position: relative;
}

.styles__image-wrapper-half___DqAEN {
  height: 50%;
}

.styles__link___d1vEb {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.styles__link___d1vEb:hover {
  background: #fafafa;
}

.styles__image-back___h2pxm {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0) scale(1.2);
  filter: blur(5px) grayscale(0.5);
}

.styles__image___JLh2f {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0) scale(1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.styles__image___JLh2f:hover {
  transform: translate3d(0, -50%, 0) scale(1.1);
}

.styles__igIcon___WOlhy {
  position: absolute;
  color: #B9B9B9;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
}

@media only screen and (max-width: 768px) {
  .styles__images___xZw0x {
    display: block;
    overflow: hidden;
  }
  .styles__image-wrapper___F_jyp {
    width: 95%;
    float: none;
    margin: 5px auto;
  }
  .styles__image-wrapper-half___DqAEN {
    width: 95%;
    height: auto;
    margin: 5px auto;
  }
  .styles__col-5-1___uwpeI {
    float: none;
    width: 100%;
  }
  .styles__col5-2___jLMKd {
    float: none;
    width: 100%;
  }
}
