:root {
  --body: #333;
  --title: black;
  --primary: #004773;
  --desktop: 150px;
  --tablet: 100px;
  --landscape-mobile: 80px;
  --portrait-mobile: 60px;
  --bg: white;
  --secondary: #f4f5eb;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

@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 {
  color: var(--body);
  background-color: #fafafa;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  background-color: var(--primary);
  color: #000;
  text-align: center;
  border-left: 0 #e2e2e2;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link.w--current {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-menu {
  display: flex;
}

.nav-right {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-button {
  grid-column-gap: 8px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 110%;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.nav-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.nav-button.desktop {
  font-size: 16px;
}

.nav-button.mobile {
  display: none;
}

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

.nav-text.hover {
  position: absolute;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  margin-bottom: 0;
}

.page-data {
  margin-bottom: var(--desktop);
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.sg-section {
  margin-bottom: var(--desktop);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-font {
  margin-top: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.body-large {
  font-size: 18px;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-main {
  background-color: var(--primary);
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 120px;
  height: 120px;
}

.color-main.title-color {
  background-color: var(--title);
}

.color-main.body-color {
  background-color: var(--body);
}

.color-main.bg {
  background-color: var(--bg);
}

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

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.button-wrap {
  margin-top: 40px;
  display: flex;
}

.primary-button {
  grid-column-gap: 12px;
  color: #fff;
  background-color: #000;
  border-style: none;
  border-width: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 5px 5px 20px;
  font-size: 14px;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.primary-button.hover {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
  transition: background-color .3s, color .3s;
}

.primary-button.hover:hover {
  background-color: var(--primary);
  color: #000;
}

.button-icon {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  display: flex;
}

.button-icon.submit {
  position: absolute;
  inset: 5px 5px 5px auto;
}

.footer {
  background-color: #000;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft-bottom {
  grid-column-gap: 60px;
  color: #999;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.ft-policy {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #999;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

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

.ft-dot {
  background-color: #ffffff26;
  border-radius: 50%;
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.footer-top {
  padding-top: 80px;
  padding-bottom: 110px;
}

.ft-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ft-left {
  width: 100%;
  max-width: 35%;
}

.ft-right {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 52%;
  display: flex;
}

.footer-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.form {
  position: relative;
}

.footer-input {
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  height: auto;
  min-height: 56px;
  margin-bottom: 0;
  padding: 10px 155px 10px 20px;
  font-size: 14px;
  line-height: 150%;
}

.footer-input:focus {
  border-color: #ffffff80;
}

.footer-input::placeholder {
  color: #fff;
}

.footer-button {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 52px 15px 20px;
  font-size: 14px;
  line-height: 110%;
}

.submit-button {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 5px 5px 5px auto;
}

.contact-form {
  margin-bottom: 0;
}

.ft-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ft-menu {
  flex-flow: column;
  display: flex;
}

.ft-link {
  color: #999;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: color .3s;
}

.ft-link:hover, .ft-link.w--current {
  color: #fff;
}

.ft-data {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.ft-title {
  color: var(--title);
  border-bottom: 1px solid #ffffff26;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.ft-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.ft-address {
  color: var(--title);
  width: 100%;
  max-width: 220px;
  font-size: 16px;
  line-height: 170%;
}

.ft-info-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

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

.info-inner {
  padding-bottom: 30px;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.single-text {
  max-width: 800px;
  margin-bottom: 0;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.licensing-title {
  margin-bottom: 0;
}

.disclaimer {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 60px;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.license-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  margin-bottom: 0;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

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

.utility-page-content {
  background-color: var(--bg);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 452px;
  margin-bottom: 0;
  padding: 60px 50px;
  display: flex;
}

.error-data {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.error-info {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

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

.pass-body {
  background-color: var(--secondary);
}

.pass-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.field-label {
  grid-column-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.input {
  color: #000;
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #0000001a;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 6px;
  font-size: 14px;
  line-height: 150%;
}

.input:focus {
  border-bottom-color: #00000080;
}

.sub-title {
  grid-column-gap: 8px;
  color: var(--title);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 110%;
  display: flex;
}

.contact {
  margin-bottom: var(--desktop);
}

.contact-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-img {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  max-width: 46%;
  position: relative;
  overflow: hidden;
}

.contact-left {
  width: 100%;
  max-width: 54%;
}

.success-message {
  background-color: var(--primary);
  color: #000;
  text-align: center;
  border-radius: 10px;
}

.error-message {
  color: #000;
  text-align: center;
  border-radius: 10px;
}

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

.textarea {
  color: #000;
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #0000001a;
  border-radius: 0;
  height: auto;
  min-height: 100px;
  margin-bottom: 0;
  padding: 0 0 6px;
  font-size: 14px;
  line-height: 150%;
}

.textarea:focus {
  border-bottom-color: #00000080;
}

.contact-button {
  flex-flow: column;
  display: flex;
  position: relative;
}

.contact-btn {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  padding: 15px 52px 15px 20px;
  font-size: 14px;
  line-height: 110%;
}

.get-in-touch {
  margin-bottom: var(--desktop);
  background-color: var(--secondary);
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.gt-wrap {
  grid-column-gap: 100px;
  display: flex;
}

.gt-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.gt-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 55%;
  display: grid;
}

.gt-block {
  grid-column-gap: 20px;
  background-color: var(--bg);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.gt-icon {
  background-color: var(--secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.gt-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.gt-heading {
  color: var(--title);
  font-size: 16px;
  line-height: 170%;
}

.gt-social {
  grid-column-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.gt-line {
  background-color: #0000001a;
  width: 22px;
  height: 1px;
}

.gt-social-wrap {
  grid-column-gap: 5px;
  display: flex;
}

.social-link {
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.social-link:hover {
  border-color: var(--bg);
  background-color: var(--bg);
}

.faq {
  margin-bottom: var(--desktop);
}

.section-title {
  margin-bottom: 20px;
}

.faq-title {
  margin-bottom: 0;
}

.faq-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-img {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  max-width: 38%;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
}

.faq-right {
  width: 100%;
  max-width: 62%;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-info {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-info.top {
  padding-top: 0;
}

.ans-box {
  padding-top: 10px;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.que {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.horizontal-line {
  background-color: #000;
  width: 15px;
  height: 1px;
  position: absolute;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.ans-text {
  margin-bottom: 0;
}

.verticle-line {
  background-color: #000;
  width: 1px;
  height: 15px;
}

.reviews {
  margin-bottom: var(--desktop);
}

.review-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-item {
  display: flex;
}

.pagination {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
}

.previous-button {
  grid-column-gap: 12px;
  color: #fff;
  background-color: #000;
  border-style: none;
  border-width: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px 5px 5px;
  font-size: 14px;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.review-block {
  grid-row-gap: 50px;
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 35px;
  display: flex;
}

.review-quote {
  margin-bottom: 15px;
}

.review-text {
  margin-bottom: 0;
}

.review-data {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.review-img {
  background-color: #fafafa;
  border-radius: 50%;
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 55px;
  max-height: 55px;
}

.review-name {
  color: #000;
  font-size: 16px;
  line-height: 170%;
}

.section-heading {
  margin-bottom: 0;
}

.blogs {
  margin-bottom: var(--desktop);
}

.empty-state {
  background-color: var(--primary);
  color: #000;
  text-align: center;
  border-radius: 10px;
}

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

.post-item {
  display: flex;
}

.post-block {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.post-img {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 280px;
  max-height: 280px;
}

.post-title {
  margin-top: 8px;
  margin-bottom: 0;
}

.post-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.post-dot {
  background-color: #0000001a;
  border-radius: 50%;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.post-main {
  margin-bottom: var(--desktop);
}

.post-main-img {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.post-main-title {
  width: 100%;
  max-width: 900px;
  margin-bottom: 15px;
}

.post-data {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing {
  margin-bottom: var(--desktop);
}

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

.pricing-block {
  grid-row-gap: 40px;
  background-color: var(--secondary);
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 35px;
  display: flex;
}

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

.pricing-price {
  color: #000;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.price-text {
  font-size: 28px;
  line-height: 110%;
}

.pricing-top {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.pricing-heading {
  margin-bottom: 20px;
}

.pricing-list {
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-features {
  background-image: url('../images/ic-check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 30px;
}

.pricing-button {
  grid-column-gap: 10px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.pricing-button.fill {
  color: #fff;
  background-color: #000;
}

.pricing-table {
  margin-bottom: var(--desktop);
}

.plan-wrapper {
  background-color: var(--bg);
  border: 1px solid #0000001a;
}

.plan-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.plan-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 38%;
  padding: 22px 40px;
  display: flex;
}

.plan-left.head {
  border-bottom: 1px solid #0000001a;
}

.plan-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 62%;
  display: grid;
}

.plan-head {
  grid-row-gap: 18px;
  border-bottom: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.plan-title {
  margin-bottom: 0;
  font-weight: 400;
}

.plan-price {
  color: #000;
  font-size: 18px;
  line-height: 150%;
}

.plan-data {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.plan-sub-title {
  margin-bottom: 0;
}

.plan-box {
  color: #000;
  text-align: center;
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.plan-icon {
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
}

.services {
  margin-bottom: var(--desktop);
}

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

.service-item {
  display: flex;
}

.service-block {
  border-radius: 10px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.service-img {
  background-color: var(--bg);
  width: 100%;
  position: relative;
}

.service-image {
  object-fit: cover;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
}

.service-inner {
  color: #fff;
  background-image: linear-gradient(#0000, #0000004d);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 20px;
  line-height: 150%;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-data {
  background-color: var(--bg);
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  inset: auto 15px 15px;
}

.service-sub-title {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.service-main {
  margin-bottom: var(--desktop);
}

.service-main-img {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-details {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.works {
  margin-bottom: var(--desktop);
}

.work-list {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.work-item {
  display: flex;
}

.work-block {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.work-img {
  background-color: var(--bg);
  width: 100%;
}

.work-image {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
}

.work-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-title {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.work-info {
  width: 100%;
  max-width: 56%;
}

.work-arrow {
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
}

.work-main {
  margin-bottom: var(--desktop);
}

.work-details {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 74%;
  display: flex;
}

.work-rich-text ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.work-rich-text li {
  margin-bottom: 0;
}

.work-main-img {
  background-color: var(--bg);
  width: 100%;
}

.work-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 650px;
}

.work-left {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 26%;
  display: flex;
  position: sticky;
  top: 60px;
}

.work-line {
  background-color: #0000001a;
  width: auto;
  height: 1px;
}

.work-info-data {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.mission {
  margin-bottom: var(--desktop);
}

.mission-wrap {
  grid-column-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mission-img {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  max-width: 32%;
  position: relative;
  overflow: hidden;
}

.mission-right {
  width: 100%;
  max-width: 68%;
}

.mission-title {
  margin-bottom: 20px;
}

.mission-bottom {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mission-image {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  max-width: 26%;
  position: relative;
  overflow: hidden;
}

.mission-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 74%;
  display: flex;
}

.team {
  margin-bottom: var(--desktop);
}

.team-wrap {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-block {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.team-img {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 356px;
  max-height: 356px;
}

.team-name {
  color: #000;
  font-size: 18px;
  line-height: 170%;
}

.awards {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.awards-wrapper {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.awards-right {
  grid-row-gap: 144px;
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  display: flex;
}

.awards-info-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.awards-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.awards-block {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.awards-name {
  margin-bottom: 4px;
}

.awards-left {
  grid-row-gap: 80px;
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.awards-bottom {
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.awards-top {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.awards-logo-scroll {
  grid-column-gap: 20px;
  display: flex;
}

.awards-logo-scroll.reverse {
  justify-content: flex-end;
  align-items: stretch;
}

.awards-box {
  filter: grayscale();
  background-color: #fafafa;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  max-width: 170px;
  min-height: 78px;
  max-height: 78px;
  padding: 20px;
  display: flex;
}

.awards-logo {
  min-width: 112px;
  max-width: 112px;
  min-height: 32px;
  max-height: 32px;
}

.awards-linear {
  background-image: linear-gradient(90deg, #fff, #fff0);
  min-width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.awards-linear.right {
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.vision {
  margin-bottom: var(--desktop);
  background-color: var(--secondary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.vision-wrap {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  display: grid;
}

.vision-block {
  grid-column-gap: 20px;
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.vision-icon {
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
}

.vision-title {
  margin-bottom: 8px;
}

.story {
  margin-bottom: var(--desktop);
}

.story-wrapper {
  grid-column-gap: 60px;
  display: flex;
}

.story-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 28%;
  display: flex;
}

.story-right {
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 72%;
  display: flex;
}

.story-img {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.story-heading {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 10px;
}

.story-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.story-image {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  max-width: 62%;
  position: relative;
  overflow: hidden;
}

.story-info-wrap {
  grid-row-gap: 22px;
  flex-flow: column;
  width: 100%;
  max-width: 38%;
  display: flex;
}

.story-block {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 22px;
  font-size: 14px;
  line-height: 150%;
}

.story-facts {
  color: #000;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 100%;
}

.facts {
  margin-bottom: var(--desktop);
}

.facts-wrapper {
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.facts-left {
  grid-row-gap: 60px;
  background-color: var(--secondary);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 26%;
  padding: 40px 35px;
  display: flex;
}

.facts-heading {
  grid-column-gap: 8px;
  color: var(--title);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 110%;
  display: flex;
}

.facts-right {
  width: 100%;
  max-width: 74%;
  display: flex;
}

.facts-right-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 34%;
  display: grid;
}

.facts-block {
  grid-row-gap: 15px;
  background-color: var(--bg);
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  font-size: 16px;
  display: flex;
}

.facts-block.bg {
  background-color: var(--primary);
  border-bottom: 1px solid #0000001a;
}

.facts-block.spacing {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 40px;
}

.facts-text {
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.facts-data {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  width: 100%;
  max-width: 66%;
}

.facts-img {
  background-color: var(--bg);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.facts-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-section {
  margin-bottom: var(--desktop);
  background-color: var(--secondary);
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.cs-wrapper {
  grid-column-gap: 90px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cs-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 34%;
  margin-bottom: 0;
  display: flex;
}

.cs-sub-title {
  grid-column-gap: 8px;
  color: var(--title);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 34%;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 110%;
  display: flex;
}

.about {
  margin-bottom: var(--landscape-mobile);
  background-color: var(--bg);
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-top {
  grid-column-gap: 60px;
  margin-bottom: 60px;
  display: flex;
}

.about-title {
  margin-bottom: 20px;
  padding-top: 5px;
}

.about-left {
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.about-right {
  grid-row-gap: 40px;
  background-color: var(--primary);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 40%;
  padding: 35px;
  display: flex;
}

.about-icon {
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
}

.about-heading {
  margin-bottom: 0;
}

.about-info {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-bottom {
  grid-column-gap: 33px;
  border-top: 1px solid #0000001a;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.trusted-logo {
  object-fit: contain;
  width: 100%;
  max-width: 120px;
}

.service-section {
  margin-bottom: var(--desktop);
  background-color: var(--bg);
}

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

.service-left {
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 60px;
  display: flex;
}

.service-right {
  grid-row-gap: 30px;
  border-left: 1px solid #0000001a;
  flex-flow: column;
  padding-top: 50px;
  display: flex;
  overflow: hidden;
}

.ss-block {
  grid-column-gap: 78px;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 50px;
  text-decoration: none;
  display: flex;
}

.ss-block.last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.ss-title {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
}

.service-icon {
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
}

.hero-img {
  background-color: var(--bg);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 375px;
  max-height: 700px;
}

.hero-top {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.hero-left {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.hero-title {
  margin-bottom: 0;
  font-size: 50px;
}

.hero-right {
  text-align: right;
  width: 100%;
  max-width: 20%;
  font-size: 14px;
  line-height: 150%;
}

.hero-text {
  margin-top: 15px;
  margin-bottom: 0;
}

.hero-data {
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 6px;
  display: flex;
}

.customer-img {
  background-color: var(--bg);
  border: 1px solid #fff;
  border-radius: 50%;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  margin-right: -6px;
  overflow: hidden;
}

.customer-image {
  object-fit: cover;
  width: 100%;
  min-height: 45px;
  max-height: 45px;
}

.hero-wrapper {
  background-image: url('../images/hero-line.svg');
  background-position: 0 0;
  background-size: auto;
}

.on-scroll {
  background-color: var(--bg);
  width: 102%;
  height: 102%;
  display: none;
  position: absolute;
  inset: 0%;
}

.location-icon {
  width: 100%;
  max-width: 33px;
  margin-top: 6px;
}

.ft-mail {
  color: var(--title);
  font-size: 16px;
  line-height: 170%;
  text-decoration: none;
  transition: color .3s;
}

.ft-mail:hover {
  color: var(--body);
}

.cs-right {
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 66%;
  margin-bottom: 0;
  display: flex;
}

.cs-info {
  margin-top: 0;
  margin-bottom: 0;
}

.cs-img {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.cs-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cs-heading {
  margin-bottom: 0;
}

.work-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.work-sub-title {
  margin-bottom: 0;
}

.image {
  width: 100%;
  max-width: 100px;
}

.image-2 {
  width: 100%;
  max-width: 50px;
}

.image-3 {
  width: 100%;
  max-width: 33px;
}

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

.gallery-block {
  cursor: pointer;
}

.explore-btn {
  color: #f7f7f7;
  cursor: pointer;
  background-color: #0074a2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px;
  font-size: 16px;
  transition: opacity .6s;
}

.explore-btn:hover {
  background-color: #f08c3c;
  margin-top: 20px;
}

.gs-img {
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: absolute;
  top: 0;
}

.gs-img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.gs-seven {
  padding-top: 0%;
  position: relative;
  overflow: visible;
}

.gs-one {
  backface-visibility: hidden;
  perspective: none;
  background-color: #f7f7f7;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.gs-one:hover {
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #fef7ea;
  position: relative;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area . Area-2" minmax(295px, 295px)
                 ". . Area-2"
                 ". . ."
                 / 295px minmax(295px, 295px) minmax(295px, 295px) minmax(295px, 295px);
  grid-auto-rows: minmax(auto, 295px);
  grid-auto-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gs-seven-content {
  background-color: #e2eff4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
}

.gs-seven-content:hover {
  background-color: #e2eff4;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.gs-six {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.gs-nine-content {
  background-color: #fdf2e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: relative;
}

.gs-nine-content:hover {
  background-color: #fdf2e9;
  border-radius: 0;
  overflow: hidden;
}

.gs-desc {
  color: #112631;
  text-transform: uppercase;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.gs-four {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gs-content {
  color: #c07b7b;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .5s;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.gs-content:hover {
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50%;
  background-color: #f7f7f7;
  border-radius: 0;
  overflow: hidden;
  transform: none;
}

.gs-three-content {
  background-color: #fef7ea;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0 10px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.gs-three-content:hover {
  background-color: #fef7ea;
  border-radius: 0;
  overflow: hidden;
}

.gs-ten {
  position: relative;
  overflow: hidden;
}

.gs-ten.gs-gallery {
  padding-top: 47%;
}

.gs-eleven {
  position: relative;
  overflow: hidden;
}

.gs-eleven.gs-gallery {
  padding-top: 47%;
}

.gs-three {
  width: 100%;
  max-width: 295px;
  height: 100%;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs-three:hover {
  background-color: #f7f7f7;
}

.gs-nine {
  background-color: #fdf2e9;
  position: relative;
  overflow: visible;
}

.gs-five {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gs-three-title {
  color: #4a494b;
  text-align: center;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
  display: flex;
  position: relative;
}

.gs-eight {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.title-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gs-two {
  width: 100%;
  height: 100%;
  padding-top: 47%;
  position: relative;
  overflow: hidden;
}

.container-2 {
  max-width: 1440px;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.line-block {
  border: 2px solid #f08c3c;
  width: 50px;
  margin-right: 10px;
  padding-right: 0;
}

.gs-small-title {
  color: #f08c3c;
  margin-top: 10px;
  font-weight: 500;
  line-height: 40px;
}

.gs-small-desc {
  color: #112631;
  margin-top: 30px;
  font-size: 16px;
}

.section_gallery10 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.margin-bottom, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery10_list {
  column-count: 3;
  column-gap: 2rem;
  margin-top: 60px;
}

.gallery10_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery10_image7 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 2rem;
}

.gallery10_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.gallery10_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery10_image1, .gallery10_image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gallery10_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-2 {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .explore-btn, .explore-btn:hover {
    margin-top: 20px;
  }

  .gs-desc {
    line-height: 59px;
  }

  .gs-small-title {
    line-height: 50px;
  }

  .gs-small-desc {
    margin-top: 10px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  blockquote {
    padding: 30px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .top-line {
    background-color: #000;
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container {
    max-width: 100%;
  }

  .center-line {
    background-color: #000;
    width: 24px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .btm-line {
    background-color: #000;
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fafafa;
    border-bottom: 1px solid #0000001a;
    flex-flow: column;
    padding: 20px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav-button.desktop {
    display: none;
  }

  .nav-button.mobile {
    margin-top: 12px;
    display: flex;
  }

  .nav-text.hover {
    display: none;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--tablet);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .rich-text {
    max-width: 100%;
  }

  .ft-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column-reverse;
  }

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

  .ft-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .ft-left {
    max-width: 60%;
  }

  .ft-right {
    max-width: none;
  }

  .ft-address {
    font-size: 14px;
    line-height: 150%;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .utility-page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .contact-img, .contact-left {
    max-width: none;
  }

  .get-in-touch {
    margin-bottom: var(--tablet);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gt-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .gt-left {
    grid-row-gap: 30px;
    max-width: 80%;
  }

  .gt-right {
    max-width: 100%;
  }

  .faq {
    margin-bottom: var(--tablet);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .faq-img, .faq-right {
    max-width: none;
  }

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

  .reviews {
    margin-bottom: var(--tablet);
  }

  .review-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .review-block {
    grid-row-gap: 30px;
    padding: 25px;
  }

  .review-quote {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .review-text {
    font-size: 14px;
    line-height: 150%;
  }

  .review-img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .review-image {
    min-height: 50px;
    max-height: 50px;
  }

  .blogs {
    margin-bottom: var(--tablet);
  }

  .post-list {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .post-block {
    grid-row-gap: 10px;
  }

  .post-image {
    min-height: 238px;
    max-height: 238px;
  }

  .post-main {
    margin-bottom: var(--tablet);
  }

  .post-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .post-details {
    margin-top: 40px;
  }

  .post-main-title {
    max-width: none;
    font-size: 40px;
  }

  .pricing {
    margin-bottom: var(--tablet);
  }

  .pricing-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-block {
    grid-row-gap: 30px;
    padding: 25px;
  }

  .pricing-title {
    margin-bottom: 6px;
  }

  .pricing-heading {
    margin-bottom: 16px;
  }

  .pricing-table {
    margin-bottom: var(--tablet);
  }

  .plan-left {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .plan-right {
    max-width: 70%;
  }

  .plan-head {
    grid-row-gap: 10px;
    padding: 12px;
    font-size: 12px;
  }

  .plan-title, .plan-price {
    font-size: 16px;
  }

  .plan-box {
    font-size: 14px;
    line-height: 150%;
  }

  .services {
    margin-bottom: var(--tablet);
  }

  .service-list {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .service-block {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .service-image {
    min-height: 340px;
    max-height: 340px;
  }

  .service-inner {
    display: none;
  }

  .service-data {
    border-radius: 0;
    padding: 18px;
    font-size: 14px;
    line-height: 150%;
    position: static;
  }

  .service-sub-title {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .service-main {
    margin-bottom: var(--tablet);
  }

  .service-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .service-details {
    margin-top: 40px;
  }

  .works {
    margin-bottom: var(--tablet);
  }

  .work-list {
    grid-row-gap: 50px;
  }

  .work-block {
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .work-image {
    min-height: auto;
    max-height: none;
  }

  .work-title {
    font-size: 26px;
  }

  .work-info {
    max-width: 75%;
  }

  .work-arrow {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .work-main {
    margin-bottom: var(--tablet);
  }

  .work-details, .work-main-img {
    max-width: none;
  }

  .work-main-image {
    min-height: 400px;
  }

  .work-left {
    grid-row-gap: 12px;
    max-width: 40%;
    position: static;
  }

  .mission {
    margin-bottom: var(--tablet);
  }

  .mission-wrap {
    grid-column-gap: 30px;
  }

  .mission-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .mission-image {
    display: none;
  }

  .mission-left {
    grid-row-gap: 30px;
    max-width: none;
    font-size: 14px;
    line-height: 150%;
  }

  .team {
    margin-bottom: var(--tablet);
  }

  .team-wrap {
    grid-column-gap: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .team-image {
    min-height: auto;
    max-height: none;
  }

  .team-name {
    font-size: 16px;
  }

  .awards {
    margin-bottom: var(--tablet);
  }

  .awards-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .awards-right {
    grid-row-gap: 60px;
    padding: 30px;
  }

  .awards-left {
    grid-row-gap: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .awards-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vision {
    margin-bottom: var(--tablet);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vision-wrap {
    grid-column-gap: 25px;
  }

  .vision-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 25px;
    font-size: 14px;
    line-height: 150%;
  }

  .story {
    margin-bottom: var(--tablet);
  }

  .story-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .story-left {
    max-width: none;
  }

  .story-right {
    grid-row-gap: 30px;
    max-width: none;
  }

  .story-img {
    display: none;
  }

  .story-wrap {
    grid-column-gap: 30px;
  }

  .story-info-wrap {
    grid-row-gap: 20px;
  }

  .story-block {
    padding-bottom: 20px;
  }

  .facts {
    margin-bottom: var(--tablet);
  }

  .facts-wrapper {
    flex-flow: column;
  }

  .facts-left {
    grid-row-gap: 40px;
    border-bottom: 1px solid #0000001a;
    max-width: none;
    padding: 30px;
  }

  .facts-heading {
    margin-bottom: 10px;
  }

  .facts-right {
    max-width: none;
  }

  .facts-block {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    font-size: 14px;
    line-height: 150%;
  }

  .facts-block.spacing {
    padding: 30px;
  }

  .facts-text {
    font-size: 36px;
  }

  .facts-data {
    border-left-style: none;
    border-left-width: 0;
    flex-flow: column;
    display: flex;
  }

  .facts-img, .facts-image {
    height: 100%;
  }

  .contact-section {
    margin-bottom: var(--tablet);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .cs-left {
    grid-row-gap: 30px;
    max-width: none;
  }

  .cs-sub-title {
    max-width: none;
  }

  .about {
    margin-bottom: var(--tablet);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-top {
    grid-column-gap: 40px;
    margin-bottom: 40px;
  }

  .about-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .about-left {
    grid-row-gap: 30px;
    font-size: 14px;
    line-height: 150%;
  }

  .about-right {
    padding: 25px;
    font-size: 14px;
    line-height: 150%;
  }

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

  .about-info {
    grid-column-gap: 10px;
  }

  .about-bottom {
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

  .service-section {
    margin-bottom: var(--tablet);
  }

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

  .service-left {
    grid-row-gap: 40px;
  }

  .service-right {
    border-top: 1px solid #0000001a;
    border-left-style: none;
    border-left-width: 0;
    padding-top: 30px;
  }

  .ss-block {
    padding-left: 0;
  }

  .ss-title {
    margin-bottom: 10px;
  }

  .hero-image {
    min-height: 375px;
  }

  .hero-top {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-left {
    max-width: none;
  }

  .hero-right {
    max-width: 35%;
  }

  .ft-mail {
    font-size: 14px;
    line-height: 150%;
  }

  .cs-right {
    grid-row-gap: 30px;
    max-width: none;
  }

  .work-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 40px;
  }

  .gallery-block {
    position: relative;
    overflow: visible;
  }

  .explore-btn {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .explore-btn:hover {
    margin-top: 15px;
  }

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

  .gallery-section {
    position: relative;
    overflow: hidden;
  }

  .gs-desc {
    font-size: 42px;
    line-height: 54px;
  }

  .gs-small-desc {
    margin-top: 15px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
  }

  .container {
    max-width: 100%;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-title {
    font-size: 30px;
  }

  .page-data, .sg-section {
    margin-bottom: var(--landscape-mobile);
  }

  .font-inner {
    flex-wrap: wrap;
  }

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

  .text-heading, .body-font {
    font-size: 60px;
  }

  .font-title {
    font-size: 16px;
  }

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

  .color-main {
    width: 80px;
    height: 80px;
  }

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

  .ft-left {
    max-width: 84%;
  }

  .ft-right {
    grid-column-gap: 40px;
  }

  .ft-heading, .ft-link {
    font-size: 14px;
    line-height: 150%;
  }

  .ft-data {
    grid-row-gap: 30px;
  }

  .ft-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .license-field {
    font-size: 16px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 18px;
  }

  .cs-title {
    font-size: 56px;
  }

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

  .utility-page-content {
    max-width: 90%;
    padding: 40px;
  }

  .error-data {
    max-width: 90%;
  }

  .error-info {
    margin-top: 40px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

  .form-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
  }

  .get-in-touch {
    margin-bottom: var(--landscape-mobile);
  }

  .gt-left {
    max-width: none;
  }

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

  .gt-title {
    font-size: 20px;
  }

  .gt-block {
    grid-column-gap: 16px;
    padding: 12px;
  }

  .faq {
    margin-bottom: var(--landscape-mobile);
  }

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

  .que-text {
    font-size: 16px;
    line-height: 170%;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile);
  }

  .review-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile);
  }

  .post-list {
    grid-column-gap: 20px;
  }

  .post-image {
    min-height: 172px;
    max-height: 172px;
  }

  .post-title {
    font-size: 16px;
  }

  .post-info {
    grid-column-gap: 8px;
    font-size: 12px;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile);
  }

  .post-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .post-main-title {
    font-size: 32px;
  }

  .pricing {
    margin-bottom: var(--landscape-mobile);
  }

  .pricing-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .pricing-table {
    margin-bottom: var(--landscape-mobile);
  }

  .plan-left {
    padding: 14px;
    font-size: 14px;
  }

  .plan-head {
    grid-row-gap: 8px;
    padding: 10px;
    font-size: 10px;
  }

  .plan-title {
    font-size: 12px;
    font-weight: 500;
  }

  .plan-price {
    font-size: 14px;
  }

  .plan-sub-title {
    font-size: 16px;
  }

  .plan-box {
    padding: 14px;
  }

  .plan-icon {
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
  }

  .services {
    margin-bottom: var(--landscape-mobile);
  }

  .service-list {
    grid-column-gap: 20px;
  }

  .service-image {
    min-height: 244px;
    max-height: 244px;
  }

  .service-data {
    padding: 16px;
  }

  .service-sub-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .service-main {
    margin-bottom: var(--landscape-mobile);
  }

  .service-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .works {
    margin-bottom: var(--landscape-mobile);
  }

  .work-list {
    grid-row-gap: 40px;
  }

  .work-block {
    grid-row-gap: 25px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .work-title {
    font-size: 20px;
  }

  .work-info {
    max-width: 90%;
    font-size: 14px;
    line-height: 150%;
  }

  .work-arrow {
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
  }

  .work-main {
    margin-bottom: var(--landscape-mobile);
  }

  .work-main-image {
    min-height: 300px;
  }

  .work-left {
    max-width: none;
  }

  .mission {
    margin-bottom: var(--landscape-mobile);
  }

  .mission-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mission-img, .mission-right {
    max-width: none;
  }

  .team {
    margin-bottom: var(--landscape-mobile);
  }

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

  .awards {
    margin-bottom: var(--landscape-mobile);
  }

  .awards-right {
    grid-row-gap: 40px;
    padding: 25px;
    font-size: 14px;
    line-height: 150%;
  }

  .awards-title {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .awards-info-wrap {
    grid-row-gap: 16px;
  }

  .awards-name {
    font-size: 16px;
  }

  .awards-left {
    grid-row-gap: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .awards-bottom {
    grid-row-gap: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .awards-linear {
    min-width: 70px;
  }

  .vision {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vision-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .story {
    margin-bottom: var(--landscape-mobile);
  }

  .story-right, .story-bottom {
    font-size: 14px;
    line-height: 150%;
  }

  .story-heading {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .story-title {
    font-size: 22px;
  }

  .story-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .story-image {
    max-width: none;
  }

  .story-info-wrap {
    grid-row-gap: 16px;
    max-width: none;
  }

  .story-block {
    padding-bottom: 16px;
  }

  .story-facts {
    font-size: 28px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile);
  }

  .facts-left {
    grid-row-gap: 30px;
  }

  .facts-block {
    padding: 20px 25px;
    font-size: 14px;
    line-height: 150%;
  }

  .facts-block.spacing {
    padding: 20px 25px;
  }

  .facts-text {
    font-size: 32px;
  }

  .contact-section {
    margin-bottom: var(--landscape-mobile);
  }

  .cs-wrapper {
    grid-row-gap: 30px;
  }

  .cs-left {
    grid-row-gap: 25px;
    font-size: 14px;
    line-height: 150%;
  }

  .about {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-top {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-left {
    max-width: none;
  }

  .about-right {
    grid-row-gap: 30px;
    max-width: none;
  }

  .service-section {
    margin-bottom: var(--landscape-mobile);
  }

  .service-left {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .service-right {
    grid-row-gap: 25px;
    padding-top: 25px;
  }

  .ss-block {
    grid-column-gap: 60px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 150%;
  }

  .hero-image {
    min-height: 280px;
  }

  .hero-top {
    padding-top: 40px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-right {
    display: none;
  }

  .explore-btn {
    padding: 15px;
  }

  .grid.gallery-grid {
    grid-template-columns: 295px;
  }

  .gs-desc {
    font-size: 30px;
    line-height: 39px;
  }

  .gs-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-three-title {
    max-width: none;
    font-size: 25px;
    line-height: 36px;
  }

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

  .line-block {
    width: 30px;
  }

  .gs-small-title {
    font-size: 20px;
  }

  .gs-small-desc {
    font-size: 15px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery10_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .gallery10_lightbox-link {
    margin-bottom: 1.5rem;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
  }

  .nav-right {
    grid-column-gap: 16px;
  }

  .main-title {
    font-size: 24px;
    line-height: 150%;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile);
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .ft-bottom {
    grid-row-gap: 8px;
    font-size: 12px;
  }

  .ft-policy {
    grid-row-gap: 6px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

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

  .ft-left {
    max-width: none;
  }

  .ft-right {
    grid-column-gap: 120px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .form {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-input {
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .submit-button {
    position: relative;
    inset: auto;
  }

  .ft-data {
    width: 100%;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    font-size: 14px;
  }

  .license-field {
    margin-bottom: 0;
  }

  .version-info {
    align-items: start;
  }

  .version-name {
    font-size: 16px;
  }

  .heading-block {
    grid-row-gap: 6px;
  }

  .version-title {
    font-size: 16px;
  }

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

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cs-text {
    margin-bottom: 40px;
  }

  .utility-page-content {
    padding: 20px;
  }

  .error-info {
    grid-row-gap: 30px;
  }

  .pass-field {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .field-label {
    margin-bottom: 4px;
  }

  .input {
    padding-bottom: 4px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-wrap {
    grid-row-gap: 30px;
  }

  .form-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact-button {
    position: relative;
    inset: auto;
  }

  .get-in-touch {
    margin-bottom: var(--portrait-mobile);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gt-wrap {
    grid-row-gap: 30px;
  }

  .gt-left {
    grid-row-gap: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .gt-right {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .faq {
    margin-bottom: var(--portrait-mobile);
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-wrap {
    grid-row-gap: 25px;
  }

  .que {
    grid-column-gap: 15px;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile);
  }

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

  .review-quote {
    margin-bottom: 6px;
  }

  .review-data {
    grid-column-gap: 10px;
    font-size: 12px;
  }

  .review-img {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .review-image {
    min-height: 40px;
    max-height: 40px;
  }

  .review-name {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 150%;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-image {
    min-height: 230px;
    max-height: 260px;
  }

  .post-title {
    margin-top: 6px;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile);
  }

  .post-main-image {
    min-height: 230px;
    max-height: 230px;
  }

  .post-details {
    margin-top: 30px;
  }

  .post-main-title {
    font-size: 26px;
    line-height: 140%;
  }

  .pricing {
    margin-bottom: var(--portrait-mobile);
  }

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

  .pricing-title {
    font-size: 18px;
  }

  .price-text {
    font-size: 20px;
  }

  .pricing-top {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 150%;
  }

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

  .pricing-features {
    font-size: 14px;
    line-height: 150%;
  }

  .pricing-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing-table {
    margin-bottom: var(--portrait-mobile);
  }

  .plan-wrapper {
    overflow: scroll;
  }

  .plan-left {
    min-width: 56%;
    max-width: 56%;
  }

  .plan-right {
    min-width: 390px;
    max-width: 390px;
  }

  .services {
    margin-bottom: var(--portrait-mobile);
  }

  .service-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .service-image {
    min-height: auto;
    max-height: none;
  }

  .service-main {
    margin-bottom: var(--portrait-mobile);
  }

  .service-main-image {
    min-height: 230px;
    max-height: 230px;
  }

  .service-details {
    margin-top: 30px;
  }

  .works {
    margin-bottom: var(--portrait-mobile);
  }

  .work-block {
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-top {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }

  .work-title {
    font-size: 16px;
  }

  .work-info {
    max-width: none;
  }

  .work-arrow {
    display: none;
  }

  .work-main {
    margin-bottom: var(--portrait-mobile);
  }

  .work-main-image {
    min-height: 230px;
  }

  .work-left {
    grid-row-gap: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .mission, .team {
    margin-bottom: var(--portrait-mobile);
  }

  .team-wrap {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
  }

  .team-name {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 150%;
  }

  .awards {
    margin-bottom: var(--portrait-mobile);
  }

  .awards-wrapper {
    grid-row-gap: 25px;
  }

  .awards-right {
    padding: 20px;
  }

  .awards-title {
    font-size: 18px;
  }

  .awards-block {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .awards-left {
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .awards-bottom {
    grid-row-gap: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 150%;
  }

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

  .vision {
    margin-bottom: var(--portrait-mobile);
  }

  .vision-wrap {
    margin-top: 25px;
  }

  .story {
    margin-bottom: var(--portrait-mobile);
  }

  .story-wrap {
    grid-row-gap: 18px;
  }

  .story-facts {
    font-size: 24px;
  }

  .facts {
    margin-bottom: var(--portrait-mobile);
  }

  .facts-left {
    padding: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .facts-right {
    flex-flow: column;
  }

  .facts-right-grid {
    max-width: none;
  }

  .facts-block, .facts-block.spacing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .facts-text {
    font-size: 28px;
  }

  .facts-data {
    border-right-style: none;
    border-right-width: 0;
    flex-flow: column-reverse;
    max-width: none;
  }

  .contact-section {
    margin-bottom: var(--portrait-mobile);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about {
    margin-bottom: var(--portrait-mobile);
  }

  .about-top {
    margin-bottom: 30px;
  }

  .about-title {
    font-size: 20px;
  }

  .about-right {
    padding: 20px;
  }

  .about-icon {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
  }

  .service-section {
    margin-bottom: var(--portrait-mobile);
  }

  .service-left {
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 150%;
  }

  .service-right {
    grid-row-gap: 20px;
    padding-top: 20px;
  }

  .ss-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    padding-bottom: 20px;
  }

  .ss-title {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .service-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .hero-image {
    min-height: 300px;
  }

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

  .hero-left {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-title {
    text-align: center;
    font-size: 30px;
    line-height: 150%;
  }

  .cs-right {
    font-size: 20px;
  }

  .work-wrap {
    margin-top: 30px;
  }

  .explore-btn {
    margin-top: 20px;
    padding: 10px;
  }

  .explore-btn:hover {
    margin-top: 20px;
  }

  .gs-seven, .gs-one {
    margin-bottom: 20px;
  }

  .grid.gallery-grid {
    grid-template-rows: minmax(295px, 295px);
    grid-template-columns: minmax(100%, 1fr) minmax(100%, 1fr);
    grid-auto-flow: row;
    display: block;
  }

  .gs-six {
    margin-bottom: 20px;
  }

  .gs-desc {
    font-size: 25px;
    line-height: 32px;
  }

  .gs-four {
    margin-bottom: 20px;
  }

  .gs-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-ten, .gs-eleven {
    margin-bottom: 20px;
    padding-top: 100%;
  }

  .gs-three {
    max-width: none;
    padding-bottom: 20px;
  }

  .gs-nine, .gs-five {
    margin-bottom: 20px;
  }

  .gs-three-title {
    padding: 40px 10px;
  }

  .gs-eight, .gs-two {
    margin-bottom: 20px;
  }

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

  .gs-small-title {
    font-size: 16px;
  }

  .gs-small-desc {
    margin-top: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_3b3497c3-2ebb-56b8-621b-bc6865864a3e-94eca6ec, #w-node-_3b3497c3-2ebb-56b8-621b-bc6865864a43-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d897575f6-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d897575f8-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d897575fb-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757600-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757605-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757608-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d8975760c-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757611-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757614-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757618-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d8975761d-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757620-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757624-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757629-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d8975762c-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757630-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757635-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757638-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d8975763c-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757641-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757644-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757648-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d8975764d-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757650-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757654-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757659-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d8975765c-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757660-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757665-94eca6ec, #w-node-_1e7dbc42-0629-129f-cfa6-5c3d89757668-94eca6ec, #w-node-f41df35e-64e4-db18-dd95-d48318ef1fb1-94eca6ed, #w-node-f41df35e-64e4-db18-dd95-d48318ef1fba-94eca6ed, #w-node-c36e77e1-2412-2ac8-8c0e-037b8fe56b3d-94eca6ee, #w-node-c36e77e1-2412-2ac8-8c0e-037b8fe56b40-94eca6ee, #w-node-c36e77e1-2412-2ac8-8c0e-037b8fe56b41-94eca6ee, #w-node-c36e77e1-2412-2ac8-8c0e-037b8fe56b43-94eca6ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f44614-d8eb-d07e-d1ff-85ba22b909f5-94eca6f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a61ea5c9-7e04-5e12-6226-541eb1449243-94eca6fb, #w-node-_4e4f7394-dd55-3df9-3420-f1dcb360e386-94eca6fb, #w-node-_3e64d8d0-66f0-321b-dcd9-a26264daedbf-94eca6fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723fa4ce-d279-6346-8479-4c81e1f5e73b-9182bfa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-f7f44614-d8eb-d07e-d1ff-85ba22b909f5-94eca6f5, #w-node-_723fa4ce-d279-6346-8479-4c81e1f5e73b-9182bfa7 {
    grid-column: span 1 / span 1;
  }
}


