.container.gray {
  background-color: #ececec;
}

.gray-body {
  padding-top: 188px;
  padding-bottom: 58px;
  background-color: #ececec;
}

.img-con {
  padding: 20px;
  background-color: #fff;
}

.side-img {
  margin-bottom: 20px;
}

.image {
  color: #e42f91;
}

.heading {
  color: #e42f91;
}

.unordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e42f91;
  font-size: 28px;
}

.list-item {
  margin-right: 29px;
  margin-bottom: 13px;
  float: left;
  direction: ltr;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

.h3 {
  margin-top: 22px;
  margin-bottom: 10px;
  color: #e42f91;
  text-align: center;
}

.text-block {
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 0px;
  background-color: #fff;
}

.nav-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 9px;
  padding-left: 9px;
  color: #797979;
}

.nav-link:hover {
  border-bottom: 2px solid #e42f91;
  color: #e42f91;
}

.nav-link.w--current {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #e42f91;
  color: #e42f91;
  font-weight: 700;
}

.div-block {
  position: fixed;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #e42f91;
}

.f-left-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  height: 36px;
  margin-right: 7px;
  float: left;
}

.text-block-2 {
  float: left;
  color: #fff;
}

.bold-text {
  color: #fdfbfb;
  font-size: 16px;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.f-right-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  min-width: 50px;
  float: right;
}

.image-3 {
  width: 40px;
  height: 40px;
}

.link-block {
  margin-top: 4px;
  margin-left: 14px;
}

.section {
  margin-top: -29px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .05))), url('../images/o6xof60.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/o6xof60.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70%;
  height: 494px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-2 {
  margin-top: -16px;
  font-family: 'Open Sans', sans-serif;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 600;
}

.heading-3 {
  color: #3c3c3c;
  font-size: 32px;
}

.text-span {
  color: #e42f91;
  font-size: 102px;
  line-height: 94px;
}

.image-4 {
  width: 50%;
  float: right;
}

.text-block-3 {
  width: 50%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.div-block-4 {
  background-color: #cc2559;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bold-text-2 {
  font-size: 17px;
}

.image-5 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 250px;
}

@media (max-width: 479px) {
  .nav-con {
    padding-right: 11px;
    padding-left: 11px;
  }
  .brand {
    padding-left: 0px;
  }
}