:root {
  --blue: #142a4b;
  --gold-2: #dea653;
  --gold: white;
}

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

.nav {
  background-color: var(--blue);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1100px;
  color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.nav-link {
  width: 600px;
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  width: 20%;
  color: #fff;
  justify-content: flex-end;
  margin-right: 10px;
  display: flex;
}

.nav-link-3.cta {
  width: 80%;
  height: 40px;
  max-width: none;
  background-color: var(--gold-2);
  color: var(--blue);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.body {
  background-color: var(--gold);
  font-family: Montserrat, sans-serif;
}

.header-text {
  width: 1100px;
  margin-top: 300px;
}

.background-video {
  height: 820px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  font-size: 60px;
}

.heading-2 {
  width: 1100px;
  text-shadow: 0 10px 10px rgba(0, 0, 0, .8);
  white-space: normal;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 80px;
  text-decoration: none;
}

.button {
  background-color: var(--gold-2);
  color: var(--blue);
  border-radius: 8px;
  margin-left: 40px;
  font-weight: 800;
}

.button-2 {
  width: 30%;
  height: 50px;
  background-color: var(--gold-2);
  color: var(--blue);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}

.about {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-contain {
  max-width: 1200px;
}

.heading-3 {
  color: var(--blue);
  text-align: center;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 700;
}

.text-block {
  color: #000;
  text-align: left;
  font-size: 35px;
  font-weight: 700;
}

.div-block {
  width: 300px;
  height: 5px;
  background-color: var(--gold-2);
  margin-top: 20px;
}

.div-block._0 {
  width: 180px;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph {
  font-size: 21px;
}

.paragraph-2 {
  color: rgba(51, 51, 51, .8);
  text-align: justify;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.columns {
  margin-top: 60px;
}

.div-block-3 {
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.div-block-3._2 {
  margin-top: 0;
}

.heading-4 {
  color: var(--blue);
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 25px;
  display: none;
}

.paragraph-3 {
  display: flex;
}

.text-span {
  text-align: justify;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.column {
  padding-left: 20px;
}

.service {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.container-2 {
  width: 80%;
  max-width: 1299.19px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-container {
  width: auto;
  max-width: none;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.flex-container._3-row {
  display: none;
}

.block-25 {
  width: 40%;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.block-25._4 {
  justify-content: flex-end;
}

.card {
  width: 320px;
  text-align: center;
  background-color: #f7fcfd;
  border-radius: 10px;
  padding: 30px 15px;
  box-shadow: 3px 4px 7px 2px rgba(0, 0, 0, .2);
}

.card._w-100 {
  width: 520px;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.card._w-100._8 {
  display: none;
}

.div-block-2-copy, .div-block-2-copy-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4 {
  width: auto;
  color: var(--gold);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-4.servcies {
  width: auto;
}

.heading-5 {
  color: var(--gold);
  text-align: center;
  margin-top: 30px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .5);
  font-size: 19px;
}

.div-block-5 {
  width: 300px;
  height: 5px;
  background-color: var(--gold-2);
  color: var(--gold-2);
}

.div-block-5.serivice {
  width: 150px;
}

.heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  color: var(--blue);
}

.sub-text {
  color: rgba(51, 51, 51, .8);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.sub {
  color: rgba(51, 51, 51, .8);
  font-size: 16px;
  font-weight: 500;
}

.sub.sub-text {
  font-size: 19px;
  font-weight: 400;
}

.sub-text-1 {
  color: rgba(51, 51, 51, .8);
  text-align: justify;
  font-size: 19px;
  line-height: 25px;
}

.faq-answer {
  color: rgba(51, 51, 51, .8);
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #262b47;
  border-radius: 10px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.faq-body-cont {
  text-align: left;
  background-color: #fff;
  border-top: 1px #000;
  border-radius: 10px;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.section-container {
  width: 80%;
  max-width: 1300px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.icon-2.accordion-icon {
  width: 3%;
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-trigger-2 {
  width: 100%;
  color: #daa864;
  text-align: left;
  background-color: #262b47;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: -10px;
  padding: 15px;
  display: flex;
}

.h2 {
  width: 90%;
  color: var(--gold);
  text-align: center;
  margin-top: 0;
  padding-left: 20px;
  font-size: 35px;
  line-height: 40px;
}

.h2.dark {
  color: #262b47;
  color: #262b47;
  justify-content: center;
  font-size: 32px;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 30px;
}

.accordion-item-content-2 {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.acc-container {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.sec-sub-para {
  color: #daa864;
  margin-bottom: 20px;
}

.sec-sub-para.dark {
  width: 60%;
  color: #262b47;
  text-align: center;
  width: 60%;
  color: rgba(7, 7, 7, .5);
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
}

.div-block-4-copy {
  width: 1200px;
  color: var(--gold);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-4-copy-copy {
  width: auto;
  height: auto;
  color: var(--blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-5-copy {
  color: var(--blue);
  text-align: center;
  margin-top: 20px;
}

.text-block-2-copy {
  color: rgba(0, 0, 0, .5);
  font-size: 19px;
}

.get {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-white {
  width: 100%;
  height: 300px;
  text-indent: -99px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -324px;
  overflow: visible;
}

.div-block-white-copy {
  width: 100%;
  height: 350px;
  max-height: 800px;
  background-color: var(--blue);
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  display: flex;
}

.container-3 {
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-top: -300px;
}

.columns-2 {
  max-width: 1200px;
  background-color: var(--gold);
  border-radius: 12px;
  padding: 20px 20px 20px 10px;
}

.image {
  border-radius: 8px;
}

.div-block-6 {
  width: auto;
  max-width: 480px;
  justify-content: flex-start;
  display: flex;
}

.header {
  width: 1100px;
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.text-block-3 {
  color: var(--gold);
  justify-content: center;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.gold-line {
  width: 300px;
  height: 5px;
  background-color: var(--gold-2);
  color: var(--gold);
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-4 {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-14 {
  width: auto;
  color: var(--blue);
  font-size: 35px;
}

.paragraph-5 {
  color: rgba(51, 51, 51, .8);
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  font-size: 19px;
  line-height: 30px;
}

.div-block-7 {
  width: 1200px;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
}

.div-block-8 {
  padding-left: 6px;
  padding-right: 6px;
}

.column-2 {
  justify-content: flex-start;
  padding-right: 0;
  display: flex;
}

.list-item, .list-item-2, .list-item-3 {
  margin-bottom: 10px;
}

.list {
  color: rgba(51, 51, 51, .8);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.bold-text {
  font-size: 21px;
}

.section-container-2 {
  width: 80%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.logo {
  text-align: center;
  background-color: #fff;
  margin-top: 40px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.img-block._6 {
  justify-content: flex-end;
  padding-right: 40px;
}

.img-block._8 {
  justify-content: flex-start;
  padding-left: 40px;
}

.logo-container {
  width: 1100px;
  margin-top: 40px;
}

.columns-3 {
  display: flex;
}

.columns-3.mt-40 {
  margin-top: 20px;
}

.columns-3.mt-40._3-orw {
  justify-content: center;
}

._w-70 {
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.or-text {
  color: #daa864;
  font-size: 16px;
  font-weight: 700;
}

.section {
  text-align: center;
  background-color: #fff;
}

.section.mb-60 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: block;
}

.text-field {
  width: 280px;
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #daa864;
  border-radius: 10px;
  margin-top: 6px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.list-cta {
  width: 24%;
  color: #262b47;
  background-color: #daa864;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.list-cta.sub-cta {
  width: 300px;
  height: 60px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.dar-div {
  width: 70%;
  max-width: 1100px;
  background-color: #262b47;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.form-cta {
  height: 40px;
  color: #262b47;
  background-color: #daa864;
  border: 1px solid #daa864;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.form {
  margin-top: 20px;
}

.bold-text-2 {
  width: 250px;
  font-size: 21px;
  font-weight: 800;
}

.text-block-4 {
  width: 250px;
}

.div-block-10 {
  width: 30%;
  display: flex;
}

.footer {
  background-color: var(--blue);
  justify-content: center;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 10px;
  display: flex;
}

.footer-contain {
  max-width: 1300px;
}

.heading-15 {
  color: var(--gold);
}

.text-block-5 {
  color: rgba(255, 255, 255, .8);
  margin-top: 10px;
  font-size: 16px;
}

.map {
  height: 300px;
  background-image: url('../images/scrnli_9_22_2022_12-25-21-AM.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-4 {
  width: 1100px;
  height: 300px;
  max-width: 1300px;
}

.div-block-11 {
  width: 1100px;
  max-width: 1300px;
}

.bottom-line {
  height: 5px;
  background-color: var(--gold-2);
  margin-top: 20px;
}

.columns-5 {
  margin-top: 10px;
}

.text-block-6 {
  color: rgba(255, 255, 255, .5);
}

.social {
  justify-content: flex-end;
  display: flex;
}

.icon {
  width: 50px;
  height: 50px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.icon._3 {
  display: none;
}

.columns-4-copy {
  width: 1100px;
  height: auto;
  max-width: 1300px;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.text-block-7 {
  width: 80px;
  max-width: 500px;
  color: rgba(255, 255, 255, .8);
}

.text-block-7._4 {
  width: 50px;
}

.menuj {
  color: rgba(51, 51, 51, .5);
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.icon-copy {
  width: 100px;
  height: 50px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.icon-copy._1 {
  height: 30px;
  justify-content: flex-end;
  align-items: flex-end;
}

.icon-copy {
  width: 100px;
  height: 50px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-copy._2 {
  height: 30px;
  justify-content: flex-end;
  align-items: flex-end;
}

.icon-copy {
  width: 100px;
  height: 50px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-copy._3 {
  width: 80px;
  height: 30px;
  justify-content: flex-end;
  align-items: flex-end;
}

.icon-copy._4 {
  height: 30px;
  justify-content: flex-end;
  align-items: flex-end;
}

.text-span-2, .text-span-3 {
  font-weight: 600;
}

.column-3 {
  height: 550px;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.link, .link-2, .link-3, .link-4 {
  color: var(--gold);
  text-decoration: none;
}

.nav-link-3-copy {
  width: 20%;
  color: #fff;
  justify-content: flex-end;
  margin-right: 10px;
  display: flex;
}

.nav-link-3-copy.cta {
  width: 150%;
  height: 40px;
  max-width: none;
  background-color: var(--gold-2);
  color: var(--blue);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.paragraph-6 {
  width: 80%;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  padding-left: 0;
}

.paragraph-7 {
  width: 530px;
  color: var(--gold-2);
  text-align: justify;
  font-size: 14px;
  display: none;
}

.iframe {
  position: static;
}

.text-block-8 {
  width: 90%;
  color: rgba(51, 51, 51, .8);
  text-align: justify;
  margin-top: 20px;
  font-size: 21px;
  line-height: 26px;
}

.list-2 {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  display: none;
}

.wrapper {
  height: 40vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  display: none;
  overflow: hidden;
}

.marquee-wrapper {
  width: 200%;
  display: flex;
}

.marquee-div {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.card-2 {
  height: 250px;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px;
  display: flex;
  box-shadow: 0 4px 12px -8px #000;
}

.text-block-9 {
  font-weight: 700;
}

.course-details {
  display: block;
}

.dash-head {
  width: 85%;
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.dash-head.left-margin {
  margin-left: 0%;
  padding-bottom: 0;
}

.dash-row {
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.dash-row._052 {
  align-items: center;
  margin-top: 0;
  display: none;
}

.dash-row._2 {
  display: none;
}

.dash-col1 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.dash-img-m {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.dash-img {
  width: 500px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.dash-img.navigo {
  width: 350px;
  box-shadow: none;
}

.dash-img.last {
  width: 300px;
  box-shadow: none;
}

.dash-detail-desc {
  width: 90%;
  color: rgba(92, 105, 117, .8);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.dash-detail-desc.left-margin {
  margin-left: 0%;
}

.dash-img-d {
  width: 500px;
  border-radius: 12px;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.hero-button {
  width: 140px;
  text-align: center;
  background-color: #5377fd;
  border-radius: 4px;
  margin-right: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
  transition: box-shadow .4s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.hero-button:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, .2);
}

.hero-button.yellow {
  color: #183055;
  background-color: #ffc125;
}

.hero-button.yellow._w-200 {
  width: 200px;
  margin-top: 30px;
}

.who-uses-row {
  padding-top: 50px;
  padding-bottom: 0;
}

.dash-feat-container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
}

.works-head {
  text-align: center;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.works-head.left {
  text-align: left;
  padding-bottom: 14px;
}

.who-uses-card {
  width: 90%;
  text-align: left;
}

.sec-desc {
  max-width: 735px;
  color: #5c6975;
  text-align: center;
  margin: 10px auto 0;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: none;
}

.sec-head {
  color: var(--blue);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 800;
  display: none;
}

.sec-head.pd-btm {
  padding-bottom: 30px;
}

.works-col {
  padding-left: 0;
  padding-right: 0;
}

.lists {
  color: #5c6975;
  padding-left: 16px;
}

.content-container {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.works-desc {
  color: rgba(92, 105, 117, .8);
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.works-desc.left {
  text-align: left;
  margin-bottom: 8px;
}

.ben-icon {
  width: 45px;
  padding-bottom: 14px;
}

.ben-icon.icon-w-60 {
  width: 60px;
}

.dash-col2 {
  height: 50%;
}

.text-span-4 {
  font-weight: 400;
}

.text-span-5, .text-span-6, .text-span-7 {
  font-weight: 600;
}

.service-block {
  width: 89.8125%;
  text-align: left;
  object-fit: fill;
  border-bottom: 1px solid #011640;
  flex-flow: column;
  align-content: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
}

.services-list {
  color: var(--blue);
  font-size: 28px;
}

.paragraph-8 {
  width: 100%;
  color: rgba(51, 51, 51, .8);
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: repeat(auto-fit, 50px);
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.div-block-13 {
  min-height: 50px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-block-10 {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-14 {
  width: 100%;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: rgba(0, 0, 0, .5);
  font-weight: 400;
}

.dash-img-d-copy {
  width: 500px;
  border-radius: 12px;
  margin-left: 100px;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.dash-img-d-copy._6 {
  width: 50%;
  max-width: none;
  box-shadow: none;
}

.image-10 {
  display: none;
}

.column-8 {
  justify-content: center;
  padding-right: 0;
  display: flex;
}

.image-11._3 {
  max-width: 60%;
}

.dash-col2-copy {
  height: 50%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  width: auto;
  max-width: none;
}

.dash-row-copy {
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.div-block-15 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.list-item-5 {
  flex-direction: row;
  display: flex;
}

.div-block-16 {
  align-items: center;
  display: flex;
}

.bold-text-7 {
  font-weight: 300;
}

.image-13, .image-14, .image-15 {
  margin-left: 0;
  margin-right: 5px;
}

.textarea {
  min-height: 50px;
  border-radius: 5px;
  margin-top: 26px;
}

.textarea._3 {
  min-height: 150px;
}

.text-field-2 {
  height: 50px;
  border-radius: 5px;
}

.text-field-2.mt-10 {
  margin-top: 16px;
}

.container-4 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.columns-6 {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.grid-5 {
  grid-row-gap: 16px;
}

.form-container {
  background-color: #282d45;
  border-radius: 5px;
  padding: 40px;
}

.submit-button {
  width: 200px;
  height: 45px;
  background-color: var(--gold-2);
  color: var(--gold);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.form-2 {
  text-align: center;
}

.div-block-17 {
  display: none;
}

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

.heading-16, .heading-17 {
  font-size: 16px;
}

.map-2 {
  height: 120%;
  display: none;
}

.link-block {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: auto;
    height: auto;
    max-height: none;
    color: var(--blue);
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-2 {
    color: var(--blue);
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .nav-link-3 {
    width: 100%;
    color: var(--blue);
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .nav-link-3.cta {
    width: auto;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .header-text {
    margin-top: 140px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-2 {
    width: auto;
    padding-left: 0;
    padding-right: 20px;
    font-size: 50px;
    line-height: 60px;
  }

  .button-2 {
    width: 50%;
  }

  .heading-3 {
    font-size: 31px;
  }

  .paragraph-2 {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
  }

  .columns {
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-span {
    font-size: 19px;
  }

  .column {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .container-2 {
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    margin-top: 15px;
    display: flex;
  }

  .block-25 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .block-25._4 {
    justify-content: center;
    align-items: center;
  }

  .card._w-100 {
    width: 80%;
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 31px;
    padding-right: 31px;
    display: block;
  }

  .section-container {
    width: 90%;
  }

  .accordion-item-trigger-2 {
    width: auto;
  }

  .h2 {
    text-align: center;
    font-size: 31px;
  }

  .acc-container {
    width: 100%;
    min-width: 0;
  }

  .sec-sub-para.dark {
    width: 80%;
    width: 80%;
    margin-top: 10px;
  }

  .div-block-4-copy-copy {
    width: auto;
  }

  .container-3 {
    height: auto;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-2 {
    height: 1600px;
    max-width: 650px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .image {
    max-width: 100%;
    flex: 0 auto;
  }

  .div-block-6 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header {
    width: auto;
  }

  .gold-line {
    margin-top: 10px;
  }

  .paragraph-5 {
    font-size: 19px;
  }

  .div-block-7 {
    width: auto;
    height: 100%;
    max-width: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: hidden;
  }

  .div-block-8 {
    width: auto;
    max-width: none;
  }

  .column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-left: 0;
    display: block;
  }

  .section-container-2 {
    width: auto;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-container {
    width: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .columns-3.mt-40 {
    margin-top: 40px;
  }

  ._w-70 {
    width: 100%;
  }

  .text-field {
    width: 250px;
  }

  .list-cta.sub-cta {
    width: 500px;
    height: 60px;
  }

  .dar-div {
    width: auto;
    max-width: 750px;
    flex-direction: column;
  }

  .form-cta {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-10 {
    width: 50%;
    margin-top: 10px;
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-contain {
    max-width: 100%;
  }

  .columns-4 {
    width: 750px;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-11 {
    width: auto;
    max-width: 100%;
  }

  .bottom-line {
    width: auto;
    margin-top: 0;
    display: block;
  }

  .columns-5 {
    padding-left: 20px;
    padding-right: 15px;
  }

  .columns-4-copy {
    width: auto;
    height: 80px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .menuj {
    padding-right: 10px;
  }

  .contact-contin-copy {
    width: auto;
  }

  .column-3 {
    height: auto;
    margin-top: 0;
  }

  .menu-button {
    background-color: var(--gold-2);
    color: var(--blue);
    padding-right: 20px;
  }

  .menu-button.w--open {
    background-color: var(--gold-2);
  }

  .icon-3 {
    color: var(--blue);
  }

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

  .column-5 {
    margin-top: 0;
    padding-left: 20px;
  }

  .column-6 {
    margin-top: 0;
  }

  .nav-link-3-copy {
    width: 100%;
    color: var(--blue);
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .nav-link-3-copy.cta {
    width: auto;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-7 {
    width: auto;
    padding-left: 15px;
  }

  .text-block-8 {
    width: 95%;
    font-size: 19px;
  }

  .dash-head {
    width: 90%;
    font-size: 22px;
    line-height: 30px;
  }

  .dash-head.left-margin {
    margin-left: 8%;
  }

  .dash-img.navigo, .dash-img.last {
    width: 60%;
  }

  .dash-detail-desc {
    font-size: 18px;
    line-height: 24px;
  }

  .dash-detail-desc.left-margin {
    margin-left: 8%;
  }

  .dash-img-d {
    margin-left: 10px;
  }

  .dash-feat-container {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .sec-desc {
    font-size: 19px;
    line-height: 24px;
  }

  .sec-head {
    font-size: 28px;
    line-height: 36px;
  }

  .content-container {
    width: 85%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dash-img-d-copy._6 {
    width: 60%;
  }

  .column-8 {
    flex-direction: row;
    margin-top: 0;
  }

  .py-100 {
    padding-top: 10px;
  }

  .map-2 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    background-color: #fff;
  }

  .header-text {
    margin-top: 0;
  }

  .button-2 {
    width: 60%;
  }

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

  .div-block {
    margin-left: auto;
    margin-right: auto;
  }

  .columns {
    flex-direction: column;
  }

  .div-block-3 {
    text-align: center;
    padding-right: 0;
  }

  .column {
    margin-top: 20px;
  }

  .flex-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: inline-block;
  }

  .block-25 {
    margin-bottom: 0%;
    margin-right: 0;
  }

  .card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card._w-100 {
    height: auto;
  }

  .h2, .h2.dark {
    width: auto;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .sec-sub-para.dark {
    margin-top: 10px;
  }

  .columns-2 {
    height: 1300px;
    max-width: 480px;
    flex-direction: column;
    overflow: visible;
  }

  .gold-line {
    margin-top: 10px;
  }

  .div-block-8 {
    margin-top: 50px;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 0;
  }

  .section-container-2 {
    padding-top: 40px;
  }

  .logo-container {
    flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section.mb-60 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-cta {
    display: block;
  }

  .list-cta.sub-cta {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .dar-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-cta {
    width: 250px;
  }

  .footer {
    flex-direction: column;
  }

  .footer-contain {
    flex-direction: column;
    display: flex;
  }

  .columns-4 {
    width: 90%;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bottom-line {
    width: 488px;
  }

  .columns-5 {
    flex-direction: row;
    display: flex;
  }

  .columns-4-copy {
    width: 470px;
    height: 110px;
    max-width: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
  }

  .menuj {
    justify-content: center;
  }

  .contact-contin-copy {
    width: auto;
    border-bottom: 2px none var(--gold-2);
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

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

  .column-5 {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .column-6 {
    margin-top: 0;
  }

  .paragraph-7 {
    width: auto;
  }

  .text-block-8 {
    text-align: justify;
  }

  .list-2 {
    padding-left: 40px;
  }

  .dash-head {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .dash-head.left-margin {
    margin-left: auto;
    margin-right: auto;
  }

  .dash-col1 {
    justify-content: flex-start;
  }

  .dash-img-m {
    display: none;
  }

  .dash-detail-desc {
    width: 90%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .dash-detail-desc.left-margin {
    margin-left: auto;
    margin-right: auto;
  }

  .dash-img-d {
    display: block;
  }

  .hero-button {
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .who-uses-row {
    padding-top: 0;
  }

  .dash-feat-container {
    padding-bottom: 80px;
  }

  .works-head.left {
    text-align: center;
  }

  .who-uses-card {
    width: 100%;
    padding-bottom: 30px;
  }

  .sec-desc {
    font-size: 18px;
  }

  .sec-head {
    font-size: 26px;
  }

  .content-container {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .works-desc.left {
    text-align: center;
  }

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

  .dash-col2 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .service-block {
    padding-bottom: 40px;
  }

  .paragraph-8 {
    margin-top: 20px;
  }

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

  .dash-img-d-copy {
    display: none;
  }

  .dash-col2-copy {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .form-container {
    margin-top: 40px;
  }

  .map-2 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    background-color: #fff;
  }

  .header-text {
    width: auto;
    flex-direction: column;
    display: flex;
  }

  .background-video {
    height: 600px;
  }

  .heading-2 {
    flex-direction: row;
    margin-top: auto;
    font-size: 45px;
    display: flex;
  }

  .button {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-2 {
    width: 100%;
    text-align: center;
  }

  .about-contain {
    max-width: 100%;
  }

  .heading-3 {
    font-size: 26px;
  }

  .div-block {
    width: 200px;
  }

  .div-block-3 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    width: auto;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .text-span {
    font-size: 16px;
  }

  .card._w-100 {
    width: 100%;
  }

  .div-block-4 {
    width: auto;
  }

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

  .div-block-5 {
    width: 200px;
  }

  .sub-text, .sub.sub-text, .sub-text-1 {
    font-size: 16px;
  }

  .faq-answer {
    margin-top: 0;
    font-size: 16px;
  }

  .icon-2.accordion-icon {
    width: 5%;
    font-size: 50px;
  }

  .h2 {
    text-align: left;
    padding-left: 0;
    font-size: 25px;
  }

  .h2.dark {
    text-align: center;
  }

  .accordion-heading {
    font-size: 16px;
  }

  .sec-sub-para.dark {
    width: 95%;
    width: 95%;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    line-height: 26px;
  }

  .heading-5-copy {
    font-size: 26px;
  }

  .get {
    padding-bottom: 60px;
  }

  .container-3 {
    margin-top: -320px;
    overflow: hidden;
  }

  .columns-2 {
    height: auto;
    max-width: 280px;
    flex-direction: column;
    overflow: visible;
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, .2), 1px 6px 16px -8px rgba(0, 0, 0, .1);
  }

  .image {
    box-shadow: 1px 1px 3px #000;
  }

  .div-block-6 {
    max-width: none;
    justify-content: center;
  }

  .text-block-3 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 26px;
    line-height: 25px;
  }

  .gold-line {
    width: 200px;
  }

  .heading-14 {
    line-height: 35px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .div-block-7 {
    height: auto;
    box-shadow: none;
    padding: 10px;
  }

  .div-block-8 {
    margin-top: 20px;
  }

  .column-2 {
    margin-top: 20px;
    padding-left: 10px;
  }

  .list, .bold-text {
    font-size: 16px;
  }

  .img-block {
    margin-top: 20px;
  }

  .img-block._6 {
    padding-right: 0;
  }

  .img-block._8 {
    padding-left: 0;
  }

  .columns-3 {
    flex-direction: column;
  }

  .columns-3.mt-40._3-orw {
    margin-top: 20px;
  }

  ._w-70 {
    width: 90%;
  }

  .section.mb-60 {
    padding-bottom: 40px;
  }

  .text-field {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .list-cta {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .list-cta.sub-cta {
    width: 100%;
  }

  .dar-div {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-cta {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-2 {
    font-size: 21px;
  }

  .div-block-10 {
    width: 100%;
  }

  .footer {
    margin-top: 60px;
    padding-top: 40px;
  }

  .map {
    margin-top: 20px;
  }

  .bottom-line {
    width: 300px;
  }

  .columns-5 {
    width: auto;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .social {
    text-align: left;
    justify-content: center;
    margin-top: 10px;
  }

  .icon {
    justify-content: center;
    align-items: center;
  }

  .columns-4-copy {
    width: auto;
    margin-top: 40px;
  }

  .menuj {
    width: 300px;
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
    font-size: 13px;
  }

  .contact-contin-copy {
    width: 320px;
    max-width: none;
    flex-direction: column;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-3 {
    height: auto;
    max-height: none;
    margin-top: 10px;
    padding-left: 10px;
  }

  .menu-button {
    background-color: var(--gold-2);
    margin-right: 10px;
  }

  .image-2 {
    margin-left: 0;
  }

  .column-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    padding-left: 0;
  }

  .column-5 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .image-3, .image-4 {
    margin-top: 40px;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9 {
    margin-top: 20px;
  }

  .column-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-7 {
    text-align: center;
  }

  .div-block-12 {
    margin-top: 20px;
  }

  .paragraph-6 {
    width: 100%;
    padding-left: 0;
  }

  .paragraph-7 {
    width: auto;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .list-2 {
    font-size: 12px;
  }

  .dash-head {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .dash-row {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 0;
  }

  .dash-img-m {
    border-radius: 8px;
    display: block;
  }

  .dash-detail-desc {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .dash-img-d {
    display: none;
  }

  .dash-feat-container {
    padding-bottom: 0;
  }

  .works-head.left {
    padding-bottom: 10px;
  }

  .who-uses-card {
    padding-bottom: 25px;
  }

  .sec-desc {
    font-size: 16px;
    line-height: 22px;
  }

  .sec-head {
    font-size: 24px;
    line-height: 34px;
  }

  .content-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .service-block {
    min-width: 100%;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: flex-start;
    padding-bottom: 20px;
    display: flex;
  }

  .services-list {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .paragraph-8 {
    margin-top: 0;
  }

  .grid {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    display: flex;
  }

  .div-block-13 {
    min-height: 20px;
  }

  .column-8 {
    justify-content: center;
    display: flex;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    max-width: 90%;
  }

  .dash-row-copy {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-15 {
    align-items: flex-start;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .container-4 {
    width: 90%;
    max-width: 375%;
    margin-left: auto;
  }

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

  .form-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button {
    width: 100%;
  }

  .py-100 {
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}


