@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.top-box {
  background-image: url('../images/dub_main.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.logo {
  z-index: 5;
  position: absolute;
  inset: 3% auto auto 3%;
}

.up-link {
  width: 100px;
}

.life-link {
  width: 108px;
}

.main-title {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff5e;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 560px;
  padding: 40px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 135%;
}

.sub-text {
  text-align: center;
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 125%;
}

.repslog {
  background-image: linear-gradient(0deg, #ff6d01, #ff8501);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-left: 30%;
  margin-right: 30%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.rep-slog-text {
  text-transform: uppercase;
  padding: 10px;
  font-weight: 700;
}

.reporting {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.image {
  object-fit: cover;
}

.dub {
  margin-top: 20px;
}

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

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

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

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

.sp-text {
  letter-spacing: .2px;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 700;
}

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

.text1 {
  margin-bottom: 20px;
}

.link, .link-2 {
  color: #ff7300;
  letter-spacing: .2px;
  font-weight: 900;
}

.link-3 {
  color: #ff7300;
  letter-spacing: .2px;
  font-weight: 700;
}

.phototrio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.gal-trio-item {
  border-radius: 8px;
}

.image-2 {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.story-sec {
  background-color: #f1f1f1;
  padding-bottom: 0;
}

.story-sec.white {
  background-color: #fff;
}

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

.story-box.erty {
  padding-bottom: 40px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.api-box.trew {
  margin-bottom: 16px;
}

.word-part {
  background-color: #ff9a57;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.word-text {
  background-color: #ff9a5700;
  border-radius: 8px;
  padding: 0;
}

.bold-span {
  font-weight: 700;
}

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

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

.luvri {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.luvri.with-descr {
  margin-bottom: 10px;
}

.luvri-item {
  border-radius: 8px;
}

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

.link-4 {
  color: #ff7300;
  letter-spacing: .2px;
  font-weight: 900;
}

.link-5, .link-6 {
  color: #ff7300;
  letter-spacing: .2px;
  font-weight: 700;
}

.image-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.simple-photo {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-6 {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-7 {
  color: #ff7300;
  letter-spacing: .2px;
  font-weight: 900;
}

.link-8 {
  color: #202020;
  letter-spacing: .2px;
  font-weight: 900;
}

.link-9, .link-10, .link-11, .link-12, .link-13, .link-14 {
  color: #ff7300;
  letter-spacing: .2px;
  font-weight: 900;
}

.bold-text, .bold-text-2 {
  font-weight: 900;
}

.vid-option {
  margin-top: 40px;
  margin-bottom: 0;
}

.link-15 {
  color: #1c1c1c;
  letter-spacing: .2px;
  font-weight: 900;
}

.fin-gall {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fin-gal-grid {
  border-radius: 8px;
}

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

.image-7.ftyu {
  object-fit: cover;
  width: 100%;
}

.fin-sec {
  background-color: #bebebe;
}

.fin-bos {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin-text {
  font-size: 12px;
}

.link-16 {
  color: #000;
  letter-spacing: .2px;
  font-weight: 900;
}

.link-17 {
  color: #ff7300;
  letter-spacing: .2px;
  font-weight: 900;
}

.descript-text {
  margin-bottom: 20px;
  font-size: 13px;
  font-style: italic;
}

.link-18 {
  color: #ff7300;
  letter-spacing: .2px;
  font-weight: 900;
}

.searches {
  color: #636363;
}

.cansld {
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-2 {
  color: #000;
  font-size: 24px;
}

.slide {
  border-radius: 8px;
  padding-bottom: 0;
}

.lotsphotoesoption {
  margin: 0 10% 40px;
  padding-bottom: 0;
}

.left-arrow {
  background-color: #e2f557;
  border-radius: 4px;
  height: 40px;
  inset: auto auto -10% 0%;
}

.left-arrow.bl {
  background-color: #ff7701;
}

.right-arrow {
  background-color: #e2f557;
  border-radius: 4px;
  height: 40px;
  inset: auto 0% -10% auto;
}

.right-arrow.bl {
  background-color: #ff7701;
}

.gasrt-box {
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 800;
}

.intrslider {
  background-color: #ddd0;
  height: auto;
}

.mask {
  border-radius: 8px;
}

.image-10 {
  object-fit: cover;
  border-radius: 8px;
  width: 784px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav {
  display: none;
}

.author-text {
  font-size: 12px;
}

.author-bold {
  font-weight: 700;
}

.image-11 {
  object-fit: cover;
}

.auht-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

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

.aut-fot {
  display: block;
}

.image-12 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .main-title {
    width: 640px;
  }
}

@media screen and (min-width: 1440px) {
  .main-title {
    width: 680px;
  }

  .heading {
    font-size: 44px;
  }

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

  .rep-slog-text {
    font-size: 20px;
  }

  .left-arrow.bl {
    left: 3%;
  }

  .right-arrow.bl {
    right: 3%;
  }
}

@media screen and (min-width: 1920px) {
  .main-title {
    width: 880px;
  }

  .heading {
    font-size: 56px;
  }

  .sub-text {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
    inset: 0% 0% auto;
  }

  .main-title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 40px;
    display: block;
    inset: auto 5% 5%;
  }

  .cont {
    max-width: 700px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 135%;
  }

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

  .word-part {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .pic-part, .image-3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lotsphotoesoption {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .phototrio {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .phototrio.frt {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .image-2 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

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

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

  .fin-gall {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-7 {
    height: 320px;
  }

  .lotsphotoesoption {
    margin-bottom: 20px;
  }

  .left-arrow, .right-arrow {
    bottom: -12%;
  }

  .gasrt-box {
    padding-bottom: 20px;
  }

  .image-10 {
    width: auto;
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .main-title {
    height: 400px;
    margin-top: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    inset: 25% 5% 5%;
  }

  .heading {
    font-size: 24px;
  }

  .sub-text {
    font-size: 14px;
  }

  .repslog {
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .rep-slog-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .reporting {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: block;
  }

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

  .image {
    max-width: 70%;
  }

  .dub {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text1.gapsno {
    margin-bottom: 0;
  }

  .image-7 {
    object-position: 50% 50%;
    height: 240px;
  }

  .lotsphotoesoption {
    margin-bottom: 20px;
    padding-bottom: 48px;
  }

  .left-arrow {
    bottom: -20%;
  }

  .left-arrow.bl {
    background-color: #aa5dab00;
    bottom: -23%;
    left: 23%;
  }

  .right-arrow {
    bottom: -20%;
  }

  .right-arrow.bl {
    background-color: #aa5dab00;
    bottom: -23%;
    right: 23%;
  }

  .gasrt-box {
    padding-bottom: 0;
  }

  .image-10 {
    height: 240px;
  }

  .auht-box {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#w-node-_62b2cf93-8bf8-565d-377d-2c8eedf42a85-fecec7bf {
  place-self: start;
}

#w-node-_610f1db3-a020-0778-a12a-395acbb7b9ed-fecec7bf, #w-node-dcc2ab41-5795-f1ea-1d3f-c21ae43bd4fb-fecec7bf, #w-node-_4975b8ff-9820-def1-c720-04903e1a314a-fecec7bf {
  place-self: stretch stretch;
}

#w-node-_116c8aed-2983-1033-1e8b-96494e4739ff-fecec7bf {
  place-self: center;
}

#w-node-_116c8aed-2983-1033-1e8b-96494e4739fc-fecec7bf {
  align-self: center;
}

#w-node-aa0095dd-b3e1-05f6-017e-c7ba853f7b3d-fecec7bf {
  place-self: stretch stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-_62b2cf93-8bf8-565d-377d-2c8eedf42a85-fecec7bf {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5bbe5d40-6700-6b85-8860-6aa6bc5e37ca-fecec7bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_62b2cf93-8bf8-565d-377d-2c8eedf42a85-fecec7bf {
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}