* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}



.bwdim-image-shape-1 .bwdim-image-items {
  position: relative;
}

.bwdim-image-shape-1 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.bwdim-image-shape-1 .bwdim-image-items .bwdim-box a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}

.bwdim-image-items .bwdim-box a.bwdim-active-overlay::before{
  visibility: visible !important;
 }

.bwdim-image-shape-1 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-1 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
  text-align: center;
  width: 52%;
}

.bwdim-image-shape-1 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-1 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-1 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}
.bwdim-deactive-btn{
  display: none !important;
}

.bwdim-image-shape-1 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}


.bwdim-image-shape-2 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-2 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
          clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.bwdim-image-shape-2 .bwdim-image-items .bwdim-box a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}


.bwdim-image-shape-2 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;

}

.bwdim-image-shape-2 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 30px;
}

.bwdim-image-shape-2 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-2 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-2 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-2 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-3 {
text-align: center;
}

.bwdim-image-shape-3 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-3 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.bwdim-image-shape-3 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-3 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-3 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 50px;
}

.bwdim-image-shape-3 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-3 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-3 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-3 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-4 {
text-align: center;
}

.bwdim-image-shape-4 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-4 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-4 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-4 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-4 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 50px;
}

.bwdim-image-shape-4 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-4 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-4 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-4 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-5 {
text-align: center;
}

.bwdim-image-shape-5 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-5 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-5 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-5 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-5 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.bwdim-image-shape-5 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-5 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-5 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-5 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-6 {
text-align: center;
}

.bwdim-image-shape-6 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-6 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
          clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-6 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-6 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-6 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 50px;
}

.bwdim-image-shape-6 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-6 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-6 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-6 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-7 {
text-align: center;
}

.bwdim-image-shape-7 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-7 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
          clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-7 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-7 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-7 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.bwdim-image-shape-7 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-7 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-7 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-7 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-8 {
text-align: center;
}

.bwdim-image-shape-8 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-8 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-8 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-8 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-8 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.bwdim-image-shape-8 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-8 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-8 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-8 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-9 {
text-align: center;
}

.bwdim-image-shape-9 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-9 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
          clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-9 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-9 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-9 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.bwdim-image-shape-9 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-9 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-9 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-9 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-10 {
text-align: center;
}

.bwdim-image-shape-10 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-10 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
          clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-10 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-10 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-10 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 30px 0 85px;
}

.bwdim-image-shape-10 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-10 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-10 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-10 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-11 {
text-align: center;
}

.bwdim-image-shape-11 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-11 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
          clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-11 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-11 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-11 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 85px 0 30px;
}

.bwdim-image-shape-11 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-11 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-11 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-11 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-12 {
text-align: center;
}

.bwdim-image-shape-12 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-12 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-12 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-12 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-12 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 30px 0 85px;
}

.bwdim-image-shape-12 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-12 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-12 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-12 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-13 {
text-align: center;
}

.bwdim-image-shape-13 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-13 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-13 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-13 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-13 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 85px 0 30px;
}

.bwdim-image-shape-13 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-13 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-13 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-13 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-14 {
text-align: center;
}

.bwdim-image-shape-14 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-14 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
          clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-14 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-14 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-14 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 68%;
  padding: 0 90px 0 0px;
}

.bwdim-image-shape-14 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-14 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-14 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-14 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-15 {
text-align: center;
}

.bwdim-image-shape-15 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-15 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-15 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-15 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-15 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 68%;
  padding: 0 0 0 90px;
}

.bwdim-image-shape-15 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-15 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-15 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-15 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-16 {
text-align: center;
}

.bwdim-image-shape-16 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-16 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-16 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-16 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-16 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
  text-align: center;
}

.bwdim-image-shape-16 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 18px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 5px;
}

.bwdim-image-shape-16 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 11px;
  color: #fff;
  margin-bottom: 8px;
}

.bwdim-image-shape-16 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-16 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-17 {
text-align: center;
}

.bwdim-image-shape-17 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-17 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-17 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-17 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-17 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  text-align: center;
  width: 100%;
  padding: 30px;
}

.bwdim-image-shape-17 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-17 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-17 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-17 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-18 {
text-align: center;
}

.bwdim-image-shape-18 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-18 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  border-radius: 35% 38% 61% 33% / 59% 40% 36% 30%;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-18 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-18 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-18 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 25px;
}

.bwdim-image-shape-18 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-18 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-18 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-18 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-19 {
text-align: center;
}

.bwdim-image-shape-19 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-19 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(73.800% 14.900%, 75.100% 16.100%, 76.400% 17.300%, 77.700% 18.500%, 78.900% 19.700%, 80.100% 20.900%, 81.300% 22.100%, 82.400% 23.300%, 83.500% 24.500%, 84.600% 25.700%, 85.700% 26.900%, 86.700% 28.100%, 87.700% 29.300%, 88.700% 30.500%, 89.700% 31.700%, 90.600% 32.900%, 91.500% 34.100%, 92.400% 35.300%, 93.300% 36.600%, 94.200% 37.900%, 95.000% 39.200%, 95.800% 40.500%, 96.500% 41.800%, 97.200% 43.100%, 97.800% 44.400%, 98.400% 45.700%, 98.900% 47.000%, 99.300% 48.300%, 99.600% 49.600%, 99.800% 50.900%, 100.000% 52.200%, 100.100% 53.500%, 100.000% 54.800%, 99.800% 56.100%, 99.500% 57.400%, 99.100% 58.700%, 98.700% 60.000%, 98.200% 61.300%, 97.600% 62.600%, 97.000% 63.900%, 96.300% 65.200%, 95.600% 66.600%, 94.900% 68.000%, 94.100% 69.400%, 93.300% 70.800%, 92.500% 72.300%, 91.800% 73.800%, 91.100% 75.300%, 90.400% 76.900%, 89.700% 78.500%, 89.100% 80.100%, 88.500% 81.800%, 87.900% 83.500%, 87.300% 85.200%, 86.700% 86.800%, 86.100% 88.400%, 85.500% 89.900%, 84.800% 91.400%, 84.100% 92.800%, 83.300% 94.100%, 82.500% 95.300%, 81.600% 96.400%, 80.600% 97.400%, 79.500% 98.200%, 78.300% 98.900%, 77.000% 99.400%, 75.600% 99.800%, 74.100% 100.000%, 72.500% 100.100%, 70.900% 100.100%, 69.200% 100.000%, 67.400% 99.800%, 65.600% 99.600%, 63.700% 99.300%, 61.800% 99.000%, 59.800% 98.700%, 57.800% 98.400%, 55.800% 98.100%, 53.800% 97.900%, 51.700% 97.700%, 49.600% 97.600%, 47.600% 97.600%, 45.600% 97.600%, 43.600% 97.700%, 41.600% 97.800%, 39.600% 98.000%, 37.600% 98.200%, 35.600% 98.400%, 33.600% 98.600%, 31.700% 98.800%, 29.800% 99.000%, 27.900% 99.100%, 26.000% 99.200%, 24.200% 99.200%, 22.400% 99.100%, 20.600% 98.900%, 18.800% 98.600%, 17.100% 98.200%, 15.400% 97.700%, 13.800% 97.100%, 12.200% 96.400%, 10.700% 95.600%, 9.200% 94.700%, 7.800% 93.700%, 6.500% 92.600%, 5.300% 91.500%, 4.200% 90.300%, 3.200% 89.000%, 2.300% 87.500%, 1.600% 86.100%, 1.000% 84.700%, 0.500% 83.200%, 0.200% 81.700%, -0.000% 80.200%, -0.000% 78.600%, 0.100% 77.000%, 0.300% 75.400%, 0.600% 73.800%, 1.000% 72.200%, 1.500% 70.600%, 2.200% 69.000%, 2.800% 67.400%, 3.500% 65.800%, 4.200% 64.200%, 4.900% 62.600%, 5.600% 61.000%, 6.300% 59.500%, 7.000% 58.000%, 7.600% 56.500%, 8.200% 55.100%, 8.700% 53.700%, 9.200% 52.300%, 9.700% 51.000%, 10.100% 49.700%, 10.500% 48.400%, 10.900% 47.100%, 11.200% 45.800%, 11.500% 44.500%, 11.800% 43.200%, 12.100% 41.900%, 12.400% 40.500%, 12.700% 39.100%, 12.900% 37.700%, 13.100% 36.200%, 13.300% 34.700%, 13.500% 33.200%, 13.700% 31.600%, 14.000% 30.000%, 14.300% 28.400%, 14.600% 26.700%, 14.900% 25.000%, 15.300% 23.300%, 15.700% 21.600%, 16.200% 20.000%, 16.800% 18.400%, 17.400% 16.800%, 18.100% 15.200%, 18.900% 13.700%, 19.800% 12.200%, 20.800% 10.800%, 21.900% 9.500%, 23.100% 8.200%, 24.400% 7.000%, 25.800% 5.900%, 27.300% 4.900%, 28.800% 4.000%, 30.400% 3.200%, 32.100% 2.500%, 33.800% 1.800%, 35.600% 1.200%, 37.400% 0.700%, 39.200% 0.400%, 41.000% 0.200%, 42.800% 0.000%, 44.600% 0.000%, 46.400% 0.100%, 48.200% 0.300%, 50.000% 0.600%, 51.800% 1.100%, 53.600% 1.700%, 55.300% 2.400%, 57.000% 3.200%, 58.700% 4.000%, 60.300% 4.900%, 61.900% 5.900%, 63.500% 6.900%, 65.100% 8.000%, 66.600% 9.100%, 68.100% 10.200%, 69.600% 11.400%, 71.000% 12.600%, 72.400% 13.800%, 73.800% 14.900%);
  clip-path: polygon(73.800% 14.900%, 75.100% 16.100%, 76.400% 17.300%, 77.700% 18.500%, 78.900% 19.700%, 80.100% 20.900%, 81.300% 22.100%, 82.400% 23.300%, 83.500% 24.500%, 84.600% 25.700%, 85.700% 26.900%, 86.700% 28.100%, 87.700% 29.300%, 88.700% 30.500%, 89.700% 31.700%, 90.600% 32.900%, 91.500% 34.100%, 92.400% 35.300%, 93.300% 36.600%, 94.200% 37.900%, 95.000% 39.200%, 95.800% 40.500%, 96.500% 41.800%, 97.200% 43.100%, 97.800% 44.400%, 98.400% 45.700%, 98.900% 47.000%, 99.300% 48.300%, 99.600% 49.600%, 99.800% 50.900%, 100.000% 52.200%, 100.100% 53.500%, 100.000% 54.800%, 99.800% 56.100%, 99.500% 57.400%, 99.100% 58.700%, 98.700% 60.000%, 98.200% 61.300%, 97.600% 62.600%, 97.000% 63.900%, 96.300% 65.200%, 95.600% 66.600%, 94.900% 68.000%, 94.100% 69.400%, 93.300% 70.800%, 92.500% 72.300%, 91.800% 73.800%, 91.100% 75.300%, 90.400% 76.900%, 89.700% 78.500%, 89.100% 80.100%, 88.500% 81.800%, 87.900% 83.500%, 87.300% 85.200%, 86.700% 86.800%, 86.100% 88.400%, 85.500% 89.900%, 84.800% 91.400%, 84.100% 92.800%, 83.300% 94.100%, 82.500% 95.300%, 81.600% 96.400%, 80.600% 97.400%, 79.500% 98.200%, 78.300% 98.900%, 77.000% 99.400%, 75.600% 99.800%, 74.100% 100.000%, 72.500% 100.100%, 70.900% 100.100%, 69.200% 100.000%, 67.400% 99.800%, 65.600% 99.600%, 63.700% 99.300%, 61.800% 99.000%, 59.800% 98.700%, 57.800% 98.400%, 55.800% 98.100%, 53.800% 97.900%, 51.700% 97.700%, 49.600% 97.600%, 47.600% 97.600%, 45.600% 97.600%, 43.600% 97.700%, 41.600% 97.800%, 39.600% 98.000%, 37.600% 98.200%, 35.600% 98.400%, 33.600% 98.600%, 31.700% 98.800%, 29.800% 99.000%, 27.900% 99.100%, 26.000% 99.200%, 24.200% 99.200%, 22.400% 99.100%, 20.600% 98.900%, 18.800% 98.600%, 17.100% 98.200%, 15.400% 97.700%, 13.800% 97.100%, 12.200% 96.400%, 10.700% 95.600%, 9.200% 94.700%, 7.800% 93.700%, 6.500% 92.600%, 5.300% 91.500%, 4.200% 90.300%, 3.200% 89.000%, 2.300% 87.500%, 1.600% 86.100%, 1.000% 84.700%, 0.500% 83.200%, 0.200% 81.700%, -0.000% 80.200%, -0.000% 78.600%, 0.100% 77.000%, 0.300% 75.400%, 0.600% 73.800%, 1.000% 72.200%, 1.500% 70.600%, 2.200% 69.000%, 2.800% 67.400%, 3.500% 65.800%, 4.200% 64.200%, 4.900% 62.600%, 5.600% 61.000%, 6.300% 59.500%, 7.000% 58.000%, 7.600% 56.500%, 8.200% 55.100%, 8.700% 53.700%, 9.200% 52.300%, 9.700% 51.000%, 10.100% 49.700%, 10.500% 48.400%, 10.900% 47.100%, 11.200% 45.800%, 11.500% 44.500%, 11.800% 43.200%, 12.100% 41.900%, 12.400% 40.500%, 12.700% 39.100%, 12.900% 37.700%, 13.100% 36.200%, 13.300% 34.700%, 13.500% 33.200%, 13.700% 31.600%, 14.000% 30.000%, 14.300% 28.400%, 14.600% 26.700%, 14.900% 25.000%, 15.300% 23.300%, 15.700% 21.600%, 16.200% 20.000%, 16.800% 18.400%, 17.400% 16.800%, 18.100% 15.200%, 18.900% 13.700%, 19.800% 12.200%, 20.800% 10.800%, 21.900% 9.500%, 23.100% 8.200%, 24.400% 7.000%, 25.800% 5.900%, 27.300% 4.900%, 28.800% 4.000%, 30.400% 3.200%, 32.100% 2.500%, 33.800% 1.800%, 35.600% 1.200%, 37.400% 0.700%, 39.200% 0.400%, 41.000% 0.200%, 42.800% 0.000%, 44.600% 0.000%, 46.400% 0.100%, 48.200% 0.300%, 50.000% 0.600%, 51.800% 1.100%, 53.600% 1.700%, 55.300% 2.400%, 57.000% 3.200%, 58.700% 4.000%, 60.300% 4.900%, 61.900% 5.900%, 63.500% 6.900%, 65.100% 8.000%, 66.600% 9.100%, 68.100% 10.200%, 69.600% 11.400%, 71.000% 12.600%, 72.400% 13.800%, 73.800% 14.900%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-19 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-19 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-19 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 0 25px;
}

