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

.top-box {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: relative;
}

.vid-box {
  height: 100vh;
}

.vdbcgr {
  height: 100vh;
  position: static;
}

.logo-box {
  padding-top: 10px;
  padding-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ep-link {
  width: 108px;
}

.main-title {
  position: absolute;
  inset: auto 0% 50%;
}

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

.subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.pream-sec {
  padding-bottom: 0;
}

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

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

.sp-date {
  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;
}

.sp-text {
  color: #08255c;
  text-transform: uppercase;
  font-weight: 600;
}

.date-text {
  text-align: right;
}

.text1 {
  margin-bottom: 20px;
}

.link, .link-2 {
  color: #08255c;
  font-weight: 600;
}

.chapter-sec {
  padding-bottom: 0;
}

.chapter-box {
  padding-bottom: 60px;
}

.ch-lbl {
  background-image: linear-gradient(101deg, #08255c, #2b79fd);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 40px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 135%;
}

.area {
  background-color: #dbe7ff;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.area-text {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

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

.in-area.restro {
  grid-template-rows: auto;
}

.in-area.four {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.area-item {
  text-align: center;
  border: 1px dashed #b0b4ff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.pin {
  justify-content: center;
  align-items: center;
  width: 40.7988px;
  margin-bottom: 5px;
  display: flex;
}

.arsimp-text {
  text-align: left;
  font-size: 14px;
  line-height: 135%;
}

.accent {
  background-color: #f3f1b4;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.pindif {
  width: 40px;
  margin-bottom: 10px;
}

.accent-text {
  font-style: italic;
}

.accent-text.nrt {
  margin-bottom: 20px;
}

.boldspan {
  font-weight: 600;
}

.quotation {
  background-color: #ccc8f6;
  border-radius: 4px;
  padding: 40px;
}

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

.quotspan {
  font-style: normal;
  font-weight: 600;
}

.adv {
  margin-top: 20px;
  margin-bottom: 20px;
}

.special-text {
  color: #2b79fd;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

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

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.withcta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #cfcfcf;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.ctaphoto {
  background-color: #2b79fd;
  background-image: linear-gradient(#092b66, #2772ee);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 20px;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-words {
  background-color: #dbe7ff;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.ctatext {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.cta-but {
  margin-top: 40px;
}

.but-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.link-block {
  color: #fff;
  background-color: #2b79fd;
  border-radius: 4px;
  padding: 16px 24px;
  text-decoration: none;
  transition: all .555s;
}

.link-block:hover {
  background-color: #0a2a65;
  transform: scale(1.1);
}

.fin-sec {
  background-image: linear-gradient(254deg, #0b2963, #2973f1);
}

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

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

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 56px;
  }

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

@media screen and (min-width: 1440px) {
  .logo-box {
    padding-top: 40px;
  }

  .ep-link {
    width: 128px;
  }

  .main-title {
    bottom: 40%;
  }

  .heading {
    font-size: 64px;
  }

  .subtitle {
    color: #e4e4e4;
    font-size: 28px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1920px) {
  .logo-box {
    padding-top: 40px;
  }

  .ep-link {
    width: 168px;
  }

  .heading {
    font-size: 88px;
  }

  .subtitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 40px;
  }

  .subtitle {
    font-size: 18px;
    font-weight: 400;
  }

  .cont {
    max-width: 700px;
  }

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

@media screen and (max-width: 767px) {
  .main-title {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    font-size: 32px;
  }

  .subtitle {
    font-size: 16px;
  }

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

  .chapter-box {
    padding-bottom: 40px;
  }

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

  .area {
    padding: 20px;
  }

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

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

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

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

  .ctaphoto {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .cta-words {
    border-top-style: none;
    border-left: 1px solid #c7c7c7;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }

  .cta-but {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .logo-box {
    text-align: center;
    padding-left: 40px;
    inset: 0% 0% auto;
  }

  .heading {
    text-align: center;
    font-size: 22px;
  }

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

  .pream-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ch-lbl {
    margin-bottom: 20px;
    padding: 20px;
  }

  .area-text {
    text-align: left;
  }

  .in-area, .in-area.four {
    grid-template-columns: 1fr;
  }

  .accent, .quotation {
    padding: 20px;
  }

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

  .special-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .image-3 {
    width: 74.375px;
  }
}

#w-node-_893510eb-1ac5-aac9-493b-2af7187fe9df-b3674959, #w-node-c58eed1c-95c6-2db4-98bc-87ddbcfb11e2-b3674959, #w-node-_657d1d9c-4533-942b-2f34-87f097d39121-b3674959, #w-node-_0f14a307-6de0-0d76-f5b0-274bf53243fd-b3674959, #w-node-b1d75c68-03dd-0f15-afb5-0bfcdf5bc230-b3674959, #w-node-ae2636d6-2bca-700a-2125-7a9293d79653-b3674959, #w-node-ae2636d6-2bca-700a-2125-7a9293d79658-b3674959, #w-node-ae2636d6-2bca-700a-2125-7a9293d7965d-b3674959, #w-node-ae2636d6-2bca-700a-2125-7a9293d79662-b3674959, #w-node-ae2636d6-2bca-700a-2125-7a9293d79667-b3674959 {
  place-self: auto;
}

#w-node-_40ed9daf-9595-120d-468a-bc887dcfd7e9-b3674959 {
  place-self: center stretch;
}

#w-node-fb0a32b5-a5a1-1a0e-b667-37d7d2279895-b3674959, #w-node-fb0a32b5-a5a1-1a0e-b667-37d7d227989a-b3674959, #w-node-fb0a32b5-a5a1-1a0e-b667-37d7d227989f-b3674959, #w-node-a1536770-8798-9374-15b1-958359b17514-b3674959, #w-node-a1536770-8798-9374-15b1-958359b17519-b3674959, #w-node-a1536770-8798-9374-15b1-958359b1751e-b3674959, #w-node-a1536770-8798-9374-15b1-958359b17523-b3674959, #w-node-_67f0d328-4750-90cf-1bf9-af98f0db5189-b3674959, #w-node-_67f0d328-4750-90cf-1bf9-af98f0db518e-b3674959, #w-node-_67f0d328-4750-90cf-1bf9-af98f0db5193-b3674959 {
  place-self: auto;
}


