@font-face {
  font-family: Generalsans Bold;
  src: url('../fonts/GeneralSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans Medium;
  src: url('../fonts/GeneralSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-white: #f1f1f1;
  --dark-slate-blue: #064681;
  --midnight-blue: #051b37;
  --alice-blue: #f1f1f1;
  --light-steel-blue: #b7dafb;
  --royal-steel-blue: #4f8cc6;
  --white: white;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

@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(--off-white);
  color: var(--dark-slate-blue);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans Bold, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans Bold, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans Bold, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

h5 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}

h6 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
}

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

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

li {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

figure {
  margin-bottom: 10px;
}

.form-input {
  border: 1px solid var(--dark-slate-blue);
  background-color: var(--alice-blue);
  height: 55px;
  color: var(--midnight-blue);
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.form-input:focus {
  border-color: var(--dark-slate-blue);
  background-color: var(--light-steel-blue);
}

.form-input::placeholder {
  color: var(--midnight-blue);
}

.form-input.form-textarea {
  height: 200px;
}

.color-box {
  border: 1px solid var(--light-steel-blue);
  border-radius: 0;
  width: 150px;
  height: 150px;
}

.text-right {
  text-align: right;
}

.guide-item {
  text-align: center;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.style-guide-wrapper {
  margin-bottom: 60px;
}

.style-guide-wrapper.last {
  margin-bottom: 0;
}

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

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.button-primary-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--alice-blue);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-primary-1:hover {
  background-color: var(--dark-slate-blue);
  color: var(--alice-blue);
}

.button-primary-1.button-coming-soon {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rich-text ul, .rich-text p, .rich-text ol, .rich-text figure, .rich-text blockquote {
  margin-bottom: 40px;
}

.margin-bottom-54 {
  margin-bottom: 54px;
}

.style-guide-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.style-guide-content.form {
  display: block;
}

.style-guide-content.list-style {
  grid-column-gap: 20px;
}

.styled-guide-heading-badge {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.styled-guide-heading-badge.center {
  justify-content: center;
}

.styled-guide-heading-badge.right {
  justify-content: flex-end;
}

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

.heading-h2 {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-family: Generalsans Bold, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-h5 {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}

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

.form-select {
  border: 1px solid var(--midnight-blue);
  background-color: var(--alice-blue);
  height: 55px;
  color: var(--midnight-blue);
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  transition: border-color .3s ease-in-out;
}

.form-select:focus {
  border-color: var(--midnight-blue);
  background-color: var(--light-steel-blue);
}

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

.margin-bottom-36 {
  margin-bottom: 36px;
}

.heading-badge {
  color: #fff;
  background-color: #be4aa5;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 12px;
}

.text-italic {
  font-style: italic;
}

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

.text-underline {
  text-decoration: underline;
}

.text-lead {
  font-size: 22px;
  line-height: 1.4em;
}

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

.style-guide-alignment {
  width: 100%;
}

.style-guide-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.styled-guide-heading-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading-h3 {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-family: Generalsans Bold, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.margin-bottom-28 {
  margin-bottom: 28px;
}

.checkbox-label {
  padding-left: 6px;
}

.heading-h4 {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.style-guide-box {
  border: 1px solid var(--light-steel-blue);
  padding: 10px 10px 20px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 0;
  padding: 15px 20px;
}

.style-guide-title {
  color: #0b0133;
}

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

.heading-h1 {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-family: Generalsans Bold, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1.2em;
}

.no-margin {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.no-margin.services {
  margin-bottom: 15px;
  font-size: 40px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.text-mark {
  background-color: var(--dark-slate-blue);
  color: var(--light-steel-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.text-bold {
  font-weight: 600;
}

.radio-button {
  border-color: var(--midnight-blue);
  width: auto;
  min-width: 20px;
  height: auto;
  min-height: 20px;
  margin-top: 0;
  transition: border .3s ease-in-out;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--midnight-blue);
  background-color: var(--light-steel-blue);
}

.radio-button.w--redirected-focus {
  border-color: var(--midnight-blue);
  box-shadow: none;
}

.container-box {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  text-align: center;
  padding: 15px 20px;
}

.container-box.inner-container.left {
  margin-left: 0;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.checkbox {
  border-color: var(--midnight-blue);
  border-radius: 0;
  width: auto;
  min-width: 20px;
  height: auto;
  min-height: 20px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  background-position: 50%;
  background-size: auto;
  border-radius: 0;
}

.checkbox.w--redirected-focus {
  border-color: var(--midnight-blue);
  box-shadow: none;
  border-radius: 0;
  transition: background-color .3s ease-in-out;
}

.color-box-name {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.text-small {
  font-size: 14px;
  line-height: 1.3em;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #03cd69;
  border-radius: 0;
  padding: 15px;
}

.styled-guide-heading {
  border-bottom: 1px solid #e6e5ea;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.styled-guide-heading.last {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.style-guide-header {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  margin-bottom: 30px;
  padding: 20px;
}

.heading-class-badge {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 12px;
}

.radio-button-label {
  padding-left: 6px;
}

.container-medium {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.input-group {
  align-items: center;
  margin-bottom: 20px;
}

.style-guide-spacing-box {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  text-align: center;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.heading-h6 {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

.margin-class-box {
  background-color: var(--light-steel-blue);
  width: 100%;
  display: flex;
}

.text-delete {
  text-decoration: line-through;
}

.bg-primary-1 {
  background-color: var(--midnight-blue);
}

.bg-secondary-1 {
  background-color: var(--royal-steel-blue);
}

.bg-secondary-2 {
  background-color: var(--light-steel-blue);
}

.bg-primary-2 {
  background-color: var(--dark-slate-blue);
}

.button-primary-outline {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-primary-outline:hover {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
}

.button-secondary-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-secondary-2:hover {
  background-color: var(--royal-steel-blue);
}

.container {
  width: 100%;
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
}

.container.relative, .container.absolute {
  position: relative;
}

.container.flex {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-small {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.inner-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.inner-container-small {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-spacing-top {
  padding-top: 120px;
}

.section-spacing-bottom {
  padding-bottom: 120px;
}

.footer {
  background-color: var(--off-white);
  padding-top: 0;
  padding-bottom: 20px;
}

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

.footer-logo-wrap {
  margin-bottom: 30px;
}

.footer-social-link {
  background-color: var(--royal-steel-blue);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--midnight-blue);
}

.footer-title {
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-social-icon {
  height: 15px;
}

.footer-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--dark-slate-blue);
  font-weight: 400;
  text-decoration: none;
  transition: border .3s ease-in-out;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--midnight-blue);
  text-decoration: underline;
}

.footer-social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--royal-steel-blue);
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1.25fr 1.25fr .75fr .5fr;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-social-item {
  margin-top: auto;
}

.footer-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.text-primary-1 {
  color: var(--midnight-blue);
}

.text-primary-2 {
  color: var(--dark-slate-blue);
}

.text-primary-2.text-size-small {
  font-size: 37px;
}

.footer-contact-item-inline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: inline-flex;
}

.footer-contact-icon {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.footer-contact-link {
  color: var(--dark-slate-blue);
  font-size: 18px;
  text-decoration: none;
}

.footer-contact-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  display: flex;
}

.more-templates {
  z-index: 1000;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 30px;
  padding: 1px 10px 1px 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.dropdown-link {
  color: var(--royal-steel-blue);
  padding: 5px 0;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--light-steel-blue);
}

.navbar {
  z-index: 999999;
  background-color: var(--off-white);
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.nav-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.grid-navbar {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(135px, .5fr) 2.5fr minmax(200px, .5fr);
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.dropdown-list {
  border: 1px solid var(--royal-steel-blue);
  background-color: var(--dark-slate-blue);
  border-radius: 0;
  width: 200px;
  margin-top: 15px;
  padding: 10px 20px;
}

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

.nav-link {
  color: var(--midnight-blue);
  margin: 0 5px;
  padding: 15px 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

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

.nav-link.w--current {
  color: #0b0133;
  margin: 0;
  padding-top: 15px;
  font-size: 18px;
}

.nav-link.contact-us {
  display: none;
}

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

.navbar-right.nav-hide {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.nav-link {
  margin: 15px 10px;
  font-size: 18px;
}

.hero-inner {
  padding-top: 50px;
}

.hero-inner.sign-up {
  background-image: url('../images/Globus-Zagasena-plava_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 50px;
}

.hero-inner-content {
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
  text-align: center;
  padding: 50px;
}

.hero-inner-title {
  color: var(--alice-blue);
  font-size: 72px;
}

.bg-secondary-3 {
  background-color: var(--alice-blue);
}

.link-in-bio-social-icon {
  height: 18px;
}

.link-in-bio-button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.link-in-bio-title {
  color: var(--alice-blue);
  font-size: 48px;
}

.link-in-bio-icon {
  width: 60px;
}

.link-in-bio {
  background-color: var(--royal-steel-blue);
  max-width: 650px;
  color: var(--alice-blue);
  text-align: center;
  flex-direction: column;
  padding: 60px;
  display: flex;
  position: relative;
}

.link-in-bio-social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.link-in-bio-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.link-in-bio-icon-wrap {
  background-color: var(--light-steel-blue);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-in-bio-social-link {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.coming-soon-social-icon {
  height: 18px;
}

.coming-soon-icon {
  height: 150px;
  margin-bottom: 20px;
}

.subscribe-form {
  align-items: flex-start;
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.utility-page-coming-soon {
  background-color: var(--light-steel-blue);
  max-width: 800px;
  color: var(--midnight-blue);
  text-align: center;
  flex-direction: column;
  padding: 60px;
  display: flex;
  position: relative;
}

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

.coming-soon-social-link {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.utility-page-content {
  background-color: var(--royal-steel-blue);
  width: 650px;
  color: var(--midnight-blue);
  text-align: center;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

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

.error-description {
  margin-bottom: 30px;
}

.error-title {
  font-size: 150px;
}

.hero-bg-image-section {
  background-image: linear-gradient(#051b3766, #051b3766), url('../images/hero-bg-image-01_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 70px;
}

.hero-bg-image-section.hero {
  background-image: none;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-wrap {
  width: 90%;
}

.hero-content-wrap.flex-centered {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  width: 60%;
  color: var(--alice-blue);
  font-weight: 400;
}

.text-secondary-1 {
  color: var(--light-steel-blue);
  -webkit-text-stroke-width: 0px;
}

.hero-title {
  color: #051b3780;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--light-steel-blue);
  font-size: 120px;
}

.hero-title.home {
  font-size: 60px;
}

.about-section.bg-secondary-2.section-spacing {
  margin-top: 0;
  padding-top: 200px;
}

.about-section.bg-secondary-2.section-spacing.about {
  padding-top: 100px;
}

.grid-about {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: -150px;
}

.counter-number-lg {
  color: var(--royal-steel-blue);
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1em;
}

.text-secondary-3 {
  color: var(--royal-steel-blue);
}

.about-counter-title-inline {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: auto;
  display: flex;
}

.about-counter-title-inline.homepage {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.about-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 50px;
}

.about-title-wrap.two {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 70px;
  position: static;
}

.grid-about-description {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  margin-top: 20px;
  margin-bottom: 60px;
}

.grid-about-description.homepage {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.grid-about-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 80px;
}

.about-counter-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(129deg, var(--midnight-blue), #fff0), url('../images/About-us-right-one.webp');
  color: var(--light-steel-blue);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  margin-top: -30px;
  margin-bottom: 70px;
  padding: 30px;
  display: flex;
}

.about-counter-wrap.right {
  background-image: linear-gradient(216deg, var(--midnight-blue) 24%, #fff0 66%), url('../images/About-us-right-one.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-counter-wrap.left {
  background-image: linear-gradient(137deg, var(--midnight-blue) 6%, #fff0 68%), url('../images/About-Home-section.avif');
}

.counter-inner-number {
  color: var(--alice-blue);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-weight: 600;
}

.grid-counter-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-counter-inner.two {
  margin-top: auto;
}

.grid-counter-inner.two.opacity-0 {
  opacity: 0;
}

.grid-counter-inner.right {
  justify-content: flex-end;
  align-items: center;
}

.counter-image {
  flex: 0 auto;
  width: 50px;
  height: 50px;
}

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

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

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

.section-title.text-center.service {
  min-height: 350px;
}

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

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

.service-item {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  transition: transform .3s ease-in-out;
  display: flex;
}

.service-item:hover {
  transform: translate(0, -3px);
}

.service-item.three {
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
}

.service-item.two {
  border: 1px solid var(--midnight-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
}

.service-item.four {
  background-color: var(--dark-slate-blue);
}

.service-icon {
  height: 50px;
}

.text-secondary-2 {
  color: var(--alice-blue);
}

.button-center {
  justify-content: center;
  display: flex;
}

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

.step-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.step-icon-wrap {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.step-icon {
  width: 40px;
  height: 40px;
}

.step-number-wrap {
  background-color: var(--light-steel-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -20px -20px auto auto;
}

.step-decoration {
  opacity: .6;
  margin-top: 50px;
}

.client-section {
  background-color: var(--midnight-blue);
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.grid-client-inline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start center;
}

.grid-client-inline.two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
}

.client-sm {
  height: 80px;
}

.client-sm.white {
  background-color: var(--off-white);
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.client-inline-marquee {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-section.section-spacing.bg-primary-1 {
  background-color: var(--dark-slate-blue);
}

.work-section.service-section-spaceing {
  margin-top: 120px;
  margin-bottom: 120px;
}

.empty-state {
  border: 1px solid var(--midnight-blue);
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  text-align: center;
}

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

.work-item-inline {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  border-bottom: 1px solid var(--light-steel-blue);
  width: 100%;
  color: var(--dark-slate-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.work-item-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrow-icon {
  flex: none;
  width: 30px;
  height: 30px;
}

.work-title-inline {
  margin-bottom: 0;
  font-size: 26px;
}

.testimonial-section {
  background-image: linear-gradient(to top, var(--midnight-blue) 27%, #051b37b3 34%, #051b37b3 103%), url('../images/testimonial-bg-image-01_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.testimonial-section.section-spacing {
  background-image: linear-gradient(0deg, var(--midnight-blue) 27%, #051b37b3 34%, #051b37b3 103%), url('../images/Handes-odelao.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.testimonial-title-center {
  grid-row-gap: 10px;
  max-width: 80%;
  color: var(--alice-blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.slide {
  width: 32%;
  margin-right: 20px;
}

.testimonial-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--light-steel-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 370px;
  padding: 30px;
  transition: all .35s ease-in;
  display: flex;
}

.testimonial-item:hover {
  transform: translate(0, -15px);
}

.testimonial-title-inline {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-icon {
  height: 35px;
  display: none;
}

.testimonial-name {
  color: var(--midnight-blue);
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}

.left-arrow {
  width: 30px;
  height: 30px;
  inset: auto 0% -100px -50px;
}

.left-arrow.desktop-hide {
  display: none;
}

.right-arrow {
  width: 30px;
  height: 30px;
  inset: auto -50px -100px 0%;
}

.right-arrow.desktop-hide, .hide {
  display: none;
}

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

.blog-split-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 50px;
}

.blog-split-description {
  margin-bottom: 30px;
}

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

.blog-item {
  text-decoration: none;
  position: relative;
}

.blog-image-wrap {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

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

.blog-split-category {
  background-color: var(--light-steel-blue);
  text-align: center;
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  inset: -4% -5% auto auto;
}

.blog-date {
  color: var(--dark-slate-blue);
  margin-bottom: 5px;
  font-size: 14px;
}

.grid-hero-split {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  margin-top: 30px;
  overflow: visible;
}

.hero-split-image-wrap {
  position: relative;
  overflow: hidden;
}

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

.hero-split-image-overlay {
  background-color: var(--midnight-blue);
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-split-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.hero-split-content {
  text-align: justify;
  width: 90%;
  margin-bottom: 50px;
}

.hero-split-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 50%;
  margin-top: auto;
  display: flex;
}

.hero-split-info-content {
  margin-bottom: 0;
}

.hero-split-icon {
  margin-top: -5px;
}

.accordion-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-item-wrap {
  border-bottom: 1px solid var(--light-steel-blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-title {
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content {
  padding-top: 10px;
}

.accordion-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.accordion-icon {
  width: 14px;
}

.accordion-section-title {
  margin-bottom: 50px;
}

.process-image-wrap {
  object-fit: fill;
  position: sticky;
  top: 50px;
}

.gid-process {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.process-image-overlay {
  background-color: var(--midnight-blue);
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-simple-title-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: baseline;
  display: flex;
}

.pricing-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.service-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.pricing-simple-price {
  margin-bottom: 0;
  font-size: 48px;
}

.pricing-feature-icon {
  flex: none;
  margin-top: 5px;
}

.pricing-pre-title {
  margin-bottom: 0;
}

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

.pricing-item {
  border: 1px solid var(--royal-steel-blue);
  background-color: var(--royal-steel-blue);
  flex-direction: column;
  height: 100%;
  padding: 30px;
  display: flex;
}

.pricing-item.two {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
}

.pricing-item.three {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: var(--dark-slate-blue);
}

.pricing-item.one {
  color: var(--light-steel-blue);
}

.pricing-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--light-steel-blue);
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.pricing-header.three {
  border-bottom-color: var(--royal-steel-blue);
}

.button-primary-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: var(--alice-blue);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-primary-2:hover {
  border-color: var(--dark-slate-blue);
  background-color: var(--midnight-blue);
  color: var(--alice-blue);
}

.work-image-inline-wrap {
  width: 300px;
  height: 400px;
  position: absolute;
  inset: -20% auto 0% 50%;
  transform: rotate(-20deg);
}

.work-image-inline {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.value-section-title {
  margin-bottom: 50px;
}

.value-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accordion-number-sm {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.process-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-section.section-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.team-image-wrap {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.team-info-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-name {
  margin-bottom: 5px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

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

.team-social-link {
  background-color: var(--royal-steel-blue);
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.team-social-icon {
  width: 13px;
}

.team-social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.counter-item {
  border-right: 1px solid var(--light-steel-blue);
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 20px 0;
  flex-direction: column;
  padding: 30px;
  transition: all .3s;
}

.counter-item:hover {
  transform: translate(0, -25px);
  box-shadow: 1px 4px 10px #00000059;
}

.grid-about-split {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.about-list-wrap {
  margin-top: 50px;
}

.about-feature-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.hero-section {
  padding-top: 50px;
}

.about-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-hero-image-wrap {
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-image-overlay {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--alice-blue) 32%, #fff0 43%);
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

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

.about-info-item-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--midnight-blue);
  background-color: var(--alice-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-info-item {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 30px;
  display: flex;
}

.about-info-item.one {
  justify-content: flex-start;
  align-items: center;
}

.about-info-item.four {
  justify-content: center;
  align-items: center;
}

.about-info-item.three {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--light-steel-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-info-image-wrap {
  background-image: url('../images/About-us-2-section.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 300px;
  padding: 21px;
  display: flex;
}

.about-content-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.grid-feature-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: auto;
}

.feature-title {
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.feature-icon {
  height: 50px;
  margin-bottom: 20px;
}

.grid-client-split {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.client-split-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-split-description {
  margin-bottom: 30px;
}

.service-section-simple {
  padding-bottom: 120px;
  overflow: hidden;
}

.service-item-inline-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-inline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  position: relative;
}

.service-title-inline-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.service-number-top {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
}

.service-inline-image-wrap {
  z-index: -1;
  opacity: 0;
  position: absolute;
  inset: -50% auto 0%;
  transform: rotate(-20deg);
}

.service-inline-image {
  object-fit: cover;
  width: 200px;
  height: 250px;
}

.service-title-inline {
  flex: 1;
  margin-bottom: 0;
  font-size: 30px;
}

.service-title-center {
  z-index: 99;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-content {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.testimonial-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: none;
}

.testimonial-title {
  color: var(--dark-slate-blue);
  margin-bottom: 5px;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.left-arrow-bottom {
  width: 15px;
  height: 15px;
  display: flex;
  inset: auto 60px 0% auto;
}

.left-arrow-bottom.desktop-hide {
  display: none;
}

.right-arrow-bottom {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  inset: auto 0 0% auto;
}

.right-arrow-bottom.desktop-hide {
  display: none;
}

.testimonial-slider-inline-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.testimonial-slider-inline-wrap {
  align-items: stretch;
  display: flex;
  position: relative;
}

.testimonial-slider-inline {
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-decoration {
  position: absolute;
  inset: 0% auto auto -20px;
}

.grid-work-lg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #b7dafb4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-item-lg {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  height: 470px;
  color: var(--dark-slate-blue);
  border-right: 1px solid #b7dafb4d;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-info.about {
  display: none;
}

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

.work-lg-image-wrap {
  display: block;
}

.work-lg-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.work-info-wrap {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.contact-form-wrap {
  background-color: var(--dark-slate-blue);
  color: var(--off-white);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 30px;
}

.contact-item {
  border: 1px solid var(--royal-steel-blue);
  background-color: var(--dark-slate-blue);
  color: var(--midnight-blue);
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.contact-item.two {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  display: none;
}

.contact-item.one {
  color: var(--light-steel-blue);
  justify-content: center;
  align-items: center;
}

.contact-info {
  margin-bottom: 20px;
}

.grid-contact-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 30px;
  display: grid;
}

.contact-item-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.contact-item-sticky {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 50px;
}

.contact-link {
  color: var(--dark-slate-blue);
  font-size: 22px;
  text-decoration: none;
}

.contact-icon {
  width: 25px;
  height: 25px;
}

.contact-item-inline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.contact-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.contact-map {
  height: 350px;
  display: none;
}

.contact-item-link {
  margin-top: auto;
}

.contact-item-link.text-secondary-1 {
  display: none;
}

.blog-category-lg {
  background-color: var(--light-steel-blue);
  text-align: center;
  margin-bottom: 20px;
  padding: 3px 20px;
  display: inline-block;
}

.blog-detail-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
}

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

.grid-team.team {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.blog-category {
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
  text-align: center;
  padding: 3px 15px;
}

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

.grid-service-split.individuals {
  grid-template-rows: auto auto auto auto;
  place-items: stretch stretch;
}

.service-item-split {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--midnight-blue);
  min-height: 320px;
  color: var(--light-steel-blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 40px 20px;
  text-decoration: none;
  transition: transform .3s ease-in-out;
  display: grid;
  position: sticky;
  top: 100px;
}

.service-item-split:hover {
  transform: scale(1.01);
}

.service-split-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--light-steel-blue);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

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

.service-hero-counter-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--midnight-blue);
  width: 80%;
  color: var(--light-steel-blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-left: auto;
  padding: 20px;
  display: grid;
}

.service-hero-image-wrap {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-hero-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.service-hero-content {
  margin-bottom: 30px;
}

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

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

.more-images-lightbox {
  cursor: zoom-in;
  width: 100%;
}

.more-images {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-info-title {
  margin-bottom: 5px;
}

.work-detail {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--midnight-blue);
  background-color: var(--light-steel-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  padding: 30px;
  display: grid;
}

.work-detail-images-wrap {
  position: sticky;
  top: 50px;
}

.work-detail-section {
  padding-top: 70px;
}

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

.work-item {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  position: relative;
}

.work-image-wrap {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

.work-category {
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
  text-align: center;
  padding: 3px 15px;
  position: absolute;
  inset: 20px auto auto 20px;
}

.grid-client-inline-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.team-detail-section {
  padding-top: 70px;
}

.grid-team-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.job-title {
  background-color: var(--dark-slate-blue);
  color: var(--alice-blue);
  margin-bottom: 15px;
  padding: 5px 20px;
  display: inline-block;
}

.team-detail-social-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 10px;
  display: flex;
}

.team-detail-social-link {
  background-color: var(--royal-steel-blue);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.team-detail-social-icon {
  width: 25px;
  height: 25px;
}

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

.team-image-sticky-wrap {
  position: sticky;
  top: 50px;
}

.blog-image-overlay, .team-image-overlay {
  background-color: var(--midnight-blue);
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-detail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.service-approach-item {
  color: var(--midnight-blue);
  margin-bottom: 15px;
}

.lead-text {
  font-size: 22px;
  line-height: 1.4em;
}

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

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

.tab-link {
  background-color: var(--royal-steel-blue);
  color: var(--light-steel-blue);
  text-align: center;
  border-radius: 0;
  padding: 15px 40px;
}

.tab-link.w--current {
  background-color: var(--midnight-blue);
  color: var(--royal-steel-blue);
}

.service-approach-list {
  margin-top: 30px;
  margin-bottom: 0;
}

.grid-service-approach {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.about-service-item {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
  padding: 30px;
}

.about-service-item.two {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
}

.about-service-item.three {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
}

.service-detail-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.service-detail-description {
  max-width: 62ch;
  margin-top: 30px;
  margin-bottom: 20px;
}

.service-page-info-title {
  margin-bottom: 20px;
}

.service-detail-section {
  padding-top: 70px;
}

.service-approach-content {
  position: sticky;
  top: 50px;
}

.service-list-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-feature-icon {
  flex: none;
  margin-top: 5px;
}

.service-detail-image-wrap {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}

.service-detail-title {
  font-size: 60px;
}

.hero-arrow-decoration {
  margin-bottom: 30px;
}

.career-hero-content-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.career-hero-image-marquee {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  display: flex;
}

.career-hero-image {
  object-fit: cover;
  width: 300px;
  height: 250px;
}

.career-hero-image-marquee-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 50px;
  display: flex;
}

.career-hero-section {
  padding-top: 50px;
  overflow: hidden;
}

.grid-career-features-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.grid-career-info-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.career-info-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
}

.job-item-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr .3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  display: grid;
}

.job-info-title {
  margin-bottom: 5px;
}

.job-description {
  margin-bottom: 30px;
}

.job-list-title {
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.hero-split-title {
  font-size: 46px;
}

.client-sm-light {
  opacity: .7;
  height: 60px;
}

.testimonial-slider-center-wrap {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.testimonial-slider-center {
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.about-info-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 150px;
}

.capabilities-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.capabilities-list {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
}

.team-info-sticky {
  position: sticky;
  top: 0;
}

.text-secondary-4 {
  color: var(--alice-blue);
}

.cancellation-policy {
  margin-bottom: 19px;
}

.list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

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

.flex {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

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

.flex.button-center {
  margin-top: 45px;
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-image-planeta {
  background-image: url('../images/Novi-logo-v3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  border-radius: 36%;
  height: 400px;
  position: absolute;
  inset: 0%;
}

.counter {
  color: var(--off-white);
  text-shadow: 6px 1px 4px #0003, 3px 1px #000;
  margin-bottom: 0;
  font-family: Generalsans Bold, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.text-span {
  color: var(--light-steel-blue);
}

.c-map_circle {
  background-color: #fffffb;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
  position: relative;
}

.c-map_image {
  z-index: 1;
  position: relative;
}

.search-section {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 59px;
}

.search-section.is--hero {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.c-map_dot {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4.8em;
  margin-left: 4.9em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-map_dot._1 {
  margin-top: 14em;
  margin-left: 6.3em;
}

.c-map_dot._2 {
  margin-top: 12.4em;
  margin-left: 30em;
}

.c-map_dot._2.hide {
  display: none;
}

.c-map_contain {
  width: 985px;
  position: relative;
}

.c-map_fill {
  z-index: -1;
  background-color: var(--royal-steel-blue);
  border-radius: 100vw;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
  position: relative;
}

.c-map_location {
  color: var(--midnight-blue);
  text-align: right;
  white-space: nowrap;
  margin-right: 2em;
  font-family: Generalsans Bold, sans-serif;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-footer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  margin-bottom: 40px;
}

.small-text {
  font-size: 14px;
  line-height: 1.35em;
}

.small-text.forgot, .small-text.reset {
  color: var(--off-white);
}

.sign-up-form-wrap {
  width: 50%;
  max-width: 600px;
  color: var(--light-steel-blue);
  margin-bottom: 0;
  padding: 30px;
}

.sign-up-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
}

.sign-up-label {
  color: var(--off-white);
  margin-bottom: 0;
  font-size: 15px;
}

.checkbox-field-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.sign-up-field-label {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  padding: 10px;
  display: inline-block;
}

.form-input-sign-up {
  border: 1px solid var(--off-white);
  background-color: var(--white);
  height: 55px;
  color: var(--midnight-blue);
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.form-input-sign-up:focus {
  border-color: var(--dark-slate-blue);
  background-color: var(--light-steel-blue);
}

.form-input-sign-up::placeholder {
  color: var(--midnight-blue);
}

.checkbox-sign-up {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.account-form-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .7;
  align-items: center;
  display: flex;
}

.small-link {
  color: #222c;
  font-variation-settings: "wght" 450;
  text-decoration: underline;
}

.footer-copyright-wrapper-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .7;
  align-items: center;
  display: flex;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.verify {
  text-align: center;
  max-width: 500px;
}

.icon-svg {
  outline-offset: 0px;
  color: #374252;
  background-color: #37425233;
  border-radius: 50%;
  outline: 6px solid #3742521a;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.icon-svg.green-svg {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
  outline-color: #eafef3;
}

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

._120-font {
  font-size: 120%;
}

.tour-step {
  display: none;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: #002aff1a;
}

.relative {
  position: relative;
}

.button-3 {
  color: #fff;
  background-color: #374252;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px #22222229;
}

.button-3:hover {
  background-color: #000;
  box-shadow: 0 5px 30px #22222229;
}

.button-3.auto {
  background-color: var(--midnight-blue);
  border-radius: 0;
  width: auto;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
}

.container---main {
  width: 100%;
  max-width: 1414px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.profile-header {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: baseline;
  padding: 55px;
}

.full-section-3 {
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 125px 25px 25px;
  display: block;
  position: relative;
}

.full-section-3.grey-bg {
  padding-top: 50px;
}

.dashboard-content-wrap-3 {
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 50px;
  display: flex;
  position: static;
  box-shadow: 0 2px 20px #1d01501a;
}

.main-container {
  width: 100%;
  max-width: 1100px;
}

.main-container.no-max-width {
  max-width: none;
}

.profile-form-container-2 {
  color: #000;
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.small-h1 {
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2em;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.input-wrapper.always-show, .input-wrapper.usa-show {
  display: block;
}

.input-label {
  z-index: 2;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.container---l {
  width: 100%;
  max-width: 902px;
}

.container---l.text-center {
  max-width: 100%;
}

.grid {
  grid-column-gap: 50px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 40px 50px;
  box-shadow: 0 2px 20px #0000001c;
}

.file-upload-heading {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

.file-upload-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.uploader {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
}

.input-description {
  opacity: .8;
  margin-top: 5px;
  margin-bottom: 6px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
  transition: height .2s;
  overflow: hidden;
}

.description {
  opacity: .6;
  color: #000;
  margin-top: 3px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
}

.preloader {
  z-index: 2147483647;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.planet-json {
  width: 550px;
}

.text-planete {
  width: 600px;
  margin-left: 6px;
  position: absolute;
}

.team-lottie {
  z-index: -2;
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.svg-filter_embed {
  display: none;
}

.button-1 {
  color: #000;
  filter: url('../images/');
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-1_content-wrap {
  background-color: var(--light-steel-blue);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 1.25rem 1.5rem;
}

.button-1_arrow-wrapper {
  background-color: var(--light-steel-blue);
  border-radius: 10.4rem;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  margin-left: -.25rem;
  display: flex;
}

.max-width {
  max-width: 40ch;
}

.button-3d {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  border: 1px solid #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 32px 24px 48px;
  text-decoration: none;
  position: relative;
  transform: scale(.9);
}

.button-3d:hover {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--midnight-blue);
}

.button-3d-2 {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  position: relative;
  transform: scale(.9);
}

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

.service-paragraph {
  text-align: left;
  min-height: 375px;
}

.search-wrapper {
  margin-left: 0;
  position: relative;
}

.search-icon-wrapper {
  align-items: center;
  height: auto;
  margin-right: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.search-img {
  opacity: 1;
  width: 2rem;
  height: 2rem;
  color: var(--midnight-blue);
  border-radius: 50%;
  padding: .5rem;
  transition: all .2s;
}

.search-img:hover {
  opacity: 1;
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--dark-slate-blue);
}

.search-pop-up-wrapper {
  z-index: 999;
  background-color: #151d53;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 3rem 0 0% auto;
  overflow: visible;
}

.search-pop-up {
  background-color: #f1f6fd;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.search-input {
  opacity: 1;
  color: #151d53;
  background-color: #0000;
  border: 0 solid #000;
  border-style: none solid solid none;
  min-width: 30rem;
  margin-bottom: 0;
}

.search-button {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Vector-48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  width: 1.5rem;
  height: 2rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.link-block {
  color: var(--off-white);
}

.flex--center {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  text-align: center;
  letter-spacing: -.03rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-filled.with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-slate-blue);
  border-style: solid;
  border-color: #051b3700;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1rem .5rem;
  transition: all .35s;
  display: flex;
}

.button.is-filled.with-icon:hover {
  border-style: solid;
  transform: translate(0, -2px);
  box-shadow: -1px 8px 17px #00000059;
}

.button.is-filled.without-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-slate-blue);
  border-style: solid;
  border-color: #051b3700;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .35s;
  display: flex;
}

.button.is-filled.without-icon:hover {
  border-style: solid;
  transform: translate(0, -2px);
  box-shadow: 4px 8px 11px -2px #00000059;
}

.button.is-filled.without-icon.secondary {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
}

.button.is-filled.without-icon.secondary.sign-up {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.button.is-filled.without-icon.secondary.absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button.is-filled.without-icon.inverted {
  border-color: var(--midnight-blue);
  background-color: var(--off-white);
  color: var(--midnight-blue);
}

.button.is-filled.without-icon.inverted:hover {
  border-width: 1px;
  border-color: #051b3700;
}

.button.is-filled.without-icon.inverted.form {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.rotate-button {
  z-index: 1;
  color: #1d1d1d;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 9px 1.8em;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.rotate-button.pad-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--midnight-blue);
  background-color: var(--dark-slate-blue);
  box-shadow: -5px 5px 0 0 var(--midnight-blue), -4px 4px 0 0 var(--midnight-blue), -3px 3px 0 0 var(--midnight-blue), -2px 2px 0 0 var(--midnight-blue), 1px -1px 0 0 var(--midnight-blue), -1px 1px 0 0 var(--midnight-blue);
  border-radius: 0 20px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .1s;
}

.rotate-button.pad-right:hover {
  box-shadow: 0 0 0 0 var(--dark-slate-blue), 0 0 0 0 var(--dark-slate-blue), 0 0 0 0 var(--dark-slate-blue), 0 0 0 0 var(--dark-slate-blue), 0 0 0 0 var(--dark-slate-blue), 0 0 0 0 var(--dark-slate-blue);
}

.button_text {
  color: var(--off-white);
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.button-shapes-wrap {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-shape {
  z-index: 1;
  width: 37px;
  height: 37px;
  position: relative;
  inset: 0%;
}

.shape-arrow {
  z-index: 2;
  filter: invert();
  object-fit: contain;
  width: 15px;
  height: 15px;
  position: absolute;
}

.counter-text {
  color: var(--off-white);
  text-align: center;
}

.max-width-60-ch {
  text-align: justify;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradienrt {
  z-index: 2;
  background-image: radial-gradient(circle, #000000b3, #00000080 44%, #fff0);
  position: absolute;
  inset: 0%;
}

.mega-button {
  z-index: 10;
  color: #101010;
  border-top: 1px solid #79797926;
  border-bottom: 1px solid #79797926;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 170px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: height .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.mega-button:hover {
  height: 220px;
}

.mega-button.home {
  margin-bottom: 0;
}

.movement-wrap {
  z-index: 5;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.huge-button-info-2 {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.big-button-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: 1em;
  font-size: 1.3em;
  position: relative;
}

.go-button {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: height .3s, width .3s;
  display: flex;
  position: relative;
}

.circle-arrow {
  object-fit: contain;
  width: 1.3em;
  font-size: 1.3em;
}

.circle-arrow.invert {
  filter: invert();
}

.footer-animated-bg-2 {
  z-index: 1;
  background-color: #f5f5f5;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-animated-bg-2.is-light-gray {
  background-color: #fbfbfb;
}

.text-block {
  font-weight: 500;
}

.expanding-blur-button {
  z-index: 10;
  background-color: var(--royal-steel-blue);
  color: #fff;
  text-align: center;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), padding .4s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.expanding-blur-button:hover {
  color: var(--midnight-blue);
  background-color: #ececec33;
  padding-top: 53px;
  padding-bottom: 53px;
}

.expanding-blur-button.team {
  margin-top: 50px;
}

.big-button-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-behind-button {
  background-color: var(--dark-slate-blue);
  padding: 10px 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.large-button {
  width: 100%;
  max-width: 450px;
  height: 70px;
  color: var(--midnight-blue);
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.165, .84, .44, 1), border-radius .3s cubic-bezier(.215, .61, .355, 1), padding .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.large-button:hover {
  background-color: var(--dark-slate-blue);
  color: #000;
  border-bottom-color: #ccc0;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.large-button-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bigbig-button-icons {
  filter: invert();
  width: 1.5rem;
  height: 1.5rem;
}

.btn_fourth-text {
  z-index: 3;
  position: relative;
}

.button_arrow-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_arrow-block.is-second {
  background-color: #fcfcfc;
  border-radius: 20px;
  padding: 5px;
  overflow: hidden;
}

.button_arrow-active {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_arrow-active.is-2 {
  top: 5px;
  left: 5px;
}

.btn_fourth-bg {
  background-color: var(--off-white);
  border-radius: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.large-button-invered {
  width: 100%;
  max-width: 500px;
  height: 70px;
  color: var(--off-white);
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.165, .84, .44, 1), border-radius .3s cubic-bezier(.215, .61, .355, 1), padding .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.large-button-invered:hover {
  background-color: var(--off-white);
  border-bottom-color: #ccc0;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.cta-text {
  font-weight: 500;
}

.recaptcha {
  margin-bottom: 15px;
}

.bigbig-button-icons-primary {
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-navlink {
  text-decoration: none;
}

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

.auto {
  margin-top: auto;
}

.flex-counter {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  height: 420px;
  padding-top: 20px;
}

.section-title-service {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.text-size-medium {
  font-size: 45px;
}

.plus {
  color: var(--off-white);
  text-shadow: 6px 1px 4px #0003, 3px 1px #000;
  margin-bottom: 0;
  font-family: Generalsans Bold, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

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

.beneficiary-bank-country {
  z-index: 2;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.error {
  color: red;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  h1, .heading-h1 {
    font-size: 72px;
  }

  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-spacing-top {
    padding-top: 100px;
  }

  .section-spacing-bottom {
    padding-bottom: 100px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-logo-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .dropdown-image {
    width: 15px;
    margin-bottom: -4px;
  }

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

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

  .logo {
    max-width: 100%;
    height: 70px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--midnight-blue);
    background-color: var(--royal-steel-blue);
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .menu-button {
    background-color: var(--light-steel-blue);
    color: var(--midnight-blue);
    border-radius: 0;
    font-size: 24px;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-blue);
    color: var(--light-steel-blue);
  }

  .dropdown-list {
    border-width: 0;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    transform: none;
  }

  .nav-link {
    color: var(--alice-blue);
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--midnight-blue);
  }

  .dropdown {
    display: block;
  }

  .dropdown-toggle {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .dropdown-toggle.nav-link {
    align-items: center;
    display: flex;
  }

  .link-in-bio {
    padding: 50px;
  }

  .link-in-bio-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-coming-soon {
    max-width: 650px;
    padding: 50px;
  }

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

  .error-title {
    font-size: 120px;
  }

  .hero-bg-image-section {
    padding-top: 180px;
  }

  .hero-bg-image-section.hero {
    background-size: auto, cover;
    min-height: 100dvh;
  }

  .hero-content-wrap {
    width: 100%;
  }

  .hero-content {
    width: 50%;
  }

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

  .about-section.bg-secondary-2.section-spacing {
    margin-top: 0;
    padding-top: 100px;
  }

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

  .about-counter-title-inline {
    order: -1;
    margin-top: 0;
    margin-right: auto;
  }

  .about-counter-title-inline.homepage {
    grid-row-gap: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .about-title-wrap.two {
    padding-bottom: 0;
  }

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

  .about-counter-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 20px;
  }

  .about-counter-wrap.right, .about-counter-wrap.left {
    margin-top: 0;
    margin-bottom: 0;
  }

  .counter-image {
    width: 60px;
    height: 60px;
  }

  .counter-info-image {
    padding-bottom: 0;
  }

  .service-section {
    padding-top: 80px;
  }

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

  .section-title.text-center.service {
    min-height: auto;
  }

  .grid-service {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
  }

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

  .grid-work-step {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .step-decoration {
    margin-top: 0;
  }

  .step-decoration.two {
    transform: rotate(180deg);
  }

  .grid-client-inline.two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .client-sm {
    height: 60px;
  }

  .client-inline-marquee {
    flex-flow: column;
  }

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

  .work-item-inline {
    padding: 20px;
  }

  .arrow-icon {
    width: 30px;
    height: 30px;
  }

  .slide {
    width: 48%;
  }

  .left-arrow.desktop-hide, .right-arrow.desktop-hide {
    display: block;
  }

  .grid-blog-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .blog-split-title-wrap {
    position: static;
  }

  .blog-split-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .blog-split-category {
    right: -3%;
  }

  .grid-hero-split {
    grid-template-columns: 1fr 1fr;
  }

  .hero-split-content-wrap {
    padding-top: 0;
  }

  .hero-split-content {
    width: 90%;
    margin-bottom: 20px;
  }

  .hero-split-info {
    width: 80%;
  }

  .accordion-section-title {
    width: 100%;
    margin-bottom: 30px;
  }

  .process-image-wrap {
    position: relative;
    top: 0;
  }

  .gid-process, .grid-pricing {
    grid-template-columns: 1fr;
  }

  .work-image-inline-wrap {
    width: 250px;
    height: 300px;
    top: -10%;
  }

  .value-section-title {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .grid-counter {
    border-bottom-width: 0;
    grid-template-columns: 1fr 1fr;
  }

  .counter-item {
    border-bottom: 1px solid var(--light-steel-blue);
    padding: 30px;
  }

  .counter-item.two {
    border-right-width: 0;
  }

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

  .about-hero-image-wrap {
    height: 400px;
  }

  .about-hero-image-overlay {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--alice-blue) 31%, #fff0 61%);
  }

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

  .about-info-item-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-info-item.one {
    padding-top: 50px;
  }

  .about-info-item.four {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-feature-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .feature-icon {
    margin-bottom: 10px;
  }

  .service-section-simple {
    padding-bottom: 100px;
  }

  .service-item-inline-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-title-inline-wrap {
    flex-direction: column;
  }

  .left-arrow-bottom.desktop-hide, .right-arrow-bottom.desktop-hide {
    display: flex;
  }

  .testimonial-slider-inline-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonial-slider-inline {
    padding: 40px;
  }

  .testimonial-decoration {
    height: 50px;
  }

  .grid-work-lg {
    border-top: 1px solid #b7dafb4d;
    border-left: 1px solid #b7dafb4d;
    border-right: 1px solid #b7dafb4d;
    grid-template-columns: 1fr 1fr;
  }

  .work-item-lg {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid #b7dafb4d;
    border-right-width: 0;
    height: auto;
    padding: 30px 20px;
  }

  .work-lg-image-wrap {
    display: block;
  }

  .work-lg-image {
    height: auto;
  }

  .work-info-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-form-wrap {
    padding: 30px;
  }

  .contact-item {
    padding: 20px;
  }

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

  .contact-map {
    height: 300px;
  }

  .blog-category-lg {
    right: -3%;
  }

  .blog-detail-image {
    height: 400px;
  }

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

  .grid-service-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .service-item-split {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px;
    position: static;
  }

  .service-split-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-service-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .service-hero-counter-wrap {
    width: 100%;
    padding: 20px;
  }

  .service-hero-image-wrap {
    padding-bottom: 0;
  }

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

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

  .work-detail {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .work-detail-section {
    padding-top: 50px;
  }

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

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

  .grid-team-detail, .grid-service-list-icon {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .service-page-info-title {
    font-size: 36px;
  }

  .service-detail-section {
    padding-top: 60px;
  }

  .service-approach-content {
    position: static;
  }

  .service-detail-image-wrap {
    height: 350px;
  }

  .hero-arrow-decoration {
    height: 50px;
  }

  .grid-career-features-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .grid-career-info-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .career-info-button-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 0;
  }

  .hero-split-title {
    font-size: 60px;
  }

  .client-sm-light {
    width: 155px;
  }

  .about-info-image {
    height: 100%;
  }

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

  .capabilities-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .search-section.is--hero {
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .c-hero_map {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .c-map_dot._1 {
    margin-top: 9.1em;
    margin-left: 4.1em;
  }

  .c-map_dot._2 {
    margin-top: 7.9em;
    margin-left: 19.8em;
  }

  .c-map_contain {
    width: 650px;
  }

  .sign-up-form-wrap {
    padding: 30px;
  }

  .sign-up-label {
    font-size: 13px;
    line-height: 1.2em;
  }

  .footer-copyright-wrapper, .footer-copyright-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dashboard-content-wrap-3 {
    padding: 4vw;
  }

  .services-wrapper {
    grid-template-columns: 1fr;
  }

  .service-column {
    margin-bottom: 30px;
  }

  .service-paragraph {
    min-height: auto;
  }

  .search-wrapper {
    display: none;
  }

  .search-pop-up-wrapper {
    display: flex;
  }

  .rotate-button {
    padding: 12px 16px;
  }

  .button_text {
    margin-right: 24px;
  }

  .circle-arrow {
    font-size: 1.1em;
  }

  .expanding-blur-button {
    width: 80%;
  }

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

  .section-title-service {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}

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

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  .rich-text ul, .rich-text p, .rich-text ol, .rich-text figure, .rich-text blockquote {
    margin-bottom: 30px;
  }

  .heading-h2 {
    font-size: 44px;
  }

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

  .heading-h3 {
    font-size: 34px;
  }

  .heading-h4 {
    font-size: 28px;
  }

  .heading-h1 {
    font-size: 54px;
  }

  .container-medium, .container, .container-small, .inner-container, .inner-container-small {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-spacing-top {
    padding-top: 80px;
  }

  .section-spacing-bottom {
    padding-bottom: 80px;
  }

  .footer {
    padding-top: 70px;
  }

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

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .more-templates {
    bottom: 10px;
    right: 10px;
  }

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

  .brand {
    padding-left: 0;
  }

  .grid-navbar {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr .5fr auto;
  }

  .dropdown-list {
    padding: 20px;
  }

  .hero-inner-title {
    font-size: 60px;
  }

  .link-in-bio {
    max-width: 100%;
    padding: 30px;
  }

  .link-in-bio-wrap {
    padding: 0;
  }

  .coming-soon-icon {
    height: 120px;
  }

  .subscribe-form {
    max-width: 100%;
  }

  .utility-page-coming-soon {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
  }

  .utility-page-wrap {
    width: 100%;
    height: auto;
  }

  .utility-page-content {
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
  }

  .error-title {
    font-size: 80px;
  }

  .hero-bg-image-section {
    padding-top: 120px;
  }

  .hero-content {
    width: 100%;
    margin-left: 0;
  }

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

  .grid-about {
    margin-bottom: 80px;
  }

  .counter-number-lg {
    font-size: 100px;
  }

  .about-counter-title-inline {
    margin-top: 10px;
  }

  .about-title-wrap {
    align-items: flex-start;
  }

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

  .counter-info-image {
    padding-bottom: 0;
  }

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

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

  .section-title.grid-title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .grid-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 60px;
  }

  .service-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

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

  .grid-client-inline {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-client-inline.two {
    grid-template-columns: 1fr 1fr;
  }

  .client-sm {
    width: 33%;
    height: auto;
  }

  .client-inline-marquee {
    flex-direction: column;
    display: block;
  }

  .work-item-inline {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 15px;
  }

  .arrow-icon {
    width: 25px;
    height: 25px;
  }

  .work-title-inline {
    font-size: 24px;
  }

  .testimonial-title-center {
    max-width: 100%;
  }

  .slider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .slide {
    width: 100%;
  }

  .testimonial-item {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 30px;
  }

  .left-arrow, .right-arrow {
    bottom: -50px;
  }

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

  .blog-split-category {
    font-size: 16px;
  }

  .grid-hero-split {
    grid-template-columns: 1fr;
  }

  .hero-split-content-wrap {
    padding-top: 0;
  }

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

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

  .gid-process {
    grid-template-columns: 1fr;
  }

  .pricing-item {
    padding: 20px;
  }

  .work-image-inline-wrap {
    display: none;
  }

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

  .team-image-wrap {
    margin-bottom: 10px;
  }

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

  .counter-item {
    padding: 20px;
  }

  .about-hero-image-wrap {
    height: 300px;
  }

  .grid-about-two {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
  }

  .about-info-item {
    text-align: center;
    padding: 20px;
  }

  .about-info-item.one {
    padding-top: 20px;
  }

  .about-info-item.four {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-feature-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .service-section-simple {
    padding-bottom: 80px;
  }

  .service-item-inline-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .service-title-inline {
    font-size: 22px;
  }

  .testimonial-content {
    font-size: 28px;
  }

  .testimonial-slider-inline-wrap {
    flex-flow: column;
    display: flex;
  }

  .testimonial-slider-inline {
    padding: 0;
  }

  .testimonial-decoration {
    display: none;
  }

  .grid-work-lg {
    grid-template-columns: 1fr;
  }

  .work-item-lg {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .work-lg-image-wrap {
    display: none;
  }

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

  .contact-form-wrap {
    padding: 20px;
  }

  .grid-contact-item {
    grid-template-columns: 1fr;
    place-items: center;
    position: static;
  }

  .contact-item-sticky {
    position: static;
  }

  .contact-map {
    height: 250px;
  }

  .blog-category-lg {
    font-size: 16px;
  }

  .blog-detail-image {
    height: 300px;
  }

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

  .blog-category {
    font-size: 16px;
  }

  .grid-service-split {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .service-item-split {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px;
  }

  .service-hero-image-wrap {
    padding-bottom: 0;
  }

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

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

  .work-detail {
    margin-bottom: 20px;
    padding: 20px;
  }

  .work-detail-images-wrap {
    position: static;
  }

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

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

  .work-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .work-image-wrap {
    margin-bottom: 10px;
  }

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

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

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

  .team-image-sticky-wrap {
    position: static;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

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

  .about-service-item {
    padding: 20px;
  }

  .service-page-info-title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .service-detail-section {
    padding-top: 50px;
  }

  .service-list-item-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .service-detail-image-wrap {
    height: 300px;
    margin-bottom: 30px;
  }

  .service-detail-title {
    font-size: 40px;
  }

  .career-hero-image-marquee {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .career-hero-image {
    width: 200px;
    height: 150px;
  }

  .career-hero-image-marquee-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-career-info-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .career-info-button-wrap {
    align-items: flex-start;
  }

  .job-item-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .job-description {
    margin-bottom: 20px;
  }

  .job-list-title {
    font-size: 20px;
  }

  .hero-split-title {
    font-size: 48px;
  }

  .client-sm-light {
    width: auto;
  }

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

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

  .about-image-planeta {
    background-size: auto 200px;
    height: auto;
  }

  .search-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-map_dot._1 {
    margin-top: 5.2em;
    margin-left: 2.6em;
  }

  .c-map_dot._2 {
    margin-top: 5em;
    margin-left: 11.6em;
  }

  .c-map_contain {
    width: 400px;
  }

  .c-map_location {
    color: var(--midnight-blue);
    margin-bottom: 0;
    margin-right: 1.5em;
    inset: 46% 0% 0% auto;
  }

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

  .sign-up-form-wrap {
    width: 60%;
    padding: 20px 15px;
  }

  .icon-svg {
    width: 36px;
  }

  .profile-header {
    flex-flow: wrap;
  }

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

  .preloader-wrapper {
    min-height: 100dvh;
  }

  .planet-json {
    width: 500px;
  }

  .services-wrapper {
    grid-template-columns: 1fr;
  }

  .search-input {
    min-width: 15rem;
  }

  .big-button-icon {
    margin-right: .6em;
  }

  .expanding-blur-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-about-section {
    margin-bottom: 80px;
  }

  .section-title-service {
    margin-bottom: 30px;
  }

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

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .style-guide-wrapper {
    margin-bottom: 50px;
  }

  .button-primary-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rich-text ul, .rich-text p, .rich-text ol, .rich-text figure, .rich-text blockquote {
    margin-bottom: 20px;
  }

  .heading-h2 {
    font-size: 36px;
  }

  .heading-h5 {
    font-size: 22px;
  }

  .style-guide-section {
    padding-bottom: 30px;
  }

  .heading-h3 {
    font-size: 30px;
  }

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

  .heading-h1 {
    font-size: 44px;
  }

  .no-margin.services {
    font-size: 32px;
  }

  .container-medium {
    padding-left: 15px;
    padding-right: 15px;
  }

  .input-group {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .button-primary-outline, .button-secondary-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container, .container-small, .inner-container, .inner-container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-spacing-top {
    padding-top: 60px;
  }

  .section-spacing-bottom {
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-logo-wrap {
    margin-bottom: 15px;
  }

  .footer-title {
    margin-bottom: 5px;
  }

  .footer-link-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-social-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 10px;
  }

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

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

  .dropdown-link {
    white-space: pre-wrap;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 4px;
    font-size: 15px;
  }

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

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

  .dropdown-list {
    padding: 15px;
  }

  .nav-link {
    margin: 10px 15px;
  }

  .nav-link.contact-us {
    display: block;
  }

  .navbar-right.nav-hide {
    display: none;
  }

  .dropdown-toggle.nav-link {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 5px;
  }

  .hero-inner.sign-up {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
  }

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

  .hero-inner-title {
    font-size: 40px;
  }

  .link-in-bio-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-in-bio-title {
    font-size: 36px;
  }

  .link-in-bio-icon {
    height: 40px;
  }

  .link-in-bio {
    padding: 15px;
  }

  .link-in-bio-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .coming-soon-social-icon {
    height: 15px;
  }

  .coming-soon-icon {
    height: 100px;
  }

  .subscribe-form {
    margin-top: 20px;
  }

  .coming-soon-social {
    margin-top: 15px;
  }

  .utility-page-coming-soon {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
  }

  .coming-soon-social-link {
    width: 30px;
    height: 30px;
  }

  .utility-page-content {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
  }

  .error-title {
    font-size: 60px;
  }

  .hero-bg-image-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hero-title.home {
    font-size: 48px;
  }

  .grid-about {
    margin-bottom: 60px;
  }

  .counter-number-lg {
    font-size: 60px;
  }

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

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

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

  .about-counter-wrap {
    padding: 15px;
  }

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

  .section-title.text-center.service {
    margin-bottom: 50px;
  }

  .grid-service {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

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

  .step-icon-wrap {
    margin-bottom: 15px;
  }

  .step-decoration-wrap {
    display: none;
  }

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

  .grid-client-inline {
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-client-inline.two {
    grid-template-columns: 1fr;
  }

  .work-section.service-section-spaceing {
    margin-top: 70px;
    margin-bottom: 70px;
  }

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

  .work-item-inline {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-item-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .arrow-icon {
    height: 30px;
  }

  .work-title-inline {
    font-size: 22px;
  }

  .testimonial-section {
    padding-top: 80px;
  }

  .slider {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .testimonial-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 20px;
  }

  .left-arrow, .right-arrow {
    bottom: 0;
  }

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

  .blog-split-category {
    inset: 10px auto auto 10px;
  }

  .blog-date {
    margin-bottom: 5px;
  }

  .hero-split-info {
    width: 90%;
  }

  .accordion-content {
    font-size: 18px;
  }

  .accordion-section-title {
    margin-bottom: 0;
  }

  .gid-process {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-simple-price {
    font-size: 40px;
  }

  .pricing-item {
    padding: 15px;
  }

  .pricing-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 20px;
  }

  .button-primary-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .value-section-title {
    margin-bottom: 0;
  }

  .team-image-wrap {
    margin-bottom: 5px;
  }

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

  .counter-item {
    border-right-width: 0;
  }

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

  .hero-section {
    padding-top: 30px;
  }

  .about-hero-image-wrap {
    height: 150px;
  }

  .about-info-item-wrap {
    grid-template-columns: 1fr;
  }

  .about-info-item {
    text-align: center;
    align-items: center;
  }

  .about-info-item.four {
    padding-top: 20px;
  }

  .about-info-image-wrap {
    height: 150px;
  }

  .feature-icon {
    height: 40px;
  }

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

  .service-section-simple {
    padding-bottom: 60px;
  }

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

  .service-item-inline {
    margin-left: auto;
    margin-right: auto;
  }

  .service-title-inline-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    align-items: center;
  }

  .service-title-inline {
    font-size: 20px;
  }

  .testimonial-content {
    font-size: 22px;
  }

  .testimonial-title-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-avatar {
    width: 50px;
    height: 50px;
  }

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

  .left-arrow-bottom {
    width: 20px;
    height: 20px;
    right: 40px;
  }

  .right-arrow-bottom {
    width: 20px;
    height: 20px;
  }

  .testimonial-slider-inline-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-work-lg {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .work-item-lg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    order: 1;
    align-items: flex-start;
  }

  .work-info.about {
    color: var(--alice-blue);
  }

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

  .contact-form-wrap, .contact-item {
    padding: 15px;
  }

  .grid-contact-item {
    grid-template-columns: 1fr;
  }

  .contact-item-wrap, .contact-item-sticky {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-link {
    font-size: 20px;
  }

  .contact-icon {
    width: 20px;
    height: 20px;
  }

  .contact-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .contact-map {
    height: 200px;
  }

  .blog-category-lg {
    inset: 10px auto auto 10px;
  }

  .blog-detail-image {
    object-position: 50% 50%;
    height: 250px;
  }

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

  .blog-category {
    inset: 10px auto auto 10px;
  }

  .grid-service-split {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .service-split-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .service-hero-counter-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .more-images-list {
    grid-template-columns: 1fr;
  }

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

  .work-detail-section {
    padding-top: 30px;
  }

  .grid-work, .work-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-image-wrap {
    margin-bottom: 5px;
  }

  .work-category {
    inset: 10px auto auto 10px;
  }

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

  .team-detail-section {
    padding-top: 50px;
  }

  .team-detail-social-wrap {
    margin-top: 0;
  }

  .team-detail-social-link {
    width: 40px;
    height: 40px;
  }

  .team-detail-social-icon {
    width: 20px;
    height: 20px;
  }

  .team-image-sticky {
    height: 250px;
  }

  .tab-link {
    width: 100%;
  }

  .about-service-item {
    padding: 15px;
  }

  .service-page-info-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

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

  .service-detail-image-wrap {
    height: 250px;
    margin-bottom: 20px;
  }

  .service-detail-title {
    font-size: 34px;
  }

  .career-hero-image-marquee {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-hero-image {
    width: 150px;
    height: 120px;
  }

  .career-hero-image-marquee-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .job-item-wrap {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .job-description {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .hero-split-title {
    font-size: 40px;
  }

  .client-sm-light {
    width: 120px;
  }

  .capabilities-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-image-planeta {
    background-size: auto 110px;
  }

  .search-section {
    padding-left: 29px;
    padding-right: 29px;
  }

  .c-map_dot._1 {
    margin-top: 3.4em;
    margin-left: 1.8em;
  }

  .c-map_dot._2 {
    margin-top: 2.5em;
    margin-left: 8.1em;
  }

  .c-map_contain {
    width: 280px;
  }

  .c-map_location {
    inset: auto auto 192% -267%;
  }

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

  .small-text.footer-copyright-divider {
    display: none;
  }

  .sign-up-form-wrap {
    width: 80%;
    padding: 15px;
  }

  .sign-up-wrapper {
    margin-bottom: 20px;
  }

  .footer-copyright-wrapper, .footer-copyright-wrapper-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container---main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .profile-header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
  }

  .full-section-3 {
    padding-left: 25px;
  }

  .flex-row-outer {
    flex-flow: column;
  }

  .input-wrapper._15p-right {
    margin-right: 0;
  }

  .grid {
    grid-column-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .file-upload-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .file-upload-form {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 217px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .preloader {
    overflow: clip;
  }

  .preloader-wrapper {
    min-height: 100dvh;
  }

  .planet-json, .text-planete {
    width: 300px;
  }

  .services-wrapper {
    grid-template-columns: 1fr;
  }

  .search-input {
    min-width: 10rem;
  }

  .search-button {
    width: 2rem;
  }

  .expanding-blur-button {
    width: 90%;
    margin-top: 7px;
    padding-bottom: 30px;
  }

  .recaptcha {
    transform-origin: 0 0;
    transform: scale(.8);
  }

  .grid-about-section {
    margin-bottom: 60px;
  }
}

#w-node-e5737a13-4d9b-e237-7fca-5aaaa7877a4d-f2c821a6, #w-node-e5737a13-4d9b-e237-7fca-5aaaa7877a5e-f2c821a6, #w-node-a3d40372-cd86-2959-e04a-11be36334f64-f2c821a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5737a13-4d9b-e237-7fca-5aaaa7877a52-f2c821a6 {
  align-self: stretch;
}

#w-node-e5737a13-4d9b-e237-7fca-5aaaa7877a64-f2c821a6, #w-node-_51027a07-7838-31fb-636e-dd86139fa677-f2c821a6, #w-node-_51027a07-7838-31fb-636e-dd86139fa678-f2c821a6, #w-node-_51027a07-7838-31fb-636e-dd86139fa67b-f2c821a6, #w-node-_51027a07-7838-31fb-636e-dd86139fa67e-f2c821a6, #w-node-c1bab39f-b965-b957-ee0d-f47b83dcbea7-f2c821a6, #w-node-c1bab39f-b965-b957-ee0d-f47b83dcbeb1-f2c821a6, #w-node-c1bab39f-b965-b957-ee0d-f47b83dcbeb3-f2c821a6, #w-node-c1bab39f-b965-b957-ee0d-f47b83dcbebd-f2c821a6, #w-node-c1bab39f-b965-b957-ee0d-f47b83dcbebf-f2c821a6, #w-node-e5e49aa7-0aed-6804-3cfc-26fe262fc8bc-262fc8a8, #w-node-e5e49aa7-0aed-6804-3cfc-26fe262fc8c9-262fc8a8, #w-node-d2b39fb6-0573-83c8-aa99-02df86342a2e-262fc8a8, #w-node-_8be0979a-d063-6dc7-1cb6-a03b9ce6c9ca-262fc8a8, #w-node-e5e49aa7-0aed-6804-3cfc-26fe262fc8db-262fc8a8, #w-node-_264823c6-8aed-245b-f0a0-7bcdcf051b71-262fc8a8, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab15-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab16-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab17-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab18-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab19-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab1a-db40ab12, #w-node-b6b781a1-245b-ee96-19e0-1f7e5a3fa38e-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab1c-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab1d-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab1e-db40ab12, #w-node-f1151e69-ef63-42eb-46bd-2b99396de8c9-396de8c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1151e69-ef63-42eb-46bd-2b99396de8ca-396de8c7 {
  justify-self: start;
}

#w-node-f1151e69-ef63-42eb-46bd-2b99396de8cc-396de8c7 {
  justify-self: center;
}

#w-node-f1151e69-ef63-42eb-46bd-2b99396de8e3-396de8c7 {
  justify-self: end;
}

#w-node-bae4c63d-483c-9a40-12a9-88e956a0be59-f2c82191, #w-node-a6ed67a0-d818-63bd-659d-de95ebf21d10-f2c82191, #w-node-d28dd874-d284-f0bc-3cfc-94633f1f9e6a-f2c82191, #w-node-_5123fc70-4662-6a8c-8de8-687837190e08-f2c82191, #w-node-_778fcdef-d089-66b9-bb4d-7b8356dddcc1-f2c82191, #w-node-_467fd121-1dae-90d1-1505-c2830696a0b1-f2c82191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dae6ebe-0ee0-2348-ec8f-240445eccf1f-f2c82191, #w-node-_613bf29a-07eb-346b-dd86-b96d1d51ab8f-f2c82191 {
  justify-self: stretch;
}

#w-node-_5e200aaf-83a0-3a12-4982-8a2e2e0fffd4-f2c82191, #w-node-_35aaf549-1baa-ec43-c6b0-8769635b0c1c-f2c82191, #w-node-a8171a88-cd80-7ba3-9155-981abdb26dca-f2c82191, #w-node-_45b2c006-3ceb-a7cc-21ad-a3435a62dbfb-f2c82191, #w-node-df6c5108-5990-f9a4-f91f-7844d80e54a6-f2c82191, #w-node-_4f3e4120-9e6d-e2bc-9a1a-bdb291b8075f-f2c82191, #w-node-_97e052d3-8160-d245-1fb0-5140bee3756d-f2c82191, #w-node-_69cb7002-69a1-b3fb-a841-ce7be293147f-f2c82191, #w-node-ae04c7ba-6442-5ea7-8875-99fe1ee936dd-f2c82191, #w-node-_34533510-f203-376c-e341-75521d892cd0-f2c82191, #w-node-_0d4c9b51-805e-0847-0747-34e141837d17-f2c82191, #w-node-_102f7cd9-262b-b5a8-3547-1bdff57e37e4-f2c82191, #w-node-d74c1816-2f2b-1961-6461-e4b0eeba81dd-f2c82191, #w-node-b64834b0-cb9d-8ab1-1849-15a2cde46b05-f2c82191, #w-node-_2bd5b258-6067-62c2-dbcc-a30a52a6ec9d-f2c82191, #w-node-_0c55f92b-135f-c820-ca77-5ed0ad1cae55-f2c82191, #w-node-_0c55f92b-135f-c820-ca77-5ed0ad1cae56-f2c82191, #w-node-_0c55f92b-135f-c820-ca77-5ed0ad1cae57-f2c82191, #w-node-_0c55f92b-135f-c820-ca77-5ed0ad1cae58-f2c82191, #w-node-_12e5431f-06b7-ee44-d9e1-9b1cf27d7d1e-f2c82191, #w-node-_19290b86-7a94-a99a-83fb-4e05b06f5918-f2c82191, #w-node-_59faba60-52a7-2909-b3d5-d6684106eef1-f2c82191, #w-node-f561dc9d-a5ee-3c2b-a310-a020503a999e-f2c82191, #w-node-b2881e33-6af7-3d9d-71b9-ed70b601c788-f2c82191, #w-node-a4626f57-d245-2394-cf59-036182d05ebd-f2c82191, #w-node-_225b1506-50e7-a5ca-535e-6d40a071e28a-f2c82191, #w-node-_720cae0e-ae3f-3014-24e6-6e5097d0fc16-f2c82191, #w-node-_720cae0e-ae3f-3014-24e6-6e5097d0fc18-f2c82191, #w-node-_720cae0e-ae3f-3014-24e6-6e5097d0fc19-f2c82191, #w-node-_720cae0e-ae3f-3014-24e6-6e5097d0fc1a-f2c82191, #w-node-_720cae0e-ae3f-3014-24e6-6e5097d0fc1b-f2c82191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4afd68e-98fe-2dc2-f0f0-b2d32d80faa9-f2c82191 {
  justify-self: end;
}

#w-node-ad24e1a9-a919-6780-20be-3ba934bf81ec-f2c82191, #w-node-_6229b421-0b85-a6c2-3f78-6b0199f8d826-f2c82191, #w-node-_37209653-54c9-f7b0-d1cb-a0d355d873f4-f2c82191, #w-node-_4a8a7093-64e7-bb1a-4806-d4372304de67-f2c82191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d938a58-aba5-8c0b-00df-ae60eeb3657c-f2c82191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2d938a58-aba5-8c0b-00df-ae60eeb36587-f2c82191, #w-node-_336aecf8-d180-8990-8771-cf172cb133e9-f2c82191, #w-node-_336aecf8-d180-8990-8771-cf172cb13405-f2c82191, #w-node-_336aecf8-d180-8990-8771-cf172cb13425-f2c82191, #w-node-a0a7705b-a54b-f20c-9e62-af12e76ec728-f2c82191, #w-node-a0a7705b-a54b-f20c-9e62-af12e76ec734-f2c82191, #w-node-a0a7705b-a54b-f20c-9e62-af12e76ec742-f2c82191, #w-node-_77200576-1e77-f766-a069-fd88c2ba1926-f2c82197, #w-node-_77200576-1e77-f766-a069-fd88c2ba1932-f2c82197, #w-node-_06e7fbba-cfb4-c49e-0667-37b8d562074b-f2c82197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06e7fbba-cfb4-c49e-0667-37b8d562074c-f2c82197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_06e7fbba-cfb4-c49e-0667-37b8d562075f-f2c82197, #w-node-_06e7fbba-cfb4-c49e-0667-37b8d5620767-f2c82197, #w-node-_06e7fbba-cfb4-c49e-0667-37b8d562076d-f2c82197, #w-node-_06e7fbba-cfb4-c49e-0667-37b8d5620773-f2c82197, #w-node-_64d986aa-36a3-0bf6-82c9-6a9d4c9cd4ff-f2c82197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2b11600-96a3-9111-074b-6b5e8960edde-f2c82197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9efae1e2-cb99-8059-118a-827e31f7047c-f2c82197, #w-node-_84ec62ac-5514-227a-526f-928fcda33709-f2c82197, #w-node-_8fb5d416-22d7-993e-f1c4-222a0617f1f0-f2c82197, #w-node-_8e889607-b5c9-639f-b03b-bd4a2d41adfb-f2c82197, #w-node-_6f26f53a-5467-9ce3-bd43-15eae8f45ba4-f2c82197, #w-node-_6f26f53a-5467-9ce3-bd43-15eae8f45ba5-f2c82197, #w-node-_6f26f53a-5467-9ce3-bd43-15eae8f45bab-f2c82197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cdc2f53-e476-a10f-a4e6-97e36625bd47-f2c82198 {
  justify-self: center;
}

#w-node-cd45d1e6-1a6f-700c-b252-d885c14c4f33-f2c82199, #w-node-ff43754b-17e2-6dd8-1ad2-67565d530239-f2c82199, #w-node-c5d0341f-e78a-f176-8f1f-5878ea6f0216-f2c82199, #w-node-c5d0341f-e78a-f176-8f1f-5878ea6f0221-f2c82199, #w-node-_09a2fe11-79f6-158e-9d2f-3d27b96fef3e-f2c82199, #w-node-_09a2fe11-79f6-158e-9d2f-3d27b96fef43-f2c82199, #w-node-_09a2fe11-79f6-158e-9d2f-3d27b96fef48-f2c82199, #w-node-_09a2fe11-79f6-158e-9d2f-3d27b96fef4d-f2c82199, #w-node-_42b30d3b-a90c-e483-be2c-920c52e103f9-f2c82199, #w-node-fcf3563e-887e-8bbd-f1bc-f95fb39fc76f-f2c82199, #w-node-_8bb9de1e-2793-7b12-a7db-c2e6ba51fe64-f2c82199, #w-node-_22485ecb-4a29-2a2c-872e-09bb0bf993a0-f2c82199, #w-node-_22485ecb-4a29-2a2c-872e-09bb0bf993a5-f2c82199, #w-node-a37a2684-d7c5-e477-39e1-baedb28477eb-f2c82199, #w-node-a37a2684-d7c5-e477-39e1-baedb28477f0-f2c82199, #w-node-ddb6e642-9291-66dd-f395-0cf94d2a8f4e-f2c82199, #w-node-ddb6e642-9291-66dd-f395-0cf94d2a8f53-f2c82199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db1beb44-142c-3956-cfe1-89ea92217dc1-f2c8219c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bcaacf16-9394-8de9-5808-9d3921c679ea-f2c8219c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f631db57-f57a-9345-82d2-bb44edd3ee40-f2c8219c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_57bb71b5-3d2b-dc52-dfde-a1e454f5374a-f2c8219d, #w-node-_34866be0-936c-69c3-3689-2f231b2f33e2-f2c8219e, #w-node-b8843e73-f986-5d04-d455-a02efbe12f9e-f2c8219e, #w-node-_97585868-e0ac-910b-6118-ef806535b1dc-f2c8219f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53a747ea-b1de-2409-2db2-8ca1da56b645-f2c8219f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8f8eefa9-a5f8-648a-cdb0-195ad8a7836e-f2c8219f, #w-node-_7677b15e-a055-800c-edec-f505c7afb0c3-f2c821a0, #w-node-fb948c10-2d89-f9ca-d21b-42356f304511-f2c821a0, #w-node-_092c34e3-6b85-6044-5adb-a73c99689b7d-f2c821a0, #w-node-_933bf9fb-bca8-4949-12e3-b78c72a6fc3b-f2c821a0, #w-node-_074fff8b-b6dc-55d5-a91e-6e0d30aec692-f2c821a0, #w-node-_307b7202-1d6d-4170-9e3e-0ced413f5b08-f2c821a0, #w-node-_3cb03537-1e83-7742-0c6a-9f026cfdb967-f2c821a0, #w-node-a079b8b9-9828-4cab-d85a-39a6d6c22bd5-f2c821a0, #w-node-_0f1b9bc6-d28f-bffc-3d27-e041642ad23e-f2c821a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80c86a87-1bb5-aca6-7a76-cebbe9ea38d2-f2c821a0, #w-node-b769a0a0-e2d9-14a0-e34d-b8be7d9f20e1-f2c821a0, #w-node-ed39baec-59df-a3ce-17d0-263e401fce75-f2c821a0, #w-node-_3797918a-0af8-2eb6-8c45-d36b21703e91-f2c821a0, #w-node-_0c4d3d9c-bb1c-3d95-3a81-436abde2ba06-f2c821a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_89767592-f3e9-e574-d7f6-e544cbdd3373-f2c821a0 {
  justify-self: end;
}

#w-node-_5fa1166a-132a-10a1-a485-0534d349d520-f2c821a0, #w-node-_89767592-f3e9-e574-d7f6-e544cbdd337b-f2c821a0, #w-node-_89767592-f3e9-e574-d7f6-e544cbdd3388-f2c821a0, #w-node-_64d986aa-36a3-0bf6-82c9-6a9d4c9cd4ff-f2c821a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2b11600-96a3-9111-074b-6b5e8960edde-f2c821a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_998581a0-5a86-cb7d-6a4a-3106600b3f19-f2c821a0, #w-node-de19a05b-1c83-8104-ee92-e7b114b0246d-f2c821a0, #w-node-eab764f6-2857-a0f1-830e-f84a4a8f1c64-f2c821a0, #w-node-f3e653f9-5af0-b4db-4a37-34cd5ac3e63e-f2c821a0, #w-node-_24b7e355-62b6-fe88-1fb4-a2e37db61b77-f2c821a0, #w-node-_53983c99-12ab-9d81-f243-50ad650e256c-f2c821a0, #w-node-accc1561-77ff-9fba-9138-a58434af5eae-f2c821a0, #w-node-_53983c99-12ab-9d81-f243-50ad650e256e-f2c821a0, #w-node-_53983c99-12ab-9d81-f243-50ad650e2569-f2c821a0, #w-node-_53983c99-12ab-9d81-f243-50ad650e256f-f2c821a0, #w-node-_53983c99-12ab-9d81-f243-50ad650e2570-f2c821a0, #w-node-_53983c99-12ab-9d81-f243-50ad650e2571-f2c821a0, #w-node-_53983c99-12ab-9d81-f243-50ad650e256a-f2c821a0, #w-node-_53983c99-12ab-9d81-f243-50ad650e2566-f2c821a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc011824-769e-9fa4-daa8-d2b9db3b00e3-f2c821a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bc011824-769e-9fa4-daa8-d2b9db3b00e8-f2c821a0, #w-node-bc011824-769e-9fa4-daa8-d2b9db3b00ed-f2c821a0, #w-node-_4f872b3b-6bdb-2f8c-cb62-597e2fe43051-f2c821a0, #w-node-_4f872b3b-6bdb-2f8c-cb62-597e2fe43058-f2c821a0, #w-node-_4f872b3b-6bdb-2f8c-cb62-597e2fe4305f-f2c821a0, #w-node-_4f872b3b-6bdb-2f8c-cb62-597e2fe43066-f2c821a0, #w-node-_03093f2e-f424-9cdf-6da0-5d2aa0fd5fc7-f2c821a4, #w-node-_03093f2e-f424-9cdf-6da0-5d2aa0fd5fc8-f2c821a4, #w-node-_03093f2e-f424-9cdf-6da0-5d2aa0fd5fca-f2c821a4, #w-node-_03093f2e-f424-9cdf-6da0-5d2aa0fd5fd3-f2c821a4, #w-node-_03093f2e-f424-9cdf-6da0-5d2aa0fd5fd5-f2c821a4, #w-node-_03093f2e-f424-9cdf-6da0-5d2aa0fd5fda-f2c821a4, #w-node-_03093f2e-f424-9cdf-6da0-5d2aa0fd5fdf-f2c821a4, #w-node-_8975195b-dd51-e185-367a-ad26ff04c911-f2c821a4, #w-node-_36a0bd2a-e6f8-0668-fa8a-d17d48dc98b6-f2c821a4, #w-node-_8dbcd407-f768-6c41-3a40-c4afba33b523-f2c821a4, #w-node-_5201d842-2cf9-a7ea-7007-141b8d595906-f2c821a5, #w-node-_5201d842-2cf9-a7ea-7007-141b8d59590c-f2c821a5, #w-node-_5201d842-2cf9-a7ea-7007-141b8d595912-f2c821a5, #w-node-_1f0518a7-0e27-5ac0-5b9d-62c0990d586b-f2c821a5, #w-node-_5201d842-2cf9-a7ea-7007-141b8d595911-f2c821a5, #w-node-_692195da-9a2d-0db0-7370-8034dd27899b-f2c821a5, #w-node-bb9ff350-dc97-285b-013d-88d2dcd3f3e0-f2c821a5, #w-node-_64d986aa-36a3-0bf6-82c9-6a9d4c9cd4ff-f2c821a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2b11600-96a3-9111-074b-6b5e8960edde-f2c821a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_70e8a3ed-034a-9f58-6b87-3eda0cdeea8d-f2c821a9, #w-node-be0e18b0-9101-4dbf-2515-0fbe40b5cf9c-4400d925, #w-node-be0e18b0-9101-4dbf-2515-0fbe40b5cf9d-4400d925, #w-node-be0e18b0-9101-4dbf-2515-0fbe40b5cfa1-4400d925, #w-node-be0e18b0-9101-4dbf-2515-0fbe40b5cfaa-4400d925, #w-node-be0e18b0-9101-4dbf-2515-0fbe40b5cfac-4400d925, #w-node-be0e18b0-9101-4dbf-2515-0fbe40b5cfb1-4400d925, #w-node-be0e18b0-9101-4dbf-2515-0fbe40b5cfb6-4400d925, #w-node-_9095e545-1858-e731-b46e-f8d303dae2c1-dbee6f2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-b8843e73-f986-5d04-d455-a02efbe12f9e-f2c8219e {
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_06e7fbba-cfb4-c49e-0667-37b8d5620751-f2c82197, #w-node-c38ac2bf-edf8-cb9e-c607-049c4c834147-f2c821a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e5737a13-4d9b-e237-7fca-5aaaa7877a4d-f2c821a6 {
    order: 9999;
  }

  #w-node-a3d40372-cd86-2959-e04a-11be36334f64-f2c821a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5737a13-4d9b-e237-7fca-5aaaa7877a52-f2c821a6 {
    order: 9999;
    align-self: stretch;
  }

  #w-node-e5737a13-4d9b-e237-7fca-5aaaa7877a64-f2c821a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5e49aa7-0aed-6804-3cfc-26fe262fc8bc-262fc8a8, #w-node-b6b781a1-245b-ee96-19e0-1f7e5a3fa38e-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab1e-db40ab12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1151e69-ef63-42eb-46bd-2b99396de8cc-396de8c7 {
    justify-self: auto;
  }

  #w-node-f1151e69-ef63-42eb-46bd-2b99396de8e8-396de8c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-bae4c63d-483c-9a40-12a9-88e956a0be59-f2c82191, #w-node-c5d0341f-e78a-f176-8f1f-5878ea6f0216-f2c82199 {
    order: 9999;
  }

  #w-node-_0c4d3d9c-bb1c-3d95-3a81-436abde2ba06-f2c821a0 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_53983c99-12ab-9d81-f243-50ad650e2566-f2c821a0 {
    grid-column: span 2 / span 2;
  }

  #w-node-bc011824-769e-9fa4-daa8-d2b9db3b00e3-f2c821a0 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_264823c6-8aed-245b-f0a0-7bcdcf051b71-262fc8a8 {
    order: 9999;
  }

  #w-node-b6b781a1-245b-ee96-19e0-1f7e5a3fa38e-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab1e-db40ab12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4afd68e-98fe-2dc2-f0f0-b2d32d80faa9-f2c82191 {
    justify-self: start;
  }

  #w-node-d14b880d-1f17-11a9-4cdb-703475875759-f2c82199, #w-node-_22485ecb-4a29-2a2c-872e-09bb0bf9939b-f2c82199, #w-node-a37a2684-d7c5-e477-39e1-baedb28477e6-f2c82199, #w-node-ddb6e642-9291-66dd-f395-0cf94d2a8f49-f2c82199 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db1beb44-142c-3956-cfe1-89ea92217dc1-f2c8219c, #w-node-f631db57-f57a-9345-82d2-bb44edd3ee40-f2c8219c {
    order: 9999;
  }

  #w-node-_0c4d3d9c-bb1c-3d95-3a81-436abde2ba06-f2c821a0 {
    justify-self: auto;
  }

  #w-node-_89767592-f3e9-e574-d7f6-e544cbdd3373-f2c821a0 {
    justify-self: start;
  }

  #w-node-_53983c99-12ab-9d81-f243-50ad650e2566-f2c821a0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3d40372-cd86-2959-e04a-11be36334f64-f2c821a6, #w-node-e5737a13-4d9b-e237-7fca-5aaaa7877a64-f2c821a6, #w-node-e5e49aa7-0aed-6804-3cfc-26fe262fc8bc-262fc8a8, #w-node-b6b781a1-245b-ee96-19e0-1f7e5a3fa38e-db40ab12, #w-node-_3a58385e-9b92-de6f-9983-88afdb40ab1e-db40ab12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d14b880d-1f17-11a9-4cdb-703475875759-f2c82199, #w-node-_22485ecb-4a29-2a2c-872e-09bb0bf9939b-f2c82199, #w-node-a37a2684-d7c5-e477-39e1-baedb28477e6-f2c82199, #w-node-ddb6e642-9291-66dd-f395-0cf94d2a8f49-f2c82199, #w-node-_0c4d3d9c-bb1c-3d95-3a81-436abde2ba06-f2c821a0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_53983c99-12ab-9d81-f243-50ad650e2566-f2c821a0 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Generalsans Bold';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Medium';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}