.bwdim-image-shape-19 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-19 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-19 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-19 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-20 {
text-align: center;
}

.bwdim-image-shape-20 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-20 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  border-radius: 49% 100% 61% 100% / 91% 100% 99% 94%;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-20 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-20 .bwdim-image-items .bwdim-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-20 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 25px;
}

.bwdim-image-shape-20 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-20 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-20 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-20 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-21 {
text-align: center;
}

.bwdim-image-shape-21 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-21 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-21 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(92.800% 10.000%, 94.000% 11.400%, 95.000% 13.000%, 95.900% 14.700%, 96.600% 16.600%, 97.200% 18.600%, 97.700% 20.800%, 98.100% 23.100%, 98.400% 25.500%, 98.600% 27.900%, 98.800% 30.400%, 98.900% 33.000%, 99.000% 35.600%, 99.100% 38.200%, 99.100% 40.800%, 99.100% 43.400%, 99.200% 46.000%, 99.300% 48.500%, 99.400% 51.000%, 99.500% 53.400%, 99.600% 55.800%, 99.700% 58.100%, 99.800% 60.400%, 99.900% 62.600%, 99.900% 64.800%, 99.900% 66.900%, 99.800% 68.900%, 99.600% 70.900%, 99.300% 72.800%, 98.900% 74.600%, 98.400% 76.400%, 97.800% 78.100%, 97.000% 79.700%, 96.100% 81.300%, 95.100% 82.800%, 94.000% 84.000%, 92.700% 85.300%, 91.300% 86.600%, 89.800% 87.800%, 88.200% 88.900%, 86.500% 90.000%, 84.800% 91.000%, 83.000% 92.000%, 81.100% 92.900%, 79.200% 93.700%, 77.300% 94.500%, 75.300% 95.200%, 73.300% 95.900%, 71.300% 96.500%, 69.300% 97.100%, 67.300% 97.600%, 65.300% 98.100%, 63.300% 98.500%, 61.300% 98.900%, 59.300% 99.200%, 57.300% 99.500%, 55.200% 99.700%, 53.100% 99.800%, 51.000% 99.900%, 48.900% 99.900%, 46.800% 99.800%, 44.700% 99.700%, 42.600% 99.500%, 40.500% 99.200%, 38.400% 98.800%, 36.300% 98.400%, 34.000% 98.000%, 31.900% 97.400%, 29.800% 96.700%, 27.700% 95.900%, 25.600% 95.100%, 23.600% 94.200%, 21.600% 93.200%, 19.700% 92.100%, 17.800% 90.900%, 16.000% 89.600%, 14.300% 88.200%, 12.700% 86.700%, 11.200% 85.100%, 9.800% 83.400%, 8.500% 81.600%, 7.300% 79.800%, 6.000% 78.100%, 5.000% 76.100%, 4.100% 74.000%, 3.300% 71.800%, 2.700% 69.500%, 2.100% 67.100%, 1.600% 64.700%, 1.200% 62.200%, 0.900% 59.600%, 0.600% 57.000%, 0.400% 54.300%, 0.200% 51.500%, 0.100% 48.700%, 0.000% 45.800%, 0.000% 42.900%, 0.000% 39.900%, 0.100% 36.900%, 0.200% 33.900%, 0.400% 30.900%, 0.700% 27.900%, 1.000% 25.000%, 1.400% 22.200%, 1.900% 19.500%, 2.600% 16.900%, 3.400% 14.400%, 4.300% 12.000%, 5.400% 9.800%, 6.600% 7.800%, 8.000% 6.100%, 9.500% 4.500%, 11.200% 3.200%, 13.100% 2.100%, 15.200% 1.300%, 17.400% 0.700%, 19.800% 0.300%, 22.300% 0.100%, 24.800% 0.000%, 27.500% 0.100%, 30.300% 0.300%, 33.200% 0.600%, 36.200% 0.900%, 39.200% 1.300%, 42.300% 1.700%, 45.400% 2.100%, 48.500% 2.500%, 51.600% 2.900%, 54.700% 3.200%, 57.700% 3.500%, 60.700% 3.700%, 63.600% 3.900%, 66.500% 4.000%, 69.300% 4.100%, 72.000% 4.200%, 74.600% 4.400%, 77.100% 4.600%, 79.500% 4.900%, 81.800% 5.200%, 84.000% 5.600%, 86.000% 6.200%, 87.900% 6.900%, 89.600% 7.700%, 91.200% 8.700%, 92.800% 10.000%);
  clip-path: polygon(92.800% 10.000%, 94.000% 11.400%, 95.000% 13.000%, 95.900% 14.700%, 96.600% 16.600%, 97.200% 18.600%, 97.700% 20.800%, 98.100% 23.100%, 98.400% 25.500%, 98.600% 27.900%, 98.800% 30.400%, 98.900% 33.000%, 99.000% 35.600%, 99.100% 38.200%, 99.100% 40.800%, 99.100% 43.400%, 99.200% 46.000%, 99.300% 48.500%, 99.400% 51.000%, 99.500% 53.400%, 99.600% 55.800%, 99.700% 58.100%, 99.800% 60.400%, 99.900% 62.600%, 99.900% 64.800%, 99.900% 66.900%, 99.800% 68.900%, 99.600% 70.900%, 99.300% 72.800%, 98.900% 74.600%, 98.400% 76.400%, 97.800% 78.100%, 97.000% 79.700%, 96.100% 81.300%, 95.100% 82.800%, 94.000% 84.000%, 92.700% 85.300%, 91.300% 86.600%, 89.800% 87.800%, 88.200% 88.900%, 86.500% 90.000%, 84.800% 91.000%, 83.000% 92.000%, 81.100% 92.900%, 79.200% 93.700%, 77.300% 94.500%, 75.300% 95.200%, 73.300% 95.900%, 71.300% 96.500%, 69.300% 97.100%, 67.300% 97.600%, 65.300% 98.100%, 63.300% 98.500%, 61.300% 98.900%, 59.300% 99.200%, 57.300% 99.500%, 55.200% 99.700%, 53.100% 99.800%, 51.000% 99.900%, 48.900% 99.900%, 46.800% 99.800%, 44.700% 99.700%, 42.600% 99.500%, 40.500% 99.200%, 38.400% 98.800%, 36.300% 98.400%, 34.000% 98.000%, 31.900% 97.400%, 29.800% 96.700%, 27.700% 95.900%, 25.600% 95.100%, 23.600% 94.200%, 21.600% 93.200%, 19.700% 92.100%, 17.800% 90.900%, 16.000% 89.600%, 14.300% 88.200%, 12.700% 86.700%, 11.200% 85.100%, 9.800% 83.400%, 8.500% 81.600%, 7.300% 79.800%, 6.000% 78.100%, 5.000% 76.100%, 4.100% 74.000%, 3.300% 71.800%, 2.700% 69.500%, 2.100% 67.100%, 1.600% 64.700%, 1.200% 62.200%, 0.900% 59.600%, 0.600% 57.000%, 0.400% 54.300%, 0.200% 51.500%, 0.100% 48.700%, 0.000% 45.800%, 0.000% 42.900%, 0.000% 39.900%, 0.100% 36.900%, 0.200% 33.900%, 0.400% 30.900%, 0.700% 27.900%, 1.000% 25.000%, 1.400% 22.200%, 1.900% 19.500%, 2.600% 16.900%, 3.400% 14.400%, 4.300% 12.000%, 5.400% 9.800%, 6.600% 7.800%, 8.000% 6.100%, 9.500% 4.500%, 11.200% 3.200%, 13.100% 2.100%, 15.200% 1.300%, 17.400% 0.700%, 19.800% 0.300%, 22.300% 0.100%, 24.800% 0.000%, 27.500% 0.100%, 30.300% 0.300%, 33.200% 0.600%, 36.200% 0.900%, 39.200% 1.300%, 42.300% 1.700%, 45.400% 2.100%, 48.500% 2.500%, 51.600% 2.900%, 54.700% 3.200%, 57.700% 3.500%, 60.700% 3.700%, 63.600% 3.900%, 66.500% 4.000%, 69.300% 4.100%, 72.000% 4.200%, 74.600% 4.400%, 77.100% 4.600%, 79.500% 4.900%, 81.800% 5.200%, 84.000% 5.600%, 86.000% 6.200%, 87.900% 6.900%, 89.600% 7.700%, 91.200% 8.700%, 92.800% 10.000%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-21 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-21 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.bwdim-image-shape-21 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-21 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-21 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-21 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-22 {
text-align: center;
}

.bwdim-image-shape-22 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-22 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-22 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  border-radius: 100% 61% 30% 91% / 61% 59% 99% 94%;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-22 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-22 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 95%;
  padding: 0 10px;
}

