:root {
  --background-color: #eee;
  --text-color: #111;
  --inverted-text-color: #eee;
  --primary-color: var(--g1s-dark-blue);
  --g1s-dark-blue: #1d2858;
  --g1s-blue: #3c56a6;
  --g1s-teal: #2b8caf;
  --secondary-color: var(--g1s-blue);
  --accent-color: var(--g1s-teal);
}

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

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

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

body {
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.navbar {
  background-color: #0000;
  border: 0 #000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.nav-link {
  opacity: .8;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
}

.nav-link:hover {
  opacity: 1;
  background-color: #0000;
  border-color: #0003;
}

.nav-link:active {
  border-style: none;
  border-width: 0;
  border-radius: 0;
}

.nav-link:focus {
  opacity: 1;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.light {
  color: #fff;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.light:hover, .nav-link.light.w--current {
  border-color: #fff3;
}

.nav-menu {
  z-index: 1;
  color: var(--inverted-text-color);
  border-radius: 4px;
  margin-top: 0;
  display: flex;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.w--current {
  margin-right: auto;
}

.logo {
  width: 100%;
  max-width: none;
  height: 70px;
  margin-top: 3px;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

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

.video-lightbox-button {
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.video-lightbox-button.large-color {
  background-color: #5ec045;
  width: 90px;
  height: 90px;
  padding-top: 30px;
  transition: background-color .2s;
  position: static;
  top: 0;
  transform: none;
}

.video-lightbox-button.large-color:hover {
  background-color: #3b3b3b;
}

.hero-description-title {
  opacity: .8;
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  display: block;
}

.hero-video-lightbox {
  margin-top: 40px;
}

.hero-background-video {
  height: 510px;
}

.large-hero-title-bold {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.large-hero-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto auto;
  font-weight: 300;
  line-height: 47px;
  display: flex;
}

.video-lightbox-icon {
  height: 25px;
}

.hero-block-overlay {
  color: #fff;
  background-color: #00000040;
  padding-top: 270px;
  padding-bottom: 250px;
}

.hero-block-overlay.business {
  background-color: #00000080;
  padding-top: 160px;
  padding-bottom: 100px;
}

.container {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.hero-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--inverted-text-color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.image-column-right {
  padding-left: 0;
  padding-right: 0;
}

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

.top-line-block {
  border-top: 1px solid #0000001a;
  margin-top: 35px;
  padding-top: 40px;
}

.small-column-icon {
  float: left;
  height: 17px;
  margin-top: 3px;
  margin-right: 8px;
}

.text-column {
  padding-right: 10px;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

.section-title-wrapper.full.info, .section-title-wrapper.info {
  margin-bottom: 30px;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.secondary {
  background-color: var(--inverted-text-color);
}

.section.cta-section {
  background-color: var(--background-color);
}

.section.accent {
  background-color: var(--primary-color);
}

.section-title {
  text-transform: none;
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.image-block-right {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.text-column-left {
  padding-right: 40px;
}

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

.header-text {
  letter-spacing: -1px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 28px;
  line-height: 45px;
}

.header-text.cta-header {
  font-size: 26px;
}

.nav-link-text {
  color: var(--inverted-text-color);
}

.footer-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

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

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.simple-footer {
  background-color: var(--g1s-dark-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-social-col-right {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.cta-button {
  background-color: var(--g1s-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.home-clients-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-title {
  opacity: .5;
  color: var(--text-color);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
}

.clients-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-logo-image {
  height: 50px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.service-detail-container {
  background-color: var(--background-color);
  border: 1px #000;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 30px #00000012;
}

.hero-split {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  min-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.accent-button {
  background-color: var(--g1s-teal);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.accent-button:hover {
  color: #fff;
  background-color: #32343a;
}

.accent-button:active {
  background-color: #43464d;
}

.services-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-header-title {
  opacity: .5;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 20px;
}

.section-header-title.accent {
  opacity: .8;
  color: var(--background-color);
}

.services-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-2 {
  background-color: var(--g1s-dark-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.cta-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.cta-text-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

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

.about-us-hero {
  background-image: url('../images/Logo-G1S_Horicontal---Color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.subpage-header {
  color: #fff;
  text-align: center;
  height: 510px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 160px;
}

.subpage-header.about {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/pexels-mart-production-7709088.jpg');
  background-position: 0 0, 50%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.subpage-header.services {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/pexels-shkrabaanthony-7144204.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subpage-header.contact {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/pexels-fauxels-3184418.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-4 {
  position: relative;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.page-subtitle {
  opacity: .8;
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.image {
  width: auto;
  height: 10rem;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.section-description.opacity-60 {
  opacity: .6;
  margin-top: auto;
  margin-bottom: 40px;
  font-size: 16px;
}

.image-section {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-section.about-us {
  background-image: url('../images/pexels-olly-845451.jpg');
}

.image-section.our-services {
  background-image: url('../images/pexels-dvaughnbell-2068664.jpg');
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.image-section-overlay {
  color: #fff;
  background-color: #2c2e31b3;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.white-gradient {
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(#fff 37%, #fff0);
  padding-top: 100px;
  padding-bottom: 240px;
}

.section-title-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 300;
  line-height: 39px;
}

.container-5 {
  position: relative;
}

.container-5.centered {
  text-align: center;
}

.image-2 {
  height: 10rem;
}

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

.image-block-description {
  color: #fff;
  background-image: linear-gradient(#0000, #000000b3);
  padding: 25px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.small-column-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.section-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-2.feature-section.odd {
  background-color: #fafafa;
  border-top: 1px solid #ececec;
}

.section-2.below-contact-form {
  background-color: #f0f2f5;
  padding-top: 80px;
}

.overall-text-column {
  padding-right: 15px;
}

.container-6 {
  position: relative;
}

.image-block {
  background-image: url('../images/Photo-7.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.image-3 {
  height: 12rem;
}

.image-4 {
  height: auto;
}

.flex-horizontal {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  width: 40vw;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

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

.color-block-title {
  z-index: 10;
  color: #000;
  margin-bottom: 17px;
  font-size: 19px;
  font-weight: 600;
  position: relative;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0;
}

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

.color-block {
  color: #8f8f8f;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  position: relative;
  box-shadow: 0 0 16px #0000001a;
}

.color-block-icon {
  z-index: 1;
  opacity: 1;
  height: 40px;
  position: absolute;
  top: 18px;
  right: 30px;
}

.color-block-paragraph {
  z-index: 10;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
  position: relative;
}

.container-7 {
  position: relative;
}

.container-7.centered {
  text-align: center;
}

.small-features-wrapper {
  margin-top: 30px;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.long-feature-icon-wrapper {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 7px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-text-block {
  float: left;
  width: 440px;
}

.feature-text-block.right {
  float: right;
}

.browser-mockup-right {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: auto;
  height: 360px;
  position: absolute;
  top: -35px;
  right: -100px;
  box-shadow: 3px 3px 33px #0000001a;
}

.main-feature-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  float: none;
  text-transform: none;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.long-feature-icon {
  height: 25px;
}

.feature-intro-title {
  color: #bebebe;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.browser-mockup-left {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  width: auto;
  height: 360px;
  position: absolute;
  top: -35px;
  left: -100px;
  box-shadow: 4px 4px 33px #0000001a;
}

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

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

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

.white-contact-form {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  height: 545px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.white-contact-form.centered {
  z-index: 10;
  float: none;
  height: auto;
  margin-bottom: -265px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 30px #00000012;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.form-title {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  line-height: 44px;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.form-title.subtitle.opacity-60 {
  opacity: .6;
  margin-bottom: 20px;
  line-height: 20px;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.rounded {
  background-color: #f2f3f7;
  border-radius: 4px;
  height: 40px;
  transition: background-color .2s, box-shadow .2s;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px #0003;
}

.field.rounded.area {
  height: 100px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.field-label {
  color: #989ba2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.subtext {
  opacity: .8;
}

.language-selector {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-right: 20px;
  display: flex;
}

.separator-text {
  color: var(--background-color);
}

.email-bold-color {
  color: var(--secondary-color);
}

@media screen and (max-width: 991px) {
  .dropdown-icon {
    margin-right: 30px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: #0000;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000001a;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: #0000004d;
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .hero-description-title {
    width: 70%;
    font-size: 22px;
  }

  .large-hero-title {
    width: 90%;
  }

  .hero-block-overlay {
    padding: 170px 45px 140px;
  }

  .hero-block-overlay.business {
    background-color: #00000073;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

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

  .section {
    padding: 45px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .home-clients-container {
    max-width: 728px;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .service-detail-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .page-subtitle {
    width: 80%;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.white-gradient {
    padding-bottom: 120px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .image-block-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding: 45px;
  }

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

  .section-2.below-contact-form {
    padding-bottom: 35px;
  }

  .overall-text-column {
    padding-left: 0;
    padding-right: 0;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block {
    padding: 25px;
  }

  .color-block-icon {
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .feature-text-block {
    width: 400px;
  }

  .browser-mockup-right {
    width: 540px;
    top: 9px;
    right: -288px;
  }

  .browser-mockup-left {
    width: 580px;
    top: 4px;
    left: -360px;
  }

  .white-contact-form {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .logo {
    height: 48px;
    margin-top: 10px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .video-lightbox-button.large-color {
    width: 70px;
    height: 70px;
    padding-top: 22px;
  }

  .hero-description-title {
    opacity: .95;
    width: 90%;
    margin-top: 20px;
    font-size: 20px;
  }

  .hero-background-video {
    z-index: auto;
  }

  .large-hero-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .hero-block-overlay {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .hero-block-overlay.business {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

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

  .section-title-wrapper.full.info {
    text-align: center;
  }

  .section {
    padding: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .text-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-logo-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-list, .hero-heading-right, .hero-without-image {
    padding: 60px 15px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.about {
    padding-top: 90px;
  }

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

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.white-gradient {
    background-image: linear-gradient(#fff 12%, #fff9);
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-block {
    height: 180px;
  }

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }

  .blocks-row {
    margin-bottom: 0;
  }

  .block-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-text-block {
    width: 100%;
  }

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .browser-mockup-left {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
  }

  .white-contact-form {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .logo-block.w--current {
    margin-right: auto;
  }

  .logo {
    height: 48px;
    margin-top: 5px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-button.large-color {
    width: 60px;
    height: 60px;
    padding-top: 17px;
  }

  .hero-description-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: auto;
    font-size: 15px;
    line-height: 20px;
  }

  .hero-video-lightbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero-background-video {
    background-image: none;
    height: auto;
  }

  .large-hero-title-bold {
    font-size: 28px;
    line-height: 36px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .hero-block-overlay {
    padding: 90px 25px 40px;
  }

  .hero-block-overlay.business {
    background-color: #0009;
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .text-column-title {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

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

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-wrapper.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section {
    padding: 25px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .image-block-right {
    height: 140px;
  }

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

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .footer-row {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .home-clients-container {
    max-width: none;
  }

  .clients-logo-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .service-detail-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: auto;
  }

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

  .cta-container {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .subpage-header {
    height: auto;
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.about {
    padding-top: 80px;
  }

  .subpage-header.services {
    padding-bottom: 40px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.below-contact-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-block {
    height: 140px;
  }

  .image-5 {
    width: 80vw;
  }

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

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

  .color-block {
    padding: 20px;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .long-feature-block.title-only {
    padding-top: 0;
    padding-left: 65px;
    padding-right: 0;
  }

  .browser-mockup-right {
    height: auto;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .browser-mockup-left {
    height: auto;
  }

  .white-contact-form.centered {
    margin-bottom: -225px;
  }

  .form-title {
    text-align: center;
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .form-title.subtitle.opacity-60 {
    text-align: left;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px;
    display: flex;
  }

  .div-icon-title {
    flex-flow: row;
    justify-content: flex-start;
    align-items: baseline;
    display: flex;
  }
}

#w-node-_1a2eb867-98bb-d4eb-c182-4b62adf4e602-7e4a5114 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  justify-self: auto;
}

#w-node-a72931d3-e094-029e-8599-1e75d6ef2e57-7e4a5114 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1a2eb867-98bb-d4eb-c182-4b62adf4e602-749728b6 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  justify-self: auto;
}

#w-node-a72931d3-e094-029e-8599-1e75d6ef2e57-749728b6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 479px) {
  #w-node-_1a2eb867-98bb-d4eb-c182-4b62adf4e602-7e4a5114, #w-node-a72931d3-e094-029e-8599-1e75d6ef2e57-7e4a5114, #w-node-_1a2eb867-98bb-d4eb-c182-4b62adf4e602-749728b6, #w-node-a72931d3-e094-029e-8599-1e75d6ef2e57-749728b6 {
    grid-column: span 1 / span 1;
  }
}


