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

.page-wrapper {
  font-family: Fira Sans, sans-serif;
}

.main-wrapper {
  background-image: url('../images/main.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.logo-link {
  width: 128px;
}

.block-heading {
  background-image: linear-gradient(0deg, #000, #fff0);
  padding-top: 2%;
  padding-bottom: 2%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.grt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

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

.newheading-text {
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 600;
}

.link-8 {
  color: #0a18b2;
  font-weight: 600;
}

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

.dtop {
  color: #000;
  text-align: right;
  font-size: 16px;
}

.newt {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.body {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

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

.block-photo._2 {
  background-color: #eafaff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.quote {
  background-color: #e9faff;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

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

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

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

.link {
  color: #0a18b2;
  font-weight: 600;
}

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

.heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 150%;
}

.block-2 {
  background-color: #f7f7f7;
  padding-top: 24px;
  padding-bottom: 24px;
}

.link-9 {
  color: #2191b4;
  font-weight: 500;
}

.fin-sec {
  color: #000;
  background-color: #f5f5f5;
  padding-top: 32px;
  padding-bottom: 32px;
}

.littl-text {
  color: #000;
  font-size: 12px;
}

.text-block-4 {
  font-weight: 500;
}

.link-10 {
  color: #2191b4;
  font-weight: 500;
}

.image-3 {
  width: 100%;
  display: block;
}

.image-3._3 {
  display: none;
}

.link-11, .link-12, .link-13 {
  color: #2191b4;
  font-weight: 500;
}

.link-14, .link-15, .link-16, .link-17 {
  color: #000;
}

.image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
  width: 100%;
}

.image-11 {
  display: block;
}

.image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19 {
  display: none;
}

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

  .heading {
    font-size: 42px;
  }
}

@media screen and (min-width: 1440px) {
  .logo {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-right: 40px;
  }

  .heading {
    font-size: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .logo-link {
    width: 168px;
  }

  .heading {
    font-size: 64px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    text-align: center;
    padding-right: 20px;
  }

  .heading {
    font-size: 32px;
  }
}

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

  .logo {
    padding-left: 20px;
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .heading {
    font-size: 27px;
  }

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

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

  .link-9 {
    font-weight: 500;
  }

  .image-3 {
    width: 100%;
  }

  .image-12 {
    display: block;
  }
}

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

  .logo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .block-heading {
    padding-bottom: 5%;
  }

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

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

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

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

  .block-photo-grid {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .photo-option {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .image-3 {
    width: 100%;
    display: none;
  }

  .image-3._3 {
    display: block;
  }

  .image-4 {
    width: 70%;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
    display: none;
  }

  .image-12 {
    width: 100%;
    display: block;
  }

  .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19 {
    display: block;
  }
}

#w-node-_25250e49-f8c8-3ce5-453d-78356071559c-23c1a17f, #w-node-_25250e49-f8c8-3ce5-453d-78356071559c-13cf9b18 {
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_71106ca7-bf23-2cb5-449b-40f3b3ea02c5-23c1a17f, #w-node-_71106ca7-bf23-2cb5-449b-40f3b3ea02c5-13cf9b18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