.bwdim-image-shape-22 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-22 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-22 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-22 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-23 {
text-align: center;
}

.bwdim-image-shape-23 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-23 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-23 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
      -webkit-clip-path: polygon(74.600% 16.400%, 75.900% 17.900%, 77.100% 19.400%, 78.300% 20.900%, 79.400% 22.400%, 80.500% 23.900%, 81.500% 25.500%, 82.500% 27.100%, 83.500% 28.700%, 84.400% 30.300%, 85.300% 31.900%, 86.200% 33.600%, 87.100% 35.300%, 88.000% 37.000%, 88.900% 38.800%, 89.800% 40.600%, 90.800% 42.400%, 91.800% 44.300%, 92.800% 46.200%, 93.800% 48.200%, 94.800% 50.200%, 95.700% 52.200%, 96.600% 54.300%, 97.400% 56.400%, 98.100% 58.500%, 98.700% 60.600%, 99.200% 62.700%, 99.600% 64.800%, 99.900% 66.900%, 100.000% 68.900%, 99.900% 70.900%, 99.600% 72.900%, 99.100% 74.800%, 98.400% 76.700%, 97.500% 78.600%, 96.400% 80.400%, 95.100% 82.200%, 93.700% 83.900%, 92.100% 85.500%, 90.400% 87.100%, 88.500% 88.600%, 86.500% 90.000%, 84.400% 91.300%, 82.200% 92.600%, 79.900% 93.800%, 77.500% 94.900%, 75.000% 95.900%, 72.500% 96.800%, 69.900% 97.600%, 67.300% 98.300%, 64.700% 98.900%, 62.000% 99.400%, 59.300% 99.700%, 56.600% 99.900%, 53.900% 100.000%, 51.200% 100.000%, 48.500% 99.900%, 45.800% 99.700%, 43.200% 99.400%, 40.600% 99.000%, 38.100% 98.500%, 35.600% 97.900%, 33.200% 97.200%, 30.800% 96.400%, 28.500% 95.500%, 26.300% 94.500%, 24.100% 93.400%, 22.000% 92.200%, 20.000% 90.900%, 18.100% 89.500%, 16.300% 88.000%, 14.600% 86.500%, 13.000% 84.900%, 11.400% 83.300%, 9.900% 81.600%, 8.500% 79.900%, 7.200% 78.100%, 6.000% 76.300%, 4.900% 74.500%, 3.900% 72.600%, 3.000% 70.700%, 2.200% 68.800%, 1.500% 66.900%, 0.900% 65.000%, 0.400% 63.100%, 0.000% 61.200%, -0.300% 59.300%, -0.500% 57.400%, 0.000% 55.400%, 0.000% 53.600%, 0.100% 51.800%, 0.300% 50.000%, 0.600% 48.200%, 1.000% 46.500%, 1.500% 44.800%, 2.000% 43.000%, 2.600% 41.400%, 3.300% 39.800%, 4.100% 38.300%, 5.000% 36.800%, 6.000% 35.300%, 7.100% 33.900%, 8.200% 32.500%, 9.400% 31.100%, 10.600% 29.700%, 11.900% 28.300%, 13.200% 26.900%, 14.600% 25.500%, 16.000% 24.100%, 17.400% 22.700%, 18.900% 21.300%, 20.400% 19.800%, 21.900% 18.300%, 23.400% 16.800%, 25.000% 15.200%, 26.600% 13.600%, 28.200% 12.100%, 29.800% 10.600%, 31.400% 9.100%, 33.000% 7.700%, 34.600% 6.400%, 36.500% 5.000%, 38.200% 3.900%, 39.900% 2.900%, 41.600% 2.000%, 43.300% 1.300%, 45.000% 0.700%, 46.700% 0.300%, 48.500% 0.000%, 50.200% 0.000%, 52.000% 0.200%, 53.800% 0.600%, 55.600% 1.200%, 57.400% 1.900%, 59.100% 2.800%, 60.800% 3.800%, 62.500% 4.900%, 64.200% 6.100%, 65.800% 7.400%, 67.400% 8.800%, 69.000% 10.200%, 70.500% 11.700%, 72.000% 13.200%, 73.400% 14.700%, 74.600% 16.400%);
          clip-path: polygon(74.600% 16.400%, 75.900% 17.900%, 77.100% 19.400%, 78.300% 20.900%, 79.400% 22.400%, 80.500% 23.900%, 81.500% 25.500%, 82.500% 27.100%, 83.500% 28.700%, 84.400% 30.300%, 85.300% 31.900%, 86.200% 33.600%, 87.100% 35.300%, 88.000% 37.000%, 88.900% 38.800%, 89.800% 40.600%, 90.800% 42.400%, 91.800% 44.300%, 92.800% 46.200%, 93.800% 48.200%, 94.800% 50.200%, 95.700% 52.200%, 96.600% 54.300%, 97.400% 56.400%, 98.100% 58.500%, 98.700% 60.600%, 99.200% 62.700%, 99.600% 64.800%, 99.900% 66.900%, 100.000% 68.900%, 99.900% 70.900%, 99.600% 72.900%, 99.100% 74.800%, 98.400% 76.700%, 97.500% 78.600%, 96.400% 80.400%, 95.100% 82.200%, 93.700% 83.900%, 92.100% 85.500%, 90.400% 87.100%, 88.500% 88.600%, 86.500% 90.000%, 84.400% 91.300%, 82.200% 92.600%, 79.900% 93.800%, 77.500% 94.900%, 75.000% 95.900%, 72.500% 96.800%, 69.900% 97.600%, 67.300% 98.300%, 64.700% 98.900%, 62.000% 99.400%, 59.300% 99.700%, 56.600% 99.900%, 53.900% 100.000%, 51.200% 100.000%, 48.500% 99.900%, 45.800% 99.700%, 43.200% 99.400%, 40.600% 99.000%, 38.100% 98.500%, 35.600% 97.900%, 33.200% 97.200%, 30.800% 96.400%, 28.500% 95.500%, 26.300% 94.500%, 24.100% 93.400%, 22.000% 92.200%, 20.000% 90.900%, 18.100% 89.500%, 16.300% 88.000%, 14.600% 86.500%, 13.000% 84.900%, 11.400% 83.300%, 9.900% 81.600%, 8.500% 79.900%, 7.200% 78.100%, 6.000% 76.300%, 4.900% 74.500%, 3.900% 72.600%, 3.000% 70.700%, 2.200% 68.800%, 1.500% 66.900%, 0.900% 65.000%, 0.400% 63.100%, 0.000% 61.200%, -0.300% 59.300%, -0.500% 57.400%, 0.000% 55.400%, 0.000% 53.600%, 0.100% 51.800%, 0.300% 50.000%, 0.600% 48.200%, 1.000% 46.500%, 1.500% 44.800%, 2.000% 43.000%, 2.600% 41.400%, 3.300% 39.800%, 4.100% 38.300%, 5.000% 36.800%, 6.000% 35.300%, 7.100% 33.900%, 8.200% 32.500%, 9.400% 31.100%, 10.600% 29.700%, 11.900% 28.300%, 13.200% 26.900%, 14.600% 25.500%, 16.000% 24.100%, 17.400% 22.700%, 18.900% 21.300%, 20.400% 19.800%, 21.900% 18.300%, 23.400% 16.800%, 25.000% 15.200%, 26.600% 13.600%, 28.200% 12.100%, 29.800% 10.600%, 31.400% 9.100%, 33.000% 7.700%, 34.600% 6.400%, 36.500% 5.000%, 38.200% 3.900%, 39.900% 2.900%, 41.600% 2.000%, 43.300% 1.300%, 45.000% 0.700%, 46.700% 0.300%, 48.500% 0.000%, 50.200% 0.000%, 52.000% 0.200%, 53.800% 0.600%, 55.600% 1.200%, 57.400% 1.900%, 59.100% 2.800%, 60.800% 3.800%, 62.500% 4.900%, 64.200% 6.100%, 65.800% 7.400%, 67.400% 8.800%, 69.000% 10.200%, 70.500% 11.700%, 72.000% 13.200%, 73.400% 14.700%, 74.600% 16.400%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-23 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-23 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 85%;
  padding: 0 10px;
}

.bwdim-image-shape-23 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-23 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-23 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-23 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-24 {
text-align: center;
}

.bwdim-image-shape-24 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-24 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-24 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  border-radius: 100% 67% 55% 49% / 69% 59% 99% 51%;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-24 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-24 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.bwdim-image-shape-24 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-24 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-24 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-24 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-25 {
text-align: center;
}

.bwdim-image-shape-25 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-25 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-25 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  border-radius: 100% 69% 100% 100% / 57% 75% 48% 99%;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-25 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-25 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 10px;
}

.bwdim-image-shape-25 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-25 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-25 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-25 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-26 {
text-align: center;
}

