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

.mctrend-system-navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
}

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

.navbar-grid {
  grid-column-gap: 3px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.logo {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-menu {
  font-size: 14px;
}

.nav-link {
  color: #084470;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  line-height: 1.7;
}

.nav-link.w--current {
  color: #32c8df;
  font-family: Lato, sans-serif;
  line-height: 1.7;
}

.section, .slider {
  height: 85vh;
  max-height: 100vh;
}

.text-block, .icon-2 {
  color: #084470;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hero-heading-center {
  background-color: #f5f7fa;
  background-image: linear-gradient(#ffffffe3, #ffffffe3);
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #084470;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #32c8df;
  border-radius: 10px;
  margin-top: 10px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

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

.image-text {
  color: #084470;
  text-align: center;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.image {
  border-radius: 10px;
  height: 50%;
  max-height: 60%;
}

.image-2 {
  border-radius: 10px;
  min-height: 30%;
  margin: 20px 10px 10px;
}

.shadow-two-9-copy {
  border-radius: 10px;
  margin-bottom: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.our-partners-section {
  padding: 20px;
}

.heading-color-background {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.heading-color-background.margin-bottom-32px {
  color: #084470;
  margin-bottom: 20px;
}

.body {
  background-color: #005484;
}

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

.div-block {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
}

.contact-us-section {
  background-image: linear-gradient(#00000073, #00000073), url('../images/contact-us-section.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.max-small {
  max-width: 768px;
}

.max-small.text-grey {
  color: #fff;
  text-align: left;
}

.blog-subscribe-form_wrapper {
  position: relative;
}

.blog-subscribe-form_field-input {
  color: #000;
  border: 0 solid #000;
  border-radius: 5px;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 55px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 0 40px 2px #fb6f4e1a;
}

.blog-subscribe-form_field-input::placeholder {
  color: #18284a66;
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.section-title {
  text-transform: none;
  border-bottom: 3px solid #d44799;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  display: inline-block;
}

.form-success-message {
  color: #fff;
  letter-spacing: .2px;
  background-color: #df7258;
  border-radius: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.blog-subscribe-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#000000ab, #000000ab);
  border: 2px #d34798;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: 20px 40px;
  padding: 20px 54px 40px;
  display: block;
}

.blog-subscribe-grid:hover {
  box-shadow: 0 2px 5px #0003;
}

.blog-subscribe-form_component {
  margin-bottom: 0;
}

.form-error-message {
  letter-spacing: .2px;
  background-color: #ffc7c7;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.heading-43 {
  color: #fff;
  margin-top: 10px;
}

.blog-subscribe-form_submit-button {
  color: #fff;
  letter-spacing: 1px;
  background-image: linear-gradient(#005382, #005382);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-subscribe-form_submit-button:hover {
  transform: translate(3px);
}

.blog-subscribe-form_submit-button:active {
  transform: translate(0);
}

.footer-dark {
  background-color: #005382;
  border-bottom: 0 #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 95px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.footer-link:hover {
  color: #05d0ed;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  border-radius: 10px;
}

.code-embed {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.slide {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Slide-and-Security.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 85vh;
}

.slide-nav {
  color: #000;
}

.heading-44 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  max-height: 100vh;
  padding: 140px 40px;
  display: block;
}

.heading {
  color: #fff;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 1.5;
}

.text-span-2 {
  filter: saturate(200%);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/sharon-mccutcheon-sbE9zbcuiZs-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bitter, serif;
  font-size: 70px;
}

.text-span {
  font-size: 100px;
}

.bold-text-13 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 130px;
}

.text-span-3 {
  font-family: Exo, sans-serif;
  font-size: 80px;
}

.image-2-copy {
  border-radius: 10px;
  margin: 20px 10px;
}

.contact-us-hero {
  background-color: #000;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/closeup-image-office-phone.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 180px 40px 100px;
}

.container-4 {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-content {
  position: relative;
}

.hero-inner-title {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
}

.container-medium {
  max-width: 1100px;
  padding: 60px 30px;
}

.button-6 {
  color: #f9f6ef;
  letter-spacing: 1px;
  transform-style: preserve-3d;
  background-color: #084470;
  border: 1px #084470;
  border-radius: 12px;
  padding: 1em 2.5em;
  font-family: Lato, sans-serif;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 8px 20px -8px #084470;
}

.button-6:hover {
  color: #fff;
  background-color: #32c8df;
  border: 1px #2b2e40;
  transform: translate3d(0, 0, 10px);
  box-shadow: 0 11px 40px -8px #32c8df;
}

.button-6:active {
  transform: translate(0);
}

.contact-form {
  border-radius: 16px;
}

.contact-title {
  color: #32c8df;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

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

.grid-contact {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.success-message {
  color: #fff;
  background-color: #03cd69;
  border-radius: 10px;
  padding: 15px 10px;
}

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

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

.careers-fields {
  color: #18284a;
  background-color: #32c8df;
  border: 2px solid #084470;
  border-radius: 7px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px;
}

.careers-fields:focus {
  border-color: #df7258b3;
}

.careers-fields::placeholder {
  color: #fff;
  letter-spacing: 1px;
  background-color: #fff0;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.field-label {
  font-family: Lato, sans-serif;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
}

.container-medium-2 {
  max-width: 1100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.contact-address-item {
  text-align: center;
  background-color: #32c8df;
  border-radius: 10px;
  padding: 30px;
}

.content-address-icon {
  height: 60px;
  margin-bottom: 30px;
}

.link {
  color: #000;
}

.link-2, .text-block-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.contact-us-heading {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.about-us-hero {
  background-color: #000;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/Rudko1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 80vh;
  max-height: 100vh;
  padding: 120px 40px 100px;
}

.container-5 {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-inner-title-2 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.hero-inner-dec {
  color: #fff;
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.7;
}

.grid-text-wrapper {
  direction: ltr;
  text-align: center;
  background-color: #fff0;
  margin-top: 10px;
  padding-top: 0;
  padding-left: .125em;
  padding-right: .125em;
}

.container-6 {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-item-title {
  margin-bottom: 2.5em;
}

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

.image-overlay {
  z-index: 1;
  background-color: #242424;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bold-text {
  color: #080808;
}

.grid-image-wrapper {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.grid-image-wrapper.animate-in {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  display: flex;
}

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

.data-grid {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  margin-bottom: 4em;
}

.heading-36 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-39 {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.media-fit-cover {
  object-fit: cover;
  border-radius: 10px;
  order: -9999;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

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

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  color: #333;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  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;
}

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

.about-us-heading {
  color: #005382;
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.grid-4 {
  grid-column-gap: 78px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.paragraph-40 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.tab-menu-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  display: grid;
}

.tab-text {
  font-family: Lato, sans-serif;
  line-height: 23px;
}

.div-tap2 {
  background-image: linear-gradient(#9898989e, #9898989e);
  border-radius: 10px;
  padding: 20px;
}

.code-embed-2 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.div-tap3 {
  background-image: linear-gradient(#00aeeacc, #00aeeacc);
  border-radius: 10px;
  padding: 20px;
}

.heading-45 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.tabs-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-285 {
  background-image: linear-gradient(#32c8df, #32c8df);
  border-radius: 10px;
  padding: 20px;
}

.tab-3 {
  color: #fff;
  background-color: #ddd0;
  border: 2px solid #00aeea;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 24px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.tab-3:hover {
  background-color: #33679969;
}

.tab-3.w--current {
  background-color: #00aeea;
  border-color: #fff;
}

.tab-copy {
  color: #fff;
  background-color: #ddd0;
  border: 2px solid #00aeea;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 24px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.tab-copy:hover {
  background-color: #33679969;
}

.tab-copy.w--current {
  background-color: #9898989e;
}

.bold-text-63 {
  font-family: Lato, sans-serif;
}

.wrapper-copy {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/person-using-ai-tool-job.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
}

.tab {
  color: #fff;
  background-color: #ddd0;
  border: 2px solid #32c8df;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 24px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.tab:hover {
  background-color: #33679969;
}

.tab.w--current {
  background-color: #32c8df;
  font-family: Lato, sans-serif;
}

.heading_55px-copy {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.heading_55px-copy._24px-bottom {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  font-size: 40px;
  line-height: 44%;
  display: flex;
}

.cc-p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.corevalues-section {
  background-image: linear-gradient(#0053822e, #0053822e);
  padding: 20px 30px 60px;
}

.sub-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.social-resp-hero {
  background-color: #000;
  background-image: linear-gradient(#070707a3, #070707a3), url('../images/AIIS-McTrends.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 180px 40px 100px;
}

.container-8 {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-inner-title-3 {
  color: #32c8df;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-44 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-269-copy {
  background-color: #00aeea03;
  border-radius: 5px;
  padding: 10px;
}

.hero-wrapper-6-copy-copy {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-269 {
  background-color: #33679905;
  border-radius: 0;
  padding: 10px;
}

.hero-wrapper-6-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.code-embed-3 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.margin-bottom-24px-8 {
  color: #000;
  order: -1;
  margin-bottom: 24px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}

.div-block-270 {
  color: #fff;
  background-color: #005382;
  border-radius: 10px;
  padding: 20px 10px 10px;
}

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

.mc-trend {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.shadow-two-7 {
  border-radius: 5px;
  margin-bottom: -20px;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.image-5 {
  border-radius: 10px;
}

.career-hero {
  background-color: #000;
  background-image: linear-gradient(#00000087, #00000087), url('../images/occupations-career-employment-recruitment-position-concept.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 180px 40px 100px;
}

.container-9 {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero-inner-title-4 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.field-label-3 {
  color: #084470;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button-7 {
  color: #f9f6ef;
  letter-spacing: 1px;
  transform-style: preserve-3d;
  background-color: #084470;
  border: 1px #084470;
  border-radius: 12px;
  padding: 1em 2.5em;
  font-family: Lato, sans-serif;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 8px 20px -8px #084470;
}

.button-7:hover {
  color: #2b2e40;
  background-color: #6f886d00;
  border: 1px solid #2b2e40;
  transform: translate3d(0, 0, 10px);
  box-shadow: 0 11px 40px -8px #6f886d99;
}

.button-7:active {
  color: #fff;
  background-color: #32c8df;
  border-style: none;
  transform: translate(0);
}

.button-wrapper {
  perspective: 1000px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.button-wrapper.margin-top-xsmall {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.heading_24px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.heading_24px._64px-bottom_m {
  color: #333;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.wrapper-2 {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph_18px {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}

.paragraph_18px.light-grey {
  color: #8491a0;
}

.paragraph_18px.light-grey._40px-bottom_m {
  color: #333;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.careers-fields-documents {
  color: #fff;
  background-color: #32c8df;
  border: 2px solid #084470;
  border-radius: 7px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Lato, sans-serif;
}

.careers-fields-documents:focus {
  border-color: #df7258b3;
}

.careers-fields-documents::placeholder {
  color: #18284a80;
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.form-field-2 {
  color: #18284a;
  background-color: #fff;
  border: 2px solid #f58834;
  border-radius: 7px;
  min-height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-field-2:focus {
  border-color: #df7258b3;
}

.form-field-2::placeholder {
  color: #18284a80;
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.form-field-2.area-large {
  color: #fff;
  background-color: #32c8df;
  border-color: #084470;
  min-height: 150px;
  padding-top: 20px;
  font-family: Lato, sans-serif;
}

.form-field-2.area-large::placeholder {
  color: #fff;
  font-family: Lato, sans-serif;
}

.testimonial-block._120px-bottom_m {
  margin-bottom: 120px;
}

.testimonial-text {
  border: 0 #000;
  padding: 20px 0 0;
}

.normal-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-sticky-block {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 64px;
}

.testimonial-section-2 {
  background-color: #fff;
  background-image: linear-gradient(#ffffffc4, #ffffffc4), linear-gradient(#fdf9f9b8, #fff 77%, #fff), url('../images/multi-ethnic-group-women-with-various-occupations.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding: 60px;
}

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

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

.heading_55px {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.heading_55px._24px-bottom {
  color: #084470;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 47px;
}

.careers-fields-2 {
  color: #18284a;
  background-color: #32c8df;
  border: 2px solid #084470;
  border-radius: 7px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Lato, sans-serif;
}

.careers-fields-2:focus {
  border-color: #df7258b3;
}

.careers-fields-2::placeholder {
  color: #fff;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.dropdown-link {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.dropdown-link.w--current {
  color: #32c8df;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.dropdown-list.w--open {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  margin-top: -5px;
  box-shadow: 0 2px 5px #0000005e;
}

.image-6 {
  border-radius: 10px;
  display: inline-block;
}

.grid-rohw-copy {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-auto-flow: row;
  margin-bottom: 0;
  padding: 40px 20px 20px;
}

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

.div-block-275 {
  display: none;
}

.lead-text-homes {
  text-align: justify;
  margin-top: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.paragraph-46 {
  padding: 20px 30px;
}

.section-2 {
  padding: 40px 30px 20px;
}

.heading-46 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.heading-47 {
  color: #32c8df;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Lato, sans-serif;
  display: block;
}

.div-block-286 {
  padding-top: 20px;
}

.our-services-div {
  padding: 0 20px 20px;
}

.div-block-287 {
  background-image: linear-gradient(135deg, #fff, #fff0), url('../images/contact-us.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  padding: 20px;
}

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

.div-block-288 {
  background-image: linear-gradient(#32c8df, #32c8df);
  border-left: 4px solid #fff;
  border-radius: 10px;
  padding: 0 10px;
  box-shadow: 0 2px 5px #00000052;
}

.heading-48 {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.heading-47-copy {
  color: #32c8df;
  text-align: center;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.7;
}

.interprise-networking {
  grid-column-gap: 1.66533e-16em;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding: 40px 20px 20px;
  display: grid;
}

.div-block-289 {
  background-image: linear-gradient(#00538212, #00538212), linear-gradient(#ffffffde, #ffffffde), url('../images/social.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-flow: column;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.code-embed-4 {
  text-align: justify;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.cyber-security {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  grid-auto-flow: row;
  margin-bottom: 0;
  padding: 40px 20px 20px;
}

.overlay {
  background-color: #060b1499;
  position: absolute;
  inset: 0%;
}

.card-left-line {
  flex-direction: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.vertical-line-fill {
  background-color: #fff;
  width: 100%;
  height: 24px;
}

.vertical-line-fill.blank {
  opacity: 0;
  background-color: #fff;
}

.card-right-line {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px -1px auto;
}

.background-cover-2 {
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
  width: 110%;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.card-bottom-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px;
}

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

.horizontal-line-fill {
  background-color: #fff;
  width: 24px;
  height: 100%;
}

.horizontal-line-fill.blank {
  opacity: 0;
  background-color: #bfc5d5;
}

.service-card-description-2 {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.body-display {
  color: #606670;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.4em;
}

.services-card-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 300px;
  padding: 20px 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card-2:hover {
  z-index: 1;
}

.card-top-line {
  justify-content: space-between;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto;
}

.services-cards-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-wrapper {
  z-index: 2;
  border-radius: 0;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-23 {
  color: #005484;
  font-size: 20px;
}

.background {
  background-image: url('../images/001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background.service-three {
  background-image: url('../images/convetor.jpg');
}

.background.service-two {
  background-image: url('../images/battery.jpg');
}

.background.service-four {
  background-image: url('../images/solar-panel.jpg');
}

.background.service-one {
  background-image: url('../images/Picture6.jpg');
  background-position: 50%;
  background-size: cover;
}

.outline-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px #000;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 0;
  padding: 0;
  position: relative;
}

.cyber-security-div {
  padding: 10px 20px 20px;
}

.container-14-copy {
  background-color: #fff0;
  border-radius: 10px;
  padding: 20px;
}

.grid-8 {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.list-6 {
  margin-bottom: 0;
}

.developments {
  color: #050505;
  border-left: 4px solid #005381;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.main-heading {
  color: #005382;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.dropdown-link-2 {
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.teaser-img-tablet-down-2 {
  display: none;
}

.teaser-copy-wrap-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.teaser-container-copy {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-41 {
  color: #336799;
  font-size: 30px;
}

.title1-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}

.teaser-grid-copy {
  flex-direction: row-reverse;
  align-items: stretch;
  display: flex;
}

.teaser-copy {
  max-width: 650px;
  margin-top: .5em;
  margin-bottom: 20px;
  padding-right: 0%;
}

.teaser-section-copy {
  background-image: linear-gradient(#0000, #ffffff36), linear-gradient(#fff, #ffffff63 6%, #fff0), url('../images/System-security.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._1 {
  z-index: 4;
  vertical-align: baseline;
  border-radius: 10px;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-column-copy {
  width: 50%;
  position: relative;
}

.copy-small {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
}

.div-block-264 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
}

.bold-text-32 {
  color: #fff;
}

.code-embed-5 {
  color: #fffcfc;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.p-xs-start {
  padding-top: 0;
}

.p-teaser-img-wrap {
  border-radius: 10px;
  height: 90vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.heading-49 {
  margin-top: 0;
  font-family: Lato, sans-serif;
}

.second-services {
  flex-flow: row-reverse;
  align-items: stretch;
  display: flex;
}

.sec-ser {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.sec-section {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/faceimage2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.sec-column {
  order: 1;
  width: 50%;
  position: relative;
}

.p-xs-start-copy {
  padding-top: 0;
}

.third-sec {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/faceimage2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.third-3 {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.teaser-img-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img-copy._1 {
  z-index: 4;
  vertical-align: baseline;
  border-radius: 10px;
}

.teaser-img-copy._2 {
  z-index: 3;
}

.teaser-img-copy._3 {
  z-index: 2;
}

.teaser-img-copy._4 {
  z-index: 1;
}

.teaser-img-copy._1-copy, .teaser-img-copy._1 {
  z-index: 4;
  vertical-align: baseline;
  border-radius: 10px;
}

.teaser-column-t {
  order: 1;
  width: 50%;
  position: relative;
}

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

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

.teaser-img-copy-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img-copy-copy._1 {
  z-index: 4;
  vertical-align: baseline;
  border-radius: 10px;
}

.teaser-img-copy-copy._2 {
  z-index: 3;
}

.teaser-img-copy-copy._3 {
  z-index: 2;
}

.teaser-img-copy-copy._4 {
  z-index: 1;
}

.teaser-img-copy-copy._1-copy, .teaser-img-copy-copy._1 {
  z-index: 4;
  vertical-align: baseline;
  border-radius: 10px;
}

.margin-bottom-24px-copy {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  display: none;
}

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

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  border-radius: 10px;
}

.slide-2 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Slide-and-Security-cctv.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/McTrend-Slide-Image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/McTrend-ICT-Image-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.grid-9 {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

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

.div-block-291 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #32c8df;
  border-radius: 10px;
  margin-top: 10px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.div-block-292 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.right-arrow, .left-arrow {
  display: none;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

.live-icon-chat {
  margin-right: 0;
}

.live-chat-top-text {
  color: #005484;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: static;
}

.live-chat-top-text.block {
  color: #005484;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.livechat-button {
  background-color: #1cab30;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  margin-top: 0;
  padding: 15px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding: 10px 20px;
  display: flex;
}

.live-chat-bottom-text {
  font-family: Lato, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.whatsapp-block {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0000004f;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #1cab30;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #32c8df;
  transform: scale(1.05);
}

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

.small-whatsapp-icon {
  margin-right: 10px;
}

.social-resp-section {
  background-color: #000;
  background-image: linear-gradient(#070707a3, #070707a3), url('../images/bottom-view-women-protesting-outdoors.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 180px 40px 100px;
}

.gallery-h {
  background-color: #000;
  background-image: linear-gradient(#070707a3, #070707a3), url('../images/Gallery-image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 180px 40px 100px;
}

.image-2-copy {
  border-radius: 10px;
  min-height: 30%;
  margin: 40px 10px 10px;
}

.nav-link-copy {
  color: #084470;
  padding-left: 10px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  line-height: 1.7;
}

.nav-link-copy.w--current {
  color: #32c8df;
  font-family: Lato, sans-serif;
  line-height: 1.7;
}

.white-margin {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.white-margin-heading {
  color: #fff;
  text-align: justify;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-294 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lead-text-homes-copy {
  text-align: justify;
  margin-top: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

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

.div-block-295 {
  background-image: linear-gradient(#32c8df, #005381);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 30vh;
  max-width: none;
  height: auto;
  min-height: 30vh;
  max-height: 100%;
  padding-top: 20px;
  display: flex;
}

.subh {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  display: flex;
}

.subhea {
  color: #fff;
  border-left: 4px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.image-7 {
  height: 24px;
  margin-right: 12px;
}

.main-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

._3-columns {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.section-3 {
  background-color: #0000;
  border: 1px #080808;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 42%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.column {
  background-image: none;
  background-position: 0 0;
  border-right: 0 #161616;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.column.last {
  background-image: none;
  background-position: 0 0;
  border: 0 #000;
}

.info-container {
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  color: #fbf9fc;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.heading-50 {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

.heading-50.followers {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.heading-50.clones {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.heading-50.tips {
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fbf9fc, #fbf9fc);
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 1.5;
  text-decoration: none;
}

.heading-50.outstanding {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.heading-50.tech {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.section-for-ai-services {
  background-image: linear-gradient(#ffffffad, #ffffffad), url('../images/social.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding: 10px 20px 20px;
}

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

.div-block-296 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #32c8df;
}

.paragraph-47 {
  text-align: justify;
}

.image-8 {
  border-radius: 10px;
}

.section-for-ai-services-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-heading-right {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 0;
  position: relative;
}

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

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-8 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.div-block-297 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-paragraph {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

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

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

.image-9 {
  border-radius: 10px;
}

.ai-hero {
  background-color: #000;
  background-image: linear-gradient(#070707a3, #070707a3), url('../images/Ai-securitymctrend.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding: 180px 40px 100px;
}

.image-10 {
  border-radius: 10px;
}

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

.div-block-299, .div-block-300 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-51 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

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

.div-block-302 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.image-11 {
  border-radius: 10px;
}

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

.columns {
  flex-flow: row;
  display: flex;
}

.grid-8-copy {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.div-block-303 {
  display: none;
}

.plus {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 70px;
}

.exp {
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.interprise-networking-copy {
  grid-column-gap: 1.66533e-16em;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding: 40px 20px 20px;
  display: none;
}

.columns-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.section-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.codes, .margin-bottom-24px-copy, .codesf {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.div-block-304 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column-2 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.g_link {
  color: #084470;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  line-height: 1.7;
  display: none;
}

.g_link.w--current {
  color: #32c8df;
  font-family: Lato, sans-serif;
  line-height: 1.7;
}

.footer-link-g {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: none;
}

.footer-link-g:hover {
  color: #05d0ed;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: none;
  }

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

  .section, .slider {
    height: 80vh;
  }

  .text-block {
    font-family: Lato, sans-serif;
  }

  .margin-bottom-24px {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
  }

  .button-primary {
    font-size: 18px;
  }

  .image-text {
    font-size: 25px;
    line-height: 1.7;
  }

  .max-small.text-grey {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
  }

  .footer-content {
    grid-column-gap: 86px;
  }

  .footer-link {
    font-size: 18px;
    line-height: 1.7;
  }

  .image-3 {
    margin-right: 40px;
  }

  .slide {
    height: 80vh;
  }

  .div-block-4 {
    height: 80vh;
    padding: 60px 100px 100px;
  }

  .heading {
    margin-top: 118px;
    font-size: 50px;
  }

  .about-us-hero {
    padding-top: 140px;
  }

  .hero-inner-title-2 {
    font-size: 40px;
  }

  .hero-inner-dec {
    font-size: 20px;
    line-height: 1.7;
  }

  .media-fit-cover {
    position: static;
  }

  .code-embed-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .wrapper-copy {
    justify-content: center;
    align-items: center;
  }

  .heading_55px-copy._24px-bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .cc-p {
    font-size: 18px;
    line-height: 26px;
  }

  .sub-heading, .paragraph-44 {
    font-size: 18px;
  }

  .code-embed-3 {
    font-size: 16px;
  }

  .heading_24px._64px-bottom_m {
    font-size: 20px;
    font-weight: 400;
  }

  .testimonial-text {
    padding-top: 70px;
  }

  .hero-subscribe-right-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7-copy {
    max-width: 80%;
  }

  .margin-bottom-24px-copy {
    font-size: 25px;
  }

  .services-button {
    font-size: 18px;
  }

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

  .dropdown-toggle {
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .nav-link-copy {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .white-margin {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
  }

  .white-margin-heading {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
  }

  .column, .column.last {
    background-image: none;
    background-position: 0 0;
  }

  .grid-paragraph {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
  }

  .div-block-302 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .codes, .margin-bottom-24px-copy, .codesf {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7;
  }

  .g_link {
    font-size: 16px;
  }

  .footer-link-g {
    font-size: 18px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: none;
  }

  .image-3 {
    margin-right: 60px;
  }

  .div-block-4 {
    padding: 40px 140px 220px 174px;
  }

  .heading {
    margin-top: 114px;
    font-size: 60px;
  }

  .hero-inner-dec, .heading-36 {
    font-size: 22px;
  }

  .container-7 {
    max-width: 90%;
  }

  .tab-text {
    font-size: 22px;
    line-height: 30px;
  }

  .code-embed-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-63 {
    font-size: 22px;
    line-height: 30px;
  }

  .cc-p {
    font-size: 20px;
    line-height: 30px;
  }

  .code-embed-3 {
    font-size: 20px;
  }

  .margin-bottom-24px-8 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading_24px._64px-bottom_m, .paragraph_18px.light-grey._40px-bottom_m {
    font-size: 22px;
  }

  .copy-small {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-32 {
    font-size: 40px;
  }

  .section-3 {
    height: 88%;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-right-color: #161616;
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .heading-50.followers {
    font-size: 120px;
  }

  .heading-50.clones {
    text-align: center;
    font-size: 120px;
  }

  .heading-50.tips {
    margin-bottom: 20px;
    font-size: 140px;
    line-height: 50px;
  }

  .heading-50.outstanding, .heading-50.tech {
    text-align: center;
    font-size: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-grid {
    align-items: center;
  }

  .nav-link, .nav-link.w--current {
    font-size: 20px;
  }

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

  .max-small.text-grey {
    font-size: 27px;
  }

  .blog-subscribe-form_field-input {
    font-size: 20px;
  }

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

  .blog-subscribe-form_submit-button {
    font-size: 20px;
  }

  .div-block-4 {
    padding-bottom: 334px;
    padding-left: 389px;
    padding-right: 231px;
  }

  .heading {
    font-size: 70px;
  }

  .button-6 {
    color: #f9f6ef;
    background-color: #084470;
    background-image: none;
    font-size: 22px;
    box-shadow: 0 8px 20px -8px #6f886d;
  }

  .careers-fields {
    font-size: 20px;
  }

  .about-us-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-inner-dec {
    font-size: 30px;
  }

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

  .media-fit-cover {
    min-width: 50%;
  }

  .hero-subscribe-right {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    max-width: 80%;
  }

  .tab-text {
    font-size: 24px;
  }

  .code-embed-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .bold-text-63, .cc-p {
    font-size: 24px;
  }

  .hero-wrapper-6-copy-copy, .hero-wrapper-6-copy {
    justify-content: space-around;
  }

  .code-embed-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .margin-bottom-24px-8 {
    font-size: 24px;
  }

  .mc-trend {
    justify-content: space-around;
  }

  .field-label-3 {
    font-size: 18px;
  }

  .button-7 {
    color: #f9f6ef;
    background-color: #084470;
    background-image: none;
    font-size: 22px;
    box-shadow: 0 8px 20px -8px #6f886d;
  }

  .heading_24px._64px-bottom_m {
    margin-top: 101px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph_18px.light-grey._40px-bottom_m {
    font-size: 30px;
  }

  .careers-fields-documents, .form-field-2 {
    font-size: 20px;
  }

  .testimonial-text {
    border-radius: 10px;
    margin-top: 156px;
    margin-bottom: 10px;
    padding: 40px;
  }

  .careers-fields-2 {
    font-size: 20px;
  }

  .body-display.small {
    font-size: 24px;
  }

  .teaser-copy-wrap-2 {
    padding-left: 40px;
    padding-right: 0;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .info-container {
    margin-top: 30px;
  }

  .text-block-8 {
    font-size: 25px;
    line-height: 1.7;
  }

  .grid-paragraph {
    font-size: 24px;
  }

  .exp {
    margin-top: 30px;
  }

  .codes, .margin-bottom-24px-copy, .codesf {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-grid {
    grid-column-gap: 3px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-columns: 1fr;
    padding: 8px 8px 8px 12px;
    display: grid;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-link {
    text-align: center;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .menu-button {
    color: #2b2e40;
    background-color: #084470;
    border-radius: 10px;
    padding: 12px;
  }

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

  .icon {
    color: #fff;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .margin-bottom-24px {
    flex-flow: column;
    display: flex;
  }

  .button-primary {
    font-size: 10px;
  }

  .blog-subscribe-grid {
    grid-template-columns: 1fr;
    padding: 40px;
  }

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

  .footer-content {
    grid-column-gap: 40px;
  }

  .div-block-4 {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .heading {
    font-size: 40px;
  }

  .contact-us-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

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

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

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

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

  .about-us-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

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

  .hero-inner-dec {
    font-size: 20px;
  }

  .grid-text-wrapper {
    margin-bottom: .25em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .data-grid {
    border-top: 1px solid #ffffff29;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 6em;
    padding-bottom: 6.5em;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

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

  .social-resp-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

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

  .hero-wrapper-6-copy-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-wrapper-6-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .mc-trend {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .shadow-two-7 {
    margin-bottom: 0;
  }

  .career-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

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

  .wrapper-2.sticky-grid {
    grid-column-gap: 24px;
  }

  .testimonial-block._120px-bottom_m {
    margin-bottom: 64px;
  }

  .testimonial-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
    display: flex;
  }

  .normal-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-section-2 {
    padding: 80px 40px;
  }

  .dropdown-link {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .dropdown-list {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .dropdown-list.w--open {
    background-color: #084470;
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .grid-rohw-copy {
    border-top: 1px solid #ffffff29;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

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

  .interprise-networking, .cyber-security {
    border-top: 1px solid #ffffff29;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .overlay {
    background-color: #0000;
    background-image: linear-gradient(#000000c2, #000000c2);
  }

  .background-cover-2 {
    width: 0%;
  }

  .body-display.small {
    color: #fff;
  }

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

  .teaser-img-tablet-down-2 {
    display: block;
  }

  .teaser-copy-wrap-2 {
    flex-flow: column-reverse wrap;
    height: auto;
    padding-left: 0;
  }

  .title1-2 {
    font-size: 3em;
  }

  .teaser-grid-copy {
    flex-direction: column;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-img {
    border-radius: 10px;
    position: relative;
    inset: auto;
  }

  .teaser-img._1 {
    display: block;
  }

  .teaser-column-copy, .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-img-copy {
    border-radius: 10px;
    height: 60%;
    max-height: 80%;
    display: inline-block;
    position: relative;
    inset: auto;
  }

  .second-services {
    flex-direction: column;
  }

  .sec-column {
    width: 100%;
  }

  .teaser-img-copy {
    border-radius: 10px;
    position: relative;
    inset: auto;
  }

  .teaser-img-copy._1, .teaser-img-copy._1-copy, .teaser-img-copy._1 {
    display: block;
  }

  .teaser-column-t {
    width: 100%;
  }

  .container-7-copy {
    max-width: 728px;
  }

  .teaser-img-copy-copy {
    border-radius: 10px;
    position: relative;
    inset: auto;
  }

  .teaser-img-copy-copy._1, .teaser-img-copy-copy._1-copy, .teaser-img-copy-copy._1 {
    display: block;
  }

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

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

  .services-button {
    font-size: 10px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .social-resp-section, .gallery-h {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .nav-link-copy {
    text-align: left;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    display: flex;
  }

  .nav-link-copy.w--open {
    justify-content: center;
    display: flex;
  }

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

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

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .grid-paragraph {
    flex-flow: column;
    display: flex;
  }

  .ai-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .interprise-networking-copy {
    border-top: 1px solid #ffffff29;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .codes, .margin-bottom-24px-copy, .codesf {
    flex-flow: column;
    display: flex;
  }

  .g_link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .button-primary {
    margin-top: 20px;
  }

  .blog-subscribe-grid {
    padding: 36px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-4 {
    padding-top: 140px;
  }

  .heading {
    margin-top: 40px;
    font-size: 30px;
  }

  .text-span-2 {
    font-size: 60px;
  }

  .bold-text-13 {
    font-size: 100px;
  }

  .text-span-3 {
    font-size: 60px;
  }

  .contact-us-hero {
    padding-bottom: 60px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-content {
    background-color: #0000;
  }

  .container-medium {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .grid-contact-address {
    grid-template-columns: 1fr;
  }

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

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-text-wrapper {
    margin-bottom: 2em;
  }

  .container-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .grid-image-wrapper.animate-in {
    min-height: 500px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .data-grid {
    margin-left: auto;
    margin-right: auto;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .heading-36 {
    font-size: 26px;
  }

  .media-fit-cover {
    max-width: none;
    position: static;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .tab-menu-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-copy {
    display: block;
  }

  .tab-3, .tab-copy {
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    display: flex;
  }

  .wrapper-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab {
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    display: flex;
  }

  .heading_55px-copy {
    font-size: 32px;
  }

  .heading_55px-copy._24px-bottom {
    margin-left: 0;
  }

  .social-resp-hero {
    padding-bottom: 60px;
  }

  .container-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shadow-two-7 {
    margin-bottom: 0;
  }

  .hero-heading-right-3 {
    padding: 10px 15px 30px;
  }

  .career-hero {
    padding-bottom: 60px;
  }

  .container-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-wrapper {
    margin-top: 45px;
  }

  .heading_24px._64px-bottom_m {
    margin-bottom: 40px;
  }

  .wrapper-2.sticky-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .testimonial-text {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .normal-wrapper {
    order: -1;
  }

  .testimonial-sticky-block {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .testimonial-section-2 {
    padding: 64px 20px;
  }

  .heading_55px {
    font-size: 32px;
  }

  .image-6 {
    display: none;
  }

  .grid-rohw-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .lead-text-homes {
    padding-left: 0;
  }

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

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .interprise-networking, .cyber-security {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .vertical-line-fill.blank, .horizontal-line-fill.blank {
    opacity: 1;
  }

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

  .container-14-copy {
    padding: 40px 10px;
  }

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

  .teaser-copy-wrap-2 {
    flex-direction: column-reverse;
  }

  .teaser-container-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title1-2 {
    font-size: 2.6em;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .teaser-section-copy {
    background-image: linear-gradient(#0000, #ffffff36), linear-gradient(#ffffff80, #ffffff80), url('../images/System-security.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

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

  .bold-text-32, .bold-text-51 {
    font-size: 26px;
  }

  .sec-ser, .third-3 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-subscribe-right-copy {
    padding: 60px 15px;
  }

  .margin-bottom-24px-copy {
    padding-right: 20px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .grid-10 {
    flex-flow: column;
    display: flex;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .social-resp-section, .gallery-h {
    padding-bottom: 60px;
  }

  .lead-text-homes-copy {
    padding-left: 0;
  }

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

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

  .section-3 {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-50, .heading-50.tips {
    font-size: 100px;
  }

  .grid-12 {
    flex-flow: column;
    display: flex;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .grid-13, .grid-15 {
    flex-flow: column;
    display: flex;
  }

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

  .ai-hero {
    padding-bottom: 60px;
  }

  .grid-8-copy {
    grid-template-columns: 1fr 1fr;
  }

  .interprise-networking-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .footer-link-g:hover {
    color: #1a1b1fbf;
  }
}

@media screen and (max-width: 479px) {
  .container {
    text-align: left;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .margin-bottom-24px {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-color-background {
    margin-bottom: 24px;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    display: flex;
  }

  .blog-subscribe-form_field-input {
    min-height: 55px;
  }

  .blog-subscribe-grid {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .blog-subscribe-form_submit-button {
    border-radius: 5px;
    width: 100%;
    min-height: 55px;
    margin-top: 15px;
    position: static;
  }

  .blog-subscribe-form_submit-button:hover {
    transform: none;
  }

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

  .div-block-4 {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 20px;
    line-height: 1.7;
  }

  .text-span-2 {
    font-size: 40px;
    line-height: 10px;
  }

  .bold-text-13 {
    font-size: 50px;
    line-height: 10px;
  }

  .text-span-3 {
    font-size: 40px;
    line-height: 10px;
  }

  .contact-us-hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .container-4 {
    text-align: left;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content {
    background-color: #0000;
  }

  .hero-inner-title {
    font-size: 30px;
  }

  .container-medium {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-6 {
    border-radius: 10px;
    font-size: 15px;
  }

  .input-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .careers-fields {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    display: flex;
  }

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

  .about-us-hero {
    padding: 130px 20px 50px;
  }

  .container-5 {
    text-align: left;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-inner-title-2 {
    font-size: 30px;
  }

  .hero-inner-dec {
    text-align: left;
    font-size: 18px;
  }

  .grid-text-wrapper {
    margin-top: 10px;
    margin-bottom: .125em;
  }

  .container-6 {
    text-align: left;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image-overlay {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .grid-image-wrapper.animate-in {
    min-height: auto;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .data-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    border-radius: 10px;
  }

  .media-fit-cover {
    width: auto;
    max-width: none;
    height: auto;
    display: none;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .tab-menu-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
  }

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

  .div-tap2, .div-block-285 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-63 {
    font-size: 12px;
  }

  .wrapper-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading_55px-copy._24px-bottom {
    font-size: 29px;
    line-height: 44px;
  }

  .cc-p {
    font-size: 12px;
  }

  .corevalues-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-heading {
    font-size: 14px;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .social-resp-hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .container-8 {
    text-align: left;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-inner-title-3 {
    font-size: 30px;
  }

  .hero-split-4 {
    margin-bottom: 20px;
  }

  .paragraph-45 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-bottom-24px-8 {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .shadow-two-7 {
    margin-bottom: 10px;
  }

  .hero-heading-right-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .career-hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .container-9 {
    text-align: left;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-inner-title-4 {
    font-size: 30px;
  }

  .div-block-272 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: none;
  }

  .button-7 {
    border-radius: 10px;
    font-size: 15px;
  }

  .paragraph_18px.light-grey._40px-bottom_m {
    padding-left: 20px;
  }

  .careers-fields-documents {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-height: 55px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-field-2 {
    min-height: 55px;
  }

  .testimonial-text {
    margin-top: 0;
    padding: 24px 10px 0;
  }

  .testimonial-sticky-block {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-section-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .heading_55px._24px-bottom {
    margin-left: 10px;
    margin-right: 10px;
  }

  .careers-fields-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    display: flex;
  }

  .bold-text-52 {
    display: block;
  }

  .grid-rohw-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-275 {
    display: block;
  }

  .lead-text-homes {
    padding-left: 0;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay {
    background-image: linear-gradient(#101010, #cdcdcd4a);
  }

  .container-14-copy {
    padding: 20px;
  }

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

  .teaser-copy-wrap-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .teaser-container-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-41 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .teaser-copy {
    margin-bottom: .25em;
  }

  .teaser-section-copy {
    margin-top: 0;
  }

  .teaser-img._2 {
    display: none;
  }

  .p-xs-start {
    padding-top: 10px;
  }

  .sec-section {
    margin-top: 0;
  }

  .p-xs-start-copy {
    padding-top: 10px;
  }

  .third-sec {
    margin-top: 0;
  }

  .teaser-img-copy._2 {
    display: none;
  }

  .container-7-copy {
    max-width: none;
  }

  .teaser-img-copy-copy._2 {
    display: none;
  }

  .margin-bottom-24px-copy {
    font-size: 12px;
  }

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

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

  .right-arrow, .left-arrow {
    display: none;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .chat-block {
    margin-top: -13px;
    padding-bottom: 2px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .social-resp-section, .gallery-h {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .lead-text-homes-copy {
    padding-left: 0;
  }

  .image-7 {
    height: 16px;
    margin-right: 8px;
  }

  .section-3 {
    height: 72%;
    overflow: auto;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

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

  .heading-50, .heading-50.tips {
    font-size: 80px;
  }

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

  .grid-paragraph {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-14 {
    flex-flow: column;
    display: flex;
  }

  .ai-hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .grid-8-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .codes, .margin-bottom-24px-copy, .codesf {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-304 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-b37f49f1-d7b6-e80d-293c-3c9e898f90a5-898f909f, #w-node-b37f49f1-d7b6-e80d-293c-3c9e898f90b0-898f909f, #w-node-b37f49f1-d7b6-e80d-293c-3c9e898f90bd-898f909f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33aaeb5e-8b84-cdd1-4e0d-71081e730448-1e730443 {
  justify-self: center;
}

#w-node-_8b927a8d-755b-4945-f851-3f2597ec1ee5-e26b76f3, #w-node-_43cb8c5e-5acc-6597-cff0-2e8c7a850880-e26b76f3, #w-node-_43cb8c5e-5acc-6597-cff0-2e8c7a85089a-e26b76f3, #w-node-a5a42ac4-d959-145f-650a-ea85bcee91ab-e26b76f3, #w-node-a5a42ac4-d959-145f-650a-ea85bcee91b2-e26b76f3, #w-node-a5a42ac4-d959-145f-650a-ea85bcee91b9-e26b76f3, #w-node-e6172100-3ba6-1879-53c8-b526d5c6bf48-fe9d8e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b37782f1-ba0d-8cf9-2468-c51e4c0adb0b-fe9d8e53, #w-node-_1989c582-d31e-917c-600c-8d011969e568-fe9d8e53 {
  place-self: center;
}

#w-node-_1989c582-d31e-917c-600c-8d011969e576-fe9d8e53 {
  order: -9999;
}

#w-node-d8400ec2-44de-4eae-4054-741d2cc4b5bc-fe9d8e53 {
  order: -9999;
  place-self: center;
}

#w-node-d8400ec2-44de-4eae-4054-741d2cc4b5c8-fe9d8e53 {
  order: -9999;
}

#w-node-d2495022-2f94-6f66-8fdc-63f4f20a5ba6-fe9d8e53 {
  place-self: center;
}

#w-node-d2495022-2f94-6f66-8fdc-63f4f20a5bb4-fe9d8e53 {
  order: -9999;
}

#w-node-fb6e1f88-28b7-ba82-030f-0875966af47b-fe9d8e53, #w-node-f15832ee-f2fc-a18b-2427-da3da6ba673a-fe9d8e53, #w-node-_6c5d4c3b-5c8e-11c5-162f-2509031e3a58-fe9d8e53, #w-node-_1a8f83ec-3b09-4f87-06c9-343cc9290ce7-fe9d8e53, #w-node-_93846b99-b848-ebac-6aee-e289c3c840eb-fe9d8e53, #w-node-_27af2248-999c-ea03-3416-4a2179901514-fe9d8e53, #w-node-_78b6b624-e751-6b72-b853-10ad3198a867-fe9d8e53, #w-node-c83c12c2-e2ff-a890-1550-f2aac6f7ee85-fe9d8e53, #w-node-_5d5802e8-4eff-f26c-e861-a2baef4946de-fe9d8e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a9379d-efb8-87ad-fc58-5087ffe5ff7a-fe9d8e53 {
  place-self: center;
}

#w-node-_00a9379d-efb8-87ad-fc58-5087ffe5ff84-fe9d8e53 {
  order: -9999;
}

#w-node-_9f59be2a-a5ff-8438-58fc-cc013298df65-422af0d9, #w-node-d777aabf-004a-eb22-c618-7eb7fafafdd2-232fb777, #w-node-_3e2196c6-98f9-7b4f-3872-04b29955adfe-4c3ebc97, #w-node-_7afc04c9-2b8f-0606-c7ed-d9a63bfcbe2b-022ab53e, #w-node-a7e5bae6-ee87-2805-e5d6-a87412e544d6-8952b241 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_33aaeb5e-8b84-cdd1-4e0d-71081e730448-1e730443 {
    justify-self: stretch;
  }

  #w-node-_33aaeb5e-8b84-cdd1-4e0d-71081e730461-1e730443 {
    justify-self: end;
  }

  #w-node-_6fbf8639-7917-d9da-9502-09a8c00987b0-022ab53e {
    order: 0;
  }
}


