.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top-sec {
  background-color: #002760;
  height: 100vh;
}

.top-box {
  background-image: url('../images/bkgr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
}

.left-box {
  width: 60%;
  height: 100vh;
}

.right-box {
  width: 40%;
  height: 100vh;
}

.inleft-box {
  border: 4px solid #b33d9d;
  border-radius: 24px;
  height: 90vh;
  margin: 20px 0 20px 20px;
}

.ep-logo {
  margin-top: 20px;
  margin-left: 5%;
}

.image {
  max-width: 50%;
}

.main-title {
  margin-top: 20%;
  margin-left: 5%;
  margin-right: 5%;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 135%;
}

.subtitle-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 18px;
  line-height: 150%;
}

.inright {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 4px solid #b33d9d;
  border-radius: 24px;
  height: 90vh;
  margin: 20px 20px 20px 10px;
  padding: 10px;
}

.image-2 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pream-sec {
  background-color: #0092ce00;
  background-image: url('../images/bkgr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px #0092ce;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.pream-box {
  background-color: #fff0;
  border-radius: 0;
  margin-top: 0;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sup-box {
  padding-top: 0;
}

.sup-text {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #0092ce00;
  border: 1px solid #fff;
  border-radius: 80px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
}

.date-text {
  color: #fff;
  text-align: right;
}

.text1 {
  color: #fff;
  margin-bottom: 20px;
}

.sec-item {
  background-color: #ffedfc;
  padding-bottom: 40px;
}

.sec-item.sec {
  background-color: #fff;
}

.start-box {
  padding-top: 60px;
}

.heading-2 {
  color: #231a4b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30%;
  line-height: 135%;
}

.heading-2.newst {
  color: #231a4b;
  margin-bottom: 20px;
  margin-right: 0%;
}

.subtitle2 {
  text-align: right;
  margin-top: 10px;
  font-weight: 500;
}

.card-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #b33d9d;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.card-left {
  flex-flow: row;
  width: auto;
  display: block;
}

.card-right {
  background-color: #0092ce00;
  background-image: url('../images/bkgr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.card-left-in {
  border: 4px #0092ce;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 40px;
  display: flex;
}

.ab1-text {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.card-righ-inside {
  padding: 60px;
}

.aspect-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.aspect-box.last {
  margin-bottom: 0;
}

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

.pro-aspect-text1 {
  color: #fff;
  font-size: 14px;
}

.text3 {
  margin-bottom: 20px;
}

.quot-option {
  border: 2px solid #b33d9d;
  border-radius: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 20px 20px 40px;
}

.quot-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.words-part {
  background-color: #0092ce00;
  background-image: url('../images/bkgr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.quot-text1 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
}

.quotnophoto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
  grid-auto-columns: 1fr;
  margin: 40px 20%;
  display: grid;
}

.quot-text4 {
  letter-spacing: .3px;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
}

.banner-box {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-4 {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slogan {
  color: #4a1844;
  font-weight: 600;
}

.video-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.background-video {
  max-width: 1000px;
  height: 500px;
}

.link, .link-2 {
  color: #4a1844;
  font-weight: 600;
}

.product-box {
  border: 2px solid #b33d9d;
  border-radius: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.pro-text {
  margin-bottom: 20px;
  font-weight: 600;
}

.product-grid-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-item {
  background-color: #0092ce00;
  background-image: url('../images/bkgr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 20px;
}

.cirl {
  background-color: #0092ce00;
  border: 1px solid #b33d9d;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
  display: flex;
}

.circl-numb-text {
  color: #fff;
  font-weight: 600;
  line-height: 100%;
}

.label-pro {
  margin-bottom: 20px;
}

.lbl-text1 {
  color: #fff;
  font-weight: 600;
}

.full-text {
  color: #ebebeb;
  font-size: 13px;
}

.do-box {
  margin-top: 20px;
}

.do-text {
  color: #ebebeb;
  font-size: 14px;
  font-weight: 400;
}

.fin-sec {
  background-color: #00276000;
  background-image: url('../images/bkgr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fin-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fin-text {
  color: #fff;
  font-size: 14px;
}

.link-3 {
  color: #fff;
  font-weight: 600;
}

.link-4, .link-5 {
  color: #4a1844;
  font-weight: 600;
}

.link-6 {
  color: #e65dcc;
  font-weight: 700;
}

.vilet-style, .v2, .link-7 {
  color: #e65dcc;
}

@media screen and (min-width: 1280px) {
  .inleft-box {
    height: 94vh;
  }

  .ep-logo {
    margin-top: 5%;
  }

  .heading {
    font-size: 44px;
  }

  .subtitle-text {
    font-size: 22px;
  }

  .inright {
    height: 94vh;
  }
}

@media screen and (min-width: 1440px) {
  .image {
    max-width: 70%;
  }

  .heading {
    font-size: 48px;
  }

  .subtitle-text {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    max-width: 75%;
  }

  .heading {
    font-size: 56px;
  }

  .subtitle-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .inleft-box {
    border-width: 2px;
    border-radius: 16px;
  }

  .image {
    max-width: 40%;
  }

  .main-title {
    margin-top: 35%;
  }

  .heading {
    letter-spacing: 0;
    font-size: 28px;
  }

  .subtitle-text {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 16px;
  }

  .inright {
    border-width: 2px;
    border-radius: 16px;
  }

  .image-2 {
    border-radius: 16px;
  }

  .cont {
    max-width: 700px;
  }

  .heading-2 {
    margin-right: 5%;
  }

  .heading-2.newst {
    font-size: 28px;
  }

  .card-righ-inside {
    padding: 40px;
  }

  .aspect-box {
    margin-bottom: 20px;
  }

  .quotnophoto {
    margin-left: 15%;
    margin-right: 15%;
  }

  .product-grid-box {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .top-sec {
    height: auto;
  }

  .top-box {
    background-color: #002760;
    flex-flow: column;
    height: auto;
  }

  .left-box {
    width: 100%;
    height: auto;
  }

  .right-box {
    background-color: #002760;
    width: 100%;
    height: auto;
  }

  .inleft-box {
    border-width: 1px;
    border-radius: 8px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-bottom: 5%;
  }

  .main-title {
    margin-top: 5%;
  }

  .inright {
    border-width: 1px;
    border-radius: 8px;
    height: auto;
    margin-top: 0;
    margin-left: 20px;
  }

  .image-2 {
    height: 240px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .sec-item {
    padding-bottom: 20px;
  }

  .start-box {
    padding-top: 40px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .card-box {
    border-radius: 16px;
    grid-template-columns: 1fr;
  }

  .card-right {
    border-radius: 8px;
    margin-left: 10px;
  }

  .card-left-in {
    padding: 20px 20px 0;
  }

  .ab1-text {
    margin-bottom: 20px;
  }

  .quot-option {
    border-radius: 16px;
    padding-left: 20px;
  }

  .quot-in {
    grid-template-columns: 1fr;
  }

  .pl_option {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .words-part {
    border-radius: 8px;
  }

  .quotnophoto {
    margin-left: 5%;
    margin-right: 5%;
  }

  .banner-box {
    margin-top: 20px;
  }

  .product-box {
    border-radius: 16px;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    overflow: hidden;
  }

  .top-sec {
    height: auto;
  }

  .top-box {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .left-box {
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .right-box {
    background-color: #00276000;
  }

  .inleft-box {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ep-logo {
    margin-top: 0;
  }

  .image {
    max-width: 35%;
  }

  .main-title {
    margin-top: 10%;
  }

  .heading {
    font-size: 20px;
  }

  .subtitle-text {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 14px;
  }

  .image-2 {
    border-radius: 8px;
  }

  .pream-sec {
    padding-bottom: 40px;
  }

  .heading-2 {
    margin-right: 0%;
    font-size: 20px;
  }

  .heading-2.newst {
    font-size: 20px;
  }

  .subtitle2 {
    padding-left: 25%;
  }

  .card-right {
    margin-top: 0;
  }

  .ab1-text {
    font-size: 28px;
  }

  .card-righ-inside {
    padding: 20px;
  }

  .quot-option {
    padding: 10px;
  }

  .quot-text1 {
    font-size: 14px;
  }

  .quotnophoto {
    grid-template-columns: 1fr;
  }

  .quot-text4 {
    font-size: 14px;
  }

  .product-grid-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }
}

#w-node-a76bc66f-f17a-28e9-c5e0-37fa960e8352-0b01f758 {
  place-self: center start;
}

#w-node-c02bed08-2575-5a5b-c64f-b1c1076148ed-0b01f758 {
  align-self: center;
}

#w-node-_44e56cd0-85f1-4ec4-e53b-f0dade7e52c1-0b01f758 {
  place-self: stretch stretch;
}

#w-node-_71a71311-3c0b-3c06-64a8-388320ce7c07-0b01f758, #w-node-_751160b5-ef3f-5521-c2cc-c33a8159380d-0b01f758, #w-node-_0a9e7f1f-d683-8e3c-4534-f9582eaf6ccb-0b01f758 {
  align-self: center;
}

#w-node-ea966d7d-4d5a-0cd7-33c6-4482abf44cd0-0b01f758 {
  place-self: stretch stretch;
}

#w-node-ea966d7d-4d5a-0cd7-33c6-4482abf44cdc-0b01f758, #w-node-ea966d7d-4d5a-0cd7-33c6-4482abf44ce2-0b01f758, #w-node-ea966d7d-4d5a-0cd7-33c6-4482abf44ce8-0b01f758 {
  align-self: center;
}