.bwdim-image-shape-26 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-26 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-26 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
      -webkit-clip-path: polygon(94.300% 5.100%, 95.400% 6.200%, 96.400% 7.400%, 97.200% 8.800%, 97.900% 10.300%, 98.500% 11.900%, 99.000% 13.700%, 99.400% 15.500%, 99.700% 17.400%, 99.900% 19.400%, 100.000% 21.400%, 100.100% 23.500%, 100.100% 25.600%, 100.100% 27.700%, 100.000% 29.800%, 99.900% 31.900%, 99.800% 34.000%, 99.700% 36.000%, 99.600% 38.000%, 99.500% 39.900%, 99.400% 41.800%, 99.300% 43.700%, 99.200% 45.600%, 99.100% 47.500%, 99.000% 49.400%, 98.800% 51.300%, 98.600% 53.200%, 98.400% 55.100%, 98.100% 57.000%, 97.800% 58.900%, 97.500% 60.900%, 97.100% 62.900%, 96.600% 64.900%, 96.100% 67.000%, 95.500% 69.100%, 94.900% 71.200%, 94.200% 73.400%, 93.400% 75.500%, 92.700% 77.700%, 91.700% 79.800%, 90.700% 81.900%, 89.600% 83.900%, 88.400% 85.800%, 87.100% 87.700%, 85.700% 89.500%, 84.200% 91.200%, 82.500% 92.700%, 80.700% 94.100%, 78.800% 95.400%, 76.800% 96.500%, 74.700% 97.500%, 72.500% 98.300%, 70.200% 99.000%, 67.800% 99.500%, 65.400% 99.800%, 63.000% 100.000%, 60.500% 100.000%, 58.100% 99.900%, 55.700% 99.600%, 53.300% 99.200%, 51.000% 98.600%, 48.700% 97.900%, 46.500% 97.000%, 44.400% 96.000%, 42.400% 94.800%, 40.500% 93.500%, 38.800% 92.000%, 37.200% 90.400%, 35.700% 88.700%, 34.300% 86.900%, 32.900% 85.000%, 31.600% 83.000%, 30.300% 80.900%, 29.000% 78.800%, 27.800% 76.600%, 26.600% 74.400%, 25.000% 72.200%, 23.700% 70.000%, 22.400% 67.800%, 21.100% 65.600%, 19.700% 63.400%, 18.200% 61.200%, 16.700% 59.100%, 15.100% 57.000%, 13.500% 54.900%, 11.900% 52.800%, 10.300% 50.700%, 8.800% 48.700%, 7.300% 46.700%, 5.900% 44.700%, 4.600% 42.700%, 3.400% 40.700%, 2.400% 38.700%, 1.500% 36.700%, 1.000% 34.400%, 0.400% 32.400%, 0.100% 30.300%, 0.000% 28.100%, 0.100% 26.000%, 0.400% 23.900%, 0.900% 21.800%, 1.600% 19.700%, 2.500% 17.700%, 3.600% 15.700%, 4.800% 13.800%, 6.200% 12.000%, 7.700% 10.300%, 9.300% 8.700%, 11.100% 7.200%, 13.000% 5.800%, 15.000% 4.600%, 17.000% 3.300%, 19.100% 2.400%, 21.300% 1.600%, 23.600% 1.000%, 25.900% 0.600%, 28.300% 0.300%, 30.700% 0.100%, 33.200% -0.000%, 35.700% -0.000%, 38.300% 0.100%, 40.900% 0.200%, 43.500% 0.400%, 46.200% 0.600%, 48.900% 0.800%, 51.600% 1.000%, 54.300% 1.200%, 57.000% 1.400%, 59.700% 1.500%, 62.400% 1.600%, 65.000% 1.600%, 67.600% 1.600%, 70.200% 1.600%, 72.700% 1.600%, 75.200% 1.600%, 77.600% 1.600%, 79.900% 1.600%, 82.100% 1.700%, 84.200% 1.900%, 86.200% 2.200%, 88.100% 2.600%, 89.900% 3.100%, 91.500% 3.400%, 93.000% 4.100%, 94.300% 5.100%);
          clip-path: polygon(94.300% 5.100%, 95.400% 6.200%, 96.400% 7.400%, 97.200% 8.800%, 97.900% 10.300%, 98.500% 11.900%, 99.000% 13.700%, 99.400% 15.500%, 99.700% 17.400%, 99.900% 19.400%, 100.000% 21.400%, 100.100% 23.500%, 100.100% 25.600%, 100.100% 27.700%, 100.000% 29.800%, 99.900% 31.900%, 99.800% 34.000%, 99.700% 36.000%, 99.600% 38.000%, 99.500% 39.900%, 99.400% 41.800%, 99.300% 43.700%, 99.200% 45.600%, 99.100% 47.500%, 99.000% 49.400%, 98.800% 51.300%, 98.600% 53.200%, 98.400% 55.100%, 98.100% 57.000%, 97.800% 58.900%, 97.500% 60.900%, 97.100% 62.900%, 96.600% 64.900%, 96.100% 67.000%, 95.500% 69.100%, 94.900% 71.200%, 94.200% 73.400%, 93.400% 75.500%, 92.700% 77.700%, 91.700% 79.800%, 90.700% 81.900%, 89.600% 83.900%, 88.400% 85.800%, 87.100% 87.700%, 85.700% 89.500%, 84.200% 91.200%, 82.500% 92.700%, 80.700% 94.100%, 78.800% 95.400%, 76.800% 96.500%, 74.700% 97.500%, 72.500% 98.300%, 70.200% 99.000%, 67.800% 99.500%, 65.400% 99.800%, 63.000% 100.000%, 60.500% 100.000%, 58.100% 99.900%, 55.700% 99.600%, 53.300% 99.200%, 51.000% 98.600%, 48.700% 97.900%, 46.500% 97.000%, 44.400% 96.000%, 42.400% 94.800%, 40.500% 93.500%, 38.800% 92.000%, 37.200% 90.400%, 35.700% 88.700%, 34.300% 86.900%, 32.900% 85.000%, 31.600% 83.000%, 30.300% 80.900%, 29.000% 78.800%, 27.800% 76.600%, 26.600% 74.400%, 25.000% 72.200%, 23.700% 70.000%, 22.400% 67.800%, 21.100% 65.600%, 19.700% 63.400%, 18.200% 61.200%, 16.700% 59.100%, 15.100% 57.000%, 13.500% 54.900%, 11.900% 52.800%, 10.300% 50.700%, 8.800% 48.700%, 7.300% 46.700%, 5.900% 44.700%, 4.600% 42.700%, 3.400% 40.700%, 2.400% 38.700%, 1.500% 36.700%, 1.000% 34.400%, 0.400% 32.400%, 0.100% 30.300%, 0.000% 28.100%, 0.100% 26.000%, 0.400% 23.900%, 0.900% 21.800%, 1.600% 19.700%, 2.500% 17.700%, 3.600% 15.700%, 4.800% 13.800%, 6.200% 12.000%, 7.700% 10.300%, 9.300% 8.700%, 11.100% 7.200%, 13.000% 5.800%, 15.000% 4.600%, 17.000% 3.300%, 19.100% 2.400%, 21.300% 1.600%, 23.600% 1.000%, 25.900% 0.600%, 28.300% 0.300%, 30.700% 0.100%, 33.200% -0.000%, 35.700% -0.000%, 38.300% 0.100%, 40.900% 0.200%, 43.500% 0.400%, 46.200% 0.600%, 48.900% 0.800%, 51.600% 1.000%, 54.300% 1.200%, 57.000% 1.400%, 59.700% 1.500%, 62.400% 1.600%, 65.000% 1.600%, 67.600% 1.600%, 70.200% 1.600%, 72.700% 1.600%, 75.200% 1.600%, 77.600% 1.600%, 79.900% 1.600%, 82.100% 1.700%, 84.200% 1.900%, 86.200% 2.200%, 88.100% 2.600%, 89.900% 3.100%, 91.500% 3.400%, 93.000% 4.100%, 94.300% 5.100%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-26 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-26 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 0 10px;
}

.bwdim-image-shape-26 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-26 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-26 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-26 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-27 {
text-align: center;
}

.bwdim-image-shape-27 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-27 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-27 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-27 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-27 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  padding: 0 10px;
}

.bwdim-image-shape-27 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-27 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-27 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-27 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-28 {
text-align: center;
}

