:root {
  --secondary: #faf7ee;
  --black: black;
  --primary: #f66220;
  --transparent: #f66220b0;
}

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

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

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

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

body {
  background-color: var(--secondary);
  color: var(--black);
  background-image: url('../images/Border.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 16.5vw;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

p {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

a {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

ul {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

label {
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-weight: 500;
  display: block;
}

sup {
  font-size: 16px;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 140%;
}

.navbar {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1850px;
  margin: 0 auto;
  padding: 60px 15px 15px;
}

.navbar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex: none;
  width: 55px;
}

.navbar-brand.w--current {
  width: 55px;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  flex: none;
}

.primary-button {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--primary);
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: color .4s;
  display: flex;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.w--current {
  color: var(--secondary);
}

.icon-flex {
  color: var(--black);
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-flex.about-arrow {
  transform: rotate(-125deg)scale(2.5);
}

.icon-flex.top {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.list-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.corner-square {
  background-color: var(--secondary);
  position: absolute;
  inset: 0 0 auto auto;
  transform: rotate(45deg);
}

.corner-square._45px {
  background-color: var(--secondary);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 45px;
  height: 45px;
  top: -26px;
  right: -26px;
}

.corner-square._100px {
  width: 100px;
  height: 100px;
  top: -50px;
  right: -50px;
}

.corner-square._150px, .corner-square._150px-branch {
  width: 150px;
  height: 150px;
  top: -80px;
  right: -80px;
}

.banner-section {
  height: 100vh;
  padding-top: 0;
  display: block;
  position: static;
}

.banner-text-wrapper {
  text-align: center;
}

.about-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.aboout-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-text-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 605px;
  display: flex;
}

.border-button {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--secondary);
  color: var(--black);
  white-space: nowrap;
  border: 1.3px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-button-wraper {
  position: relative;
  overflow: hidden;
}

.border-button-wraper.top-20 {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
}

.border-corner-square {
  border-bottom: 1px solid var(--black);
  background-color: var(--secondary);
  position: absolute;
  inset: 0 0 auto auto;
  transform: rotate(45deg);
}

.border-corner-square._45px {
  border-bottom: 1.3px solid var(--black);
  width: 45px;
  height: 45px;
  top: -26px;
  right: -26px;
}

.border-corner-square._105px {
  width: 105px;
  height: 105px;
  top: -53px;
  right: -53px;
}

.border-corner-square._45px-primary-color {
  border: 1px solid var(--secondary);
  background-color: var(--primary);
  color: var(--black);
  width: 45px;
  height: 45px;
  top: -26px;
  right: -26px;
}

.about-detail-block {
  z-index: 2;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: var(--primary);
  flex-flow: column;
  margin-top: -250px;
  padding: 30px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-detail-heading {
  color: var(--black);
  padding-right: 30px;
  font-size: 26px;
  line-height: 140%;
}

.about-detail-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  max-width: 230px;
  padding-right: 1px;
  display: flex;
}

.about-counter-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-video {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  height: 380px;
  margin-top: -260px;
  display: flex;
}

.service-section {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.section-heading-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.servic-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--black);
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  padding: 16px;
  display: flex;
}

.service-heading {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-text-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  max-width: 338px;
  display: flex;
}

.service-read-more {
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.service-card-wrapper {
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.our-branch {
  padding-top: 60px;
  padding-bottom: 60px;
}

.small-container {
  max-width: 1280px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-link-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  transition: color .4s;
  display: flex;
}

.contact-link-block:hover {
  color: var(--primary);
}

.contact-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.branch-heading-wrapper {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
  position: absolute;
  top: 80px;
}

.branch-heading {
  font-family: Kanit, sans-serif;
  font-size: 30px;
  line-height: 130%;
}

.branch-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  transform-origin: 50% 100%;
  flex-flow: column;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.branch-card-image {
  width: 100%;
  height: 100%;
}

.faq-qus-ans-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 290px;
  display: flex;
}

.faq {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--black);
  background-color: var(--secondary);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 10px;
  display: flex;
  position: relative;
}

.faq-arrow-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-ans-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Kanit, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.faq-qus-block {
  font-family: Poppins, sans-serif;
  overflow: hidden;
}

.faq-number {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.faq-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.faq-wrapper {
  position: relative;
  overflow: hidden;
}

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

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

.blog-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  font-weight: 400;
  display: flex;
}

.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-heading {
  font-size: 22px;
  line-height: 140%;
}

.blog-heading-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.read-more-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.blog-detail-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-section {
  padding-bottom: 0;
}

.footer-block {
  background-color: var(--primary);
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  overflow: hidden;
}

.footer-link-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-nav-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  font-size: 18px;
  transition: color .4s;
  display: flex;
}

.footer-nav-link:hover {
  color: var(--secondary);
}

.footer-nav-link.w--current {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: stretch stretch;
  margin-right: 0;
}

.footer-grid._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.contact-heading {
  transform-origin: 0 0;
  font-size: 90px;
  line-height: 150%;
  position: absolute;
  transform: rotate(90deg);
}

.footer-contact-wrapper {
  display: flex;
  position: relative;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-form-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 538px;
  margin-bottom: 0;
  display: flex;
}

.field-label {
  font-weight: 400;
}

.contact-input-field {
  background-color: var(--primary);
  color: var(--black);
  border: 1px solid #42424280;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .4s;
}

.contact-input-field:hover, .contact-input-field:focus {
  border-color: var(--black);
}

.contact-input-field::placeholder {
  color: var(--black);
  font-size: 14px;
}

.contact-input-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-input-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.submit-button {
  border: 2px solid var(--black);
  background-color: var(--black);
  width: 25%;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 150%;
  transition: color .4s, background-color .4s;
}

.submit-button:hover {
  background-color: var(--primary);
  color: var(--black);
}

.botton-foot-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-top-width: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.rights-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-link {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  text-decoration-style: solid;
  transition: color .4s, text-decoration-color .4s;
}

.webflow-link:hover {
  color: var(--secondary);
  -webkit-text-decoration-color: var(--secondary);
  text-decoration-color: var(--secondary);
}

.help-page-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.help-page-link {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  text-decoration-style: solid;
  transition: color .4s, text-decoration-color .4s;
}

.help-page-link:hover {
  color: var(--secondary);
  -webkit-text-decoration-color: var(--secondary);
  text-decoration-color: var(--secondary);
}

.success-message {
  background-color: #22e670;
}

.error-message {
  color: var(--secondary);
  background-color: #e62231;
}

.about-us-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-us-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.about-us-image {
  position: relative;
  overflow: hidden;
}

.about-us-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 590px;
  display: flex;
}

.about-counter-gird {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.why-us-section {
  padding-top: 0;
  padding-bottom: 60px;
}

.why-us-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.why-us-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 590px;
  display: flex;
}

.why-us-progress-gird {
  grid-template-columns: 1fr;
}

.progress-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.progress-detail-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.progress-heading {
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.progress-number {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.progressbar-wrapper {
  background-color: #f6622033;
  width: 100%;
  height: 6px;
}

.progressbar {
  background-color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 6px;
  display: flex;
  overflow: hidden;
}

.progressbar._01 {
  width: 92%;
}

.progressbar._02 {
  width: 98%;
}

.progressbar._03 {
  width: 85%;
}

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

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

.team-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-weight: 400;
  display: flex;
}

.team-member-image {
  position: relative;
  overflow: hidden;
}

.team-detail-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-heading-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.team-heading {
  font-family: Kanit, sans-serif;
  font-size: 26px;
  line-height: 140%;
}

.team-social-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.team-social-media {
  transition: color .4s;
}

.team-social-media:hover {
  color: var(--primary);
}

.cta-block {
  background-color: var(--primary);
  background-image: linear-gradient(180deg, var(--transparent) 39%, var(--primary) 55%), url('../images/1440x600-Quality_2.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding: 60px 45px;
  position: relative;
  overflow: hidden;
}

.cta-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-text-wrapper.foote {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  max-width: none;
}

.work-flow-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.work-flow-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}

.work-flow-image {
  position: relative;
  overflow: hidden;
}

.work-flow-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 590px;
  display: flex;
}

.work-flow-step-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.work-step-flow-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-flow-number {
  color: var(--primary);
  border-radius: 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Kanit, sans-serif;
  font-size: 50px;
  line-height: 100%;
  display: flex;
}

.work-flow-heading {
  color: var(--primary);
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.work-flow-detail-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.gallery-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

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

.gallery-image-block {
  color: var(--secondary);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-layer {
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inner-banner-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.detail-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.detail-banner-section {
  padding-top: 60px;
  padding-bottom: 0;
}

.detail-heading {
  color: var(--primary);
  max-width: 940px;
  font-size: 70px;
  line-height: 120%;
}

.detail-heading.big-type.scramble {
  opacity: 100;
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 95px;
  line-height: 100%;
}

.paragraph {
  color: var(--primary);
  max-width: 760px;
  font-weight: 600;
}

.paragraph.scramble {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.detail-image-block {
  position: relative;
  overflow: hidden;
}

.detail-block {
  padding-top: 40px;
}

.detail-rich-text {
  line-height: 150%;
}

.service-text {
  scrollbar-width: none;
  height: 270px;
  overflow: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404 {
  color: var(--primary);
  font-size: 250px;
  line-height: 100%;
}

.user-form-heading {
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 40px;
}

.user-form-text {
  color: var(--primary);
  text-align: center;
}

._404-btn-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.utility-page-wrap {
  flex-flow: column;
}

.utility-page-content {
  width: auto;
}

.page-wrapper {
  max-width: 595px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper.h-100 {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.all-user-form {
  border: 1px solid var(--primary);
  width: 100%;
  margin-bottom: 0;
  padding: 40px;
}

.all-user-form._w-595 {
  max-width: 595px;
}

.form-header {
  margin-bottom: 10px;
}

.pass-field-label {
  margin-bottom: 8px;
}

.pass-input-field {
  background-color: var(--secondary);
  color: var(--black);
  border: 1px solid #42424280;
  min-height: 50px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .4s;
}

.pass-input-field:hover, .pass-input-field:focus {
  border-color: var(--black);
}

.pass-input-field::placeholder {
  color: var(--black);
  font-size: 14px;
}

.pass-input-field:lang(en) {
  border-color: #42424280;
}

.pass-submit-button {
  background-color: var(--primary);
  margin-top: 10px;
}

.pass-error-message {
  color: var(--secondary);
  background-color: #e62231;
}

.counter-card-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.counter-number-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  height: 70px;
  font-family: Kanit, sans-serif;
  display: flex;
  overflow: hidden;
}

.counter-number {
  color: var(--secondary);
  font-size: 70px;
  font-weight: 500;
  line-height: 100%;
}

.counter-number.counter-number-01 {
  color: var(--secondary);
  justify-content: flex-end;
  align-items: stretch;
  display: inline-flex;
}

.counter-number.counter-number-01.orange {
  color: var(--primary);
}

.counter-number.counter-number-02 {
  color: var(--secondary);
}

.counter-number.counter-number-02.orange, .counter-number.orange {
  color: var(--primary);
}

.hover-image {
  height: 170px;
}

.image-show-block {
  background-color: var(--secondary);
  width: 2000px;
  height: 1500px;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg)translate(40%, -100%);
}

.about-counter-card-block {
  border-right: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-counter-card-block.happy-clients, .about-counter-card-block.team-member {
  color: var(--primary);
  border-right: 0 #0000;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-counter-card-block.complete-projects {
  color: var(--primary);
  border-right-style: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.why-us-image {
  position: relative;
  overflow: hidden;
}

.view-block {
  background-color: #000000b3;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  transform: translate(-40px, -40px);
}

.view-block-wrapper {
  position: absolute;
  inset: 0%;
}

.tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 50px;
  display: grid;
}

.tabs-content {
  width: 100%;
}

.branch-card-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.branch-block {
  position: relative;
}

.country-flag-image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.branch-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 2px solid var(--transparent);
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  font-family: Kanit, sans-serif;
  font-size: 22px;
  line-height: 150%;
  transition: border-color .4s;
  display: flex;
}

.branch-tag:hover {
  border-bottom-color: var(--primary);
}

.branch-tag.w--current {
  border-bottom: 2px solid var(--primary);
  background-color: var(--transparent);
}

.branch-contact-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.branch-contact-link-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  transition: color .4s;
  display: flex;
}

.other-page-section {
  padding-bottom: 60px;
}

.policy-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.policy-text-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.policy-contact-us-link {
  text-decoration: underline;
  transition: color .4s;
}

.policy-contact-us-link:hover {
  color: var(--primary);
}

.style-guide-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-guide-wrapper.button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.style-guide-wrapper.form {
  background-color: var(--primary);
}

.style-guide-right-side {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f7f5f0;
  border: 1px solid #0b0e134d;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.style-grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-columns: 1fr;
}

.color-block {
  width: 100%;
  min-height: 100px;
}

.color-block.color-block-04 {
  background-color: var(--transparent);
}

.color-block.color-block-01 {
  background-color: var(--black);
}

.color-block.color-block-02 {
  background-color: var(--secondary);
}

.color-block.color-block-03 {
  background-color: var(--primary);
}

.all-tag {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 14px 20px;
  font-size: 24px;
  line-height: 120%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-block {
  position: absolute;
  inset: -120px auto auto 0%;
}

.sticky-block.sticky-150 {
  top: -150px;
}

.help-detail-block {
  position: relative;
}

.style-guide-left-side {
  background-color: #f7f5f0;
  border: 1px solid #0b0e134d;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 90px;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.style-guide-link {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  transition: color .4s;
}

.style-guide-link:hover {
  color: var(--primary);
}

.style-text-block-03 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.style-guide-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.style-guide-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.disclaimer-text {
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.licenses-wrapper, .licenses-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.licenses-detail-grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.licenses-left-side {
  background-color: #f7f5f0;
  border: 1px solid #0b0e134d;
  border-radius: 10px;
  flex-flow: column;
  padding: 30px 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.licenses-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.licenses-right-side {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f7f5f0;
  border: 1px solid #0b0e134d;
  border-radius: 10px;
  flex-flow: column;
  padding: 30px 20px;
  display: flex;
}

.licenses-tag-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  transition: color .4s;
}

.licenses-tag-link:hover {
  color: #df523d;
}

.licenses-text {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-style: normal;
}

.licenses-link {
  text-transform: capitalize;
  text-decoration: underline;
  transition: color .4s;
}

.licenses-link:hover {
  color: var(--primary);
}

.changlog-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.changelog-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f7f5f0;
  border: 1px solid #0b0e134d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  padding: 30px;
  display: flex;
}

.changelog-link {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 20px;
  line-height: 140%;
  transition: color .4s;
}

.changelog-text {
  text-align: center;
  margin-bottom: 0;
}

.progressbar-moving {
  background-image: repeating-linear-gradient(45deg, var(--primary), var(--secondary) 3%);
  flex: none;
  width: 100%;
  height: 6px;
}

.progressbar-moving-block {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-member-position {
  font-size: 14px;
}

.border-button-fill {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1.3px solid var(--secondary);
  background-color: var(--primary);
  color: var(--black);
  white-space: nowrap;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 218px;
  padding: 10px 20px 10px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-color: var(--black);
  background-color: var(--transparent);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.pagination {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
}

.previous {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-color: var(--black);
  background-color: var(--transparent);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.border-corner-square-left {
  border-bottom: 1px solid var(--black);
  background-color: var(--secondary);
  width: 45px;
  height: 45px;
  position: absolute;
  inset: -26px auto auto -26px;
  transform: rotate(-45deg);
}

.banner-heading-01, .banner-heading-02, .banner-heading-03, .banner-heading-04, .banner-heading-05, .banner-heading-06, .banner-heading-07, .banner-heading-08, .banner-heading-09, .banner-heading-10 {
  display: inline-block;
}

.banner-heading {
  overflow: hidden;
}

.back-to-top {
  z-index: 10;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 20% auto;
}

.heading, .heading-2 {
  font-family: Kanit, sans-serif;
}

.about-detail-text {
  color: var(--secondary);
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.about-background-video {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.pop-up-wrapper {
  z-index: 999;
  opacity: .95;
  justify-content: flex-start;
  align-items: flex-end;
  width: 420px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.pop-up-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--primary);
  opacity: 1;
  filter: contrast(120%);
  color: #000;
  border: 0 #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.pop-up-block:hover {
  transform: scale(1.05);
}

.pop-up-close {
  color: var(--secondary);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 34px;
  font-weight: 400;
  line-height: 60%;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-text {
  color: var(--secondary);
  max-width: 360px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}

.badge-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.badge-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--secondary);
  background-color: var(--primary);
  color: #fff;
  text-transform: capitalize;
  border-radius: 2px;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  padding: 10px 16px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.badge-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  display: flex;
}

.body {
  background-color: var(--secondary);
  background-image: url('../images/Border.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.superscript {
  font-size: 81px;
}

.div-block {
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video {
  background-image: url('../images/Asset-58.svg');
  background-position: 0 0;
  background-size: 75px;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.main {
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0%;
}

.big-type-wrapper {
  flex-flow: column;
  display: flex;
}

.big-type {
  font-size: 21vw;
  font-weight: 700;
  line-height: 78%;
}

.big-type.scramble {
  opacity: 1;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--primary);
  text-overflow: clip;
  overflow-wrap: normal;
  font-family: Montserrat, sans-serif;
  font-size: 8vw;
  font-weight: 700;
  line-height: 90%;
  position: static;
}

.big-type.scramble.detail-heading {
  justify-content: center;
  display: flex;
}

.small-type-wrapper {
  grid-column-gap: 10rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 90vw;
  display: flex;
}

.small-type {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1.2rem;
  line-height: 100%;
}

.small-type.hero {
  font-family: Exo, sans-serif;
}

.link-external {
  border-radius: 4px;
  padding: 4px 8px;
  transition: all .2s;
}

.link-external:hover {
  color: #3a3c16;
  background-color: #fdff85;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text-span, .text-span-2 {
  text-align: center;
  font-weight: 400;
}

.text-span-3 {
  border: 1px solid var(--primary);
  background-color: var(--secondary);
  color: var(--secondary);
  border-radius: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-4 {
  opacity: 1;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.cell {
  display: flex;
}

.div-block-2 {
  margin-bottom: 40px;
}

.text-block {
  color: var(--black);
}

.grid {
  grid-template-rows: auto;
}

.why-us-image-copy, .product-showcase {
  position: relative;
  overflow: hidden;
}

.text-span-5 {
  color: var(--primary);
}

.card-button {
  background-color: #fff;
  border-radius: 50rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: static;
  box-shadow: 0 2px 1px #0000001a;
}

.card-button-icon-inner-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.text-sector-btt {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.card-title {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.card-button-icon {
  color: var(--black);
  width: 1.25rem;
}

.card-button-icon.card-button-icon-absolute {
  position: absolute;
  top: 100%;
}

.display-2xs {
  color: #fff;
  letter-spacing: -.01em;
  text-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.div-sectors {
  background-image: url('../images/TM-electricty-generation.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 220px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.div-sectors:hover {
  border: 0 #0000;
}

.div-sectors._6 {
  background-image: linear-gradient(180deg, #f6622033 35%, var(--primary) 90%), url('../images/1440x600-Custom_2.avif');
  box-shadow: none;
  background-repeat: repeat, no-repeat;
  border-radius: 0;
}

.div-sectors._3 {
  background-image: linear-gradient(180deg, #f6622033 35%, var(--primary) 90%), url('../images/1440x600-Outdoors_2.avif');
  box-shadow: none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
}

.div-sectors._1 {
  background-image: linear-gradient(180deg, #f6622033 20%, var(--primary) 90%), url('../images/1440x600-Military_2.avif');
  box-shadow: none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  transition: opacity .2s;
}

.div-sectors._1:hover {
  background-image: linear-gradient(180deg, #f6622033 20%, var(--primary) 90%), url('../images/1440x600-Military_2.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-sectors._2 {
  background-image: linear-gradient(180deg, #f6622033 35%, var(--primary) 90%), url('../images/1440x600-Relief_2.avif');
  box-shadow: none;
  background-repeat: repeat, no-repeat;
  border-radius: 0;
  transition: box-shadow .2s;
}

.div-sectors._2:hover {
  box-shadow: none;
}

.div-sectors._4 {
  background-image: linear-gradient(180deg, #f6622033 35%, var(--primary) 90%), url('../images/1440x600-Organisations_2.avif');
  box-shadow: none;
  background-repeat: repeat, no-repeat;
  border-radius: 0;
}

.div-sectors._5 {
  background-image: linear-gradient(180deg, #f6622033 20%, var(--primary) 90%), url('../images/1440x600-Nutrition_2.avif');
  box-shadow: none;
  background-repeat: repeat, no-repeat;
  border-radius: 0;
}

.card-button-icon-outer-wrapper {
  overflow: hidden;
}

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: var(--primary);
}

.text-span-10 {
  color: var(--primary);
  font-weight: 600;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.list-2, .list-3 {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.text-span-11 {
  color: var(--primary);
}

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

.buttons-connect {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.text-block-2 {
  color: var(--secondary);
  flex: 0 auto;
  font-family: Exo, sans-serif;
}

.paragraph-2 {
  text-align: left;
  font-size: 18px;
}

.div-block-3 {
  width: 25%;
  margin-bottom: 40px;
}

.text-span-12 {
  color: var(--black);
}

.text-span-13 {
  color: var(--secondary);
}

.text-span-14 {
  color: var(--secondary);
  font-family: Exo, sans-serif;
}

.text-span-15 {
  color: var(--secondary);
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-icon-footer {
  width: auto;
}

.div-block-4 {
  margin-top: 0;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.text-block-3 {
  color: var(--secondary);
  text-align: justify;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Exo, sans-serif;
  font-size: 13px;
  display: flex;
}

.text-span-16 {
  color: var(--secondary);
  text-align: left;
  font-weight: 400;
}

.text-span-17 {
  color: var(--secondary);
}

.text-block-4 {
  color: var(--secondary);
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 13px;
  display: block;
}

.link {
  color: var(--secondary);
}

.paragraph-3 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .text-block-5, .text-block-6 {
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.text-block-7 {
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.text-block-8 {
  color: var(--secondary);
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.paragraph-13 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 130%;
  position: static;
}

.paragraph-14 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.paragraph-15 {
  text-align: left;
  font-family: Exo, sans-serif;
}

.heading-4 {
  color: var(--secondary);
  margin-bottom: 10px;
}

.heading-5, .heading-6 {
  margin-bottom: 10px;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.footer-logo-address-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #fff;
  align-items: center;
  display: flex;
}

.horizontal-line {
  background-color: #56db56;
  width: 100%;
  height: 1px;
}

.horizontal-line.white {
  opacity: .1;
  background-color: #fff;
}

.footer-menus-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.footer-link {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: 1;
  color: var(--black);
}

.footer-link.w--current {
  font-family: Exo, sans-serif;
}

.footer-contact-links {
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-15 {
  opacity: 1;
}

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

.text-white.no-underline:hover {
  opacity: 1;
  color: #56db56;
}

.footer-logo-address {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-licenses-link {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  display: grid;
}

.small-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
}

.small-text:hover {
  color: #f7fdf7;
  text-decoration: none;
}

.small-text.muted {
  opacity: 1;
  color: #e7f0e7;
}

.social-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.uppercase-text {
  font-variation-settings: "wght" 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.4em;
  text-decoration: none;
}

.uppercase-text.muted {
  background-image: linear-gradient(to bottom, var(--secondary), var(--secondary));
  opacity: 1;
  color: var(--primary);
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.social-link-wrapper {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.footer-address-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.footer-menu-details {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  border-top: 0 #000;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-columns-wrapper {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.social-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  color: #fff;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: 1;
}

.image-3 {
  display: none;
}

.footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.logomark-circle {
  background-color: #56db5600;
  background-image: url('../images/Asset-24Webclip.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.footer-menu-links {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.text-span-18 {
  color: var(--secondary);
  text-align: left;
  font-weight: 600;
  display: flex;
}

.top-foot-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-top-width: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-2 {
  color: var(--secondary);
}

.link-3 {
  color: var(--secondary);
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.logo-trans {
  width: auto;
  height: 40px;
}

.image-4 {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.body-2 {
  background-image: url('../images/Border.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.text-span-19, .text-span-20 {
  color: var(--primary);
}

.text-span-21 {
  color: var(--primary);
  font-size: 20px;
}

.subscript {
  font-size: 22px;
}

.text-span-22 {
  color: var(--primary);
  font-weight: 600;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28 {
  font-weight: 600;
}

.text-span-29, .text-span-30, .text-span-31 {
  color: var(--primary);
}

.text-span-32 {
  font-weight: 600;
}

.text-span-33, .text-span-34 {
  font-weight: 700;
}

.text-span-35 {
  color: var(--primary);
}

.text-span-36 {
  font-weight: 700;
}

.superscript-3 {
  font-size: 10px;
}

.superscript-4 {
  color: var(--black);
  font-size: 12px;
}

.superscript-4.white {
  color: var(--secondary);
}

.superscript-5 {
  font-size: 15px;
}

.superscript-6 {
  font-size: 14px;
  font-weight: 400;
}

.superscript-7 {
  color: var(--primary);
  font-size: 12px;
}

.text-span-37, .bold-text-3 {
  color: var(--primary);
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  color: var(--primary);
  text-transform: uppercase;
}

.text-span-38, .text-span-39, .text-span-40 {
  color: var(--primary);
  font-weight: 700;
}

.text-span-41, .text-span-42, .text-span-43, .text-span-44 {
  color: var(--primary);
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.div-block-16 {
  width: 50%;
}

.text-block-16, .text-block-17 {
  color: var(--secondary);
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.link-4 {
  color: var(--secondary);
  font-weight: 700;
}

.text-span-45 {
  font-weight: 600;
}

.navbar-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--primary);
  border: 0 #0433331a;
  border-radius: 1px;
  justify-content: space-between;
  align-items: center;
  padding: .688rem 15px;
  display: flex;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.dropdown-menu-text-link {
  grid-column-gap: .313rem;
  color: #043333;
  align-items: center;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.375rem;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover {
  transform: translate(6px);
}

.dropdown-title {
  background-color: var(--secondary);
  color: var(--primary);
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.navbar-logo {
  transition: all .4s;
}

.navbar-logo:hover {
  transform: scale(.95);
}

.primary-button-hover-text {
  color: var(--secondary);
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
}

.primary-button-text {
  z-index: 1;
  color: var(--secondary);
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.dropdown-menu-cms-text {
  color: var(--secondary);
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.container-2 {
  max-width: 111.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-wrap {
  display: block;
}

.nav-menu-links-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-menu-cms-single {
  grid-column-gap: .313rem;
  color: var(--secondary);
  align-items: center;
  font-family: Exo, sans-serif;
  display: flex;
}

.dropdown-grid {
  grid-column-gap: 2.188rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-en {
  background-color: #0000;
  padding: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-en.home-v1 {
  padding-top: 15px;
  padding-bottom: 10px;
}

.dropdown-title-wrapper {
  margin-bottom: 1.875rem;
}

.more-temple-wrapper {
  margin-top: .938rem;
}

.dropdown-menu-wrapper {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle-arrow {
  margin-left: .375rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.primary-button-2 {
  -webkit-backdrop-filter: blur(2.125rem);
  backdrop-filter: blur(2.125rem);
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #079c92;
  border-radius: 4.25rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-2.mobile {
  border: 1px solid var(--secondary);
  background-color: var(--primary);
  color: var(--secondary);
  border-radius: 0;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Kanit, sans-serif;
  font-weight: 400;
}

.primary-button-2.desktop {
  display: none;
}

.dropdown-menu-cms-line {
  background-color: #043333;
  width: .625rem;
  height: .063rem;
}

.more-template-link {
  color: #043333;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  transition: all .35s;
  display: block;
}

.more-template-link:hover {
  transform: translate(5px);
}

.nav-menu-link {
  color: #043333;
  text-transform: capitalize;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.688rem;
  text-decoration: none;
}

.nav-menu-link.dropdown {
  color: var(--secondary);
  align-items: center;
  padding: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.dropdown-toggle-arrow-2 {
  margin-left: 6px;
  font-size: 15px;
}

.dropdown-column-wrapper {
  background-color: #0000;
  width: 47rem;
  padding-top: 1.5rem;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.home-pages {
  width: 8rem;
  transform: none;
}

.dropdown-column-wrapper.home-pages.w--open, .dropdown-column-wrapper.pages.w--open {
  margin-top: 0;
}

.navbar-logo-wrap {
  width: 40px;
}

.dropdown-content-wrap {
  border: 0rem none var(--primary);
  background-color: var(--primary);
  border-radius: 1px;
  padding: 2.5rem;
}

.dropdown-content-wrap.home {
  padding: 1.25rem;
}

.dropdown-toggle-text-block {
  font-size: 18px;
  line-height: 22px;
}

.dropdown-menu-wrapper-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.split-contant.navbar-middle {
  flex: 0 auto;
}

.split-contant.navbar-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.text-block-18, .text-block-19 {
  color: var(--secondary);
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.heading-7 {
  font-family: Kanit, sans-serif;
}

.text-block-20 {
  color: var(--secondary);
  font-family: Exo, sans-serif;
}

.div-block-17 {
  width: 60%;
  margin-bottom: 20px;
}

.text-block-21, .text-block-22, .text-block-23 {
  color: var(--secondary);
  font-family: Exo, sans-serif;
}

.text-menu, .text-block-24 {
  color: var(--secondary);
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.badge-icon-menu {
  justify-content: center;
  align-items: center;
  width: 17px;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.icon-flex-white {
  color: var(--secondary);
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-flex-white.about-arrow {
  transform: rotate(-125deg)scale(2.5);
}

.icon-flex-white.top {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.text-block-25 {
  color: var(--secondary);
  font-family: Exo, sans-serif;
}

.text-block-26 {
  color: var(--secondary);
}

.paragraph-16, .text-block-27, .text-block-28 {
  color: var(--secondary);
  font-family: Exo, sans-serif;
}

.heading-8 {
  color: var(--secondary);
}

.text-span-46 {
  background-color: var(--primary);
  color: var(--secondary);
  padding-left: 10px;
  padding-right: 10px;
}

.heading-9 {
  text-align: left;
}

.text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .paragraph-17 {
  font-family: Exo, sans-serif;
}

.paragraph-18 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  font-family: Exo, sans-serif;
}

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

.text-span-47, .text-span-48, .text-span-49, .text-span-50, .bold-text-7 {
  font-weight: 600;
}

.superscript-8 {
  font-size: 12px;
}

.text-span-51 {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .navbar-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .nav-menu {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-detail-block {
    grid-column-gap: 220px;
    grid-row-gap: 220px;
    padding: 20px;
  }

  .about-detail-heading {
    padding-right: 0;
  }

  .about-video {
    height: 400px;
    margin-top: -280px;
  }

  .servic-card {
    padding: 20px;
  }

  .about-detail-text {
    margin-right: 0;
  }

  .div-block-3 {
    width: 25%;
  }

  .navbar-wrap {
    background-color: var(--primary);
  }

  .primary-button-hover-text, .primary-button-text {
    color: var(--secondary);
    font-weight: 400;
  }

  .primary-button-2.mobile {
    background-color: var(--primary);
    color: var(--secondary);
  }

  .dropdown-content-wrap.home {
    border-style: none;
    border-color: var(--secondary);
    background-color: var(--primary);
    border-radius: 1px;
  }

  .dropdown-toggle-text-block, .text-block-18, .text-block-19 {
    color: var(--secondary);
  }
}

@media screen and (min-width: 1440px) {
  h4 {
    font-size: 22px;
  }

  .navbar {
    padding-top: 30px;
  }

  .nav-menu-wrapper {
    width: 100%;
  }

  .about-detail-block {
    grid-column-gap: 260px;
    grid-row-gap: 260px;
  }

  .about-detail-text-wrapper {
    max-width: 250px;
  }

  .about-video {
    height: 500px;
    margin-top: -320px;
  }

  .faq-qus-ans-wrapper {
    max-width: none;
  }

  .faq-ans-block, .faq-number {
    font-size: 22px;
  }

  .footer-nav-link {
    max-width: 150px;
  }

  .div-block-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1920px) {
  .about-detail-block {
    grid-column-gap: 340px;
    grid-row-gap: 340px;
  }

  .about-detail-text-wrapper {
    max-width: 320px;
  }

  .about-video {
    margin-top: -370px;
  }

  .service-text-wrapper {
    max-width: 380px;
  }

  .detail-image-block {
    z-index: -2;
  }

  .style-text-block-01 {
    font-size: 17px;
  }

  .div-block-3 {
    width: 25%;
  }

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

  .paragraph-4 {
    font-size: 17px;
  }

  .paragraph-8, .paragraph-15 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  sup {
    font-size: 14px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--secondary);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nav-button-wrapper {
    margin-left: 0;
    display: none;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--secondary);
    color: var(--black);
  }

  .nav-link {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .corner-square._150px {
    top: -90px;
    right: -90px;
  }

  .banner-section {
    padding-top: 0;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .about-detail-block {
    grid-column-gap: 190px;
    grid-row-gap: 190px;
    margin-top: 0;
  }

  .about-detail-text-wrapper {
    max-width: 270px;
  }

  .about-video {
    height: auto;
    margin-top: 0;
  }

  .section-heading-wrapper {
    margin-bottom: 30px;
  }

  .tab-hide {
    display: none;
  }

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

  .servic-card {
    width: 100%;
  }

  .service-text-wrapper {
    max-width: none;
  }

  .service-card-wrapper {
    width: 100%;
  }

  .branch-heading-wrapper {
    max-width: 390px;
    top: 30px;
  }

  .branch-card {
    padding: 40px;
  }

  .faq-ans-block, .faq-number {
    font-size: 20px;
  }

  .faq-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .blog-heading {
    line-height: 120%;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .footer-block {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    place-items: center start;
    margin-top: 0;
    display: grid;
  }

  .footer-nav-link {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .contact-heading {
    font-size: 50px;
    position: static;
    transform: none;
  }

  .footer-contact-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .botton-foot-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .help-page-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .about-us-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-us-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    margin-top: 20px;
  }

  .about-counter-gird {
    margin-top: 20px;
  }

  .why-us-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .why-us-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

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

  .team-heading {
    line-height: 120%;
  }

  .cta-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .cta-text-wrapper.foote {
    margin-bottom: 40px;
  }

  .work-flow-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .work-flow-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .work-flow-number {
    font-size: 40px;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .inner-banner-section {
    padding-top: 60px;
  }

  .detail-heading {
    font-size: 60px;
  }

  .detail-heading.big-type.scramble {
    font-size: 70px;
  }

  .detail-image-block {
    height: 250px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 30px;
  }

  .tabs-content {
    margin-left: 20px;
  }

  .country-flag-image {
    flex: none;
    width: 50px;
    height: 50px;
  }

  .branch-tag {
    white-space: nowrap;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 16px;
    font-size: 20px;
  }

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

  .style-guide-right-side {
    border-style: none;
    padding: 0;
  }

  .style-guide-left-side {
    display: none;
  }

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

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

  .licenses-left-side {
    display: none;
  }

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

  .licenses-right-side {
    border-style: none;
    padding: 0;
  }

  .pop-up-block {
    padding: 20px;
  }

  .pop-up-close {
    width: 18px;
    height: 18px;
  }

  .badge-icon {
    width: 19px;
  }

  .big-type.scramble {
    font-size: 13vw;
  }

  .small-type-wrapper {
    flex-flow: column;
  }

  .small-type {
    font-size: 1.2rem;
  }

  .small-type.hero {
    line-height: 120%;
  }

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

  .text-sector-btt {
    font-size: 1.5rem;
  }

  .list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-3 {
    margin-top: 20px;
  }

  .buttons-connect {
    flex-flow: column;
  }

  .div-block-3 {
    width: 30%;
  }

  .grid-3 {
    width: 50%;
    display: flex;
  }

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

  .text-span-16 {
    box-sizing: border-box;
    flex: 0 auto;
  }

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

  .uppercase-text.muted {
    background-image: linear-gradient(to bottom, var(--secondary), var(--secondary));
    color: var(--primary);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .footer-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-direction: column;
    display: flex;
  }

  .top-foot-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-3 {
    font-size: 14px;
  }

  .navbar-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hamburger-menu-bar {
    background-color: #fff;
    width: 1.875rem;
    height: .063rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    background-color: var(--secondary);
  }

  .dropdown-title {
    text-transform: none;
  }

  .home-menu-dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrap {
    background-color: var(--primary);
    filter: contrast(120%);
    border: .063rem solid #04333326;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .nav-menu-links-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    padding: 1.5rem 0;
  }

  .menu-dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: grid;
  }

  .navbar-en {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-en.home-v1 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .hamburger-menu-lines {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    border: .063rem solid var(--secondary);
    background-color: var(--primary);
    color: var(--secondary);
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hamburger-menu-wrapper {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3px;
    padding: 0;
    overflow: hidden;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
    border-radius: 100%;
  }

  .dropdown-title-wrapper {
    margin-bottom: 1.5rem;
  }

  .dropdown-column-wrapper {
    overflow: visible;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrapper.pages {
    padding-top: 1rem;
    position: static;
  }

  .navbar-logo-wrap {
    padding-left: 0;
  }

  .dropdown-content-wrap {
    width: auto;
    min-width: auto;
    padding: 1.7rem 0;
    display: flex;
  }

  .dropdown-content-wrap.home {
    padding-left: 0;
  }

  .dropdown-toggle-text-block, .text-menu, .text-block-24 {
    font-size: 18px;
    line-height: 22px;
  }

  .badge-icon-menu {
    width: 19px;
  }

  .grid-4 {
    grid-template-columns: .25fr 2.25fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 16vw;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  .navbar {
    padding-top: 15px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .corner-square._150px-branch {
    top: -120px;
  }

  .banner-section {
    padding-top: 220px;
  }

  .about-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-text-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    max-width: none;
  }

  .border-button {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .border-corner-square._105px {
    top: -70px;
    right: -70px;
  }

  .about-video {
    height: 360px;
  }

  .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .service-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .servic-card {
    min-height: 380px;
    padding: 14px;
  }

  .our-branch {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .branch-heading-wrapper {
    max-width: none;
    position: static;
  }

  .faq-qus-ans-wrapper {
    max-width: none;
  }

  .faq {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-ans-block, .faq-number {
    font-size: 18px;
  }

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

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

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .blog-heading {
    font-size: 20px;
  }

  .footer-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-wrapper {
    flex-direction: column;
  }

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

  .contact-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-form-block {
    min-height: 444px;
  }

  .contact-input-field {
    min-height: 50px;
    padding: 10px 20px;
  }

  .contact-input-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .submit-button {
    width: 30%;
  }

  .botton-foot-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .about-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-us-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
  }

  .why-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-us-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .why-us-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
  }

  .team-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-social-media {
    width: 20px;
  }

  .cta-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-text-wrapper {
    max-width: none;
  }

  .work-flow-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-flow-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .work-flow-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
  }

  .work-flow-number {
    font-size: 35px;
  }

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

  .detail-heading {
    font-size: 50px;
  }

  .detail-heading.big-type.scramble {
    font-size: 40px;
  }

  .detail-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-text {
    height: 250px;
  }

  ._404 {
    font-size: 200px;
  }

  .user-form-heading {
    font-size: 30px;
  }

  .pass-input-field {
    min-height: 50px;
    padding: 10px 20px;
  }

  .about-counter-card-block.happy-clients {
    border-right-style: none;
  }

  .about-counter-card-block.team-member {
    border-right-style: none;
    border-right-width: 0;
  }

  .about-counter-card-block.complete-projects {
    border-right-width: 0;
  }

  .tabs {
    flex-flow: column;
  }

  .branch-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .other-page-section {
    padding-bottom: 40px;
  }

  .policy-text-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .policy-contact-us-link {
    font-size: 14px;
  }

  .style-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .all-tag {
    padding: 14px 18px;
    font-size: 20px;
  }

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

  .licenses-detail-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .licenses-right-side {
    padding: 15px 10px;
  }

  .changelog-block {
    padding: 20px;
  }

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

  .border-button-fill {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-button {
    width: 3rem;
    height: 3rem;
  }

  .text-sector-btt {
    font-size: 1.1rem;
  }

  .card-button-icon {
    width: 1rem;
  }

  .div-sectors._6, .div-sectors._3, .div-sectors._1, .div-sectors._2, .div-sectors._4, .div-sectors._5 {
    height: 180px;
  }

  .buttons-connect {
    flex-flow: column;
  }

  .div-block-3 {
    width: 40%;
  }

  .paragraph-3 {
    margin-bottom: 10px;
  }

  .social-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .footer-menu-details {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .top-foot-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .navbar-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-menu-text-link {
    font-size: 1rem;
  }

  .dropdown-title {
    font-size: 18px;
    line-height: 26px;
  }

  .nav-menu-wrap {
    max-height: 87vh;
    overflow: auto;
  }

  .nav-menu-links-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .dropdown-menu-cms-single {
    grid-column-gap: 3px;
  }

  .dropdown-grid {
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .hamburger-menu-wrapper {
    width: 2.7rem;
    min-width: 2.7rem;
    height: 2.7rem;
    min-height: 2.7px;
  }

  .dropdown-title-wrapper {
    margin-bottom: 1rem;
  }

  .dropdown-menu-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .primary-button-2.mobile {
    display: none;
  }

  .primary-button-2.desktop {
    display: flex;
  }

  .more-template-link {
    font-size: 1rem;
  }

  .dropdown-content-wrap {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }

  .dropdown-content-wrap.home {
    padding-left: 0;
  }

  .dropdown-menu-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .split-contant.navbar-right {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .navbar {
    padding-top: 10px;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .corner-square._150px, .corner-square._150px-branch {
    top: -100px;
  }

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

  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-text-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .border-button {
    padding: 8px 10px;
  }

  .border-corner-square._45px, .border-corner-square._45px-primary-color {
    top: -30px;
  }

  .about-detail-block {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding: 16px;
  }

  .about-video {
    height: 320px;
  }

  .service-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .service-card-wrapper {
    width: 100%;
  }

  .our-branch {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .branch-card {
    padding: 30px 20px 20px;
  }

  .faq {
    padding: 20px 10px;
  }

  .faq-text-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .faq-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-heading {
    font-size: 18px;
  }

  .blog-heading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-detail-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-link-wrapper {
    grid-auto-flow: row;
    display: flex;
  }

  .footer-nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .contact-heading {
    font-size: 40px;
  }

  .contact-form {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .contact-form-block {
    min-height: 492px;
  }

  .contact-input-field {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-input-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .contact-input-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 50%;
  }

  .botton-foot-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .help-page-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .about-us-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-counter-gird {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .why-us-section, .team-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .team-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team-detail-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-heading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-flow-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-step-flow-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .work-flow-number {
    font-size: 36px;
  }

  .work-flow-heading {
    font-size: 18px;
  }

  .work-flow-detail-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  ._404 {
    font-size: 130px;
  }

  .user-form-heading {
    margin-bottom: 6px;
  }

  ._404-btn-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .pass-input-field {
    padding-left: 10px;
    padding-right: 10px;
  }

  .counter-card-block, .about-counter-card-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-counter-card-block.happy-clients, .about-counter-card-block.team-member {
    border-right-style: none;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .tabs-content {
    margin-left: 0;
  }

  .branch-tag {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    font-size: 22px;
  }

  .other-page-section {
    padding-bottom: 20px;
  }

  .policy-text-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .style-guide-right-side {
    border-style: none;
  }

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

  .changelog-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 10px;
  }

  .changelog-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
  }

  .border-button-fill {
    padding: 8px 10px;
  }

  .pop-up-wrapper {
    display: none;
  }

  .small-type-wrapper {
    max-width: 90vw;
  }

  .small-type {
    font-size: 1.1rem;
  }

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

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

  .text-sector-btt {
    font-size: 1.1rem;
  }

  .div-sectors._1 {
    height: 180px;
  }

  .div-block-3, .grid-3 {
    width: 70%;
  }

  .text-block-3 {
    text-align: left;
    flex-flow: column;
  }

  .text-block-4, .heading-4 {
    text-align: left;
  }

  .footer-logo-address-wrapper {
    align-items: stretch;
  }

  .footer-menus-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .footer-logo-image {
    width: auto;
    max-height: none;
  }

  .footer-logo-address {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-copyright-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .small-text {
    font-size: 12px;
    line-height: 1.4em;
  }

  .uppercase-text {
    font-size: 12px;
  }

  .footer-address-contact {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-columns-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .logomark-circle {
    display: none;
  }

  .footer-menu-links {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .link-block-2 {
    width: 148px;
  }

  .footer-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .top-foot-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-wrap {
    border-radius: 0;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .dropdown-title {
    font-size: 18px;
  }

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

  .navbar-en {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .dropdown-title-wrapper {
    margin-bottom: .7rem;
  }

  .primary-button-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-content-wrap {
    padding: 1rem 1rem 1rem 0;
  }

  .dropdown-menu-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .split-contant.navbar-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

#w-node-a6e59b82-c88f-597b-d35f-178ace7b5888-b0b2c2f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1441c444-1687-4d3b-a52a-9a5be6b69ed2-b0b2c2f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_1240b3db-9d29-e6a1-d43c-e8c1e0087442-b0b2c2f0 {
  justify-self: stretch;
}

#w-node-_94a19a50-ba85-a998-48fe-cb75548c6ae2-b0b2c2f0 {
  order: 0;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3a98b181-bc41-b64b-42b6-1baa65bb2f4f-3ef8b5e1 {
  justify-self: auto;
}

#w-node-_2283e05f-dcce-3f50-7295-38893ef8b622-3ef8b5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto start;
}

#w-node-_058473ee-1548-106e-9572-0b5b91edab65-91edab5f, #w-node-_058473ee-1548-106e-9572-0b5b91edab74-91edab5f, #w-node-_058473ee-1548-106e-9572-0b5b91edab83-91edab5f, #w-node-_058473ee-1548-106e-9572-0b5b91edab92-91edab5f, #w-node-_058473ee-1548-106e-9572-0b5b91edaba1-91edab5f, #w-node-_058473ee-1548-106e-9572-0b5b91edabb0-91edab5f {
  place-self: stretch stretch;
}

#w-node-ced7e431-36df-3c1a-457a-a724fd9dc640-fd9dc614, #w-node-ced7e431-36df-3c1a-457a-a724fd9dc65a-fd9dc614, #w-node-ced7e431-36df-3c1a-457a-a724fd9dc673-fd9dc614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-b0b2c2f1 {
  place-self: center start;
}

#w-node-_050b4051-4148-451c-c01a-4090152be3ac-b0b2c2f1 {
  justify-self: start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-b0b2c2f1, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-b0b2c2f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a3dd16de-c2ec-04f1-0320-fa84ce0dde31-b0b2c2f1, #w-node-_592a83f6-0b7f-d819-9ebe-eac7216411de-b0b2c2f2 {
  place-self: center start;
}

#w-node-b76f59ca-481d-4b13-a640-d527dffc6a8c-b0b2c2f2, #w-node-fd495af6-1156-2b32-9df4-caa761682261-b0b2c2f2, #w-node-_011648c6-5425-261d-efb7-8072c78fc121-b0b2c2f2 {
  place-self: start;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-93e1d366 {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-93e1d366, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-93e1d366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-d70ebe3b {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-d70ebe3b, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-d70ebe3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-c8558b66 {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-c8558b66, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-c8558b66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-16a4170f {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-16a4170f, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-16a4170f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-798133f7 {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-798133f7, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-798133f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6e59b82-c88f-597b-d35f-178ace7b5888-224bcbc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1441c444-1687-4d3b-a52a-9a5be6b69ed2-224bcbc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end start;
}

#w-node-_1240b3db-9d29-e6a1-d43c-e8c1e0087442-224bcbc7 {
  justify-self: stretch;
}

#w-node-_94a19a50-ba85-a998-48fe-cb75548c6ae2-224bcbc7 {
  order: 0;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_40c84b12-3648-c095-a898-43a8670eacdf-670eacdb {
  justify-self: auto;
}

#w-node-_40c84b12-3648-c095-a898-43a8670ead3e-670eacdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto start;
}

#w-node-_6d09c708-5bc3-df0b-d7b9-ec44509c84ac-509c84a6, #w-node-_6d09c708-5bc3-df0b-d7b9-ec44509c84c9-509c84a6, #w-node-_6d09c708-5bc3-df0b-d7b9-ec44509c84e0-509c84a6, #w-node-_6d09c708-5bc3-df0b-d7b9-ec44509c84f7-509c84a6, #w-node-_6d09c708-5bc3-df0b-d7b9-ec44509c8513-509c84a6, #w-node-_6d09c708-5bc3-df0b-d7b9-ec44509c8526-509c84a6 {
  place-self: stretch stretch;
}

#w-node-c077cf49-2795-2ec6-ba7f-2308ba3a5460-ba3a5434, #w-node-c077cf49-2795-2ec6-ba7f-2308ba3a547a-ba3a5434, #w-node-c077cf49-2795-2ec6-ba7f-2308ba3a5493-ba3a5434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-9ade47a2 {
  place-self: center start;
}

#w-node-_050b4051-4148-451c-c01a-4090152be3ac-9ade47a2 {
  justify-self: start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-9ade47a2, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-9ade47a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a3dd16de-c2ec-04f1-0320-fa84ce0dde31-9ade47a2, #w-node-_592a83f6-0b7f-d819-9ebe-eac7216411de-4175f8d4 {
  place-self: center start;
}

#w-node-b76f59ca-481d-4b13-a640-d527dffc6a8c-4175f8d4, #w-node-fd495af6-1156-2b32-9df4-caa761682261-4175f8d4, #w-node-_011648c6-5425-261d-efb7-8072c78fc121-4175f8d4 {
  place-self: start;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-990011a2 {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-990011a2, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-990011a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-7e579720 {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-7e579720, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-7e579720 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-68036061 {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-68036061, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-68036061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-6ff53104 {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-6ff53104, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-6ff53104 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-293729b8 {
  place-self: center start;
}

#w-node-c1267595-96a5-8ca2-e11b-f889563802e8-293729b8, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-293729b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a6e59b82-c88f-597b-d35f-178ace7b5888-b0b2c2f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1441c444-1687-4d3b-a52a-9a5be6b69ed2-b0b2c2f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_1240b3db-9d29-e6a1-d43c-e8c1e0087442-b0b2c2f0 {
    justify-self: stretch;
  }

  #w-node-_94a19a50-ba85-a998-48fe-cb75548c6ae2-b0b2c2f0 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-b0b2c2f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-b0b2c2f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_050b4051-4148-451c-c01a-4090152be3ac-b0b2c2f1, #w-node-c1267595-96a5-8ca2-e11b-f889563802e8-b0b2c2f1, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-b0b2c2f1 {
    justify-self: start;
  }

  #w-node-a3dd16de-c2ec-04f1-0320-fa84ce0dde31-b0b2c2f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-a3dd16de-c2ec-04f1-0320-fa84ce0dde5a-b0b2c2f1, #w-node-_592a83f6-0b7f-d819-9ebe-eac7216411db-b0b2c2f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_592a83f6-0b7f-d819-9ebe-eac7216411de-b0b2c2f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_40ad9c62-6f18-fd3d-85d6-dccf64b625fa-93e1d366, #w-node-_40ad9c62-6f18-fd3d-85d6-dccf64b625fe-93e1d366, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-93e1d366 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-93e1d366 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-a5f01a73-ded7-7b6c-f02c-8cfc99ef1ae3-d70ebe3b, #w-node-a5f01a73-ded7-7b6c-f02c-8cfc99ef1ae7-d70ebe3b, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-d70ebe3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-d70ebe3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-f0a13285-c985-8018-6434-6dd3e93f1c7a-c8558b66, #w-node-f9414d3d-9134-4794-fb4f-b3ea8d158c3b-c8558b66, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-c8558b66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-c8558b66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_31c0a8d6-24f1-c07c-8d9a-7e29f6cfe1e3-16a4170f, #w-node-_31c0a8d6-24f1-c07c-8d9a-7e29f6cfe1e7-16a4170f, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-16a4170f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-16a4170f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-a3d8353e-88db-d753-1fb0-0f4ba30a22c8-798133f7, #w-node-a3d8353e-88db-d753-1fb0-0f4ba30a22cc-798133f7, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-798133f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-798133f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-e5c44013-f772-9257-e152-03c52fd49f3e-1d09028d, #w-node-e5c44013-f772-9257-e152-03c52fd49f42-1d09028d, #w-node-a6e59b82-c88f-597b-d35f-178ace7b5888-224bcbc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1441c444-1687-4d3b-a52a-9a5be6b69ed2-224bcbc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_1240b3db-9d29-e6a1-d43c-e8c1e0087442-224bcbc7 {
    justify-self: stretch;
  }

  #w-node-_94a19a50-ba85-a998-48fe-cb75548c6ae2-224bcbc7 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-9ade47a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-9ade47a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_050b4051-4148-451c-c01a-4090152be3ac-9ade47a2, #w-node-c1267595-96a5-8ca2-e11b-f889563802e8-9ade47a2, #w-node-_04dec5f2-52be-5441-a718-a2feed9b0466-9ade47a2 {
    justify-self: start;
  }

  #w-node-a3dd16de-c2ec-04f1-0320-fa84ce0dde31-9ade47a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-a3dd16de-c2ec-04f1-0320-fa84ce0dde5a-9ade47a2, #w-node-_592a83f6-0b7f-d819-9ebe-eac7216411db-4175f8d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_592a83f6-0b7f-d819-9ebe-eac7216411de-4175f8d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_40ad9c62-6f18-fd3d-85d6-dccf64b625fa-990011a2, #w-node-_40ad9c62-6f18-fd3d-85d6-dccf64b625fe-990011a2, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-990011a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-990011a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-a5f01a73-ded7-7b6c-f02c-8cfc99ef1ae3-7e579720, #w-node-a5f01a73-ded7-7b6c-f02c-8cfc99ef1ae7-7e579720, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-7e579720 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-7e579720 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-f0a13285-c985-8018-6434-6dd3e93f1c7a-68036061, #w-node-f9414d3d-9134-4794-fb4f-b3ea8d158c3b-68036061, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-68036061 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-68036061 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_31c0a8d6-24f1-c07c-8d9a-7e29f6cfe1e3-6ff53104, #w-node-_31c0a8d6-24f1-c07c-8d9a-7e29f6cfe1e7-6ff53104, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-6ff53104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-6ff53104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-a3d8353e-88db-d753-1fb0-0f4ba30a22c8-293729b8, #w-node-a3d8353e-88db-d753-1fb0-0f4ba30a22cc-293729b8, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4a-293729b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-293729b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-e5c44013-f772-9257-e152-03c52fd49f3e-438e63f9, #w-node-e5c44013-f772-9257-e152-03c52fd49f42-438e63f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1441c444-1687-4d3b-a52a-9a5be6b69ed2-b0b2c2f0 {
    order: -9999;
  }

  #w-node-_3a98b181-bc41-b64b-42b6-1baa65bb2f4f-3ef8b5e1 {
    order: 9999;
  }

  #w-node-_2283e05f-dcce-3f50-7295-38893ef8b622-3ef8b5e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-b0b2c2f1 {
    order: 9999;
  }

  #w-node-_050b4051-4148-451c-c01a-4090152be3ac-b0b2c2f1 {
    justify-self: start;
  }

  #w-node-a3dd16de-c2ec-04f1-0320-fa84ce0dde31-b0b2c2f1, #w-node-_592a83f6-0b7f-d819-9ebe-eac7216411de-b0b2c2f2, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-93e1d366, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-d70ebe3b, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-c8558b66, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-16a4170f, #w-node-_3c5fd40a-1071-a213-d4f7-b39267df1581-67df157d, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-798133f7 {
    order: 9999;
  }

  #w-node-_1441c444-1687-4d3b-a52a-9a5be6b69ed2-224bcbc7 {
    order: -9999;
  }

  #w-node-_40c84b12-3648-c095-a898-43a8670eacdf-670eacdb {
    order: 9999;
  }

  #w-node-_40c84b12-3648-c095-a898-43a8670ead3e-670eacdb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-9ade47a2 {
    order: 9999;
  }

  #w-node-_050b4051-4148-451c-c01a-4090152be3ac-9ade47a2 {
    justify-self: start;
  }

  #w-node-a3dd16de-c2ec-04f1-0320-fa84ce0dde31-9ade47a2, #w-node-_592a83f6-0b7f-d819-9ebe-eac7216411de-4175f8d4, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-990011a2, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-7e579720, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-68036061, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-6ff53104, #w-node-_0dfe9ad4-cf60-ed4c-7962-8553a01c15ac-a01c15a8, #w-node-e12f9a5a-4ef9-092b-c6a9-ab33059f0e4d-293729b8 {
    order: 9999;
  }
}


