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

body {
  font-family: Helvetica, sans-serif;
  color: #0b0811;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: 'Krona One', sans-serif;
  color: #2973C3;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.2em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: 'Krona One', sans-serif;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.2em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: 'Krona One', sans-serif;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.2em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: 'Krona One', sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}

p {
  margin-bottom: 16px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section {
  padding: 40px 40px;
}

.section.home-1st-sec {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 120px;
  background-color: #bae5e7;
}

.section.home-3rd-sec {
  position: relative;
  background-color: #f8f8f7;
}

.section.home-5th-sec {
  background-color: #f8f8f7;
}

.section.home-6th-sec {
  position: relative;
  z-index: 1;
  background-color: #f0d553;
}

.section.footer-section {
  position: static;
  display: block;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0b0811;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.about-1st-sec {
  padding-top: 340px;
  padding-bottom: 140px;
  background-image: url('../images/Group-423-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.nano-1st-sec {
  padding-top: 300px;
  padding-left: 10%;
  padding-bottom: 100px;
  background-image: url('../images/Group-327-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.nano-2nd-sec {
  margin-right: 0px;
}

.section.nano-3rd-sec {
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #f8f8f7;
}

.section.contact-1st-sec {
  position: relative;
  z-index: 1;
  min-height: 90vh;
  padding-top: 150px;
  background-color: #bae5e7;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.contact-2nd-sec {
  position: relative;
  z-index: 1;
  background-color: #f0d553;
}

.section.pp-1st-sec {
  position: relative;
  z-index: 1;
  padding-top: 300px;
  padding-bottom: 100px;
  background-color: #f0d553;
}

.section.doc-1st-sec {
  position: relative;
  z-index: 1;
  padding-top: 300px;
  padding-bottom: 100px;
  background-color: #f0d553;
}

.section.account-1st-sec {
  background-color: #bae5e7;
}

.container {
  margin-right: 20px;
  margin-left: 20px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px 40px;
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.nav-menu-hold {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-row-gap: 20px;
}

.nav-menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.nav-menu-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
}

.logo {
  width: 260.90625px;
}

.nav-link {
  padding: 0px 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Krona One', sans-serif;
  color: #325ba6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #E1735C;
}

.nav-link.w--current {
  color: #E1735C;
}

.home-1st-cont {
  position: relative;
  margin-right: 5vw;
  margin-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.h1-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 27px;
}

.h1-heading._36px-space {
  margin-bottom: 36px;
}

.h1-heading._0px-space {
  margin-bottom: 0px;
}

.para {
  margin-top: 4px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.para._60px-space {
  margin-top: -16px;
  margin-bottom: 36px;
  padding-top: 32px;
  padding-bottom: 12px;
}

.para._24px-space {
  margin-bottom: 24px;
}

.para._24px-space.home-2nd-para {
  max-width: 260px;
}

.para._40px-space {
  margin-bottom: 40px;
}

.para._0px-space {
  margin-bottom: 0px;
}

.para._32px-space {
  margin-bottom: 32px;
}

.para._32px-space.home-2nd-para {
  max-width: 260px;
}

.small-button {
  margin-bottom: 20px;
  border: 2px solid #E1735C;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Krona One', sans-serif;
  color: #E1735C;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.small-button:hover {
  background-color: #E1735C;
  color: #fff;
}

.button {
  margin-bottom: 20px;
  padding: 14px 40px 13px;
  border: 2px solid #E1735C;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Krona One', sans-serif;
  color: #E1735C;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.button:hover {
  background-color: #E1735C;
  color: #fff;
}

.button.button-2nd {
  background-color: #E1735C;
  color: #fff;
}

.home-1st-abs {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-1st-cont-col {
  max-width: 360px;
  margin-top: auto;
  margin-bottom: -7px;
  padding-top: 0px;
}

.home-1st-cont-abs-1 {
  position: absolute;
  left: 36%;
  max-width: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 140px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.home-1st-cont-abs-1._2nd {
  left: auto;
  top: 40px;
  right: 0%;
  bottom: 0%;
  margin-top: 100px;
  margin-right: 80px;
  margin-left: 0px;
}

.home-2nd-img {
  width: 64.39603%;
}

.home-2nd-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-2nd-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 386px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  margin: 5%;
}

.h2-heading {
  display: block;
  padding-right: 0px;
}

.h2-heading.h2-red {
  color: #E1735C;
}

.h2-heading._24px-space {
  margin-bottom: 24px;
}

.h3-heading.h3-mid {
  text-align: center;
}

.h3-heading.h3-orange {
  color: #E1735C;
}

.h3-heading._48px-space {
  margin-bottom: 48px;
}

.h3-heading.h3-blue {
  color: #325ba6;
}

.home-3rd-cont {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.home-3rd-cont-2 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-3rd-img:hover {
  opacity: 0.49;
}

.home-3rd-abs {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 40px;
  margin-right: 4%;
}

.home-4th-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-4th-col {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-4th-img {
  width: 100%;
}

.home-5th-cont-1 {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-5th-grid {
  margin-bottom: 56px;
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-5th-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
  -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;
  border-radius: 34px;
  background-color: #325ba6;
  text-align: center;
}

.home-5th-icon-hold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80.76px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-5th-icon {
  max-height: 100%;
}

.home-5th-text {
  color: #fff;
  font-size: 12px;
}

.button-mid {
  text-align: center;
}

.home-6th-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 391px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-6th-abs {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 80%;
}

.sign-in {
  max-width: 50%;
  text-align: center;
  margin:0 auto;
}

.footer-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-col {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col._3rd {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-row-gap: 10px;
}

.footer-col._2nd {
  -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;
}

.jw-text {
  margin-bottom: 12px;
  text-transform: uppercase;
}

.footer-soc-grid {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-soc-link {
  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-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;
}

.copyright-txt {
  margin-top: auto;
}

.footer-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #E1735C;
}

.footer-link.w--current {
  color: #E1735C;
}

.about-2nd-cont {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.h4-heading.h4-blue {
  color: #325ba6;
}

.h4-heading._0px-space {
  margin-bottom: 0px;
}

.h4-heading._24px-space {
  margin-bottom: 24px;
}

.h4-heading.h4-mid {
  text-align: center;
}

.about-2nd-ins-div {
  margin-bottom: 40px;
  padding: 40px 40px 48px;
  background-color: #0b0811;
  color: #fff;
  text-align: center;
}

.about-2nd-ins-div.nano-2nd-ins-div {
  position: relative;
  margin-bottom: 50px;
}

.abou2-2nd-qt {
  height: 45px;
  margin-bottom: 32px;
  font-family: Kronaone, sans-serif;
  color: #f0d553;
  font-size: 74px;
  font-style: italic;
  font-weight: 400;
}

.abou2-2nd-qt-txt {
  margin-right: 100px;
  margin-bottom: 32px;
  margin-left: 100px;
  padding-right: 60px;
  padding-left: 60px;
  font-size: 22px;
}

.abou2-2nd-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nano-1st-cont {
  max-width: 380px;
}

.nano-2nd-grid {
  margin-bottom: 60px;
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nano-2nd-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  margin-left: -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.nano-2nd-icon-hold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nano-2nd-icon {
  max-height: 100%;
}

.nano-2nd-text {
  font-size: 12px;
}

.nano-2nd-ins-div {
  background-color: #0b0811;
}

.nano-2nd-ins-abs {
  position: absolute;
  left: auto;
  top: 0%;
  right: 4%;
  bottom: auto;
  width: 15%;
  height: 70%;
  max-width: 100%;
}

.nano-2nd-grid-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nano-2nd-grid-2-col {
  max-width: 265px;
  align: center;
}

.nano-2nd-grid-2-col._2nd {
  height: 100%;
  max-width: none;
}

.nano-grid-2-2nd-col-flex {
  display: -ms-grid;
  display: grid;
  height: 100%;
  margin-bottom: 12px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nb-side-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-bottom: 18px;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #E1735C;
}

.nb-side-col._2nd {
  padding-bottom: 16px;
  border-bottom: 2px solid #325ba6;
  background-color: transparent;
}

.nano-text {
  font-weight: 700;
  text-align: center;
}

.nano-nb-txt {
  font-size: 10px;
}

.nano-3rd-cont-1 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-3rd-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
}

.nano-3rd-abs {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 45px;
  z-index: -1;
}

.nano-3rd-abs._2nd {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 70%;
  margin-top: auto;
  margin-bottom: auto;
}

.contact-1st-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 5vw;
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.contact-t-field {
  margin-bottom: 12px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  color: #0b0811;
}

.contact-t-field::-webkit-input-placeholder {
  color: #0b0811;
}

.contact-t-field:-ms-input-placeholder {
  color: #0b0811;
}

.contact-t-field::-ms-input-placeholder {
  color: #0b0811;
}

.contact-t-field::placeholder {
  color: #0b0811;
}

.contact-t-field.large {
  height: 100px;
  margin-top: 32px;
  margin-bottom: 30px;
  border-style: solid;
}

.contact-1st-abs {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-2nd-cont {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contact-2nd-abs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
}

.pp-1st-abs {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-top: auto;
  margin-bottom: 40px;
}

.doct-1st-abs {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  margin-top: auto;
  margin-bottom: 10px;
}

.body {
  background-color: #f8f8f7;
}

.webapp-block {
  position: static;
  min-height: 50vh;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.image-link:hover {
  opacity: 0.5;
}

.container-2 {
  min-height: 200vh;
  background-color: #d8d8d8;
}

@media screen and (min-width: 1440px) {
  .section.home-1st-sec {
    overflow: hidden;
  }

  .h1-heading {
    font-family: 'Krona One', sans-serif;
  }

  .home-1st-abs {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .home-1st-cont-abs-1 {
    margin-bottom: 0px;
    margin-left: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .home-1st-cont-abs-1._2nd {
    top: 140px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 24px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  h2 {
    letter-spacing: 0.1em;
  }

  h3 {
    letter-spacing: 0.1em;
  }

  p {
    margin-bottom: 14px;
  }

  .section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section.home-1st-sec {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section.home-6th-sec {
    padding-bottom: 40px;
  }

  .section.about-1st-sec {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section.nano-1st-sec {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section.contact-1st-sec {
    padding-top: 180px;
  }

  .section.pp-1st-sec {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section.doc-1st-sec {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .navbar {
    height: 80px;
    padding: 14px 25px;
    background-color: #bae5e7;
  }

  .nav-container {
    height: 52px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #bae5e7;
  }

  .nav-menu-hold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 32px;
  }

  .nav-menu-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .logo {
    width: 240px;
  }

  .home-1st-cont {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .home-1st-abs {
    display: none;
  }

  .h1-heading._36px-space {
    margin-bottom: 30px;
  }

  .para {
    margin-bottom: 20px;
  }

  .para._60px-space {
    margin-bottom: 48px;
  }

  .para._24px-space {
    margin-bottom: 20px;
  }

  .para._40px-space {
    margin-bottom: 32px;
  }

  .para._32px-space {
    margin-bottom: 26px;
  }

  .home-1st-cont-col {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .home-1st-cont-abs-1 {
    left: 45%;
    bottom: -39px;
    width: 13.88841%;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: 40px;
    padding-top: 0px;
  }

  .home-1st-cont-abs-1._2nd {
    width: 14%;
    margin-top: 140px;
    margin-right: 45px;
  }

  .home-2nd-img {
    width: 61%;
  }

  .h3-heading._48px-space {
    margin-bottom: 40px;
  }

  .home-3rd-abs {
    width: 12%;
  }

  .home-4th-grid {
    grid-column-gap: 24px;
  }

  .home-5th-grid {
    margin-bottom: 40px;
    grid-column-gap: 20px;
  }

  .home-5th-col {
    padding: 24px 16px;
  }

  .menu-button {
    padding: 8px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .home-6th-cont {
    margin-right: 0px;
  }

  .home-6th-abs {
    height: 64%;
    max-width: 50%;
    margin-left: 0px;
    padding-bottom: 45px;
    padding-left: 0px;
  }

  .sign-in {
    max-width: 100%;
  }

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

  .about-2nd-ins-div.nano-2nd-ins-div {
    margin-bottom: 40px;
  }

  .abou2-2nd-qt {
    font-size: 68px;
  }

  .abou2-2nd-qt-txt {
    margin-right: 40px;
    margin-left: 40px;
    font-size: 20px;
  }

  .nano-2nd-grid {
    margin-bottom: 48px;
  }

  .nano-2nd-ins-abs {
    width: 18%;
    height: auto;
  }

  .nano-grid-2-2nd-col-flex {
    grid-column-gap: 20px;
  }

  .nb-side-col {
    padding-right: 12px;
    padding-left: 12px;
  }

  .home-3rd-flex {
    grid-column-gap: 32px;
  }

  .nano-3rd-abs {
    bottom: 60px;
    width: 20%;
  }

  .nano-3rd-abs._2nd {
    width: auto;
    height: 46%;
  }

  .pp-1st-abs {
    width: 55%;
  }

  .menu-lottie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    -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;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 22px;
    font-size: 29px;
  }

  p {
    margin-bottom: 12px;
  }

  .section {
    padding: 50px 20px;
  }

  .section.home-1st-sec {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.footer-section {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .section.about-1st-sec {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.nano-1st-sec {
    padding-top: 140px;
    padding-bottom: 60px;
    background-image: none;
    background: #CCCCCC;
  }

  .section.contact-1st-sec {
    padding-top: 140px;
  }

  .section.pp-1st-sec {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.doc-1st-sec {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .navbar {
    height: 70px;
    padding: 10px 20px;
  }

  .nav-container {
    height: 50px;
  }

  .brand {
    padding-left: 0px;
  }

  .home-1st-cont {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .h1-heading._36px-space {
    margin-bottom: 26px;
  }

  .para {
    margin-bottom: 20px;
  }

  .para._60px-space {
    margin-top: 0px;
    margin-bottom: 32px;
    padding-top: 0px;
  }

  .para._24px-space {
    margin-bottom: 18px;
  }

  .para._24px-space.home-2nd-para {
    max-width: none;
  }

  .para._40px-space {
    margin-bottom: 24px;
  }

  .para._32px-space {
    margin-bottom: 22px;
  }

  .home-1st-cont-col {
    max-width: none;
    margin-top: auto;
    margin-right: 0px;
    margin-bottom: 80px;
    padding-top: 0px;
  }

  .home-1st-cont-abs-1 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 0px;
    margin-right: 190px;
    padding-top: 60px;
  }

  .home-1st-cont-abs-1._2nd {
    margin-top: 220px;
    padding-top: 40px;
  }

  .home-2nd-img {
    width: 100%;
  }

  .home-2nd-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-2nd-col {
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .h2-heading._24px-space {
    margin-bottom: 20px;
  }

  .h3-heading._48px-space {
    margin-bottom: 32px;
  }

  .home-4th-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .home-6th-cont {
    max-width: none;
  }

  .home-6th-abs {
    height: 44%;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-col._3rd {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-soc-grid {
    grid-column-gap: 16px;
  }

  .h4-heading._24px-space {
    margin-bottom: 20px;
  }

  .about-2nd-ins-div {
    margin-bottom: 32px;
    padding: 32px 20px 40px;
  }

  .about-2nd-ins-div.nano-2nd-ins-div {
    margin-bottom: 32px;
  }

  .abou2-2nd-qt {
    margin-bottom: 24px;
    font-size: 64px;
  }

  .abou2-2nd-qt-txt {
    font-size: 19px;
  }

  .abou2-2nd-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nano-1st-cont {
    max-width: none;
  }

  .nano-2nd-grid {
    margin-bottom: 40px;
    grid-column-gap: 24px;
  }

  .nano-2nd-flex {
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .nano-2nd-icon-hold {
    height: 45px;
  }

  .nano-2nd-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nano-2nd-grid-2-col {
    max-width: none;
  }

  .nb-side-col {
    min-height: 180px;
  }

  .home-3rd-flex {
    grid-column-gap: 28px;
    grid-row-gap: 24px;
  }

  .contact-1st-cont {
    max-width: none;
    margin: 0;
  }

  .contact-1st-abs {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .doct-1st-abs {
    margin-bottom: 0px;
  }

  .menu-lottie {
    width: 34px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    letter-spacing: 0.05em;
  }

  h2 {
    font-size: 23px;
    letter-spacing: 0.05em;
  }

  h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }

  h4 {
    font-size: 17px;
  }

  .navbar {
    height: 68px;
  }

  .nav-container {
    height: 48px;
  }

  .logo {
    width: 210px;
  }

  .home-1st-cont {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-left: 0px;
  }

  .h1-heading {
    padding-bottom: 20px;
  }

  .h1-heading.h1-doc {
    font-size: 20px;
  }

  .button {
    margin-top: 0px;
    padding-top: 13px;
    border-width: 1px;
    font-size: 12px;
  }

  .home-1st-cont-col {
    margin-right: 0px;
  }

  .home-1st-cont-abs-1 {
    display: none;
    margin-right: 0px;
    padding-top: 0px;
  }

  .home-1st-cont-abs-1._2nd {
    left: auto;
    top: -50px;
    right: -4%;
    bottom: auto;
    display: none;
    margin-top: 300px;
    margin-right: 0px;
    padding-top: 0px;
  }

  .home-5th-grid {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-6th-abs {
    overflow: visible;
    max-width: 25%;
    padding-bottom: 100px;
  }

  .about-2nd-ins-div {
    padding-right: 16px;
    padding-left: 16px;
  }

  .abou2-2nd-qt {
    font-size: 60px;
  }

  .abou2-2nd-qt-txt {
    margin-right: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .nano-2nd-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nano-grid-2-2nd-col-flex {
    grid-column-gap: 12px;
  }

  .nb-side-col {
    min-height: 150px;
  }

  .nano-text {
    font-size: 15px;
  }

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

  .contact-t-field {
    margin-bottom: 10px;
  }

  .contact-t-field.large {
    margin-bottom: 20px;
  }

  .contact-1st-abs {
    margin-top: 0px;
  }

  .pp-1st-abs {
    margin-bottom: 10px;
  }

  .menu-lottie {
    width: 32px;
  }
}

#w-node-_4e72b622-aee0-f6b9-36f5-731addede447-1aa2994c {
  -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;
}

#w-node-_30d2fb0e-b88a-3d9d-9876-38383969523e-1aa2994c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-be3e875a-852a-0576-9704-aa624e666796-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-fd4e0d8a-befe-423a-1d30-421d51acb1c2-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d1150062-8bf4-b3ca-e92f-7e0e991dd223-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_81c9f845-f63b-deb2-fd22-3bdad31eedb4-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_723c09c8-6aeb-5c38-fcb6-a918fff8de22-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7906c5cd-e8ef-a1e0-15bd-1f0916f2579b-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b9106d8d-796f-c16c-fb65-298c2073eaca-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8af979c1-44ab-b0b4-070f-eda4af72f80c-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54d7bd99-b5de-2185-410f-673d00ca8e64-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d86e2ac1-24a4-4829-e568-0e32eb9ce0c7-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_50923282-ac11-b6a1-e6bd-229fab408d3e-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bff0cb55-1d3a-ce54-0a63-4a8bd3940849-1aa2994c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a0f-e3cf2a0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a13-e3cf2a0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a15-e3cf2a0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a17-e3cf2a0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a19-e3cf2a0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a1d-e3cf2a0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a20-e3cf2a0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-bcf33e7a-d079-948e-13c7-10dbdb16f09e-eed3c858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2931c6a5-5201-0e2b-b6bf-ca5be3c9d0ca-eed3c858 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6153dae3-fde4-3c12-b125-9eaf1e715c73-5e3b79bd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a47f6e1f-f303-fc13-de3c-974dc659efa7-5e3b79bd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_69534c09-4ca1-b31f-a37d-7747f21a1037-5e3b79bd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-adc7082c-58d8-27b6-34f4-ac7019deeecb-5e3b79bd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b8e81d7f-c787-2bfe-6a29-94e66e1d1706-5e3b79bd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5aba8e03-fc14-e5d4-7200-88568e1ceda3-5e3b79bd {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4e72b622-aee0-f6b9-36f5-731addede447-1aa2994c {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e72b622-aee0-f6b9-36f5-731addede447-1aa2994c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_30d2fb0e-b88a-3d9d-9876-38383969523e-1aa2994c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a0f-e3cf2a0c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a1d-e3cf2a0c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -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: start;
    justify-self: start;
  }

  #w-node-_4da1866f-feb2-59c2-b204-9c08e3cf2a20-e3cf2a0c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'Kronaone';
  src: url('../fonts/KronaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-LightOblique-06.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light-05.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique-04.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique-03.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}