.bwdim-image-shape-28 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-28 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-28 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(79.100% 14.400%, 80.300% 16.200%, 81.400% 18.000%, 82.400% 19.900%, 83.400% 21.900%, 84.300% 23.900%, 85.100% 26.000%, 85.900% 28.100%, 86.700% 30.300%, 87.400% 32.500%, 88.100% 34.800%, 88.800% 37.100%, 89.500% 39.500%, 90.200% 41.900%, 90.900% 44.400%, 91.600% 46.900%, 92.400% 49.400%, 93.200% 52.000%, 94.000% 54.600%, 94.800% 57.200%, 95.600% 59.800%, 96.400% 62.400%, 97.200% 65.000%, 97.900% 67.600%, 98.500% 70.200%, 99.000% 72.700%, 99.400% 75.100%, 99.700% 77.500%, 99.800% 79.800%, 99.700% 82.000%, 99.500% 84.100%, 99.100% 86.000%, 98.400% 87.800%, 97.500% 89.500%, 96.400% 91.000%, 95.100% 92.400%, 93.600% 93.600%, 92.000% 94.700%, 90.200% 95.700%, 88.300% 96.600%, 86.300% 97.400%, 84.200% 98.100%, 82.000% 98.700%, 79.800% 99.200%, 77.500% 99.600%, 75.200% 99.900%, 72.900% 100.100%, 70.700% 100.200%, 68.500% 100.300%, 66.400% 100.300%, 64.300% 100.200%, 62.300% 100.100%, 60.300% 99.900%, 58.400% 99.700%, 56.500% 99.400%, 54.600% 99.100%, 52.800% 98.700%, 51.000% 98.300%, 49.200% 97.900%, 47.400% 97.400%, 45.600% 96.900%, 43.800% 96.400%, 42.000% 95.900%, 40.200% 95.300%, 38.400% 94.700%, 36.600% 94.100%, 34.800% 93.500%, 33.000% 92.900%, 31.200% 92.200%, 29.400% 91.500%, 27.600% 90.700%, 25.800% 89.900%, 24.100% 89.000%, 22.400% 88.100%, 20.700% 87.100%, 19.000% 86.000%, 17.400% 84.800%, 15.800% 83.600%, 14.200% 82.300%, 12.700% 80.900%, 11.200% 79.300%, 9.700% 77.600%, 8.300% 75.800%, 7.000% 73.900%, 5.700% 72.000%, 4.500% 70.000%, 3.400% 67.900%, 2.400% 65.800%, 1.600% 63.700%, 0.900% 61.600%, 0.300% 59.500%, -0.100% 57.400%, -0.400% 55.300%, 0.000% 52.800%, 0.100% 50.800%, 0.400% 48.800%, 0.900% 46.900%, 1.500% 45.000%, 2.400% 43.200%, 3.500% 41.500%, 4.700% 39.800%, 6.100% 38.200%, 7.600% 36.600%, 9.200% 35.100%, 10.900% 33.600%, 12.700% 32.100%, 14.600% 30.600%, 16.500% 29.100%, 18.400% 27.600%, 20.300% 26.100%, 22.200% 24.600%, 24.100% 23.000%, 26.000% 21.400%, 27.800% 19.800%, 29.600% 18.100%, 31.300% 16.400%, 33.000% 14.700%, 34.700% 13.000%, 36.400% 11.400%, 38.000% 9.800%, 39.600% 8.300%, 41.200% 6.900%, 42.800% 5.500%, 44.400% 4.300%, 46.000% 3.200%, 47.600% 2.200%, 49.200% 1.400%, 50.900% 0.700%, 52.600% 0.200%, 54.300% -0.100%, 56.400% 0.000%, 58.200% 0.100%, 60.000% 0.400%, 61.800% 0.900%, 63.600% 1.500%, 65.400% 2.300%, 67.100% 3.200%, 68.800% 4.200%, 70.500% 5.400%, 72.100% 6.700%, 73.500% 8.000%, 75.000% 9.500%, 76.400% 11.100%, 77.800% 12.700%, 79.100% 14.400%);
  clip-path: polygon(79.100% 14.400%, 80.300% 16.200%, 81.400% 18.000%, 82.400% 19.900%, 83.400% 21.900%, 84.300% 23.900%, 85.100% 26.000%, 85.900% 28.100%, 86.700% 30.300%, 87.400% 32.500%, 88.100% 34.800%, 88.800% 37.100%, 89.500% 39.500%, 90.200% 41.900%, 90.900% 44.400%, 91.600% 46.900%, 92.400% 49.400%, 93.200% 52.000%, 94.000% 54.600%, 94.800% 57.200%, 95.600% 59.800%, 96.400% 62.400%, 97.200% 65.000%, 97.900% 67.600%, 98.500% 70.200%, 99.000% 72.700%, 99.400% 75.100%, 99.700% 77.500%, 99.800% 79.800%, 99.700% 82.000%, 99.500% 84.100%, 99.100% 86.000%, 98.400% 87.800%, 97.500% 89.500%, 96.400% 91.000%, 95.100% 92.400%, 93.600% 93.600%, 92.000% 94.700%, 90.200% 95.700%, 88.300% 96.600%, 86.300% 97.400%, 84.200% 98.100%, 82.000% 98.700%, 79.800% 99.200%, 77.500% 99.600%, 75.200% 99.900%, 72.900% 100.100%, 70.700% 100.200%, 68.500% 100.300%, 66.400% 100.300%, 64.300% 100.200%, 62.300% 100.100%, 60.300% 99.900%, 58.400% 99.700%, 56.500% 99.400%, 54.600% 99.100%, 52.800% 98.700%, 51.000% 98.300%, 49.200% 97.900%, 47.400% 97.400%, 45.600% 96.900%, 43.800% 96.400%, 42.000% 95.900%, 40.200% 95.300%, 38.400% 94.700%, 36.600% 94.100%, 34.800% 93.500%, 33.000% 92.900%, 31.200% 92.200%, 29.400% 91.500%, 27.600% 90.700%, 25.800% 89.900%, 24.100% 89.000%, 22.400% 88.100%, 20.700% 87.100%, 19.000% 86.000%, 17.400% 84.800%, 15.800% 83.600%, 14.200% 82.300%, 12.700% 80.900%, 11.200% 79.300%, 9.700% 77.600%, 8.300% 75.800%, 7.000% 73.900%, 5.700% 72.000%, 4.500% 70.000%, 3.400% 67.900%, 2.400% 65.800%, 1.600% 63.700%, 0.900% 61.600%, 0.300% 59.500%, -0.100% 57.400%, -0.400% 55.300%, 0.000% 52.800%, 0.100% 50.800%, 0.400% 48.800%, 0.900% 46.900%, 1.500% 45.000%, 2.400% 43.200%, 3.500% 41.500%, 4.700% 39.800%, 6.100% 38.200%, 7.600% 36.600%, 9.200% 35.100%, 10.900% 33.600%, 12.700% 32.100%, 14.600% 30.600%, 16.500% 29.100%, 18.400% 27.600%, 20.300% 26.100%, 22.200% 24.600%, 24.100% 23.000%, 26.000% 21.400%, 27.800% 19.800%, 29.600% 18.100%, 31.300% 16.400%, 33.000% 14.700%, 34.700% 13.000%, 36.400% 11.400%, 38.000% 9.800%, 39.600% 8.300%, 41.200% 6.900%, 42.800% 5.500%, 44.400% 4.300%, 46.000% 3.200%, 47.600% 2.200%, 49.200% 1.400%, 50.900% 0.700%, 52.600% 0.200%, 54.300% -0.100%, 56.400% 0.000%, 58.200% 0.100%, 60.000% 0.400%, 61.800% 0.900%, 63.600% 1.500%, 65.400% 2.300%, 67.100% 3.200%, 68.800% 4.200%, 70.500% 5.400%, 72.100% 6.700%, 73.500% 8.000%, 75.000% 9.500%, 76.400% 11.100%, 77.800% 12.700%, 79.100% 14.400%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-28 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-28 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 0 10px;
}

.bwdim-image-shape-28 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-28 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-28 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-28 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-29 {
text-align: center;
}

.bwdim-image-shape-29 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-29 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-29 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  border-radius: 77% 23% 30% 70% / 53% 26% 74% 47%;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-29 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-29 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  padding: 0 10px;
}

.bwdim-image-shape-29 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-29 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-29 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-29 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-30 {
text-align: center;
}

.bwdim-image-shape-30 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-30 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-30 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  border-radius: 50% 50% 30% 70% / 64% 77% 23% 36%;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-30 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-30 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  padding: 0 10px;
}

.bwdim-image-shape-30 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-30 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-30 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-30 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-31 {
text-align: center;
}

.bwdim-image-shape-31 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-31 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-31 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  border-radius: 52% 48% 27% 73% / 62% 42% 58% 38%;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-31 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}


.active-anim a{
  -webkit-animation: animation1 10s linear infinite alternate forwards;
          animation: animation1 10s linear infinite alternate forwards;
}
@-webkit-keyframes animation1 {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes animation1 {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.bwdim-image-shape-31 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  padding: 0 10px;
}

.bwdim-image-shape-31 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-31 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-31 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-31 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-32 {
text-align: center;
}

.bwdim-image-shape-32 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-32 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-32 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  clip-path: polygon(97.300% 2.800%, 98.200% 4.100%, 98.700% 5.800%, 98.900% 7.800%, 98.700% 10.100%, 98.200% 12.700%, 97.400% 15.600%, 96.300% 18.700%, 95.000% 22.000%, 93.500% 25.500%, 91.800% 29.200%, 89.900% 33.100%, 87.900% 37.100%, 85.800% 41.200%, 83.600% 45.400%, 81.400% 49.600%, 79.100% 53.900%, 76.800% 58.200%, 74.500% 62.500%, 72.200% 66.700%, 69.900% 70.800%, 67.600% 74.800%, 65.400% 78.600%, 63.200% 82.200%, 61.000% 85.500%, 58.800% 88.600%, 56.700% 91.300%, 54.600% 93.700%, 52.500% 95.700%, 50.500% 97.200%, 48.500% 98.300%, 46.600% 98.800%, 44.700% 98.800%, 42.900% 98.200%, 41.100% 97.100%, 39.400% 95.500%, 37.700% 93.400%, 36.100% 90.900%, 34.500% 88.100%, 32.900% 84.900%, 31.300% 81.500%, 29.700% 77.800%, 28.100% 74.000%, 26.500% 70.000%, 24.900% 65.900%, 23.300% 61.800%, 21.600% 57.700%, 19.900% 53.600%, 18.200% 49.600%, 16.400% 45.700%, 14.600% 41.900%, 12.800% 38.300%, 11.400% 35.000%, 9.700% 31.700%, 8.100% 28.600%, 6.600% 25.600%, 5.200% 22.800%, 4.000% 20.300%, 2.900% 17.900%, 2.000% 15.700%, 1.400% 13.800%, 1.000% 12.100%, 1.000% 10.600%, 1.200% 9.400%, 1.700% 8.400%, 2.600% 7.700%, 3.800% 7.200%, 5.300% 6.900%, 7.100% 6.800%, 9.200% 6.900%, 11.500% 7.100%, 14.100% 7.400%, 16.900% 7.700%, 19.900% 8.100%, 23.100% 8.500%, 26.500% 8.800%, 30.000% 9.000%, 33.700% 9.200%, 37.500% 9.300%, 41.400% 9.200%, 45.400% 9.000%, 49.500% 8.600%, 53.600% 8.000%, 57.700% 7.300%, 61.700% 6.500%, 65.700% 5.600%, 69.600% 4.700%, 73.400% 3.800%, 77.100% 3.000%, 80.600% 2.300%, 83.900% 1.700%, 86.900% 1.300%, 89.700% 1.100%, 92.200% 1.100%, 94.300% 1.400%, 96.100% 2.000%, 97.300% 2.800%);
  -webkit-clip-path: polygon(97.300% 2.800%, 98.200% 4.100%, 98.700% 5.800%, 98.900% 7.800%, 98.700% 10.100%, 98.200% 12.700%, 97.400% 15.600%, 96.300% 18.700%, 95.000% 22.000%, 93.500% 25.500%, 91.800% 29.200%, 89.900% 33.100%, 87.900% 37.100%, 85.800% 41.200%, 83.600% 45.400%, 81.400% 49.600%, 79.100% 53.900%, 76.800% 58.200%, 74.500% 62.500%, 72.200% 66.700%, 69.900% 70.800%, 67.600% 74.800%, 65.400% 78.600%, 63.200% 82.200%, 61.000% 85.500%, 58.800% 88.600%, 56.700% 91.300%, 54.600% 93.700%, 52.500% 95.700%, 50.500% 97.200%, 48.500% 98.300%, 46.600% 98.800%, 44.700% 98.800%, 42.900% 98.200%, 41.100% 97.100%, 39.400% 95.500%, 37.700% 93.400%, 36.100% 90.900%, 34.500% 88.100%, 32.900% 84.900%, 31.300% 81.500%, 29.700% 77.800%, 28.100% 74.000%, 26.500% 70.000%, 24.900% 65.900%, 23.300% 61.800%, 21.600% 57.700%, 19.900% 53.600%, 18.200% 49.600%, 16.400% 45.700%, 14.600% 41.900%, 12.800% 38.300%, 11.400% 35.000%, 9.700% 31.700%, 8.100% 28.600%, 6.600% 25.600%, 5.200% 22.800%, 4.000% 20.300%, 2.900% 17.900%, 2.000% 15.700%, 1.400% 13.800%, 1.000% 12.100%, 1.000% 10.600%, 1.200% 9.400%, 1.700% 8.400%, 2.600% 7.700%, 3.800% 7.200%, 5.300% 6.900%, 7.100% 6.800%, 9.200% 6.900%, 11.500% 7.100%, 14.100% 7.400%, 16.900% 7.700%, 19.900% 8.100%, 23.100% 8.500%, 26.500% 8.800%, 30.000% 9.000%, 33.700% 9.200%, 37.500% 9.300%, 41.400% 9.200%, 45.400% 9.000%, 49.500% 8.600%, 53.600% 8.000%, 57.700% 7.300%, 61.700% 6.500%, 65.700% 5.600%, 69.600% 4.700%, 73.400% 3.800%, 77.100% 3.000%, 80.600% 2.300%, 83.900% 1.700%, 86.900% 1.300%, 89.700% 1.100%, 92.200% 1.100%, 94.300% 1.400%, 96.100% 2.000%, 97.300% 2.800%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-32 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-32 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.bwdim-image-shape-32 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-32 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-32 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-32 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-33 {
text-align: center;
}

.bwdim-image-shape-33 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-33 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-33 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(85% 6%, 70% 15%, 30% 15%, 15% 5%, 0% 25%, 10% 45%, 10% 75%, 25% 90%, 40% 95%, 60% 95%, 75% 91%, 90% 75%, 90% 45%, 100% 25%);
          clip-path: polygon(85% 6%, 70% 15%, 30% 15%, 15% 5%, 0% 25%, 10% 45%, 10% 75%, 25% 90%, 40% 95%, 60% 95%, 75% 91%, 90% 75%, 90% 45%, 100% 25%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-33 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-33 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 0 20px;
}

.bwdim-image-shape-33 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-33 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-33 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-33 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-34 {
text-align: center;
}

.bwdim-image-shape-34 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-34 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-34 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(10% 25%, 35% 25%, 35% 0%, 65% 0%, 65% 25%, 90% 25%, 90% 50%, 65% 50%, 65% 100%, 35% 100%, 35% 50%, 10% 50%);
          clip-path: polygon(10% 25%, 35% 25%, 35% 0%, 65% 0%, 65% 25%, 90% 25%, 90% 50%, 65% 50%, 65% 100%, 35% 100%, 35% 50%, 10% 50%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-34 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-34 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -38%);
          transform: translate(-50%, -38%);
  text-align: center;
  width: 70%;
}

.bwdim-image-shape-34 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 20px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 5px;
}

