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

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 35px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BG-Color.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-2 {
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #fff;
}

.body {
  font-family: Poppins, sans-serif;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.text-block {
  font-size: 12px;
  line-height: 18px;
}

.heading {
  margin-top: 0px;
  font-size: 28px;
  line-height: 42px;
}

.image {
  margin-right: 10px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.hero-section-button {
  padding: 15px 40px;
  border-radius: 100px;
  background-color: #e97e24;
  font-weight: 700;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-2 {
  color: #fff;
  line-height: 16px;
}

.image-2 {
  margin-bottom: 20px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.container-section-2 {
  max-width: 80%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-2 {
  -ms-grid-columns: 0.6fr 0.4fr;
  grid-template-columns: 0.6fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2b4e89;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.paragraph {
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.paragraph-2 {
  font-size: 12px;
  line-height: 16px;
}

.button {
  padding: 10px 25px;
  border: 2px solid #eaeaea;
  border-radius: 100px;
  background-color: rgba(56, 152, 236, 0);
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.div-block-4 {
  margin-bottom: 15px;
}

.slider-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 140px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider-container {
  max-width: 90%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-div {
  position: relative;
}

.heading-5 {
  color: #2b4e89;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 12%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  width: 28%;
  height: 340px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide {
  margin-right: 30px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -80px;
  width: 40px;
  height: 40px;
}

.right-arrow {
  left: 20%;
  top: auto;
  right: auto;
  bottom: -80px;
  width: 40px;
  height: 40px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.image-3 {
  margin-right: 8px;
}

.paragraph-3 {
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.main-div-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 335px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.15);
}

.mask-of-slider {
  overflow: visible;
}

.faq-nav {
  max-width: 55%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b4e89;
}

.heading-7 {
  margin-top: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #a5c1ef;
  text-align: center;
}

.faq-answer-wrap-02 {
  overflow: hidden;
  padding: 0px 40px 0px 60px;
}

.faq-answer-wrap-02._03 {
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 55px;
  background-color: #fff;
}

.minus {
  display: none;
}

.plus-minus-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b2ae5;
}

.plus-minus-wrap.smaller {
  position: relative;
  width: 35px;
  height: 35px;
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
  margin-right: 0px;
  background-color: rgba(59, 42, 229, 0);
}

.faq-question-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 15px 8px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

.faq-03 {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 27px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.faq-03:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.06);
}

.faq-paragraph {
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-question-header {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.div-block-27 {
  margin-bottom: 30px;
}

.second-last-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-last-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #2b4e89;
  text-align: center;
}

.text-block-3 {
  margin-bottom: 30px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-4 {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.heading-9 {
  margin-top: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.text-block-5 {
  color: #666;
  font-size: 12px;
  line-height: 16px;
}

.link-block-2 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.link-block-2.fx {
  margin-right: 0px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-6 {
  margin-top: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.text-22 {
  color: #000;
  line-height: 16px;
}

.grid-22 {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-div {
  display: none;
}

.image-7 {
  position: absolute;
  right: 2%;
}

@media screen and (min-width: 1440px) {
  .faq-answer-wrap-02._03 {
    padding-left: 73px;
  }

  .faq-question-03 {
    padding: 15px 21px 15px 26px;
  }

  .faq-03 {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .faq-paragraph {
    margin-bottom: 31px;
    font-size: 14.1px;
    line-height: 21px;
  }

  .faq-question-header {
    font-size: 18.1px;
    line-height: 26px;
  }

  .footer-link {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .hero-section-container {
    max-width: 95%;
  }

  .nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-section-2 {
    max-width: 95%;
  }

  .slider-container {
    max-width: 95%;
  }

  .div-block-5 {
    padding-right: 6%;
  }

  .slider {
    width: 50%;
  }

  .right-arrow {
    left: 15%;
  }

  .faq-nav {
    max-width: 80%;
  }

  .footer-container {
    max-width: 95%;
  }

  .image-7 {
    top: 738.4px;
    right: -19%;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-column-gap: 10px;
  }

  .slider {
    width: 70%;
  }

  .grid-4 {
    margin-bottom: 20px;
  }

  .div-block-28 {
    margin-left: 0px;
  }

  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-bottom: 30px;
  }

  .text-block {
    font-size: 8px;
    line-height: 12px;
  }

  .heading {
    font-size: 20px;
    line-height: 30px;
  }

  .image {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .hero-section-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .grid {
    display: none;
  }

  .div-block-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-section-icon-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2 {
    padding-top: 25px;
    padding-bottom: 80px;
  }

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

  .heading-3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .grid-3 {
    grid-column-gap: 20px;
  }

  .heading-4 {
    font-size: 10px;
  }

  .paragraph-2 {
    font-size: 10px;
  }

  .button {
    padding: 8px 20px;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

  .slider-section {
    padding-top: 60px;
    padding-bottom: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .div-block-5 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider {
    width: 100%;
  }

  .left-arrow {
    left: 35%;
  }

  .right-arrow {
    left: 50%;
  }

  .faq-nav {
    max-width: 95%;
  }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .heading-7 {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 24px;
    line-height: 32px;
  }

  .faq-answer-wrap-02 {
    padding-right: 0px;
    padding-left: 50px;
  }

  .plus-minus-wrap {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-question-header {
    font-size: 14px;
    line-height: 16px;
  }

  .second-last-section {
    padding-top: 60px;
  }

  .second-last-section-container {
    max-width: 95%;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 40px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-4 {
    margin-bottom: 24px;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-block-4 {
    margin-bottom: 7px;
    text-align: center;
  }

  .heading-9 {
    margin-bottom: 7px;
    text-align: center;
  }

  .text-block-5 {
    text-align: center;
  }

  .div-block-28 {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-6 {
    margin-top: 20px;
  }

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

  .grid-22 {
    margin-bottom: 10px;
    grid-column-gap: 20px;
  }

  .grid-div {
    display: block;
  }

  .brand {
    padding-left: 0px;
  }

  .image-5 {
    width: 127px;
  }

  .image-6 {
    width: 120px;
  }

  .image-7 {
    position: static;
    width: auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-_1607cb90-b366-0420-c56a-f67347bed1be-039ee3b9 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 479px) {
  #w-node-_3b80ad28-4c2e-9df9-5879-510906a0fbe4-039ee3b9 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_64bd5e58-ece2-4fb9-49c0-d98de4e6b469-039ee3b9 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

