:root {
  --blue-dark: #25346a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-wrapper {
  background-color: var(--blue-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.block-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 0%;
  padding-left: 0%;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.link-block {
  width: 120px;
}

.block-heading, .container {
  margin-top: 0;
}

.container._2 {
  margin-top: 32px;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 48px;
  line-height: 150%;
}

.bold-text {
  font-family: Merriweather, serif;
  font-weight: 700;
  line-height: 150%;
}

.text-span {
  color: #2ba7ff;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.data-sp {
  margin-bottom: 24px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.5fr;
}

.text-block {
  color: #fff;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
}

.text-block._2 {
  border-left: 1px solid #fff;
  padding-left: 12px;
  font-weight: 400;
}

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

.text-block-2 {
  margin-bottom: 24px;
}

.text-block-2._24 {
  margin-bottom: 0;
}

.block-2 {
  border-top: 1px solid #f52401;
  padding-top: 32px;
  padding-bottom: 32px;
}

.heading-2 {
  color: #25346a;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  line-height: 150%;
}

.block-num {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.card1 {
  border-right: 1px solid var(--blue-dark);
  padding: 20px;
}

.card1._2 {
  border-right-style: none;
}

.text-block-3 {
  color: var(--blue-dark);
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block-4 {
  color: #798099;
  margin-top: 8px;
}

.block-quote {
  background-color: #f7faff;
  border-left: 2px solid #f50000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-5 {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 150%;
}

.block-api {
  background-color: var(--blue-dark);
  border-radius: 12px;
  margin-top: 32px;
  padding: 20px;
}

.text-block-6 {
  color: #fff;
  margin-bottom: 12px;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-7 {
  color: #fff;
}

.text-block-7._12 {
  margin-bottom: 12px;
}

.text-block-8 {
  color: var(--blue-dark);
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-9 {
  color: #798099;
  margin-top: 8px;
}

.fin-sec {
  background-color: var(--blue-dark);
}

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

.fin_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin_text {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.image-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.block-west {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 4.5fr 1.25fr;
}

.image-2 {
  width: 100%;
}

.text-block-10 {
  color: #afafaf;
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
}

.text-block-10._2 {
  line-height: 130%;
}

.image-3 {
  width: 100%;
}

.block-ph2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-span-2, .text-span-3 {
  white-space: nowrap;
}

.link {
  color: #000;
}

.image-zoom-overlay {
  z-index: 9999;
  opacity: 0;
  cursor: pointer;
  background-color: #2c2c2c36;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: none;
  position: fixed;
  inset: 0%;
}

.zoomed-image {
  object-fit: contain;
  width: 90%;
  height: 90%;
}

.clickable-img {
  cursor: pointer;
  transition: all .3s;
}

.clickable-img:hover {
  transform: scale(1.1);
}

.zoom-icon-layer {
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-4, .text-span-5 {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .cont {
    max-width: 700px;
  }
}

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

  .heading {
    font-size: 27px;
  }

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

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .card1 {
    border-bottom: 1px solid var(--blue-dark);
    border-right-style: none;
  }

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

  .grid-5 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    min-height: auto;
  }

  .container {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    font-size: 27px;
  }

  .block-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .block-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .card1 {
    border-bottom: 1px solid var(--blue-dark);
    border-right-style: none;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .image {
    width: 164px;
  }

  .grid-3, .grid-4, .grid-5 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-a28f9f6e-4063-0301-b208-8d6fee0b41fd-5446d03d {
  justify-self: start;
}

#w-node-_8b4d90f2-ed3c-cfba-9f4f-8b6730fb2c3a-5446d03d, #w-node-_699fa7a2-b34a-8422-fd0e-e49f3397847a-5446d03d, #w-node-c964d794-f679-684a-077f-9610e4f90acc-5446d03d {
  align-self: center;
}

#w-node-a28f9f6e-4063-0301-b208-8d6fee0b41fd-c0398ec6 {
  justify-self: start;
}

#w-node-_8b4d90f2-ed3c-cfba-9f4f-8b6730fb2c3a-c0398ec6, #w-node-_699fa7a2-b34a-8422-fd0e-e49f3397847a-c0398ec6, #w-node-c964d794-f679-684a-077f-9610e4f90acc-c0398ec6 {
  align-self: center;
}