.bwdim-image-shape-34 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-34 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-34 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-35 {
text-align: center;
}

.bwdim-image-shape-35 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-35 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-35 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
          clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-35 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-35 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
  text-align: center;
  width: 40%;
}

.bwdim-image-shape-35 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 5px;
}

.bwdim-image-shape-35 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-35 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-35 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-36 {
text-align: center;
}

.bwdim-image-shape-36 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-36 .bwdim-image-items .bwdim-box-thirty-six a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-36 .bwdim-image-items .bwdim-box-thirty-six a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  overflow: hidden;
  width: 400px;
  height: 400px;
}
.bwdim-image-shape-36 .bwdim-image-items .bwdim-box-thirty-six img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-36 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 0 20px;
}

.bwdim-image-shape-36 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-36 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-36 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-36 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-37 {
text-align: center;
}

.bwdim-image-shape-37 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-37 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-37 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(74.300% 2.800%, 75.400% 3.400%, 76.400% 4.200%, 77.400% 5.100%, 78.300% 6.200%, 79.200% 7.400%, 80.000% 8.700%, 80.800% 10.100%, 81.600% 11.600%, 82.400% 13.200%, 83.200% 14.900%, 84.000% 16.600%, 84.800% 18.400%, 85.600% 20.200%, 86.400% 22.000%, 87.300% 23.800%, 88.200% 25.600%, 89.200% 27.300%, 90.200% 29.000%, 91.200% 30.700%, 92.200% 32.400%, 93.200% 34.000%, 94.200% 35.600%, 95.200% 37.200%, 96.100% 38.800%, 97.000% 40.400%, 97.800% 41.900%, 98.500% 43.400%, 99.100% 44.900%, 99.500% 46.400%, 99.800% 47.900%, 99.900% 49.400%, 99.900% 50.900%, 99.700% 52.300%, 99.300% 53.700%, 98.800% 55.100%, 98.100% 56.500%, 97.300% 57.900%, 96.400% 59.300%, 95.400% 60.700%, 94.300% 62.100%, 93.200% 63.500%, 92.000% 65.000%, 90.800% 66.500%, 89.600% 68.000%, 88.400% 69.500%, 87.200% 71.000%, 86.100% 72.600%, 85.000% 74.200%, 84.000% 75.800%, 83.100% 77.400%, 82.200% 79.000%, 81.400% 80.600%, 80.600% 82.200%, 79.800% 83.800%, 79.000% 85.400%, 78.300% 86.900%, 77.600% 88.400%, 76.800% 89.800%, 76.000% 91.200%, 75.200% 92.500%, 74.400% 93.700%, 73.500% 94.800%, 72.600% 95.800%, 71.600% 96.700%, 70.500% 97.500%, 69.400% 98.100%, 68.200% 98.600%, 67.000% 99.000%, 65.700% 99.300%, 64.400% 99.600%, 63.000% 99.800%, 61.600% 99.900%, 60.200% 100.000%, 58.700% 100.000%, 57.200% 100.000%, 55.700% 99.900%, 54.200% 99.800%, 52.700% 99.700%, 51.200% 99.600%, 49.700% 99.500%, 48.200% 99.400%, 46.700% 99.300%, 45.200% 99.200%, 43.700% 99.100%, 42.300% 98.900%, 40.900% 98.700%, 39.500% 98.500%, 38.200% 98.200%, 36.900% 97.900%, 35.600% 97.500%, 34.400% 97.100%, 33.200% 96.600%, 32.100% 96.000%, 31.100% 95.300%, 30.100% 94.500%, 29.200% 93.600%, 28.400% 92.600%, 27.700% 91.500%, 27.000% 90.300%, 26.400% 89.000%, 25.800% 87.700%, 25.200% 86.300%, 24.600% 84.900%, 24.000% 83.400%, 23.400% 81.900%, 22.800% 80.400%, 22.100% 78.900%, 21.400% 77.300%, 20.600% 75.800%, 19.700% 74.300%, 18.800% 72.800%, 17.800% 71.300%, 16.700% 69.800%, 15.500% 68.400%, 14.200% 67.000%, 12.900% 65.700%, 11.500% 64.400%, 10.100% 63.100%, 8.700% 61.800%, 7.400% 60.500%, 6.100% 59.200%, 4.900% 58.000%, 3.800% 56.800%, 2.800% 55.600%, 1.800% 54.200%, 1.100% 52.900%, 0.600% 51.600%, 0.200% 50.300%, 0.000% 49.100%, 0.000% 47.800%, 0.200% 46.400%, 0.600% 45.000%, 1.100% 43.600%, 1.700% 42.200%, 2.500% 40.700%, 3.300% 39.200%, 4.200% 37.700%, 5.200% 36.100%, 6.200% 34.500%, 7.200% 32.800%, 8.200% 31.100%, 9.200% 29.400%, 10.200% 27.600%, 11.100% 25.800%, 11.900% 23.900%, 12.700% 22.000%, 13.400% 20.100%, 14.100% 18.200%, 14.800% 16.300%, 15.500% 14.400%, 16.200% 12.600%, 16.900% 10.800%, 17.600% 9.100%, 18.300% 7.500%, 19.000% 6.000%, 19.800% 4.700%, 20.600% 3.500%, 21.500% 2.500%, 22.500% 1.700%, 23.500% 1.100%, 24.600% 0.700%, 25.800% 0.500%, 27.300% 0.000%, 28.700% 0.100%, 30.200% 0.300%, 31.700% 0.600%, 33.300% 1.000%, 34.900% 1.500%, 36.600% 2.000%, 38.300% 2.500%, 40.100% 3.000%, 41.900% 3.500%, 43.600% 4.000%, 45.400% 4.400%, 47.200% 4.700%, 49.000% 4.900%, 50.800% 4.900%, 52.600% 4.800%, 54.400% 4.600%, 56.200% 4.300%, 57.900% 4.000%, 59.600% 3.700%, 61.300% 3.300%, 63.000% 3.000%, 64.600% 2.700%, 66.200% 2.400%, 67.700% 2.200%, 69.100% 2.100%, 70.500% 2.100%, 71.800% 2.200%, 73.100% 2.400%, 74.300% 2.800%);
  clip-path: polygon(74.300% 2.800%, 75.400% 3.400%, 76.400% 4.200%, 77.400% 5.100%, 78.300% 6.200%, 79.200% 7.400%, 80.000% 8.700%, 80.800% 10.100%, 81.600% 11.600%, 82.400% 13.200%, 83.200% 14.900%, 84.000% 16.600%, 84.800% 18.400%, 85.600% 20.200%, 86.400% 22.000%, 87.300% 23.800%, 88.200% 25.600%, 89.200% 27.300%, 90.200% 29.000%, 91.200% 30.700%, 92.200% 32.400%, 93.200% 34.000%, 94.200% 35.600%, 95.200% 37.200%, 96.100% 38.800%, 97.000% 40.400%, 97.800% 41.900%, 98.500% 43.400%, 99.100% 44.900%, 99.500% 46.400%, 99.800% 47.900%, 99.900% 49.400%, 99.900% 50.900%, 99.700% 52.300%, 99.300% 53.700%, 98.800% 55.100%, 98.100% 56.500%, 97.300% 57.900%, 96.400% 59.300%, 95.400% 60.700%, 94.300% 62.100%, 93.200% 63.500%, 92.000% 65.000%, 90.800% 66.500%, 89.600% 68.000%, 88.400% 69.500%, 87.200% 71.000%, 86.100% 72.600%, 85.000% 74.200%, 84.000% 75.800%, 83.100% 77.400%, 82.200% 79.000%, 81.400% 80.600%, 80.600% 82.200%, 79.800% 83.800%, 79.000% 85.400%, 78.300% 86.900%, 77.600% 88.400%, 76.800% 89.800%, 76.000% 91.200%, 75.200% 92.500%, 74.400% 93.700%, 73.500% 94.800%, 72.600% 95.800%, 71.600% 96.700%, 70.500% 97.500%, 69.400% 98.100%, 68.200% 98.600%, 67.000% 99.000%, 65.700% 99.300%, 64.400% 99.600%, 63.000% 99.800%, 61.600% 99.900%, 60.200% 100.000%, 58.700% 100.000%, 57.200% 100.000%, 55.700% 99.900%, 54.200% 99.800%, 52.700% 99.700%, 51.200% 99.600%, 49.700% 99.500%, 48.200% 99.400%, 46.700% 99.300%, 45.200% 99.200%, 43.700% 99.100%, 42.300% 98.900%, 40.900% 98.700%, 39.500% 98.500%, 38.200% 98.200%, 36.900% 97.900%, 35.600% 97.500%, 34.400% 97.100%, 33.200% 96.600%, 32.100% 96.000%, 31.100% 95.300%, 30.100% 94.500%, 29.200% 93.600%, 28.400% 92.600%, 27.700% 91.500%, 27.000% 90.300%, 26.400% 89.000%, 25.800% 87.700%, 25.200% 86.300%, 24.600% 84.900%, 24.000% 83.400%, 23.400% 81.900%, 22.800% 80.400%, 22.100% 78.900%, 21.400% 77.300%, 20.600% 75.800%, 19.700% 74.300%, 18.800% 72.800%, 17.800% 71.300%, 16.700% 69.800%, 15.500% 68.400%, 14.200% 67.000%, 12.900% 65.700%, 11.500% 64.400%, 10.100% 63.100%, 8.700% 61.800%, 7.400% 60.500%, 6.100% 59.200%, 4.900% 58.000%, 3.800% 56.800%, 2.800% 55.600%, 1.800% 54.200%, 1.100% 52.900%, 0.600% 51.600%, 0.200% 50.300%, 0.000% 49.100%, 0.000% 47.800%, 0.200% 46.400%, 0.600% 45.000%, 1.100% 43.600%, 1.700% 42.200%, 2.500% 40.700%, 3.300% 39.200%, 4.200% 37.700%, 5.200% 36.100%, 6.200% 34.500%, 7.200% 32.800%, 8.200% 31.100%, 9.200% 29.400%, 10.200% 27.600%, 11.100% 25.800%, 11.900% 23.900%, 12.700% 22.000%, 13.400% 20.100%, 14.100% 18.200%, 14.800% 16.300%, 15.500% 14.400%, 16.200% 12.600%, 16.900% 10.800%, 17.600% 9.100%, 18.300% 7.500%, 19.000% 6.000%, 19.800% 4.700%, 20.600% 3.500%, 21.500% 2.500%, 22.500% 1.700%, 23.500% 1.100%, 24.600% 0.700%, 25.800% 0.500%, 27.300% 0.000%, 28.700% 0.100%, 30.200% 0.300%, 31.700% 0.600%, 33.300% 1.000%, 34.900% 1.500%, 36.600% 2.000%, 38.300% 2.500%, 40.100% 3.000%, 41.900% 3.500%, 43.600% 4.000%, 45.400% 4.400%, 47.200% 4.700%, 49.000% 4.900%, 50.800% 4.900%, 52.600% 4.800%, 54.400% 4.600%, 56.200% 4.300%, 57.900% 4.000%, 59.600% 3.700%, 61.300% 3.300%, 63.000% 3.000%, 64.600% 2.700%, 66.200% 2.400%, 67.700% 2.200%, 69.100% 2.100%, 70.500% 2.100%, 71.800% 2.200%, 73.100% 2.400%, 74.300% 2.800%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-37 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-37 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 0 25px;
}

.bwdim-image-shape-37 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-37 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-37 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-37 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-38 {
text-align: center;
}

.bwdim-image-shape-38 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-38 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-38 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(100% 0%, 75% 0%, 35% 0%, 0% 0%, 5% 23%, 10% 52%, 2% 91%, 0% 100%, 53% 100%, 63% 100%, 81% 100%, 100% 100%, 90% 50%, 95% 28%);
          clip-path: polygon(100% 0%, 75% 0%, 35% 0%, 0% 0%, 5% 23%, 10% 52%, 2% 91%, 0% 100%, 53% 100%, 63% 100%, 81% 100%, 100% 100%, 90% 50%, 95% 28%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-38 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-38 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 0 25px;
}

.bwdim-image-shape-38 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-38 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-38 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-38 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-39 {
text-align: center;
}

.bwdim-image-shape-39 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-39 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-39 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-39 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-39 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  padding: 0 25px;
}

.bwdim-image-shape-39 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-39 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-39 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-39 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-40 {
text-align: center;
}

.bwdim-image-shape-40 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-40 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-40 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(100% 0%, 71% 0%, 46% 0%, 0% 0%, 10% 26%, 11% 50%, 10% 75%, 0% 100%, 23% 100%, 39% 100%, 100% 100%, 93% 79%, 91% 55%, 90% 27%);
          clip-path: polygon(100% 0%, 71% 0%, 46% 0%, 0% 0%, 10% 26%, 11% 50%, 10% 75%, 0% 100%, 23% 100%, 39% 100%, 100% 100%, 93% 79%, 91% 55%, 90% 27%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-40 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-40 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 0 25px;
}

.bwdim-image-shape-40 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-40 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-40 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-40 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-41 {
text-align: center;
}

.bwdim-image-shape-41 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-41 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-41 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(72% 8%, 50% 0%, 26% 9%, 0% 0%, 0% 29%, 0% 51%, 0% 100%, 29% 93%, 50% 100%, 78% 93%, 100% 100%, 100% 77%, 100% 26%, 100% 0%);
          clip-path: polygon(72% 8%, 50% 0%, 26% 9%, 0% 0%, 0% 29%, 0% 51%, 0% 100%, 29% 93%, 50% 100%, 78% 93%, 100% 100%, 100% 77%, 100% 26%, 100% 0%);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.bwdim-image-shape-41 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 400px;
  object-fit: cover;
}

.bwdim-image-shape-41 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 25px;
}

.bwdim-image-shape-41 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-41 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-41 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-41 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-42 {
text-align: center;
}

.bwdim-image-shape-42 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-42 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-42 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(75% 0%, 50% 0%, 0% 0%, 7% 19%, 0% 45%, 7% 70%, 0% 100%, 30% 100%, 50% 100%, 100% 100%, 93% 79%, 100% 56%, 92% 27%, 100% 0%);
          clip-path: polygon(75% 0%, 50% 0%, 0% 0%, 7% 19%, 0% 45%, 7% 70%, 0% 100%, 30% 100%, 50% 100%, 100% 100%, 93% 79%, 100% 56%, 92% 27%, 100% 0%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-42 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-42 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  padding: 0 30px;
}

.bwdim-image-shape-42 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-42 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-42 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-42 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-43 {
text-align: center;
}

.bwdim-image-shape-43 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-43 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-43 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(73.100% 28.700%, 74.100% 29.500%, 75.100% 30.300%, 76.100% 31.000%, 77.200% 31.700%, 78.300% 32.400%, 79.400% 33.100%, 80.500% 33.800%, 81.600% 34.500%, 82.700% 35.200%, 83.800% 35.900%, 84.900% 36.600%, 86.000% 37.300%, 87.100% 38.000%, 88.100% 38.700%, 89.100% 39.400%, 90.100% 40.100%, 91.100% 40.800%, 92.000% 41.500%, 92.900% 42.200%, 93.800% 42.800%, 94.600% 43.400%, 95.400% 44.000%, 96.100% 44.600%, 96.800% 45.300%, 97.400% 46.000%, 98.000% 46.700%, 98.500% 47.400%, 98.900% 48.100%, 99.300% 48.800%, 99.600% 49.500%, 99.800% 50.200%, 99.900% 50.900%, 100.000% 51.600%, 100.000% 52.300%, 99.900% 53.000%, 99.700% 53.700%, 99.400% 54.400%, 99.100% 55.100%, 98.700% 55.800%, 98.300% 56.500%, 97.800% 57.200%, 97.200% 57.900%, 96.600% 58.700%, 95.900% 59.500%, 95.200% 60.300%, 94.400% 61.100%, 93.600% 61.900%, 92.800% 62.700%, 91.900% 63.500%, 91.000% 64.300%, 90.100% 65.100%, 89.200% 65.900%, 88.200% 66.700%, 87.200% 67.500%, 86.200% 68.300%, 85.200% 69.100%, 84.200% 70.000%, 83.200% 70.900%, 82.200% 71.800%, 81.200% 72.700%, 80.200% 73.600%, 79.200% 74.500%, 78.200% 75.400%, 77.200% 76.300%, 76.200% 77.200%, 75.300% 78.100%, 74.400% 79.000%, 73.500% 79.900%, 72.600% 80.800%, 71.700% 81.700%, 70.800% 82.600%, 69.900% 83.500%, 69.000% 84.400%, 68.100% 85.300%, 67.300% 86.200%, 66.500% 87.100%, 65.700% 88.000%, 64.900% 88.800%, 64.100% 89.600%, 63.300% 90.400%, 62.500% 91.200%, 61.700% 92.000%, 60.900% 92.700%, 60.100% 93.400%, 59.300% 94.100%, 58.500% 94.700%, 57.700% 95.300%, 56.900% 95.900%, 56.100% 96.400%, 55.300% 96.900%, 54.500% 97.400%, 53.700% 97.800%, 52.800% 98.200%, 51.900% 98.500%, 51.000% 98.800%, 50.100% 99.000%, 49.200% 99.200%, 48.300% 99.300%, 47.400% 99.400%, 46.500% 99.400%, 45.600% 99.400%, 44.700% 99.300%, 43.800% 99.200%, 42.800% 99.100%, 41.800% 98.900%, 40.800% 98.700%, 39.800% 98.400%, 38.800% 98.100%, 37.800% 97.800%, 36.800% 97.400%, 35.800% 97.000%, 34.800% 96.500%, 33.800% 96.000%, 32.800% 95.500%, 31.800% 94.900%, 30.800% 94.300%, 29.800% 93.700%, 28.800% 93.000%, 27.800% 92.300%, 26.800% 91.600%, 25.800% 90.900%, 24.800% 90.100%, 23.900% 89.300%, 23.000% 88.500%, 22.100% 87.700%, 21.200% 86.800%, 20.300% 85.900%, 19.400% 85.000%, 18.500% 84.100%, 17.600% 83.200%, 16.700% 82.200%, 15.900% 81.200%, 15.100% 80.200%, 14.300% 79.200%, 13.500% 78.200%, 12.700% 77.200%, 11.700% 76.000%, 10.900% 74.900%, 10.200% 73.800%, 9.500% 72.700%, 8.800% 71.600%, 8.100% 70.400%, 7.500% 69.300%, 6.900% 68.100%, 6.300% 66.900%, 5.700% 65.700%, 5.100% 64.500%, 4.600% 63.300%, 4.100% 62.000%, 3.600% 60.700%, 3.100% 59.400%, 2.700% 58.000%, 2.300% 56.700%, 1.900% 55.400%, 1.500% 54.000%, 1.200% 52.600%, 0.900% 51.200%, 0.600% 49.800%, 0.400% 48.400%, 0.200% 47.000%, -0.000% 45.600%, -0.100% 44.200%, -0.200% 42.700%, -0.300% 41.200%, -0.300% 39.700%, -0.300% 38.200%, -0.300% 36.700%, -0.200% 35.200%, -0.100% 33.700%, -0.000% 32.200%, 0.200% 30.800%, 0.400% 29.400%, 0.600% 28.000%, 0.900% 26.600%, 1.200% 25.200%, 1.500% 23.800%, 1.900% 22.400%, 2.300% 21.100%, 2.700% 19.800%, 3.200% 18.500%, 3.700% 17.200%, 4.200% 16.000%, 4.800% 14.800%, 5.400% 13.600%, 6.000% 12.500%, 6.700% 11.400%, 7.400% 10.400%, 8.100% 9.400%, 8.900% 8.400%, 9.700% 7.500%, 10.500% 6.600%, 11.400% 5.800%, 12.300% 5.000%, 13.200% 4.300%, 14.200% 3.700%, 15.200% 3.100%, 16.200% 2.600%, 17.300% 2.100%, 18.400% 1.700%, 19.500% 1.300%, 20.600% 0.900%, 21.700% 0.600%, 22.900% 0.300%, 24.100% 0.100%, 25.300% -0.100%, 26.500% -0.200%, 27.700% -0.300%, 28.900% -0.300%, 30.100% -0.300%, 31.300% -0.300%, 32.500% -0.200%, 33.700% -0.100%, 34.900% 0.100%, 36.100% 0.300%, 37.300% 0.500%, 38.000% 1.100%, 39.200% 1.400%, 40.300% 1.700%, 41.400% 2.100%, 42.500% 2.500%, 43.600% 2.900%, 44.700% 3.300%, 45.700% 3.800%, 46.700% 4.300%, 47.700% 4.800%, 48.600% 5.400%, 49.600% 6.000%, 50.500% 6.600%, 51.400% 7.200%, 52.300% 7.900%, 53.100% 8.600%, 53.900% 9.300%, 54.700% 10.000%, 55.500% 10.700%, 56.300% 11.500%, 57.100% 12.300%, 57.900% 13.100%, 58.700% 13.900%, 59.400% 14.700%, 60.100% 15.500%, 60.800% 16.300%, 61.500% 17.100%, 62.300% 17.900%, 63.100% 18.700%, 63.900% 19.500%, 64.700% 20.300%, 65.500% 21.100%, 66.300% 21.900%, 67.100% 22.700%, 67.900% 23.500%, 68.700% 24.300%, 69.600% 25.100%, 70.500% 25.900%, 71.400% 26.700%, 72.300% 27.500%, 73.100% 28.700%);
  clip-path: polygon(73.100% 28.700%, 74.100% 29.500%, 75.100% 30.300%, 76.100% 31.000%, 77.200% 31.700%, 78.300% 32.400%, 79.400% 33.100%, 80.500% 33.800%, 81.600% 34.500%, 82.700% 35.200%, 83.800% 35.900%, 84.900% 36.600%, 86.000% 37.300%, 87.100% 38.000%, 88.100% 38.700%, 89.100% 39.400%, 90.100% 40.100%, 91.100% 40.800%, 92.000% 41.500%, 92.900% 42.200%, 93.800% 42.800%, 94.600% 43.400%, 95.400% 44.000%, 96.100% 44.600%, 96.800% 45.300%, 97.400% 46.000%, 98.000% 46.700%, 98.500% 47.400%, 98.900% 48.100%, 99.300% 48.800%, 99.600% 49.500%, 99.800% 50.200%, 99.900% 50.900%, 100.000% 51.600%, 100.000% 52.300%, 99.900% 53.000%, 99.700% 53.700%, 99.400% 54.400%, 99.100% 55.100%, 98.700% 55.800%, 98.300% 56.500%, 97.800% 57.200%, 97.200% 57.900%, 96.600% 58.700%, 95.900% 59.500%, 95.200% 60.300%, 94.400% 61.100%, 93.600% 61.900%, 92.800% 62.700%, 91.900% 63.500%, 91.000% 64.300%, 90.100% 65.100%, 89.200% 65.900%, 88.200% 66.700%, 87.200% 67.500%, 86.200% 68.300%, 85.200% 69.100%, 84.200% 70.000%, 83.200% 70.900%, 82.200% 71.800%, 81.200% 72.700%, 80.200% 73.600%, 79.200% 74.500%, 78.200% 75.400%, 77.200% 76.300%, 76.200% 77.200%, 75.300% 78.100%, 74.400% 79.000%, 73.500% 79.900%, 72.600% 80.800%, 71.700% 81.700%, 70.800% 82.600%, 69.900% 83.500%, 69.000% 84.400%, 68.100% 85.300%, 67.300% 86.200%, 66.500% 87.100%, 65.700% 88.000%, 64.900% 88.800%, 64.100% 89.600%, 63.300% 90.400%, 62.500% 91.200%, 61.700% 92.000%, 60.900% 92.700%, 60.100% 93.400%, 59.300% 94.100%, 58.500% 94.700%, 57.700% 95.300%, 56.900% 95.900%, 56.100% 96.400%, 55.300% 96.900%, 54.500% 97.400%, 53.700% 97.800%, 52.800% 98.200%, 51.900% 98.500%, 51.000% 98.800%, 50.100% 99.000%, 49.200% 99.200%, 48.300% 99.300%, 47.400% 99.400%, 46.500% 99.400%, 45.600% 99.400%, 44.700% 99.300%, 43.800% 99.200%, 42.800% 99.100%, 41.800% 98.900%, 40.800% 98.700%, 39.800% 98.400%, 38.800% 98.100%, 37.800% 97.800%, 36.800% 97.400%, 35.800% 97.000%, 34.800% 96.500%, 33.800% 96.000%, 32.800% 95.500%, 31.800% 94.900%, 30.800% 94.300%, 29.800% 93.700%, 28.800% 93.000%, 27.800% 92.300%, 26.800% 91.600%, 25.800% 90.900%, 24.800% 90.100%, 23.900% 89.300%, 23.000% 88.500%, 22.100% 87.700%, 21.200% 86.800%, 20.300% 85.900%, 19.400% 85.000%, 18.500% 84.100%, 17.600% 83.200%, 16.700% 82.200%, 15.900% 81.200%, 15.100% 80.200%, 14.300% 79.200%, 13.500% 78.200%, 12.700% 77.200%, 11.700% 76.000%, 10.900% 74.900%, 10.200% 73.800%, 9.500% 72.700%, 8.800% 71.600%, 8.100% 70.400%, 7.500% 69.300%, 6.900% 68.100%, 6.300% 66.900%, 5.700% 65.700%, 5.100% 64.500%, 4.600% 63.300%, 4.100% 62.000%, 3.600% 60.700%, 3.100% 59.400%, 2.700% 58.000%, 2.300% 56.700%, 1.900% 55.400%, 1.500% 54.000%, 1.200% 52.600%, 0.900% 51.200%, 0.600% 49.800%, 0.400% 48.400%, 0.200% 47.000%, -0.000% 45.600%, -0.100% 44.200%, -0.200% 42.700%, -0.300% 41.200%, -0.300% 39.700%, -0.300% 38.200%, -0.300% 36.700%, -0.200% 35.200%, -0.100% 33.700%, -0.000% 32.200%, 0.200% 30.800%, 0.400% 29.400%, 0.600% 28.000%, 0.900% 26.600%, 1.200% 25.200%, 1.500% 23.800%, 1.900% 22.400%, 2.300% 21.100%, 2.700% 19.800%, 3.200% 18.500%, 3.700% 17.200%, 4.200% 16.000%, 4.800% 14.800%, 5.400% 13.600%, 6.000% 12.500%, 6.700% 11.400%, 7.400% 10.400%, 8.100% 9.400%, 8.900% 8.400%, 9.700% 7.500%, 10.500% 6.600%, 11.400% 5.800%, 12.300% 5.000%, 13.200% 4.300%, 14.200% 3.700%, 15.200% 3.100%, 16.200% 2.600%, 17.300% 2.100%, 18.400% 1.700%, 19.500% 1.300%, 20.600% 0.900%, 21.700% 0.600%, 22.900% 0.300%, 24.100% 0.100%, 25.300% -0.100%, 26.500% -0.200%, 27.700% -0.300%, 28.900% -0.300%, 30.100% -0.300%, 31.300% -0.300%, 32.500% -0.200%, 33.700% -0.100%, 34.900% 0.100%, 36.100% 0.300%, 37.300% 0.500%, 38.000% 1.100%, 39.200% 1.400%, 40.300% 1.700%, 41.400% 2.100%, 42.500% 2.500%, 43.600% 2.900%, 44.700% 3.300%, 45.700% 3.800%, 46.700% 4.300%, 47.700% 4.800%, 48.600% 5.400%, 49.600% 6.000%, 50.500% 6.600%, 51.400% 7.200%, 52.300% 7.900%, 53.100% 8.600%, 53.900% 9.300%, 54.700% 10.000%, 55.500% 10.700%, 56.300% 11.500%, 57.100% 12.300%, 57.900% 13.100%, 58.700% 13.900%, 59.400% 14.700%, 60.100% 15.500%, 60.800% 16.300%, 61.500% 17.100%, 62.300% 17.900%, 63.100% 18.700%, 63.900% 19.500%, 64.700% 20.300%, 65.500% 21.100%, 66.300% 21.900%, 67.100% 22.700%, 67.900% 23.500%, 68.700% 24.300%, 69.600% 25.100%, 70.500% 25.900%, 71.400% 26.700%, 72.300% 27.500%, 73.100% 28.700%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-43 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-43 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 85%;
  padding: 0 60px 0 0;
}

.bwdim-image-shape-43 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-43 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-43 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-43 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-44 {
text-align: center;
}

.bwdim-image-shape-44 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-44 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-44 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 95% 25%, 50% 98%, 5% 25%);
          clip-path: polygon(50% 0%, 95% 25%, 50% 98%, 5% 25%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-44 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-44 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  text-align: center;
  width: 60%;
}

.bwdim-image-shape-44 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-44 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-44 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-44 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-45 {
text-align: center;
}

.bwdim-image-shape-45 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-45 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-45 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(70% 0, 90% 20%, 50% 80%, 10% 20%, 30% 0);
          clip-path: polygon(70% 0, 90% 20%, 50% 80%, 10% 20%, 30% 0);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-45 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-45 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  text-align: center;
  width: 50%;
}

.bwdim-image-shape-45 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-45 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-45 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-45 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}

.bwdim-image-shape-46 {
text-align: center;
}

.bwdim-image-shape-46 .bwdim-image-items {
  position: relative;
}
.bwdim-image-shape-46 .bwdim-image-items .bwdim-box a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000005e;
  visibility: hidden;
}
.bwdim-image-shape-46 .bwdim-image-items .bwdim-box a {
  position: relative;
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 68% 5%, 83% 14%, 94% 25%, 50% 100%, 5% 23%, 16% 13%, 31% 4%);
          clip-path: polygon(50% 0%, 68% 5%, 83% 14%, 94% 25%, 50% 100%, 5% 23%, 16% 13%, 31% 4%);
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.bwdim-image-shape-46 .bwdim-image-items .bwdim-box img {
  width: 100%;
    height: 100%;
  object-fit: cover;
}

.bwdim-image-shape-46 .bwdim-image-items .bwdim-content-box {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  text-align: center;
  width: 60%;
}

.bwdim-image-shape-46 .bwdim-image-items .bwdim-content-box .bwdim-title {
  font-size: 22px;
  font-weight: 600;
  color: crimson;
  margin-bottom: 8px;
}

.bwdim-image-shape-46 .bwdim-image-items .bwdim-content-box .bwdim-decs {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.bwdim-image-shape-46 .bwdim-image-items .bwdim-content-box .bwdim-button a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bwdim-image-shape-46 .bwdim-image-items .bwdim-content-box .bwdim-button a:hover {
  background: #000;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */