:root {
  --black: black;
  --orange-red: #ff4900;
  --dark-yellow: #e76e00;
  --white: white;
  --grey: #8c8c8c;
  --footergrey: #333;
  --gainsboro: #d9d9d9;
  --dim-grey: #666;
  --yellow: #f68d2e;
  --yellow-3: #f27608;
  --tan: #ccbda7;
  --yellow-4: #ff9b37;
  --back-white: #f7f0e9;
  --cream: #e1d7c6;
  --lite: var(--dim-grey);
}

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--black);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: var(--orange-red);
}

a:active {
  color: var(--black);
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: var(--dark-yellow);
  border-radius: 3px;
  width: 50px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.divider.divider-remove {
  display: block;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: var(--white);
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  background-image: url('../images/bg-support.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border: 0 #0000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-cta.hide {
  display: none;
}

.section.cc-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.section.cc-store-home-wrap {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section.cc-store-home-wrap.padding {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.cc-store-home-wrap.padding.p-bottom-60px {
  padding-bottom: 60px;
}

.section.cc-store-home-wrap.padding.line {
  border-top: 1px solid var(--grey);
  margin-top: 60px;
}

.section.cc-store-home-wrap.hide {
  display: none;
}

.section.bgfooter {
  background-color: var(--footergrey);
  padding-bottom: 0;
}

.section.cases-clientless {
  margin-top: 0;
  padding-top: 20px;
}

.section.awardcertificate {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--gainsboro);
  min-height: 200px;
}

.section.awardclients {
  border: 1px #0000;
}

.section.awardscleitns {
  border-top: 1px solid var(--gainsboro);
}

.section.casestudiestwo {
  border: 1px none var(--gainsboro);
  min-height: 200px;
}

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

.section.padding.hide {
  display: none;
}

.styleguide-block {
  color: var(--black);
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  letter-spacing: normal;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-blog-detail {
  color: var(--black);
}

.container.casescontainer {
  margin-bottom: 60px;
  padding-top: 10px;
  display: block;
}

.container.containerabout {
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.containerclients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.statsbar {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.containercasese {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.container.casestudiescont {
  margin-bottom: 60px;
  padding-top: 10px;
  display: none;
}

.container.hide-container {
  display: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: var(--white);
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .8;
  color: var(--white);
  text-align: left;
  width: 80%;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-bigger.cc-bigger-white-light.insideherointro {
  opacity: .8;
  width: 56%;
  font-weight: 300;
}

.paragraph-bigger.cc-bigger-white-light.insideherointro.ms365 {
  margin-bottom: 25px;
}

.button {
  background-color: var(--yellow);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  border-radius: 20px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 14px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--orange-red);
  color: #000;
  text-align: center;
  border-radius: 3px 3px 0 0;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--yellow);
  color: #000;
  letter-spacing: 0;
  cursor: pointer;
  background-image: none;
  border-radius: 30px;
  margin-top: 6px;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.button.cc-contact-us:hover {
  color: var(--black);
}

.button.cc-contact-us.paddingtop {
  background-color: var(--yellow);
  margin-top: 10px;
}

.button.cc-contact-us.btnassesment {
  float: left;
  clear: none;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 15px;
  position: static;
}

.button.cc-contact-us.button-ms365 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-left: 25px;
  font-style: normal;
}

.button.cc-contact-us.button-ms365.callus {
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.button.cc-contact-us.button-ms365.button-cloudmgt2 {
  margin-left: 0;
}

.button.cc-contact-us.button-ms365.btn-tech-call {
  margin-top: 14px;
}

.button.cc-contact-us.button-ms365.btn-tech-call.btn-mits.btn-h-mits {
  display: none;
}

.button.cc-contact-us.lponly-2 {
  font-size: 16px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.sspace {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.button.sspace:hover {
  color: var(--white);
}

.label {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  text-align: center;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light-inside {
  opacity: .6;
  color: var(--black);
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-light-inside.paragraph-bigger {
  opacity: .65;
  color: var(--black);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.heading-jumbo {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 14px;
  padding-top: 0;
  font-size: 44px;
  line-height: 52px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo.centeralign {
  letter-spacing: -.25px;
  width: 80%;
  margin-top: 0;
  font-weight: 400;
}

.heading-jumbo-small {
  color: var(--dim-grey);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.heading-jumbo-small.moveup.whitetext {
  color: var(--white);
}

.heading-jumbo-small.moveup.whitetext.opacity70 {
  opacity: .75;
}

.heading-jumbo-small.moveup.whitetext.opacity70.centercta {
  text-align: center;
}

.heading-jumbo-small.moveuphome {
  margin-top: -10px;
  padding-bottom: 5px;
  line-height: 30px;
}

.heading-jumbo-small.h-logo-text {
  color: var(--grey);
  margin-top: 15px;
  margin-right: 20px;
  font-size: 18px;
}

.heading-jumbo-small.l-logo-text {
  color: var(--grey);
  margin-top: 15px;
  margin-right: 10px;
  font-size: 18px;
}

.heading-jumbo-small.bold {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.paragraph-small.overview {
  opacity: .4;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  margin-right: 115px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu.hide {
  display: none;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--white);
  color: var(--black);
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 0 10px #0003;
}

.navigation.lpcompact {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navigation-item {
  opacity: .6;
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: normal;
  mix-blend-mode: normal;
  align-items: stretch;
  padding: 10px 14px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .2s;
  display: flex;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--yellow-3);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--yellow-3);
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.hide, .navigation-item.lp {
  display: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  color: var(--dim-grey);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  border: 0 #000;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 70px;
  display: flex;
}

.intro-header {
  border-bottom: 1px solid var(--gainsboro);
  color: #fff;
  background-color: #ddedff;
  background-image: url('../images/home-hero-2-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 540px;
  margin-bottom: 0;
  padding: 56px 16px;
  display: flex;
  position: relative;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.intro-content {
  clear: none;
  text-align: left;
  flex: none;
  order: 0;
  align-self: flex-end;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.intro-content.cc-homepage {
  text-align: left;
  align-self: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.intro-content.ms365 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.intro-content.ms365.mitservices {
  padding-bottom: 70px;
}

.intro-content.ms365.eureka-techsupport, .intro-content.ms365.eureka-techsupport-2 {
  padding-bottom: 75px;
}

.intro-content.itsec {
  padding-bottom: 70px;
}

.motto-wrap {
  text-align: center;
  width: 96%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.motto-wrap.bm-0px {
  width: 98%;
  margin-bottom: 0;
}

.about-story-wrap {
  text-align: left;
  width: 100%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  margin-top: 60px;
  margin-bottom: 100px;
  display: grid;
}

.section-heading-wrap {
  opacity: 1;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  overflow: visible;
}

.service-icon {
  width: 40px;
  max-width: 50px;
  height: 40px;
  max-height: 50px;
  margin-bottom: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid var(--gainsboro);
  padding: 40px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: start;
  margin-top: 60px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  border-color: var(--gainsboro);
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  border-color: var(--gainsboro);
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: stretch start;
  margin-top: 40px;
  margin-bottom: 120px;
  display: grid;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: var(--black);
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 72%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  text-align: center;
  letter-spacing: -.85px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.work-heading.whitetext {
  color: var(--white);
}

.work-heading.its-cheading {
  margin-top: 0;
  margin-bottom: 20px;
}

.howwehelp-content {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.howwehelp-content.addspace20 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.body {
  background-color: var(--white);
  color: var(--dim-grey);
  font-family: Rubik, sans-serif;
  box-shadow: 5px 0 10px 1px #0000007a;
}

.body-2 {
  color: var(--black);
  border: 0 #0000;
  margin-right: 0;
  transition: opacity .2s;
}

.text-block {
  color: var(--white);
  letter-spacing: .5px;
  background-color: #0000;
  font-weight: 400;
}

.text-block-2 {
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  border: 0 #000;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.div-block {
  margin-top: 58px;
  display: block;
  overflow: visible;
}

.div-block-2 {
  background-color: #00000008;
  border: 1px solid #ff490080;
  border-radius: 6px;
  padding: 20px 30px 40px 40px;
  font-family: Rubik, sans-serif;
  box-shadow: 0 5px 6px 1px #0000001a;
}

.dropdown-list {
  background-color: var(--white);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 10px 10px #0006;
}

.dropdown-list:hover {
  color: var(--dark-yellow);
}

.dropdown-list.w--open {
  color: var(--dim-grey);
  border: 2px #ff4900;
  border-bottom-style: solid;
  border-radius: 6px;
  padding-bottom: 10px;
  font-size: 15px;
}

.text-block-3 {
  opacity: .6;
  color: var(--black);
  cursor: pointer;
  font-size: 15px;
}

.text-block-3.navmain {
  font-weight: 400;
}

.icon {
  color: var(--grey);
  margin-right: 10px;
}

.dropdown-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gainsboro);
  color: var(--dim-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: var(--dark-yellow);
}

.dropdown-link.w--current {
  color: var(--yellow-3);
  font-size: 15px;
}

.dropdown-link-2 {
  color: var(--dim-grey);
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.dropdown-link-2:hover {
  color: var(--dark-yellow);
}

.dropdown-link-2.w--current {
  color: var(--yellow-3);
}

.dropdown-link-3 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--gainsboro);
  color: var(--dim-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  color: var(--dark-yellow);
}

.icon-2 {
  color: var(--grey);
  margin-right: 10px;
}

.text-block-4 {
  opacity: .6;
  color: var(--black);
  font-size: 15px;
}

.dropdown-toggle {
  color: var(--black);
  padding-left: 20px;
  padding-right: 30px;
}

.div-ser-infra {
  background-color: #0000000a;
  border: 1px solid #ff490080;
  border-radius: 6px;
  padding: 20px 40px 100px;
  transition: border .3s, transform .2s ease-out, box-shadow .3s;
  box-shadow: 0 4px 6px #00000029;
}

.div-ser-infra:hover {
  border-color: var(--orange-red);
  backface-visibility: visible;
  transform: translate(0, -4px);
  box-shadow: 0 12px 12px #0003;
}

.div-ser-infra.withbg1 {
  color: var(--white);
  background-image: url('../images/hero-inside-Incident.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  border-style: none;
}

.paragraph, .paragraph-2 {
  font-size: 16px;
  line-height: 26px;
}

.paragraph-2.greytext {
  opacity: .6;
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2.whitetext {
  color: var(--white);
}

.button-2 {
  z-index: 500;
  border: 2px solid var(--orange-red);
  background-color: var(--white);
  color: var(--orange-red);
  cursor: pointer;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  box-shadow: 1px 1px 1px #0000001a;
}

.button-2:hover {
  background-color: var(--orange-red);
  color: var(--black);
}

.text-span {
  padding-left: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.heading {
  color: var(--orange-red);
  letter-spacing: -.5px;
}

.heading.white {
  color: var(--white);
}

.heading-2 {
  color: var(--orange-red);
}

.heading-2.aboutus-heading {
  clear: none;
  color: var(--black);
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.image {
  float: right;
  clear: none;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: -200px;
  margin-right: 0;
  display: block;
  position: absolute;
}

.image-2 {
  margin-bottom: -160px;
}

.image-3 {
  float: right;
  text-align: left;
  margin-top: 20px;
  margin-bottom: -150px;
  position: static;
  inset: 0% auto auto 0%;
}

.image-4 {
  z-index: 1;
  float: right;
  clear: both;
  width: 280px;
  margin-top: -10px;
  margin-bottom: -180px;
  position: relative;
  inset: 0% auto auto 0%;
}

.dropdown-toggle-2 {
  color: var(--black);
  padding-left: 14px;
  padding-right: 30px;
}

.dropdown-toggle-2.w--open:hover {
  color: #ff4900;
}

.text-block-5 {
  line-height: 12px;
}

.orangetext {
  color: var(--yellow-3);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.orangetext.moveup {
  margin-top: -20px;
}

.orangetext.caseshead {
  margin-top: 0;
  margin-bottom: 0;
}

.orangetext.ms365 {
  color: var(--yellow-3);
  letter-spacing: -.5px;
  font-size: 42px;
  line-height: 48px;
}

.inside-hero-small-infra {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bg-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
}

.inside-hero-small-infra.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.inside-hero-small-infra.cc-subpage-inside {
  color: #fff;
  background-color: #000;
  background-image: url('../images/e2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 450px;
}

.inside-hero-small-infra.cc-subpage-inside-small {
  color: #fff;
  background-color: #000;
  background-image: url('../images/hero-tech-support.jpg');
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
}

.inside-hero-small-infra.cc-subpage-inside-small.inside-hero-sml-ism {
  background-image: url('../images/hero-inside-investigation.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.inside-hero-sml-ism.hero-secsolutions {
  background-image: url('../images/e4.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.inside-hero-sml-ism.hero-secoperations {
  background-image: url('../images/hero-inside-secoperations2.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.inside-hero-sml-ism.hero-ciso {
  background-image: url('../images/hero-inside-enduser.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.inside-hero-sml-ism.hero-response {
  background-image: url('../images/e2.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-data-center {
  background-image: url('../images/a.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-cloud-migration {
  background-image: url('../images/hero-inside-cloud2.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.it-assessments {
  background-image: url('../images/hero-inside-ISA.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-virtual-it {
  background-image: url('../images/hero-inside-virtual.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-end-user {
  background-image: url('../images/hero-inside-endusermalec.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-forensic {
  background-image: url('../images/hero-inside-forensic.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-ms-365 {
  background-image: url('../images/hero-inside-ms365-2.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-ms-365-2 {
  background-image: url('../images/hero-inside-ms365-4.jpg');
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-ms-365-3 {
  background-image: url('../images/banner-365-ae.jpg');
  height: 372px;
  margin-top: 0;
  padding-top: 0;
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-ms-365-3.tech-support-ban {
  background-image: url('../images/banner-tech-ae-2.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.inside-hero-small-infra.cc-subpage-inside-small.hero-ms-365-3.tech-support-ita {
  background-image: url('../images/hero-inside-ISA.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.div-block-3 {
  background-color: var(--yellow-3);
  width: 5px;
  height: 120px;
  margin-bottom: -100px;
  margin-left: 2px;
  display: none;
}

.div-block-3.ms365 {
  display: none;
}

.motto-wrap-inside {
  color: var(--yellow-3);
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 20px;
  font-size: 24px;
  line-height: 34px;
}

.motto-wrap-inside.ms365motto {
  color: var(--yellow-3);
  margin-bottom: 20px;
  padding-top: 0;
}

.container-inside {
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.button-3 {
  float: none;
  clear: both;
  border: .5px none var(--white);
  background-color: var(--black);
  cursor: pointer;
  background-image: linear-gradient(#363636, #000);
  border-radius: 35px;
  height: 60px;
  margin-top: 0;
  padding: 20px 30px 16px;
  font-size: 20px;
  line-height: 20px;
}

.button-3:hover {
  color: var(--orange-red);
}

.button-3:active {
  color: var(--tan);
}

.button-3:focus {
  color: var(--orange-red);
}

.button-3:visited {
  color: var(--white);
}

.text-block-6 {
  color: var(--white);
  padding-top: 10px;
  font-size: 14px;
  line-height: 32px;
}

.heading-3 {
  color: var(--white);
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

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

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ". Area";
  grid-auto-flow: row;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 "Area-7 ."
                 / 1fr 1fr;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.div-block-4 {
  border: 1px solid var(--gainsboro);
  text-align: left;
  border-radius: 6px;
  padding: 40px;
  transition: transform .3s ease-out, box-shadow .5s cubic-bezier(.55, .085, .68, .53), border-color .1s;
  transform: translate(0);
  box-shadow: 0 3px 5px #0000001a;
}

.div-block-4:hover {
  border-color: var(--yellow-4);
  transform: translate(0, -3px);
  box-shadow: 0 10px 10px #0000001a;
}

.div-block-4.bordershadow {
  border-color: var(--gainsboro);
}

.tileheads {
  opacity: 1;
  color: var(--black);
  letter-spacing: -.25px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.tileheads.cc-bigger-light {
  opacity: 1;
  color: var(--white);
}

.tileheads.cc-bigger-white-light {
  opacity: .6;
  text-align: left;
  width: 80%;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.tileheads.aboutpartnertitle {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.button-4 {
  float: left;
  border: 2px solid var(--yellow);
  background-color: var(--back-white);
  color: var(--yellow);
  border-radius: 40px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 15px;
  box-shadow: 0 1px 3px #0000001a;
}

.button-4:hover {
  background-color: var(--yellow-3);
  color: var(--black);
}

.image-5 {
  float: right;
  padding-top: 20px;
}

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

.columns {
  flex: 1;
}

.link {
  color: var(--gainsboro);
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 50ms;
}

.link:hover {
  color: var(--orange-red);
}

.link:active {
  color: var(--tan);
}

.link:focus {
  color: var(--orange-red);
}

.link-2 {
  color: var(--white);
  padding-top: 10px;
  font-size: 20px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--orange-red);
}

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

.link-2:focus {
  color: var(--orange-red);
}

.div-block-5 {
  clear: none;
  flex: none;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.section-2 {
  width: 100%;
  height: 1px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section-2.greybg {
  background-color: var(--footergrey);
  padding-top: 40px;
  padding-bottom: 100px;
}

.columns-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.div-block-6 {
  background-color: var(--dim-grey);
  width: 100%;
  max-width: 1140px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.extrasmall {
  opacity: .5;
  color: var(--white);
  text-align: left;
  font-size: 12px;
}

.extrasmall.pagesmalltext {
  display: none;
}

.extrasmall-right {
  opacity: .5;
  color: var(--white);
  text-align: right;
  font-size: 12px;
}

.btn-mobile, .btn-mobile.btn-ms365 {
  display: none;
}

.div-block-7 {
  background-color: var(--footergrey);
  opacity: .5;
  text-align: center;
  width: 100%;
  max-width: 1140px;
  height: auto;
}

.text-block-8 {
  opacity: .6;
  color: var(--gainsboro);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
}

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

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.container-inside-detail-page {
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-inside-detail-page.detailpage {
  margin-bottom: 60px;
}

.boldtext {
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 60px;
}

.boldtext.toppadding, .boldtext.ms365bold-1 {
  margin-top: 30px;
}

.boldtext.ms365bold-1.ms365m30 {
  margin-bottom: 30px;
}

.boldtext.hide-b-txt {
  display: none;
}

.list-item {
  color: var(--black);
  line-height: 20px;
  list-style-type: none;
  display: block;
}

.list-item-2 {
  color: var(--black);
  border-bottom: 1px solid #0000001a;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
}

.column-2 {
  color: var(--black);
  position: sticky;
  top: 140px;
}

.list-item-3 {
  text-transform: none;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  list-style-type: none;
}

.list-item-3.nounderline {
  text-decoration: none;
}

.list-item-3.ms365disa {
  display: none;
}

.list {
  float: right;
  border: 1px solid var(--gainsboro);
  color: var(--dim-grey);
  background-color: #fffffff0;
  border-radius: 6px;
  width: 94%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 30px;
  position: sticky;
  top: 120px;
  box-shadow: 0 6px 10px #0003;
}

.list.ms-365-list {
  margin-top: 0;
}

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

.dropdown-link-4 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gainsboro);
  color: var(--dim-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.dropdown-link-4:hover {
  color: var(--dark-yellow);
}

.dropdown-link-4.w--current {
  color: var(--yellow-3);
}

.moveup {
  text-align: left;
  margin-top: -10px;
  padding-bottom: 5px;
  line-height: 30px;
}

.moveup.aboutkeypoints {
  color: var(--yellow-3);
  text-align: center;
  font-weight: 300;
}

.moveup.cassestext.smaller {
  font-weight: 400;
}

.moveup.ms365 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

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

.bold-text.headerdetails {
  color: var(--footergrey);
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.bold-text.headerdetails.helptxt-ms365 {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 25px;
  line-height: 24px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--black);
}

.bold-text-5 {
  color: var(--footergrey);
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.text-span-2 {
  color: var(--dim-grey);
}

.text-block-8-copy {
  opacity: .6;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.text-block-8-copy.nopadding {
  padding-left: 10px;
  padding-right: 10px;
}

.nopadding, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  filter: grayscale();
}

.text-block-10 {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 18px;
}

.text-block-10.processtext {
  opacity: .7;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.image-7 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.columns-4 {
  background-image: url('../images/arrows.png');
  background-position: 50% 60%;
  background-repeat: repeat-x;
  background-size: 90%;
  background-attachment: scroll;
  margin-top: 40px;
}

.columns-4.addspace {
  margin-top: 38px;
  margin-bottom: 78px;
}

.heading-5 {
  font-weight: 500;
}

.heading-5.removebold.whitetext {
  color: var(--white);
}

.removebold {
  font-weight: 400;
}

.removebold.whitetext {
  color: var(--white);
}

.image-8, .image-9, .footer-logo-l, .image-10, .footer-logo-m {
  filter: grayscale();
}

.clients-content {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 80px;
}

.clients-content.its-casestudies {
  padding-top: 50px;
  padding-bottom: 60px;
}

.clients-content.h-clients {
  padding-top: 60px;
}

.bggrey {
  border-top: 1px solid var(--gainsboro);
  background-color: #0000000d;
}

.slider {
  background-color: #0000;
  height: 100px;
  margin-bottom: 20px;
  display: none;
}

.right-arrow {
  display: block;
}

.icon-3, .slide-nav {
  display: none;
}

.customerlogos {
  margin-left: auto;
  margin-right: auto;
}

.customerlogos.width-80 {
  width: 88%;
}

.customerlogos.width-75 {
  width: 75%;
}

.customerlogos.width-60 {
  width: 60%;
}

.columns-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  display: block;
}

.icon-4 {
  display: none;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: none;
}

.div-block-8 {
  background-color: #0000001a;
  height: 1px;
}

.link-4 {
  color: var(--dark-yellow);
  text-align: center;
  font-weight: 500;
}

.casestile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #ff490080;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  align-items: stretch;
  padding: 40px;
  transition: opacity .5s;
  display: grid;
  box-shadow: 0 3px 5px #0000001a;
}

.casestile:hover {
  box-shadow: 0 6px 10px #0003;
}

.casestile.bordershadow {
  border-color: var(--gainsboro);
}

.casestile.greyline {
  border-color: var(--gainsboro);
  align-content: start;
}

.casestile.greyline.relatedcasetitle {
  align-content: start;
}

.casestile-header {
  opacity: 1;
  color: var(--black);
  text-align: left;
  letter-spacing: -.25px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.casestile-header.cc-bigger-light {
  opacity: 1;
  color: var(--white);
}

.casestile-header.cc-bigger-white-light {
  opacity: .6;
  text-align: left;
  width: 80%;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.casestiletext {
  opacity: .6;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.casestiletext.paragraph-bigger {
  opacity: .65;
  color: var(--black);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.image-11 {
  height: 50px;
}

.image-11.pat-img {
  height: 40px;
}

.columnscasestudies {
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.linkleft {
  color: var(--dark-yellow);
  text-align: left;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

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

.heading-jumbo-small-mobile {
  color: var(--grey);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  display: none;
}

.heading-jumbo-small-mobile.moveup.whitetext {
  color: var(--white);
}

.heading-jumbo-small-mobile.moveup.whitetext.opacity70 {
  opacity: .75;
}

.columns-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-7.whitetext {
  color: var(--white);
}

.link-block {
  width: 100%;
  height: 20px;
}

.nounderline {
  text-decoration: none;
}

.nounderline:hover, .nounderline.w--current {
  color: var(--yellow-3);
}

.link-5, .link-6 {
  text-decoration: none;
}

.link-6:hover, .link-6.w--current {
  color: var(--yellow-3);
}

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

.link-7:hover, .link-7.w--current {
  color: var(--yellow-3);
}

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

.link-8:hover, .link-8.w--current {
  color: var(--yellow-3);
}

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

.link-9:hover, .link-9.w--current {
  color: var(--yellow-3);
}

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

.link-10:hover, .link-10.w--current {
  color: var(--yellow-3);
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: space-between start;
  place-items: stretch stretch;
  padding-top: 14px;
}

.image-12 {
  float: right;
  width: 80%;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
}

.intro-header-casestudy {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bg-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
}

.intro-header-casestudy.cc-subpage {
  background-color: var(--footergrey);
  color: #fff;
  background-image: none;
  align-items: center;
  height: 200px;
}

.intro-header-cases {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bg-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
}

.intro-header-cases.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.intro-header-cases.cc-subpage-inside {
  background-color: var(--footergrey);
  color: #fff;
  background-image: linear-gradient(#333333b3, #333333b3), url('../images/4k-wallpaper-blur-blurry-2514035.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 220px;
}

.intro-header-cases.cc-subpage-inside-small {
  color: #fff;
  background-color: #000;
  background-image: url('../images/techin.jpg');
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
}

.intro-header-cases.abouthero {
  background-color: var(--footergrey);
  color: #fff;
  background-image: url('../images/e5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 220px;
}

.grid-6 {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.grid-6.casesgrid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.div-block-9 {
  padding-top: 0;
}

.list-2 {
  color: var(--dim-grey);
  width: 90%;
  margin-bottom: 40px;
  padding-left: 20px;
}

.list-item-4 {
  margin-bottom: 10px;
}

.block-quote {
  float: right;
  clear: both;
  border-left-color: var(--orange-red);
  color: var(--footergrey);
  background-color: #0000000a;
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}

.div-block-10 {
  padding-bottom: 60px;
}

.bold-text-6 {
  font-size: 16px;
}

.bold-text-6.patron {
  line-height: 16px;
}

.image-13 {
  float: left;
  width: 40%;
}

.grid-6-dup {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-flow: row;
  margin-top: 40px;
}

.link-11, .link-12, .link-13, .link-14, .link-15, .link-16 {
  font-weight: 500;
}

.intro-header-gen {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bg-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
}

.intro-header-gen.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.intro-header-gen.cc-subpage-inside {
  background-color: var(--footergrey);
  color: #fff;
  background-image: linear-gradient(#333333b3, #333333b3), url('../images/4k-wallpaper-blur-blurry-2514035.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 220px;
}

.intro-header-gen.cc-subpage-inside-small {
  color: #fff;
  background-color: #000;
  background-image: url('../images/techin.jpg');
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
}

.intro-header-inside-infra {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bg-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
}

.intro-header-inside-infra.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.intro-header-inside-infra.cc-subpage-inside {
  color: #fff;
  background-color: #000;
  background-image: url('../images/hero-inside-IR2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 450px;
}

.intro-header-inside-infra.cc-subpage-inside-small {
  color: #fff;
  background-color: #000;
  background-image: url('../images/techin.jpg');
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
}

.intro-header-inside-security {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bg-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
}

.intro-header-inside-security.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.intro-header-inside-security.cc-subpage-inside {
  color: #fff;
  background-color: #000;
  background-image: url('../images/e3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 450px;
}

.intro-header-inside-security.cc-subpage-inside-small {
  color: #fff;
  background-color: #000;
  background-image: url('../images/e2.jpg');
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
}

.intro-header-inside-sec-sml {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bg-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
}

.intro-header-inside-sec-sml.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.intro-header-inside-sec-sml.cc-subpage-inside {
  color: #fff;
  background-color: #000;
  background-image: url('../images/e2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 450px;
}

.intro-header-inside-sec-sml.cc-subpage-inside-small {
  color: #fff;
  background-color: #000;
  background-image: url('../images/e4.jpg');
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
}

.intro-header-inside-sec-sml.cc-subpage-inside-small.hero-security-assessments {
  background-image: url('../images/hero-inside-secassesments.jpg');
}

.inside-hero-sml-ism {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bg-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
}

.inside-hero-sml-ism.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.inside-hero-sml-ism.cc-subpage-inside {
  color: #fff;
  background-color: #000;
  background-image: url('../images/e2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 450px;
}

.inside-hero-sml-ism.cc-subpage-inside-small {
  color: #fff;
  background-color: #000;
  background-image: url('../images/e4.jpg');
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
}

.inside-hero-sml-ism.cc-subpage-inside-small.hero-ism {
  background-image: url('../images/tech.jpg');
}

.intro-header-cont {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/bg-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 60px;
  display: flex;
}

.intro-header-cont.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.intro-header-cont.cc-subpage-inside {
  background-color: var(--footergrey);
  color: #fff;
  background-image: linear-gradient(#33333380, #33333380), url('../images/e6.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  height: 220px;
}

.intro-header-cont.cc-subpage-inside-small {
  color: #fff;
  background-color: #000;
  background-image: url('../images/techin.jpg');
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  height: 360px;
}

.cassestext {
  color: var(--dim-grey);
  font-size: 16px;
  line-height: 26px;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
}

.div-block-about {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 6px;
  padding: 40px;
  transition: transform .3s ease-out, box-shadow .5s cubic-bezier(.55, .085, .68, .53), border-color .1s;
  transform: translate(0);
  box-shadow: 0 3px 5px #0000001a;
}

.div-block-about:hover {
  border-color: var(--orange-red);
  transform: translate(0, -3px);
  box-shadow: 0 10px 10px #0000001a;
}

.div-block-about.bordershadow {
  border-color: var(--gainsboro);
}

.div-block-11 {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 6px;
  padding: 20px;
}

.div-block-11.aboutpartner {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-12 {
  border: 1px solid var(--orange-red);
  border-radius: 10px;
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  box-shadow: 0 4px 3px #00000024;
}

.div-block-12.aboutpartner2 {
  background-color: #fff;
}

.navigation-item-last {
  opacity: .6;
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: normal;
  align-items: stretch;
  padding: 10px 40px 10px 14px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.navigation-item-last:hover {
  opacity: .9;
  color: var(--yellow-3);
}

.navigation-item-last:active {
  opacity: .8;
  color: var(--footergrey);
}

.navigation-item-last.w--current {
  opacity: 1;
  color: var(--yellow-3);
  font-weight: 400;
}

.navigation-item-last.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-last.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item-last.lp {
  display: none;
}

.navigation-item-last.lpcall, .navigation-item-last.lpcall-copy {
  opacity: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 500;
}

.link-17 {
  display: none;
}

.sidebar-form {
  z-index: 1200;
  background-color: var(--white);
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
  box-shadow: 0 0 20px 2px #0006;
}

.button-5 {
  border: .5px solid var(--grey);
  background-color: var(--white);
  color: var(--grey);
  text-align: center;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 1px 0 0;
}

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

.grid-8.teamgrid {
  grid-column-gap: 32px;
  grid-row-gap: 34px;
}

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

.teamname {
  margin-top: 10px;
  font-weight: 500;
}

.teamtitle {
  color: var(--dim-grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.teamdescrip {
  color: var(--grey);
  margin-top: 5px;
  font-weight: 300;
}

.teamsection {
  margin-bottom: 60px;
  display: none;
}

.awards {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.text-block-12 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
}

.awardsdate {
  color: var(--grey);
  text-align: center;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-13 {
  text-align: center;
  text-transform: uppercase;
}

.bold-text-7 {
  color: var(--black);
  font-weight: 500;
}

.awardsdescrip {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
}

.awardsblock {
  border: 1px solid var(--orange-red);
  text-align: center;
  border-radius: 10px;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  box-shadow: 0 4px 3px #00000024;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
}

.awardslogo {
  clear: both;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.awardcontain {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.html-embed {
  background-color: var(--white);
}

.gridawards {
  grid-template-columns: 1fr 1fr 1fr;
  align-content: space-between;
  place-items: center stretch;
}

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

.image-15 {
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  color: #000;
  margin-top: 16px;
  font-style: italic;
  font-weight: 500;
  display: block;
}

.text-span-4 {
  margin-top: 16px;
  font-weight: 500;
  display: block;
}

.text-span-5 {
  font-weight: 500;
}

.div-block-15 {
  z-index: 9999;
  background-color: var(--orange-red);
  cursor: default;
  position: sticky;
  top: 140px;
}

.list-item-button {
  text-transform: none;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  list-style-type: none;
}

.list-item-button.nounderline {
  text-decoration: none;
}

.link-10-buton {
  border: 1px none var(--white);
  background-color: var(--orange-red);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  margin-top: 20px;
  padding: 10px;
  font-weight: 400;
  text-decoration: none;
}

.link-10-buton:hover {
  color: var(--white);
}

.link-10-buton.w--current {
  color: var(--orange-red);
}

.button-text-secondary {
  float: left;
  border: 2px solid var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
  box-shadow: 0 1px 3px #0000001a;
}

.button-text-secondary:hover {
  background-color: var(--orange-red);
  color: var(--black);
}

.image-16 {
  margin: 40px auto;
}

.image-16.imageawards {
  margin-left: auto;
  margin-right: auto;
}

.awards-grid {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aboutclients {
  text-align: center;
}

.acoutclients {
  border: 1px none var(--gainsboro);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

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

.grid-9.clientsgrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-9.clientsgrid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-9.clientsgrid-about {
  grid-column-gap: 10px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.clientslogo {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

.xlarge-h1 {
  color: var(--yellow-3);
  font-size: 68px;
  font-weight: 700;
}

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

.link-about-1 {
  text-decoration: none;
}

.link-about-1.w--current {
  color: var(--yellow-3);
}

.link-about-2 {
  text-decoration: none;
}

.link-about-2:hover {
  color: var(--yellow-3);
}

.link-about-2.w--current {
  color: var(--orange-red);
}

.link-about-4 {
  text-decoration: none;
}

.link-about-4:hover {
  color: var(--yellow-3);
}

.link-about-4.w--current {
  color: var(--orange-red);
}

.link-about-3 {
  text-decoration: none;
}

.link-about-3:hover {
  color: var(--yellow-3);
}

.link-about-3.w--current {
  color: var(--orange-red);
}

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

.grid-10.grid10update {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-10.grid10update.hide-contact-gride {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.contact-tile.casestile {
  text-align: center;
  border-color: #f27608ba;
  font-size: 24px;
}

.grid-11 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  place-content: start;
  place-items: start;
}

.head {
  margin-top: 0;
}

.paragraph-3 {
  line-height: 26px;
}

.paragraph-3.paragraph-small {
  color: var(--dim-grey);
  line-height: 22px;
}

.div-block-16 {
  border-right: 4px solid var(--orange-red);
}

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

.grid-12.spacetop {
  padding-top: 20px;
}

.div-block-17, .div-block-18, .div-block-19, .div-block-20 {
  padding-right: 20px;
}

.image-17, .image-18, .image-19 {
  width: 120px;
}

.home-content-wrap-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: stretch start;
  margin-top: 40px;
  margin-bottom: 120px;
  display: grid;
}

.grid-13 {
  grid-template-rows: auto;
  align-content: start;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 68px;
  overflow: visible;
}

.div-block-21 {
  background-image: url('../images/hero-inside-Incident.jpg');
  background-position: 45%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  padding: 40px 40px 40px 20px;
}

.div-block-21.rightcurve {
  background-image: linear-gradient(#00000047, #00000047), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
}

.div-block-21.leftcurve {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.div-block-21.leftcurve.leftpadding {
  padding-left: 40px;
}

.div-block-21.leftcurve.leftpadding.securebg {
  background-image: linear-gradient(#00000047, #00000047), url('../images/e3.jpg');
  background-position: 0 0, 45%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
}

.div-block-22 {
  float: none;
  clear: none;
  max-width: 550px;
}

.div-block-22.right {
  float: right;
  clear: none;
  width: 100%;
  max-width: 500px;
}

.div-block-22.left {
  float: left;
  width: 100%;
  max-width: 500px;
}

.newbutton {
  z-index: 500;
  border: 2px solid var(--orange-red);
  background-color: var(--white);
  color: var(--orange-red);
  cursor: pointer;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  position: static;
  box-shadow: 1px 1px 1px #0000001a;
}

.newbutton:hover {
  background-color: var(--orange-red);
  color: var(--black);
}

.formassesment {
  z-index: 5;
  background-color: #f9f9f9;
  width: 50%;
  height: 500px;
  margin-top: 102px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 40px;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.formassesment.popup-overlay {
  z-index: 5000;
  border-right: 2px solid var(--orange-red);
  border-left: 2px solid var(--orange-red);
  background-color: #f9f9f9;
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: stretch;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  box-shadow: 0 0 100px 16px #0009;
}

.form {
  margin-top: 40px;
}

.closebtn {
  border: 1px solid var(--grey);
  background-color: var(--white);
  color: var(--grey);
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  align-self: center;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  font-size: 16px;
  font-weight: 300;
}

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

.div-block-24 {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  background-color: var(--orange-red);
  height: 50px;
  position: sticky;
}

.div-block-25 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 12px #000;
}

.call-stripe {
  z-index: 2;
  background-color: var(--orange-red);
  color: var(--white);
  text-align: center;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  font-size: 18px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-26 {
  z-index: 5000;
  background-color: var(--orange-red);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 550px;
  height: 100px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 10px 10px #0000001f;
}

.image-20 {
  filter: grayscale();
  padding-top: 15px;
}

.link-18 {
  float: none;
  clear: none;
  color: var(--grey);
  text-align: right;
  text-transform: capitalize;
  align-self: auto;
  margin-top: -24px;
  margin-right: 2px;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-18:hover {
  color: var(--dark-yellow);
}

.linkrd {
  color: var(--gainsboro);
  text-decoration: none;
}

.section-4 {
  background-color: var(--white);
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-27 {
  flex-wrap: wrap;
  place-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-3 {
  height: 100%;
}

.heading-8 {
  color: var(--white);
  text-align: center;
}

.casestudiesgrid {
  grid-column-gap: 80px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  padding-bottom: 40px;
}

.casestudiessub {
  font-size: 30px;
  font-style: normal;
}

.link-block-2 {
  width: 200px;
}

.link-19 {
  float: none;
}

.grid_fotter_logos {
  float: right;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 320px;
  height: 235px;
  margin-top: 10px;
}

.image-21, .image_footer_logos {
  object-fit: fill;
}

.image_footer_logos.footer2 {
  opacity: .6;
  padding-left: 10px;
  padding-right: 10px;
}

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

.grid_footer_logos2 {
  float: right;
  grid-template-rows: auto;
  width: 320px;
}

.image-22 {
  display: none;
}

.landing-intro-text {
  width: 86%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.heading-intro {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 44px;
  line-height: 52px;
}

.heading-intro.cc-white-heading-jumbo {
  color: #fff;
}

.heading-intro.centeralign {
  letter-spacing: -.25px;
  font-weight: 400;
}

.heading-intro.centeralign-landing {
  letter-spacing: -.25px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
}

.lp-paragraph-bigger {
  opacity: 1;
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}

.lp-paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: var(--white);
}

.lp-paragraph-bigger.cc-bigger-white-light {
  opacity: .8;
  color: var(--white);
  text-align: left;
  width: 80%;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.lp-paragraph-bigger.cc-bigger-white-light.insideherointro {
  opacity: .8;
  width: 56%;
  font-weight: 300;
}

.lp-paragraph-bigger.lp-cc-bigger-white-light {
  opacity: .8;
  color: var(--black);
  text-align: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.lp-paragraph-bigger.lp-cc-bigger-white-light.insideherointro {
  opacity: .8;
  width: 56%;
  font-weight: 300;
}

.lp-paragraph-bigger.lp-list-cc-bigger-white-light {
  opacity: .8;
  color: var(--black);
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.lp-paragraph-bigger.lp-list-cc-bigger-white-light.insideherointro {
  opacity: .8;
  width: 56%;
  font-weight: 300;
}

.lp-paragraph-bigger.bold {
  color: var(--yellow);
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}

.lp-intro-header {
  border-bottom: 1px solid var(--gainsboro);
  color: #fff;
  background-color: #f1faff;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lp-intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.lp-intro-header.wfh {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.heading-intro-copy {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 44px;
  line-height: 52px;
}

.heading-intro-copy.cc-white-heading-jumbo {
  color: #fff;
}

.heading-intro-copy.centeralign {
  letter-spacing: -.25px;
  font-weight: 400;
}

.heading-intro-copy.centeralign-landing {
  letter-spacing: -.25px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
}

.lp-heading-intro {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 44px;
  line-height: 52px;
}

.lp-heading-intro.cc-white-heading-jumbo {
  color: #fff;
}

.lp-heading-intro.centeralign {
  letter-spacing: -.25px;
  font-weight: 400;
}

.lp-heading-intro.centeralign-landing {
  color: var(--footergrey);
  letter-spacing: -.25px;
  width: 100%;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 43px;
}

.lp-heading-tag {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 44px;
  line-height: 52px;
}

.lp-heading-tag.cc-white-heading-jumbo {
  color: #fff;
}

.lp-heading-tag.centeralign {
  letter-spacing: -.25px;
  font-weight: 400;
}

.lp-heading-tag.centeralign-landing {
  color: var(--orange-red);
  letter-spacing: -.25px;
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.lp-intro-list {
  color: var(--dim-grey);
  padding-left: 0;
  line-height: 20px;
  list-style-type: none;
}

.lp-intro-list.bm-0px {
  margin-bottom: 0;
}

.lp-heading-list-tag {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 44px;
  line-height: 52px;
}

.lp-heading-list-tag.cc-white-heading-jumbo {
  color: #fff;
}

.lp-heading-list-tag.centeralign {
  letter-spacing: -.25px;
  font-weight: 400;
}

.lp-heading-list-tag.centeralign-landing {
  color: var(--black);
  letter-spacing: -.25px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
}

.lp-heading-list-tag.centeralign-landing.bigger {
  margin-bottom: 12px;
  font-size: 22px;
}

.lp-heading-jumbo-small {
  color: var(--grey);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.lp-heading-jumbo-small.moveup.whitetext {
  color: var(--white);
}

.lp-heading-jumbo-small.moveup.whitetext.opacity70 {
  opacity: .75;
}

.lp-heading-jumbo-small.moveup.whitetext.opacity70.centercta {
  text-align: center;
}

.lp-heading-jumbo-small.moveuphome {
  margin-top: -10px;
  padding-bottom: 5px;
  line-height: 30px;
}

.section-5 {
  display: block;
  overflow: visible;
}

.section-lp-del {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.section-lp-del.cc-cta {
  background-color: #f4f4f4;
  background-image: url('../images/bg-support.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border: 0 #0000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.section-lp-del.cc-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.section-lp-del.cc-store-home-wrap {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-lp-del.bgfooter {
  background-color: var(--footergrey);
  padding-bottom: 0;
}

.section-lp-del.cases-clientless {
  margin-top: 0;
  padding-top: 20px;
}

.section-lp-del.awardcertificate {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--gainsboro);
  min-height: 200px;
}

.section-lp-del.awardclients {
  border: 1px #0000;
}

.section-lp-del.awardscleitns {
  border-top: 1px solid var(--gainsboro);
}

.section-lp-del.casestudiestwo {
  border: 1px none var(--gainsboro);
  min-height: 200px;
}

.section-5-lp-del {
  display: none;
  overflow: visible;
}

.slider-lp-del {
  background-color: #0000;
  width: 80%;
  height: 100px;
  margin: 28px auto 20px;
  display: block;
}

.lp-bggrey {
  border-top: 1px solid var(--gainsboro);
  background-color: #0000000d;
  padding-top: 40px;
}

.lp-container {
  letter-spacing: normal;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.lp-container.cc-blog-detail {
  color: var(--black);
}

.lp-container.casescontainer {
  margin-bottom: 60px;
  padding-top: 10px;
  display: block;
}

.lp-container.containerabout {
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lp-container.containerclients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lp-container.statsbar {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lp-container.containercasese {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.lp-container.casestudiescont {
  margin-bottom: 60px;
  padding-top: 10px;
  display: none;
}

.lp-clients-content {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 30px;
}

.lp-clients-content.its-casestudies {
  padding-top: 50px;
  padding-bottom: 60px;
}

.lp-grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: space-between start;
  place-items: stretch stretch;
  padding-top: 0;
}

.lp-casestile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #ff490080;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  align-items: stretch;
  padding: 40px;
  transition: opacity .5s;
  display: grid;
  box-shadow: 0 3px 5px #0000001a;
}

.lp-casestile:hover {
  box-shadow: 0 6px 10px #0003;
}

.lp-casestile.bordershadow {
  border-color: var(--gainsboro);
}

.lp-casestile.greyline {
  border-color: var(--gainsboro);
  align-content: start;
}

.lp-casestile.greyline.relatedcasetitle {
  align-content: start;
}

.lp-casestile.lp-greyline {
  border-style: none;
  border-color: var(--gainsboro);
  box-shadow: none;
  background-color: #0000;
  grid-template-rows: auto;
  align-content: start;
  padding-right: 20px;
}

.lp-casestile.lp-greyline.relatedcasetitle {
  align-content: start;
}

.lp-casestiletext {
  opacity: .6;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.lp-casestiletext.paragraph-bigger {
  opacity: .65;
  color: var(--black);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.lp-linkleft {
  color: var(--orange-red);
  text-align: center;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.lp-linkleft:hover {
  text-decoration: underline;
}

.lp-partners {
  display: inline-block;
}

.lp-heading-jumbo-small-mobile {
  color: var(--grey);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  display: none;
}

.lp-heading-jumbo-small-mobile.moveup.whitetext {
  color: var(--white);
}

.lp-heading-jumbo-small-mobile.moveup.whitetext.opacity70 {
  opacity: .75;
}

.lp-moto-container {
  letter-spacing: normal;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.lp-moto-container.cc-blog-detail {
  color: var(--black);
}

.lp-moto-container.casescontainer {
  margin-bottom: 60px;
  padding-top: 10px;
  display: block;
}

.lp-moto-container.containerabout {
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lp-moto-container.containerclients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lp-moto-container.statsbar {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lp-moto-container.containercasese {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.lp-moto-container.casestudiescont {
  margin-bottom: 60px;
  padding-top: 10px;
  display: none;
}

.lp-intro-content {
  clear: none;
  text-align: left;
  flex: none;
  order: 0;
  align-self: flex-end;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.lp-intro-content.cc-homepage, .lp-intro-content.cc-lppage {
  text-align: left;
  align-self: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lp-table-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.lp-table-container {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-14 {
  background-color: #ffc979;
}

.lp-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--tan);
  text-align: left;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin: 40px 0;
}

.lp-table-title-block {
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--tan);
  background-color: var(--orange-red);
  color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  padding-top: 10px;
  padding-left: 12px;
  font-weight: 400;
}

.lp-table-title-block.last-child {
  border-right-style: none;
}

.section-lp-table {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-lp-table.cc-cta {
  background-color: #f4f4f4;
  background-image: url('../images/bg-support.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border: 0 #0000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.section-lp-table.cc-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.section-lp-table.cc-store-home-wrap {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-lp-table.bgfooter {
  background-color: var(--footergrey);
  padding-bottom: 0;
}

.section-lp-table.cases-clientless {
  margin-top: 0;
  padding-top: 20px;
}

.section-lp-table.awardcertificate {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--gainsboro);
  min-height: 200px;
}

.section-lp-table.awardclients {
  border: 1px #0000;
}

.section-lp-table.awardscleitns {
  border-top: 1px solid var(--gainsboro);
}

.section-lp-table.casestudiestwo {
  border: 1px none var(--gainsboro);
  min-height: 200px;
}

.container-lp-table {
  text-align: center;
  letter-spacing: normal;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-lp-table.cc-blog-detail {
  color: var(--black);
}

.container-lp-table.casescontainer {
  margin-bottom: 60px;
  padding-top: 10px;
  display: block;
}

.container-lp-table.containerabout {
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-lp-table.containerclients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-lp-table.statsbar {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-lp-table.containercasese {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.container-lp-table.casestudiescont {
  margin-bottom: 60px;
  padding-top: 10px;
  display: none;
}

.lp-table-side-block {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--tan);
  width: 100%;
  max-width: 300px;
  padding-top: 10px;
  padding-left: 12px;
  font-weight: 500;
}

.lp-table-side-block.lpt-back-color {
  background-color: #fdc0a5;
  border-bottom-style: solid;
}

.lp-table-side-block.lpt-back-color.cut-col2 {
  border-bottom-style: none;
}

.lp-table-side-block.cut-col {
  background-color: #fdc0a5;
  border-top-style: none;
}

.text-block-15 {
  padding-left: 12px;
}

.lp-table-content-block {
  border-style: none solid solid none;
  border-width: 1px;
  border-color: var(--tan);
  width: 100%;
  max-width: 300px;
  padding-left: 12px;
}

.lp-table-content-block.block-back-color {
  background-color: #fdc0a5;
}

.lp-table-heading {
  color: var(--footergrey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
}

.paragraph-4 {
  text-align: center;
  display: block;
}

.lp-table-para {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lp-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--tan);
  text-align: left;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .33fr 1fr;
  justify-content: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 40px 0;
}

.container-lp-table-2 {
  letter-spacing: normal;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-lp-table-2.cc-blog-detail {
  color: var(--black);
}

.container-lp-table-2.casescontainer {
  margin-bottom: 60px;
  padding-top: 10px;
  display: block;
}

.container-lp-table-2.containerabout {
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-lp-table-2.containerclients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-lp-table-2.statsbar {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-lp-table-2.containercasese {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.container-lp-table-2.casestudiescont {
  margin-bottom: 60px;
  padding-top: 10px;
  display: none;
}

.lp-table-side-block-2 {
  border: 1px solid var(--tan);
  width: 100%;
  max-width: 300px;
  padding-top: 10px;
  padding-left: 12px;
  font-weight: 500;
}

.lp-table-side-block-2.lpt-back-color {
  background-color: #fdc0a5;
}

.lp-table-content-block-2 {
  border: 1px solid var(--tan);
  width: 500px;
  padding-left: 12px;
}

.lp-table-content-block-2.block-back-color {
  background-color: #fdc0a5;
}

.lp-table-list {
  border-style: none solid solid none;
  border-width: 1px;
  border-color: var(--tan);
  width: 100%;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

.lp-table-list.lp-table-list-b-color {
  background-color: #fdc0a5;
  border-top-style: none;
}

.lp-table-list.lp-table-list-b-color.cut-col3 {
  border-top-style: none;
  padding-top: 0;
  padding-left: 54px;
  list-style-type: square;
}

.lp-table-list.lp-table-list-b-color.cut-col4 {
  border-bottom-style: none;
  padding-bottom: 0;
}

.lp-table-list.first-child {
  border-top-style: solid;
}

.button-lp-call-us {
  background-color: var(--orange-red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-lp-call-us:hover {
  color: #fff;
  background-color: #32343a;
}

.button-lp-call-us:active {
  background-color: #43464d;
}

.button-lp-call-us.cc-jumbo-button {
  border-radius: 20px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 14px;
}

.button-lp-call-us.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--orange-red);
  color: #000;
  text-align: center;
  border-radius: 3px 3px 0 0;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.button-lp-call-us.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-lp-call-us.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-lp-call-us.cc-contact-us {
  z-index: 5;
  background-color: var(--orange-red);
  letter-spacing: 0;
  cursor: pointer;
  background-image: none;
  border-radius: 30px;
  margin-top: 20px;
  padding: 16px 30px;
  line-height: 12px;
  position: relative;
}

.button-lp-call-us.cc-contact-us:hover {
  color: var(--black);
}

.button-lp-call-us.cc-contact-us.paddingtop {
  margin-top: 10px;
}

.button-lp-call-us.cc-contact-us.btnassesment {
  float: left;
  clear: none;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 15px;
  position: static;
}

.button-lp-call-us.cc-contact-us.orange {
  background-color: var(--yellow);
  color: #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 420px;
  margin-top: 38px;
  padding-left: 24px;
  display: flex;
}

.button-lp-call-us.cc-contact-us.orange.txt-center {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 240px;
}

.button-lp-call-us.cc-contact-us.orange.txt-center.tm-0px {
  margin-top: 0;
}

.button-lp-call-us.cc-contact-us.orange.center {
  margin-left: auto;
  margin-right: auto;
}

.button-lp-call-us.cc-contact-us.orange.center.width-450px {
  max-width: 450px;
}

.button-lp-call-us.cc-contact-us.orange.sapce-edit {
  margin-top: 10px;
}

.button-lp-call-us.cc-contact-us.orange.sapce-edit.lponly, .button-lp-call-us.cc-contact-us.orange.sapce-edit.lponly-copy, .button-lp-call-us.cc-contact-us.orange.sapce-edit.lponly-copy {
  justify-content: center;
  align-items: center;
  min-width: 460px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.button-lp-call-us.cc-contact-us.orange.sapce-edit.width-450px {
  max-width: 450px;
}

.button-lp-call-us.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-lp-call-us.cc-white-button:hover {
  background-color: #fffc;
}

.button-lp-call-us.cc-white-button:active {
  background-color: #ffffffe6;
}

.button-lp-call-us.sspace {
  margin-top: 20px;
}

.call-us-txt {
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.lp-main-table-list {
  width: auto;
  margin-top: 10px;
  list-style-type: none;
}

.lp-intro-list-items {
  text-align: left;
  background-image: url('../images/tick.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 22px;
  font-size: 17px;
  line-height: 17px;
}

.lp-mt-list-itemts {
  background-image: url('../images/tick.png');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-attachment: scroll;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 18px;
  line-height: 22px;
}

.lp-mt-list-itemts.cutom-itm {
  background-position: 0 15%;
}

.lp-mt-list-itemts.cutom-itm-2 {
  background-position: 0 10%;
}

.container-1140 {
  text-align: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-28 {
  background-image: url('../images/hero-work-from-home-file-document-sharing.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-6, .section-6-copy {
  width: 100%;
  max-width: 1900px;
}

.lp-partner-section {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
}

.btn-lp-mobile {
  display: none;
}

.lp-intro-header-wfh {
  border-bottom: 1px solid var(--gainsboro);
  color: #fff;
  background-color: #f1faff;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lp-intro-header-wfh.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.lp-intro-header-wfh.wfh {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.lp-intro-header-fileshare {
  border-bottom: 1px solid var(--gainsboro);
  color: #fff;
  background-color: #f1faff;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lp-intro-header-fileshare.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.lp-intro-header-fileshare.wfh {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.lp-intro-header-googlesec {
  border-bottom: 1px solid var(--gainsboro);
  color: #fff;
  background-color: #f1faff;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lp-intro-header-googlesec.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  align-items: center;
  height: 500px;
}

.lp-intro-header-googlesec.wfh {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.cov-wfh {
  background-image: url('../images/hero-work-from-home.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cov-fileshare {
  background-image: url('../images/hero-work-from-home-file-document-sharing.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cov-googlesec {
  background-image: url('../images/Google-Security-Solutions.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cov-mssec {
  background-image: url('../images/Microsoft-Security-Solutions.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cov-eesecsolution {
  background-image: url('../images/End-to-End-Security.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cov-videocon {
  background-image: url('../images/hero-work-from-home-video-conferencing.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.field-label {
  flex: 0 auto;
}

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

.grid-18._365logos {
  grid-template-rows: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ems365.ems-hide {
  display: none;
}

.ms-partner-365 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.ms365tech-calldiv {
  border: 1px solid var(--gainsboro);
  background-color: #fffffff0;
  border-radius: 6px;
  margin-top: 384px;
  margin-left: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  box-shadow: 0 6px 10px #0003;
}

.ms365tech-calldiv.cloudmgt-div {
  margin-top: 242px;
}

.ms365tech-calldiv.cloudmgt-div.hide {
  display: none;
}

.buttoncall {
  background-color: var(--orange-red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.buttoncall.cc-jumbo-button {
  border-radius: 20px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 14px;
}

.buttoncall.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--orange-red);
  color: #000;
  text-align: center;
  border-radius: 3px 3px 0 0;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.buttoncall.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.buttoncall.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.buttoncall.cc-contact-us {
  z-index: 5;
  background-color: var(--orange-red);
  letter-spacing: 0;
  cursor: pointer;
  background-image: none;
  border-radius: 30px;
  margin-top: 6px;
  padding: 12px 20px;
  line-height: 12px;
  position: relative;
}

.buttoncall.cc-contact-us:hover {
  color: var(--black);
}

.buttoncall.cc-contact-us.paddingtop {
  margin-top: 10px;
}

.buttoncall.cc-contact-us.btnassesment {
  float: left;
  clear: none;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 15px;
  position: static;
}

.buttoncall.cc-contact-us.button-ms365 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-left: 25px;
  font-style: normal;
}

.buttoncall.cc-contact-us.button-ms365.callus {
  background-color: var(--yellow);
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.buttoncall.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.buttoncall.cc-white-button:hover {
  background-color: #fffc;
}

.buttoncall.cc-white-button:active {
  background-color: #ffffffe6;
}

.buttoncall.sspace {
  margin-top: 20px;
}

.buttoncallonline {
  background-color: var(--orange-red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.buttoncallonline.cc-jumbo-button {
  border-radius: 20px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 14px;
}

.buttoncallonline.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--orange-red);
  color: #000;
  text-align: center;
  border-radius: 3px 3px 0 0;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.buttoncallonline.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.buttoncallonline.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.buttoncallonline.cc-contact-us {
  z-index: 5;
  background-color: var(--orange-red);
  letter-spacing: 0;
  cursor: pointer;
  background-image: none;
  border-radius: 30px;
  margin-top: 6px;
  padding: 12px 20px;
  line-height: 12px;
  position: relative;
}

.buttoncallonline.cc-contact-us:hover {
  color: var(--black);
}

.buttoncallonline.cc-contact-us.paddingtop {
  margin-top: 10px;
}

.buttoncallonline.cc-contact-us.btnassesment {
  float: left;
  clear: none;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 15px;
  position: static;
}

.buttoncallonline.cc-contact-us.button-ms365 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-left: 25px;
  font-style: normal;
}

.buttoncallonline.cc-contact-us.button-ms365.callus {
  color: var(--yellow);
  text-transform: none;
  background-color: #0000;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.buttoncallonline.cc-contact-us.button-ms365.callus.btn-techsendmessage {
  margin-top: 2px;
}

.buttoncallonline.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.buttoncallonline.cc-white-button:hover {
  background-color: #fffc;
}

.buttoncallonline.cc-white-button:active {
  background-color: #ffffffe6;
}

.buttoncallonline.sspace {
  margin-top: 20px;
}

.textarea {
  min-height: 150px;
}

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

.formcontactonlin {
  z-index: 5;
  background-color: #f9f9f9;
  width: 50%;
  height: 500px;
  margin-top: 102px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 40px;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.formcontactonlin.popup-overlay, .formcontactonlin.popup-overlay2 {
  z-index: 5000;
  border-right: 2px solid var(--orange-red);
  border-left: 2px solid var(--orange-red);
  background-color: #f9f9f9;
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: stretch;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  box-shadow: 0 0 100px 16px #0009;
}

.closebtn2 {
  border: 1px solid var(--grey);
  background-color: var(--white);
  color: var(--grey);
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  align-self: center;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.close_btn {
  border: 1px solid var(--grey);
  background-color: var(--white);
  color: var(--grey);
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  align-self: center;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  font-size: 16px;
  font-weight: 300;
}

.txt_close {
  border: 1px solid var(--grey);
  background-color: var(--white);
  color: var(--grey);
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  font-weight: 300;
}

.heading-jumbo-365 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 100px;
  margin-bottom: 14px;
  padding-top: 0;
  font-size: 44px;
  line-height: 52px;
}

.heading-jumbo-365.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-365.centeralign {
  letter-spacing: -.25px;
  width: 80%;
  font-weight: 400;
}

.heading-jumbo-365.ms365 {
  width: 60%;
}

.heading-jumbo-365.ms365.eureka-techsupport, .heading-jumbo-365.ms365.eureka-techsupport-2 {
  margin-top: 100px;
}

.btn-tech-support {
  float: none;
  clear: both;
  border: .5px none var(--white);
  background-color: var(--black);
  cursor: pointer;
  background-image: linear-gradient(#363636, #000);
  border-radius: 35px;
  height: 60px;
  margin-top: 0;
  padding: 20px 50px 16px;
  font-size: 20px;
  line-height: 20px;
}

.btn-tech-support:hover {
  color: var(--orange-red);
}

.btn-tech-support:active {
  color: var(--tan);
}

.btn-tech-support:focus {
  color: var(--orange-red);
}

.btn-tech-support:visited {
  color: var(--white);
}

.txt-send-message {
  color: var(--white);
  cursor: pointer;
  padding-top: 10px;
  font-size: 14px;
  line-height: 32px;
}

.h-logo-wrap {
  text-align: center;
  width: 96%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.h-logo-wrap.hide {
  display: none;
}

.h-logos {
  width: 130px;
  height: auto;
}

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

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

.grid-h1logos.g-hide {
  display: none;
}

.grid-h2logos {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  width: 45%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.h2-logos {
  width: 140px;
  max-width: 100%;
}

.bgwhite {
  border-top: 1px solid var(--gainsboro);
  background-color: var(--white);
  color: var(--black);
}

.clients-container {
  letter-spacing: normal;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.clients-container.cc-blog-detail {
  color: var(--black);
}

.clients-container.casescontainer {
  margin-bottom: 60px;
  padding-top: 10px;
  display: block;
}

.clients-container.containerabout {
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clients-container.containerclients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.clients-container.statsbar {
  padding-top: 60px;
  padding-bottom: 60px;
}

.clients-container.containercasese {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.clients-container.casestudiescont {
  margin-bottom: 60px;
  padding-top: 10px;
  display: none;
}

.grid-h2logos-m {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  margin-top: 28px;
  display: none;
}

.link-block-3, .link-block-4 {
  display: none;
}

.clients-container-aboutus {
  letter-spacing: normal;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.clients-container-aboutus.cc-blog-detail {
  color: var(--black);
}

.clients-container-aboutus.casescontainer {
  margin-bottom: 60px;
  padding-top: 10px;
  display: block;
}

.clients-container-aboutus.containerabout {
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clients-container-aboutus.containerclients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.clients-container-aboutus.statsbar {
  padding-top: 60px;
  padding-bottom: 60px;
}

.clients-container-aboutus.containercasese {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.clients-container-aboutus.casestudiescont {
  margin-bottom: 60px;
  padding-top: 10px;
  display: none;
}

.clients-container-aboutus.containerclients-about {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-block-bb {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 210px;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-mm {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 214px;
  margin-bottom: 10px;
  margin-left: 45px;
  margin-right: 45px;
  display: flex;
}

.link-block-tp {
  flex-direction: row;
  align-items: flex-start;
  width: 160px;
  display: inline-block;
}

.h3-logos {
  width: 160px;
}

.h3-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.l-logo-wrap {
  text-align: center;
  width: 96%;
  margin: 40px auto;
}

.l3-div {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: inline-block;
}

.grid-l2logos {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-l2logos-m {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  margin-top: 28px;
  display: none;
}

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

.grid-l1logos.g-hide {
  display: none;
}

.ms365tech-calldiv-2 {
  border: 1px solid var(--gainsboro);
  background-color: #fffffff0;
  border-radius: 6px;
  margin-top: 378px;
  margin-left: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  box-shadow: 0 6px 10px #0003;
}

.ms365tech-calldiv-2.cloudmgt-div {
  margin-top: 242px;
}

.ms365tech-calldiv-2.hide-needhelp {
  display: none;
}

.bold-text-8 {
  width: 100%;
  font-weight: 500;
}

.smb-head {
  color: var(--black);
  letter-spacing: -.26px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  display: block;
}

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

.h-logos-2 {
  width: 220px;
  height: auto;
}

.code-block {
  width: 150px;
  height: 80px;
  position: static;
}

.link-block-mm-copy {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 180px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  display: flex;
}

.image-28 {
  width: 146px;
  height: auto;
  padding-top: 10px;
}

.icons {
  margin-left: auto;
  margin-right: auto;
}

.link-block-bb-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: auto;
  margin: 10px 0;
  display: flex;
}

.h3-logos-2 {
  width: 148px;
}

.link-block-ms {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 194px;
  margin: 0 40px 10px;
  display: flex;
}

.link-block-tp-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 128px;
  margin-left: 0;
  display: flex;
}

.heading-jumbo-small-mobile-2 {
  color: #8c8c8c;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  display: none;
}

.h3-div-2 {
  background-color: #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 62%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-div-2.hide {
  display: none;
}

.h-logos-3 {
  width: auto;
  height: auto;
}

.h-logos-3.space {
  margin-top: 0;
}

.heading-jumbo-small-2 {
  color: #8c8c8c;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.heading-jumbo-small-2.h-logo-text {
  color: #8c8c8c;
  margin-top: 15px;
  margin-right: 20px;
  font-size: 18px;
}

.grid-h2logos-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  justify-items: start;
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-30 {
  background-color: #c9c9c9;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.div-block-30.tm-40px {
  margin-top: 60px;
  margin-bottom: 0;
}

.div-block-30.hide {
  display: none;
}

.image-29 {
  float: left;
  margin-right: 16px;
  display: block;
}

.home-form {
  width: 80%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.services-wrapper {
  padding: 0;
  position: relative;
}

.services-wrapper.hide {
  display: none;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 80px;
}

.grid-services.in {
  padding-bottom: 20px;
}

.grid-services.hide {
  display: none;
}

.grid-box-services {
  background-color: #ddedff;
  border-radius: 12px;
  padding: 32px;
}

.icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
  display: none;
}

.icon-wrapper.hide {
  display: none;
}

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

.heading-block-services {
  color: var(--black);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 32px;
}

.services-block {
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.services-block.in {
  padding-bottom: 60px;
}

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

.div-logo-block {
  width: 50%;
  min-height: 15%;
  margin-left: auto;
  margin-right: 8%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block-trust, .link-block-bbb {
  width: 30%;
  height: auto;
  min-height: 120px;
}

.link-block-msp {
  width: 40%;
  height: auto;
  min-height: 120px;
}

.services-block-single {
  padding: 60px;
}

.wrapper-services {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.services-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--dim-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  line-height: 20px;
  list-style-type: none;
  display: grid;
}

.services-list.bm-0px {
  margin-bottom: 0;
}

.services-list-item {
  color: var(--black);
  text-align: left;
  letter-spacing: -.02px;
  background-image: url('../images/tick.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.divider-2 {
  background-color: #e76e00;
  border-radius: 3px;
  width: 50px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.divider-2.divider-remove {
  display: none;
}

.link-block-bb-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 130px;
  margin: 10px 0;
  display: flex;
}

.intro-header-2 {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/hero-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 70px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.paragraph-bigger-2 {
  opacity: 1;
  color: #666;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}

.paragraph-bigger-2.cc-bigger-white-light {
  opacity: .8;
  color: #fff;
  text-align: left;
  width: 80%;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.section-7 {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-7.cc-store-home-wrap {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.motto-wrap-2 {
  text-align: center;
  width: 96%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.btn-mobile-2 {
  display: none;
}

.intro-text-2 {
  width: 60%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.button-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f68d2e;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button-6.cc-contact-us {
  z-index: 5;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #f68d2e;
  background-image: none;
  border-radius: 30px;
  margin-top: 6px;
  padding: 12px 20px;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.button-6.cc-contact-us:hover {
  color: #000;
}

.button-6.cc-contact-us.paddingtop {
  margin-top: 10px;
}

.heading-jumbo-366 {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 14px;
  padding-top: 0;
  font-size: 44px;
  line-height: 52px;
}

.heading-jumbo-366.centeralign {
  letter-spacing: -.25px;
  width: 80%;
  margin-top: 0;
  font-weight: 400;
}

.h3-div-3 {
  background-color: #0000;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-16 {
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  border: 0 #000;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.h-logo-wrap-2 {
  text-align: center;
  width: 96%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.h-logos-4.space {
  margin-top: 0;
}

.div-block-31 {
  margin-top: 58px;
  display: none;
  overflow: visible;
}

.heading-jumbo-small-3 {
  color: #8c8c8c;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.heading-jumbo-small-3.h-logo-text {
  color: #8c8c8c;
  margin-top: 15px;
  margin-right: 20px;
  font-size: 18px;
}

.heading-jumbo-small-3.moveuphome {
  margin-top: -10px;
  padding-bottom: 5px;
  line-height: 30px;
}

.heading-9 {
  color: #ff4900;
  letter-spacing: -.5px;
}

.heading-9.white {
  color: #fff;
}

.text-block-17 {
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  border: 0 #000;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.div-block-32 {
  background-image: url('../images/hero-inside-Incident.jpg');
  background-position: 45%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  padding: 40px 40px 40px 20px;
}

.div-block-32.rightcurve {
  background-image: linear-gradient(#00000047, #00000047), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
}

.div-block-32.leftcurve {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.div-block-32.leftcurve.leftpadding {
  padding-left: 40px;
}

.div-block-32.leftcurve.leftpadding.securebg {
  background-image: linear-gradient(#00000047, #00000047), url('../images/e3.jpg');
  background-position: 0 0, 45%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
}

.div-block-33 {
  float: none;
  clear: none;
  max-width: 550px;
}

.div-block-33.right {
  float: right;
  clear: none;
  width: 100%;
  max-width: 500px;
}

.div-block-33.left {
  float: left;
  width: 100%;
  max-width: 500px;
}

.grid-20 {
  grid-template-rows: auto;
  align-content: start;
  justify-items: center;
  margin-top: 40px;
  margin-bottom: 68px;
  overflow: visible;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 26px;
}

.paragraph-5.whitetext {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-18 {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 18px;
}

.text-block-18.processtext {
  opacity: .7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.howwehelp-content-2 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.howwehelp-content-2.addspace20 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-30 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.section-8 {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-8 {
  background-image: url('../images/arrows.png');
  background-position: 50% 60%;
  background-repeat: repeat-x;
  background-size: 90%;
  background-attachment: scroll;
  margin-top: 40px;
}

.columns-8.addspace {
  margin-top: 38px;
  margin-bottom: 78px;
}

.bgwhite-2 {
  color: #000;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.acoutclients-2 {
  text-align: center;
  letter-spacing: -.02em;
  border: 1px #d9d9d9;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.acoutclients-2.inves {
  letter-spacing: -.02em;
  margin-bottom: 40px;
}

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

.grid-21.clientsgrid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-span-6 {
  color: #000;
  font-style: normal;
  font-weight: 500;
}

.columns-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-20 {
  color: #e76e00;
  text-align: center;
  font-weight: 500;
}

.columns-10 {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: none;
}

.linkleft-2 {
  color: #e76e00;
  text-align: left;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.linkleft-2:hover {
  text-decoration: underline;
}

.casestiletext-2 {
  opacity: .6;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.text-span-7 {
  font-weight: 500;
}

.div-block-34 {
  background-color: #0000001a;
  height: 1px;
}

.casestile-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ff490080;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  align-items: stretch;
  padding: 40px;
  transition: opacity .5s;
  display: grid;
  box-shadow: 0 3px 5px #0000001a;
}

.casestile-2:hover {
  box-shadow: 0 6px 10px #0003;
}

.casestile-2.greyline {
  border-color: #d9d9d9;
  align-content: start;
  box-shadow: 0 8px 20px #00000029;
}

.clients-content-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 80px;
}

.clients-content-2.h-clients {
  padding-top: 60px;
}

.image-31 {
  height: 50px;
}

.grid-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: space-between start;
  place-items: stretch stretch;
  padding-top: 14px;
}

.bggrey-2 {
  background-color: var(--white);
  border-top: 1px #d9d9d9;
}

.casestile-header-2 {
  opacity: 1;
  color: #000;
  text-align: left;
  letter-spacing: -.25px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.dropdown-link-5 {
  color: #666;
  border: 1px #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.dropdown-link-5:hover {
  color: #e76e00;
}

.dropdown-link-5.w--current {
  color: #f27608;
}

.dropdown-link-6 {
  color: #666;
  border: 1px #000;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-link-6:hover {
  color: #e76e00;
}

.dropdown-link-6.w--current {
  color: #f27608;
  font-size: 15px;
}

.icon-5 {
  color: #8c8c8c;
  margin-right: 10px;
}

.dropdown-toggle-3 {
  color: #000;
  padding-left: 14px;
  padding-right: 30px;
}

.dropdown-toggle-3.w--open:hover {
  color: #ff4900;
}

.dropdown-toggle-3.dd2 {
  display: none;
}

.dropdown-link-7 {
  color: #666;
  border: 1px #d9d9d9;
  border-top-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.dropdown-link-7:hover, .dropdown-link-7.w--current {
  color: #e76e00;
}

.dropdown-link-8 {
  color: #666;
  border: 1px #000;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.dropdown-link-8:hover {
  color: #e76e00;
}

.dropdown-link-8.w--current {
  color: #f27608;
}

.text-block-19 {
  opacity: .6;
  color: #000;
  cursor: pointer;
  font-size: 15px;
}

.text-block-19.navmain {
  font-weight: 400;
}

.dropdown-list-2 {
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 10px 10px #0006;
}

.dropdown-list-2:hover {
  color: #e76e00;
}

.dropdown-list-2.w--open {
  color: #666;
  border: 2px #ff4900;
  border-bottom-style: solid;
  border-radius: 6px;
  padding-bottom: 10px;
  font-size: 15px;
}

.icon-6 {
  color: #8c8c8c;
  margin-right: 10px;
}

.dropdown-list-3 {
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 10px 10px #0006;
}

.dropdown-list-3:hover {
  color: #e76e00;
}

.dropdown-list-3.w--open {
  color: #666;
  border: 2px #ff4900;
  border-bottom-style: solid;
  border-radius: 6px;
  padding-bottom: 10px;
  font-size: 15px;
}

.dropdown-link-9 {
  color: #666;
  border: 1px #d9d9d9;
  border-top-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.dropdown-link-9:hover, .dropdown-link-9.w--current {
  color: #e76e00;
}

.dropdown-link-10 {
  color: #666;
  border: 1px #000;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-link-10:hover {
  color: #e76e00;
}

.dropdown-link-10.w--current {
  color: #f27608;
  font-size: 15px;
}

.text-block-20 {
  opacity: .6;
  color: #000;
  cursor: pointer;
  font-size: 15px;
}

.text-block-20.navmain {
  font-weight: 400;
}

.dd1, .dd2 {
  display: none;
}

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

.biolink {
  font-weight: 700;
  text-decoration: none;
}

.text-span-8 {
  font-size: 18px;
  font-weight: 500;
}

.section-9 {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-9.awardscleitns {
  border-top: 1px solid #d9d9d9;
}

.link-22, .link-23 {
  text-decoration: none;
}

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

.investorpara {
  line-height: 24px;
}

.investorgrid-mobile {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.btn-hero-cta.button {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.btn-hero-cta.button:hover {
  color: #fff;
}

.btn-hero-cta.button.xl {
  padding: 16px 32px;
  font-size: 20px;
  line-height: 1;
}

.text-live-agents-available {
  color: var(--yellow-3);
  margin-top: 28px;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 500;
}

.hero-img {
  background-image: url('../images/home5.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.middle-block {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  min-width: 720px;
  max-width: 760px;
  height: auto;
  min-height: 520px;
  max-height: none;
  margin: 320px auto 0;
  padding: 60px;
  display: block;
  position: absolute;
  box-shadow: 0 0 20px 2px #00000057;
}

.hero-content {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-10 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.h1-home {
  color: var(--black);
  text-align: center;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.h1-home.hide {
  display: none;
}

.h1-home.left {
  text-align: left;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1.16;
}

.h1-home.bigger {
  letter-spacing: -.88px;
  font-size: 46px;
}

.h1-home.sml {
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.28;
}

.h3-home {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 5px;
  font-size: 26px;
  line-height: 1.5;
}

.h3-home.left {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}

.h3-home.sml {
  color: var(--dim-grey);
  font-size: 24px;
  line-height: 1;
}

.h3-home.sml.lp {
  margin-top: 20px;
}

.icon1 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 34%;
  display: flex;
}

.icon1-img {
  width: 46px;
  height: auto;
  margin-bottom: 10px;
}

.icons-text {
  line-height: 1.28;
}

.icons-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ctawrap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: center;
  align-items: stretch;
  margin-top: 36px;
  display: flex;
}

.ctawrap.lp {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  margin-top: 28px;
}

.cta1 {
  border: 1px solid var(--yellow-4);
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
}

.cta1:hover {
  color: var(--white);
}

.cta1.secondary {
  color: #000;
  background-color: #f68d2e5e;
}

.cta1.secondary:hover {
  color: #686868;
}

.container-home {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-home.lpwide {
  max-width: 1320px;
}

.wrapper-home {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-home.grey {
  background-color: #ececec;
}

.wrapper-home.grey.toppadding {
  padding-top: 200px;
  padding-bottom: 60px;
}

.bbb {
  width: 140px;
}

.bbb.lp {
  width: 126px;
}

.bbb.lp.bigger {
  width: 140px;
}

.ms {
  width: 158px;
}

.ms.lp {
  width: 142px;
}

.ms.lp.bigger {
  width: 168px;
}

.tp {
  width: 140px;
}

.tp.lp {
  width: 124px;
}

.tp.lp.biggwe {
  width: 150px;
}

.logos-wrapper {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.logos-wrapper2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.feature {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}

.text-block-21 {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 18px;
}

.text-block-21.processtext {
  opacity: .7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-32 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.columns-11 {
  background-image: url('../images/arrows.png');
  background-position: 50% 60%;
  background-repeat: repeat-x;
  background-size: 90%;
  background-attachment: scroll;
  margin-top: 40px;
}

.columns-11.addspace {
  margin-top: 38px;
  margin-bottom: 0;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--cream);
  width: 100%;
  padding: 0;
}

.content-fs {
  background-color: #f0e8dd;
  padding: 80px 100px 80px 80px;
}

.content-fs.two {
  background-color: #d9dcf0;
}

.cell {
  justify-content: space-around;
}

.image-33 {
  height: auto;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.imgblock {
  background-image: url('../images/2_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-6 {
  font-size: 20px;
  line-height: 1.4;
}

.cta2 {
  border: 1px solid var(--yellow-4);
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.cta2:hover {
  color: var(--white);
}

.cta2.secondary {
  color: #000;
  background-color: #f68d2e5e;
}

.cta2.secondary:hover {
  color: #686868;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--cream);
  width: 100%;
  padding: 0;
}

.imgblock2 {
  background-image: url('../images/1_2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span-9 {
  color: #000;
  font-style: normal;
  font-weight: 500;
}

.columns-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-24 {
  color: #e76e00;
  text-align: center;
  font-weight: 500;
}

.columns-13 {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: none;
}

.linkleft-3 {
  color: #e76e00;
  text-align: left;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.linkleft-3:hover {
  text-decoration: underline;
}

.casestiletext-3 {
  opacity: .6;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.text-span-10 {
  font-weight: 500;
}

.div-block-35 {
  background-color: #0000001a;
  height: 1px;
}

.image-34 {
  height: 50px;
}

.grid-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: space-between start;
  place-items: stretch stretch;
  padding-top: 14px;
}

.casestile-header-3 {
  opacity: 1;
  color: #000;
  text-align: left;
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.testimonials {
  border-top: 1px none var(--gainsboro);
  background-color: var(--white);
  padding-top: 0;
}

.testimonials.lp {
  border-top-style: solid;
}

.testimonials.lp.hide {
  display: none;
}

.clients-content-new {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.clients-content-new.h-clients {
  padding-top: 60px;
}

.bold-text-9, .bold-text-10 {
  font-size: 20px;
}

.clients-content-new-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 100px;
}

.clients-content-new-copy.h-clients {
  padding-top: 60px;
}

.hero-img-lp {
  background-image: url('../images/home-2022LP.jpg'), url('../images/home.jpg');
  background-position: 50% 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.wrapper-home-lp {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-home-lp.grey {
  background-color: #ececec;
}

.wrapper-home-lp.grey.toppadding {
  padding-top: 200px;
  padding-bottom: 60px;
}

.wrapper-home-lp2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-home-lp2.grey {
  background-color: #ececec;
}

.wrapper-home-lp2.grey.toppadding {
  padding-top: 200px;
  padding-bottom: 60px;
}

.wrapper-home-lp2.hide {
  display: none;
}

.wrapper-home-lp2.testi {
  padding-top: 20px;
  padding-bottom: 0;
}

.middle-block-lp {
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 642px;
  min-width: auto;
  max-width: 642px;
  height: auto;
  min-height: 520px;
  max-height: none;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  position: absolute;
  box-shadow: 0 0 20px 2px #00000057;
}

.hero-content-lp {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta1-lp {
  border: 1px solid var(--dark-yellow);
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  box-shadow: 0 10px 10px #0000001f;
}

.cta1-lp:hover {
  color: var(--white);
}

.cta1-lp.secondary {
  color: #000;
  background-color: #f68d2e5e;
}

.cta1-lp.secondary:hover {
  color: #686868;
}

.cta1-lp.btm {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 416px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-home-lp {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 1320px;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.numbers {
  border: 1.24px solid var(--dim-grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  padding: 5px;
  display: flex;
}

.icons-wrapper-lp {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logos-wrapper-lp {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 98%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logos-wrapper-lp.bottom {
  width: 80%;
}

.seperator {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.line1 {
  background-color: var(--gainsboro);
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  display: flex;
}

.line1-text {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.orangecall {
  color: var(--yellow-3);
}

.consumer-boxes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.clm1, .clm2, .cim3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.img-points {
  border-radius: 12px;
  width: auto;
  max-width: 320px;
}

.consumer-p {
  color: #151d4d;
  text-align: center;
  padding: 20px 34px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.h3-home-lp {
  color: var(--dim-grey);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 88%;
  margin: 28px auto 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}

.h3-home-lp.left {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}

.h3-home-lp.sml {
  color: var(--dim-grey);
  font-size: 24px;
  line-height: 1;
}

.h3-home-lp.bold {
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 500;
}

.h3-home-lp.testi {
  width: 78%;
}

.h3-home-lp.testi.alignleft {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.bgtestimonials.lp {
  border: 1px solid var(--grey);
  background-color: #d9d9d966;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 66px 20px;
}

.h3-home-lptext {
  color: var(--dim-grey);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 88%;
  margin: 28px auto 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}

.h3-home-lptext.left {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}

.h3-home-lptext.sml {
  color: var(--dim-grey);
  font-size: 24px;
  line-height: 1;
}

.h3-home-lptext.bold {
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 500;
}

.h3-home-lptext.sml2 {
  font-size: 20px;
  font-weight: 500;
}

.h3-home-lptext.sml2.align-eft {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
}

.h3-home-lptext.sml2.align-eft.name {
  margin-top: 16px;
}

.code-embed {
  border: 1px solid var(--grey);
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 238px;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.code-embed.hide {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.largetext {
  color: var(--black);
  text-align: right;
  letter-spacing: -1.4px;
  justify-content: flex-end;
  align-items: center;
  font-size: 74px;
  font-weight: 500;
  line-height: 1.18;
  display: flex;
}

.list-points {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.list-item-5, .list-item-6 {
  line-height: 1.4;
}

.column-14 {
  font-size: 18px;
  display: flex;
}

.column-15 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.navigation-wrap-lp {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-item-last-copy {
  opacity: .6;
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: normal;
  align-items: stretch;
  padding: 10px 40px 10px 14px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.navigation-item-last-copy:hover {
  opacity: .9;
  color: var(--yellow-3);
}

.navigation-item-last-copy:active {
  opacity: .8;
  color: var(--footergrey);
}

.navigation-item-last-copy.w--current {
  opacity: 1;
  color: var(--yellow-3);
  font-weight: 400;
}

.navigation-item-last-copy.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-last-copy.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item-last-copy.lp {
  display: none;
}

.navigation-item-last-copy.lpcall {
  opacity: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 500;
}

.navigation-item-last-copy.lpcall-copy {
  opacity: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.testiandtp {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.container-1141 {
  max-width: 1320px;
}

.disclaimer {
  background-color: var(--gainsboro);
  width: 100%;
  max-width: 1320px;
  padding: 40px 0;
}

.disclaimertext {
  font-size: 12px;
  line-height: 1.2;
}

.disclaimer-wrap {
  background-color: var(--gainsboro);
}

.text-block-2-b {
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  border: 0 #000;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.intro-header-smb {
  color: #fff;
  background-color: #ddedff;
  background-image: url('../images/home-hero-2-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 540px;
  margin-bottom: 0;
  padding: 56px 0;
  display: flex;
  position: relative;
}

.intro-header-smb.hero-issb {
  background-image: url('../images/image-247-3.jpg');
  background-position: 50%;
}

.link-block-bbb-2 {
  width: 28%;
  height: auto;
  min-height: 120px;
}

.smb-head-sub {
  color: #666;
  letter-spacing: -.26px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.smb-head-sub.lh-1-2 {
  line-height: 1.2;
}

.div-logo-block-l2 {
  width: 40%;
  min-height: 15%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.intro-logos {
  width: 50%;
}

.link-block-trust-2 {
  width: 30%;
  height: auto;
  min-height: 120px;
}

.lp-heading-list-tag-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 44px;
  line-height: 52px;
}

.lp-heading-list-tag-2.centeralign-landing {
  color: #000;
  letter-spacing: -.25px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
}

.lp-heading-list-tag-2.centeralign-landing.bigger {
  margin-bottom: 12px;
  font-size: 22px;
}

.call-us-txt-2 {
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.intro-logo-block {
  margin-top: 38px;
}

.button-lp-call-us-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff4900;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-lp-call-us-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-lp-call-us-2:active {
  background-color: #43464d;
}

.button-lp-call-us-2.cc-contact-us {
  z-index: 5;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #ff4900;
  background-image: none;
  border-radius: 30px;
  margin-top: 20px;
  padding: 16px 30px;
  line-height: 12px;
  position: relative;
}

.button-lp-call-us-2.cc-contact-us:hover {
  color: #000;
}

.button-lp-call-us-2.cc-contact-us.orange {
  color: #000;
  background-color: #f68d2e;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 420px;
  margin-top: 38px;
  padding-left: 24px;
  display: flex;
}

.button-lp-call-us-2.cc-contact-us.orange.txt-center {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 240px;
}

.intro-content-smb {
  clear: none;
  text-align: left;
  flex: none;
  order: 0;
  align-self: flex-end;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
}

.intro-content-smb.cc-homepage-smb {
  text-align: left;
  align-self: center;
  width: 98%;
  max-width: 1320px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-10 {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-10.cc-store-home-wrap {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-msp-2 {
  width: 40%;
  height: auto;
  min-height: 120px;
}

.lp-heading-intro-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 80%;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 44px;
  line-height: 52px;
}

.lp-heading-intro-2.centeralign-landing {
  color: #333;
  letter-spacing: -.25px;
  width: 100%;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 43px;
}

.smb-head-2 {
  color: #000;
  letter-spacing: -.26px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  display: block;
}

.lp-intro-list-2 {
  color: #666;
  padding-left: 0;
  line-height: 20px;
  list-style-type: none;
}

.bold-text-11 {
  color: #000;
}

.bold-text-11.headerdetails-smb {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 48px;
}

.boldtext-2 {
  opacity: 1;
  color: #666;
  margin-top: 0;
  margin-bottom: 60px;
}

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

.boldtext-2.left.smbtext {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
}

.smbintro {
  text-align: left;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.button-lp-call-us-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff4900;
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-lp-call-us-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-lp-call-us-3:active {
  background-color: #43464d;
}

.button-lp-call-us-3.cc-contact-us {
  z-index: 5;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #ff4900;
  background-image: none;
  border-radius: 30px;
  margin-top: 20px;
  padding: 16px 30px;
  line-height: 12px;
  position: relative;
}

.button-lp-call-us-3.cc-contact-us:hover {
  color: #000;
}

.button-lp-call-us-3.cc-contact-us.orange {
  color: #000;
  background-color: #f68d2e;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 420px;
  margin-top: 38px;
  padding-left: 24px;
  display: flex;
}

.button-lp-call-us-3.cc-contact-us.orange.txt-center {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 240px;
}

.button-lp-call-us-3.cc-contact-us.orange.txt-center.tm-0px {
  margin-top: 0;
}

.section-11 {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-11.cc-store-home-wrap {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-11.cc-store-home-wrap.padding {
  padding-top: 60px;
  padding-bottom: 0;
}

.services-wrapper-smb {
  padding: 0;
  position: relative;
}

.container-smb {
  letter-spacing: normal;
  width: 100%;
  max-width: 1320px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.smb-head-3 {
  color: #000;
  letter-spacing: -.26px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  display: block;
}

.smb-head-3.space {
  margin-bottom: 32px;
}

.hidden-fields {
  display: none;
}

@media screen and (min-width: 1280px) {
  .div-logo-block {
    width: 45%;
    margin-right: 15%;
  }

  .link-block-trust {
    width: 30%;
  }

  .link-block-msp {
    width: 50%;
  }

  .link-block-bbb-2 {
    width: 25%;
  }

  .div-logo-block-l2 {
    width: 45%;
    margin-right: auto;
  }

  .link-block-trust-2 {
    width: 30%;
  }

  .link-block-msp-2 {
    width: 35%;
  }
}

@media screen and (min-width: 1440px) {
  .div-logo-block {
    width: 40%;
    margin-right: 18%;
  }

  .link-block-msp {
    width: 45%;
  }

  .div-logo-block-l2 {
    width: 40%;
    margin-right: auto;
  }

  .link-block-msp-2 {
    width: 48%;
  }
}

@media screen and (min-width: 1920px) {
  .div-logo-block {
    width: 30%;
    margin-right: 26%;
  }

  .link-block-bbb-2 {
    width: 28%;
  }

  .div-logo-block-l2 {
    width: 28%;
    margin-left: 15%;
    margin-right: auto;
  }

  .link-block-msp-2 {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta, .section.cc-store-home-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .paragraph-bigger.cc-bigger-light {
    line-height: 36px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-bigger.cc-bigger-white-light.insideherointro {
    text-align: left;
    width: 64%;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.cc-contact-us.paddingtop {
    width: 220px;
    display: block;
  }

  .button.cc-contact-us.button-ms365 {
    display: flex;
  }

  .button.cc-contact-us.button-ms365.callus {
    display: inline-block;
  }

  .button.cc-contact-us.button-ms365.btn-tech-call.btn-mits {
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.cc-contact-us.button-ms365.btn-tech-call.btn-mits.btn-h-mits.btn-show {
    text-align: center;
    display: block;
  }

  .button.cc-contact-us.button-ms365.btn-tech-call.btn-hide {
    display: none;
  }

  .heading-jumbo {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

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

  .heading-jumbo-small {
    font-size: 24px;
    line-height: 32px;
    display: none;
  }

  .heading-jumbo-small.h-logo-text {
    display: flex;
  }

  .heading-jumbo-small.l-logo-text {
    justify-content: flex-start;
    margin-right: 0;
    display: flex;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    clear: none;
    display: block;
  }

  .menu {
    justify-content: flex-end;
    align-self: center;
    margin-left: 30px;
    margin-right: 20px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    width: 100%;
    padding: 25px 30px;
    box-shadow: 2px 0 10px #00000080;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px 15px 15px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    text-align: left;
    background-image: linear-gradient(#31344099, #31344033), url('../images/hero-home.jpg');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-content.cc-homepage {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-content.ms365 {
    padding-bottom: 60px;
  }

  .intro-content.ms365.eureka-techsupport-2 {
    padding-bottom: 30px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .section-heading {
    line-height: 32px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    text-align: center;
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

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

  .button-2 {
    margin-top: 10px;
  }

  .image-4 {
    width: 150px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: -20px;
  }

  .inside-hero-small-infra.cc-subpage-inside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inside-hero-small-infra.cc-subpage-inside-small {
    background-image: url('../images/e2.jpg');
    height: auto;
    min-height: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .motto-wrap-inside {
    line-height: 32px;
  }

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

  .column {
    padding-right: 10px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: block;
  }

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

  .tileheads {
    line-height: 32px;
  }

  .image-5 {
    margin-top: 40px;
  }

  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-mobile {
    border: 2px solid var(--orange-red);
    background-color: #ff490066;
    border-radius: 40px;
    padding: 10px 20px;
    line-height: 26px;
    display: inline-block;
  }

  .btn-mobile.btn-custom-lp, .btn-mobile.btn-ms365 {
    display: none;
  }

  .text-block-8 {
    padding-left: 20px;
  }

  .list-item-3 {
    margin-bottom: 12px;
    line-height: 24px;
  }

  .list {
    width: 96%;
    margin-top: 20px;
  }

  .moveup {
    font-size: 22px;
  }

  .text-span-2 {
    line-height: 24px;
  }

  .columns-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    padding-right: 20px;
  }

  .text-block-9 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 10px;
  }

  .columns-4 {
    background-position: 50% -500%;
    background-size: 92%;
  }

  .link-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .casestile {
    padding: 20px;
  }

  .casestile-header {
    line-height: 28px;
  }

  .columnscasestudies {
    display: flex;
  }

  .column-4, .column-5 {
    padding-left: 10px;
  }

  .heading-jumbo-small-mobile {
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .heading-jumbo-small-mobile.h-logos-featuretxt, .heading-jumbo-small-mobile.l-logos-featuretxt {
    display: none;
  }

  .intro-header-casestudy {
    text-align: left;
  }

  .intro-header-cases.cc-subpage-inside {
    height: auto;
    min-height: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-cases.cc-subpage-inside-small {
    height: auto;
    min-height: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-cases.abouthero {
    height: auto;
    min-height: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-13 {
    width: 60%;
  }

  .intro-header-gen.cc-subpage-inside {
    height: auto;
    min-height: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-gen.cc-subpage-inside-small {
    height: auto;
    min-height: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-inside-infra.cc-subpage-inside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-inside-infra.cc-subpage-inside-small {
    height: auto;
    min-height: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-inside-security.cc-subpage-inside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-inside-security.cc-subpage-inside-small {
    background-image: url('../images/e2.jpg');
    height: auto;
    min-height: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-inside-sec-sml.cc-subpage-inside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-inside-sec-sml.cc-subpage-inside-small {
    background-image: url('../images/e2.jpg');
    height: auto;
    min-height: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inside-hero-sml-ism.cc-subpage-inside {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inside-hero-sml-ism.cc-subpage-inside-small {
    background-image: url('../images/e2.jpg');
    height: auto;
    min-height: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-cont.cc-subpage-inside {
    height: auto;
    min-height: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-cont.cc-subpage-inside-small {
    height: auto;
    min-height: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item-last {
    text-align: center;
    padding: 15px 30px 15px 15px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-last:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-last:active {
    background-color: #eef0f3;
  }

  .link-17 {
    z-index: 6000;
    background-color: var(--yellow-3);
    color: var(--black);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-17:hover {
    color: var(--white);
  }

  .list-item-button {
    margin-bottom: 12px;
    line-height: 24px;
  }

  .grid-9.clientsgrid, .grid-9.clientsgrid-2, .grid-9.clientsgrid-about {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: row;
  }

  .clientslogo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-10 {
    display: block;
  }

  .contact-tile.casestile {
    margin-bottom: 20px;
  }

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

  .grid-12, .grid-13 {
    display: block;
  }

  .div-block-21.rightcurve {
    margin-bottom: 20px;
  }

  .newbutton {
    margin-top: 10px;
  }

  .formassesment.popup-overlay {
    width: 95%;
    display: none;
  }

  .link-18 {
    display: none;
  }

  .grid_fotter_logos {
    float: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    width: auto;
    height: auto;
    display: grid;
  }

  .image_footer_logos {
    float: none;
  }

  .image_footer_logos.footer2 {
    float: none;
    display: block;
  }

  .grid_footer_logos2 {
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: end center;
    place-items: center;
    width: auto;
    display: grid;
  }

  .landing-intro-text {
    text-align: center;
    width: auto;
  }

  .heading-intro {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-intro.centeralign, .heading-intro.centeralign-landing {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-paragraph-bigger.cc-bigger-light {
    line-height: 36px;
  }

  .lp-paragraph-bigger.cc-bigger-white-light {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-paragraph-bigger.cc-bigger-white-light.insideherointro {
    text-align: left;
    width: 64%;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .lp-paragraph-bigger.lp-cc-bigger-white-light {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-paragraph-bigger.lp-cc-bigger-white-light.insideherointro {
    text-align: left;
    width: 64%;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .lp-paragraph-bigger.lp-list-cc-bigger-white-light {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-paragraph-bigger.lp-list-cc-bigger-white-light.insideherointro {
    text-align: left;
    width: 64%;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .lp-intro-header {
    text-align: left;
  }

  .heading-intro-copy {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-intro-copy.centeralign, .heading-intro-copy.centeralign-landing {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-intro {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

  .lp-heading-intro.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-intro.centeralign-landing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-tag {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

  .lp-heading-tag.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-tag.centeralign-landing {
    float: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-intro-list {
    text-align: left;
    list-style-type: none;
  }

  .lp-heading-list-tag {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

  .lp-heading-list-tag.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-list-tag.centeralign-landing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-jumbo-small {
    font-size: 24px;
    line-height: 32px;
    display: none;
  }

  .section-lp-del.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-lp-del {
    display: none;
  }

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

  .lp-casestile {
    padding: 20px;
  }

  .lp-heading-jumbo-small-mobile {
    font-size: 20px;
    line-height: 32px;
    display: block;
  }

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

  .lp-intro-content.cc-homepage, .lp-intro-content.cc-lppage {
    margin-left: 0;
    margin-right: 0;
  }

  .section-lp-table.cc-cta, .container-lp-table {
    padding-left: 0;
    padding-right: 0;
  }

  .lp-table-para {
    width: 100%;
    max-width: 900px;
  }

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

  .button-lp-call-us {
    justify-content: center;
  }

  .button-lp-call-us.cc-contact-us {
    float: left;
    display: inline-block;
  }

  .button-lp-call-us.cc-contact-us.paddingtop {
    width: 220px;
    display: block;
  }

  .lp-mt-list-itemts.cutom-itm-2 {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .div-block-28 {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-lp-mobile {
    float: left;
    border: 2px none var(--orange-red);
    background-color: var(--orange-red);
    border-radius: 40px;
    margin-top: 18px;
    padding: 12px 24px;
    font-size: 17px;
    line-height: 26px;
    display: inline-block;
  }

  .lp-intro-header-wfh, .lp-intro-header-fileshare, .lp-intro-header-googlesec {
    text-align: left;
  }

  .cov-wfh, .cov-fileshare, .cov-googlesec, .cov-mssec, .cov-eesecsolution, .cov-videocon {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ms365tech-calldiv {
    margin-top: 480px;
    margin-left: 10px;
  }

  .buttoncall {
    justify-content: center;
  }

  .buttoncall.cc-contact-us {
    display: none;
  }

  .buttoncall.cc-contact-us.paddingtop {
    width: 220px;
    display: block;
  }

  .buttoncall.cc-contact-us.button-ms365 {
    display: flex;
  }

  .buttoncall.cc-contact-us.button-ms365.callus {
    display: inline-block;
  }

  .buttoncallonline {
    justify-content: center;
  }

  .buttoncallonline.cc-contact-us {
    display: none;
  }

  .buttoncallonline.cc-contact-us.paddingtop {
    width: 220px;
    display: block;
  }

  .buttoncallonline.cc-contact-us.button-ms365 {
    display: flex;
  }

  .buttoncallonline.cc-contact-us.button-ms365.callus {
    display: inline-block;
  }

  .formcontactonlin.popup-overlay, .formcontactonlin.popup-overlay2 {
    width: 95%;
    display: none;
  }

  .heading-jumbo-365 {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-jumbo-365.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-jumbo-365.ms365.eureka-techsupport-2 {
    margin-top: 100px;
  }

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

  .grid-h2logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 70%;
  }

  .h2-logos {
    min-width: 140px;
    min-height: 20px;
  }

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

  .grid-h2logos-m {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .link-block-bb {
    width: 126px;
  }

  .lp-sidemenu-mits {
    margin-top: 0;
  }

  .grid-l2logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .grid-l2logos-m {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .l-logo-block {
    margin-right: 0;
  }

  .ms365tech-calldiv-2 {
    margin-top: 480px;
    margin-left: 10px;
  }

  .link-block-bb-2, .link-block-ms {
    width: 126px;
  }

  .heading-jumbo-small-mobile-2 {
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .heading-jumbo-small-mobile-2.h-logos-featuretxt {
    display: none;
  }

  .heading-jumbo-small-2 {
    font-size: 24px;
    line-height: 32px;
    display: none;
  }

  .heading-jumbo-small-2.h-logo-text {
    display: flex;
  }

  .grid-h2logos-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 70%;
  }

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

  .services-list {
    text-align: left;
    list-style-type: none;
  }

  .link-block-bb-3 {
    width: 126px;
  }

  .intro-header-2 {
    text-align: left;
    background-image: linear-gradient(#31344099, #31344033), url('../images/hero-home.jpg');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .paragraph-bigger-2.cc-bigger-white-light {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7.cc-store-home-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-mobile-2 {
    background-color: #ff490066;
    border: 2px solid #ff4900;
    border-radius: 40px;
    padding: 10px 20px;
    line-height: 26px;
    display: inline-block;
  }

  .intro-text-2 {
    text-align: center;
    width: auto;
  }

  .button-6 {
    justify-content: center;
  }

  .button-6.cc-contact-us {
    display: none;
  }

  .button-6.cc-contact-us.paddingtop {
    width: 220px;
    display: block;
  }

  .heading-jumbo-366 {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-jumbo-366.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-jumbo-small-3 {
    font-size: 24px;
    line-height: 32px;
    display: none;
  }

  .heading-jumbo-small-3.h-logo-text {
    display: flex;
  }

  .div-block-32.rightcurve {
    margin-bottom: 20px;
  }

  .grid-20 {
    display: block;
  }

  .columns-8 {
    background-position: 50% -500%;
    background-size: 92%;
  }

  .grid-21.clientsgrid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: row;
  }

  .link-20 {
    font-size: 14px;
    line-height: 18px;
  }

  .casestile-2 {
    padding: 20px;
  }

  .casestile-header-2 {
    line-height: 28px;
  }

  .hero-img {
    background-size: cover;
    height: 400px;
    min-height: 400px;
  }

  .middle-block {
    min-width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .wrapper-home {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-home.grey.toppadding {
    margin-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-11 {
    background-position: 50% -500%;
    background-size: 92%;
  }

  .link-24 {
    font-size: 14px;
    line-height: 18px;
  }

  .casestile-header-3 {
    line-height: 28px;
  }

  .hero-img-lp {
    background-size: cover;
    height: 400px;
    min-height: 400px;
  }

  .wrapper-home-lp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-home-lp.grey.toppadding {
    margin-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-home-lp2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-home-lp2.grey.toppadding {
    margin-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .middle-block-lp {
    min-width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .navigation-wrap-lp {
    background-color: #fff;
  }

  .navigation-item-last-copy {
    text-align: center;
    padding: 15px 30px 15px 15px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-last-copy:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-last-copy:active {
    background-color: #eef0f3;
  }

  .intro-header-smb {
    text-align: left;
    background-image: linear-gradient(#31344099, #31344033), url('../images/hero-home.jpg');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .lp-heading-list-tag-2 {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

  .lp-heading-list-tag-2.centeralign-landing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .button-lp-call-us-2 {
    justify-content: center;
  }

  .button-lp-call-us-2.cc-contact-us {
    float: left;
    display: inline-block;
  }

  .intro-content-smb.cc-homepage-smb {
    margin-left: 0;
    margin-right: 0;
  }

  .section-10.cc-store-home-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .lp-heading-intro-2 {
    width: 85%;
    font-size: 36px;
    line-height: 46px;
  }

  .lp-heading-intro-2.centeralign-landing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-intro-list-2 {
    text-align: left;
    list-style-type: none;
  }

  .button-lp-call-us-3 {
    justify-content: center;
  }

  .button-lp-call-us-3.cc-contact-us {
    float: left;
    display: inline-block;
  }

  .section-11.cc-store-home-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section.cc-store-home-wrap, .section.bgfooter {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-bigger.cc-bigger-white-light.insideherointro {
    width: 95%;
  }

  .button.cc-contact-us.button-ms365.callus {
    display: inline-block;
  }

  .button.cc-contact-us.button-ms365.button-cloudmgt2 {
    flex-wrap: nowrap;
    max-width: 200px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light-inside.paragraph-bigger {
    text-align: left;
    margin-bottom: 0;
  }

  .heading-jumbo {
    font-size: 30px;
    line-height: 36px;
  }

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

  .heading-jumbo-small {
    font-size: 24px;
    line-height: 30px;
    display: none;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    padding-left: 20px;
  }

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

  .intro-content {
    width: 84%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .intro-content.ms365.eureka-techsupport-2 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

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

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .section-heading {
    line-height: 32px;
  }

  .intro-text {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-ser-infra {
    text-align: left;
    margin-bottom: 20px;
  }

  .image-4 {
    display: none;
  }

  .inside-hero-small-infra.cc-subpage-inside {
    height: auto;
    min-height: 450px;
    padding-top: 80px;
  }

  .inside-hero-small-infra.cc-subpage-inside-small.hero-ms-365-3 {
    background-image: url('../images/banner-365-ae-M.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
  }

  .inside-hero-small-infra.cc-subpage-inside-small.hero-ms-365-3.tech-support-ban {
    background-image: url('../images/banner-tech-ae-2-M.jpg'), url('../images/banner-tech-ae-2.jpg');
    background-position: 50%, 100% 0;
    background-repeat: repeat, repeat;
    background-size: cover, cover;
    background-attachment: scroll, scroll;
  }

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

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

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

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

  .tileheads {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .image-5 {
    display: none;
    overflow: visible;
  }

  .btn-mobile {
    border: 2px solid var(--yellow-3);
    background-color: #f2760866;
  }

  .btn-mobile.btn-ms365 {
    margin-bottom: 15px;
    display: none;
  }

  .text-block-8, .container-inside-detail-page {
    text-align: center;
  }

  .list.ms-365-list {
    margin-top: 0;
  }

  .moveup.cassestext.smaller {
    font-size: 16px;
  }

  .bold-text.headerdetails.cloudmgt-365txt {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }

  .text-block-8-copy.nopadding {
    text-align: center;
  }

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

  .text-block-9 {
    margin-top: 6px;
    font-size: 10px;
    line-height: 10px;
  }

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

  .casestile {
    margin-bottom: 20px;
  }

  .casestile-header {
    font-size: 20px;
    line-height: 28px;
  }

  .casestiletext.paragraph-bigger {
    text-align: left;
    margin-bottom: 0;
  }

  .heading-jumbo-small-mobile {
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .heading-jumbo-small-mobile.h-logos-featuretxt, .heading-jumbo-small-mobile.l-logos-featuretxt {
    color: var(--grey);
    font-size: 18px;
    display: block;
  }

  .grid-5 {
    display: block;
  }

  .image-12 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .intro-header-cases.cc-subpage-inside, .intro-header-cases.abouthero {
    height: auto;
    min-height: 320px;
    padding-top: 80px;
  }

  .grid-6 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .div-block-10 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-6-dup {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .intro-header-gen.cc-subpage-inside {
    height: auto;
    min-height: 320px;
    padding-top: 80px;
  }

  .intro-header-inside-infra.cc-subpage-inside, .intro-header-inside-security.cc-subpage-inside, .intro-header-inside-sec-sml.cc-subpage-inside, .inside-hero-sml-ism.cc-subpage-inside {
    height: auto;
    min-height: 450px;
    padding-top: 80px;
  }

  .intro-header-cont.cc-subpage-inside {
    height: auto;
    min-height: 320px;
    padding-top: 80px;
  }

  .grid-7 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

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

  .div-block-11.aboutpartner {
    display: block;
  }

  .navigation-item-last {
    padding-left: 20px;
  }

  .div-block-13 {
    z-index: 9999;
    background-color: var(--yellow-3);
    text-align: center;
    width: 100%;
    height: 50px;
    margin-top: 6px;
    padding: 14px 6px 10px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-17 {
    background-color: var(--yellow-3);
    color: var(--black);
    font-weight: 500;
    display: block;
  }

  .link-17:hover {
    color: var(--white);
  }

  .div-block-14 {
    background-color: var(--yellow-3);
  }

  .column-6, .column-7, .column-8, .column-9 {
    margin-bottom: 20px;
  }

  .awards-grid {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-9.clientsgrid, .grid-9.clientsgrid-2, .grid-9.clientsgrid-about {
    display: block;
  }

  .clientslogo {
    max-width: 360px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-3 {
    display: none;
  }

  .grid-10 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

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

  .home-content-wrap-v2 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-13 {
    display: block;
  }

  .div-block-21.rightcurve {
    margin-bottom: 20px;
  }

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

  .grid_fotter_logos {
    float: none;
    justify-items: stretch;
    margin-top: 20px;
    position: static;
  }

  .grid_footer_logos2 {
    margin-top: 20px;
  }

  .image-22 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-23 {
    display: none;
  }

  .landing-intro-text {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-intro {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-intro.centeralign, .heading-intro.centeralign-landing {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .lp-paragraph-bigger.cc-bigger-white-light {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-paragraph-bigger.cc-bigger-white-light.insideherointro {
    width: 95%;
  }

  .lp-paragraph-bigger.lp-cc-bigger-white-light {
    text-align: left;
    width: 100%;
    margin-left: auto;
    font-size: 13px;
  }

  .lp-paragraph-bigger.lp-cc-bigger-white-light.insideherointro {
    width: 95%;
  }

  .lp-paragraph-bigger.lp-list-cc-bigger-white-light {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-paragraph-bigger.lp-list-cc-bigger-white-light.insideherointro {
    width: 95%;
  }

  .heading-intro-copy {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-intro-copy.centeralign, .heading-intro-copy.centeralign-landing {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-intro {
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-intro.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-intro.centeralign-landing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
  }

  .lp-heading-tag {
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-tag.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-tag.centeralign-landing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-list-tag {
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-list-tag.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-list-tag.centeralign-landing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-jumbo-small {
    font-size: 24px;
    line-height: 30px;
    display: none;
  }

  .section-lp-del {
    margin-left: 0;
    margin-right: 0;
  }

  .section-lp-del.cc-cta {
    padding: 15px;
  }

  .section-lp-del.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section-lp-del.cc-store-home-wrap, .section-lp-del.bgfooter {
    margin-left: 0;
    margin-right: 0;
  }

  .lp-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .lp-grid-5 {
    display: block;
  }

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

  .lp-casestiletext.paragraph-bigger {
    text-align: left;
    margin-bottom: 0;
  }

  .lp-heading-jumbo-small-mobile {
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .lp-moto-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .lp-intro-content {
    width: 84%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .lp-intro-content.cc-lppage {
    padding-top: 0;
  }

  .section-lp-table {
    margin-left: 0;
    margin-right: 0;
  }

  .section-lp-table.cc-cta {
    padding: 15px;
  }

  .section-lp-table.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section-lp-table.cc-store-home-wrap, .section-lp-table.bgfooter {
    margin-left: 0;
    margin-right: 0;
  }

  .container-lp-table, .container-lp-table-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button-lp-call-us.cc-contact-us {
    float: left;
  }

  .btn-lp-mobile {
    border: 2px solid var(--orange-red);
    background-color: #ff490066;
  }

  .ms-partner-365 {
    margin-left: auto;
    margin-right: auto;
  }

  .ms365tech-calldiv {
    display: none;
  }

  .buttoncall.cc-contact-us.button-ms365.callus, .buttoncallonline.cc-contact-us.button-ms365.callus {
    display: inline-block;
  }

  .heading-jumbo-365 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-jumbo-365.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-h1logos, .grid-h2logos {
    display: none;
  }

  .h2-logos {
    min-width: 140px;
  }

  .clients-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-h2logos-m {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }

  .link-block-3, .link-block-4 {
    display: inline-block;
  }

  .clients-container-aboutus {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-bb {
    display: inline-block;
  }

  .link-block-mm {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
  }

  .link-block-tp {
    display: inline-block;
  }

  .grid-l2logos {
    display: none;
  }

  .grid-l2logos-m {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }

  .grid-l1logos, .ms365tech-calldiv-2 {
    display: none;
  }

  .link-block-mm-copy {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
  }

  .link-block-bb-2, .link-block-ms, .link-block-tp-2 {
    display: inline-block;
  }

  .heading-jumbo-small-mobile-2 {
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .heading-jumbo-small-mobile-2.h-logos-featuretxt {
    color: #8c8c8c;
    font-size: 18px;
    display: block;
  }

  .heading-jumbo-small-2 {
    font-size: 24px;
    line-height: 30px;
    display: none;
  }

  .grid-h2logos-2 {
    display: none;
  }

  .services-wrapper {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .link-block-bb-3 {
    display: inline-block;
  }

  .paragraph-bigger-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger-2.cc-bigger-white-light {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7, .section-7.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-mobile-2 {
    background-color: #f2760866;
    border: 2px solid #f27608;
  }

  .intro-text-2 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-jumbo-366 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-jumbo-366.centeralign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-jumbo-small-3 {
    font-size: 24px;
    line-height: 30px;
    display: none;
  }

  .div-block-32.rightcurve {
    margin-bottom: 20px;
  }

  .grid-20 {
    display: block;
  }

  .section-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-21.clientsgrid-2 {
    display: block;
  }

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

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

  .grid-22 {
    display: block;
  }

  .casestile-header-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .investorgrid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .investorgrid-mobile {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .middle-block {
    margin-top: 0;
    margin-bottom: -20px;
  }

  .wrapper-home.grey.toppadding {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .cell {
    flex-flow: column;
  }

  .grid-23 {
    display: block;
  }

  .casestile-header-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-content-new, .clients-content-new-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-home-lp.grey.toppadding, .wrapper-home-lp2.grey.toppadding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .middle-block-lp {
    margin-top: 0;
    margin-bottom: -20px;
  }

  .navigation-item-last-copy {
    padding-left: 20px;
  }

  .lp-heading-list-tag-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-list-tag-2.centeralign-landing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .button-lp-call-us-2.cc-contact-us {
    float: left;
  }

  .intro-content-smb {
    width: 84%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .section-10, .section-10.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .lp-heading-intro-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-intro-2.centeralign-landing {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
  }

  .button-lp-call-us-3.cc-contact-us {
    float: left;
  }

  .section-11, .section-11.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .services-wrapper-smb {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container-smb {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    background-image: url('../images/bg-support.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    border-style: none;
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section.cc-store-home-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section.bgfooter {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-bigger.cc-bigger-white-light.insideherointro {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.cc-contact-us.paddingtop {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .button.cc-contact-us.button-ms365.button-cloudmgt2 {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-light-inside.paragraph-bigger {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .heading-jumbo {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-jumbo.centeralign {
    text-align: center;
  }

  .heading-jumbo-small {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: none;
  }

  .heading-jumbo-small.moveup {
    font-size: 24px;
  }

  .heading-jumbo-small.h-logo-text, .heading-jumbo-small.l-logo-text {
    display: none;
  }

  .menu-icon {
    width: 26px;
    margin-top: 2px;
  }

  .menu {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-wrap {
    font-family: Rubik, sans-serif;
    line-height: 20px;
  }

  .navigation {
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 6px #0003;
  }

  .navigation-item {
    border: 1px #000;
    padding-left: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    margin-top: 0;
    box-shadow: 0 10px 10px 2px #00000080;
  }

  .cta-wrap {
    padding: 60px 15px;
  }

  .intro-header {
    clear: none;
    opacity: 1;
    text-align: center;
    background-color: #000;
    background-image: linear-gradient(#31344099, #313440cc), url('../images/bg-home.jpg');
    background-position: 0 0, 72%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    min-height: 500px;
    padding-top: 40px;
    display: flex;
    position: static;
  }

  .intro-content {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .intro-content.cc-homepage {
    text-align: center;
    align-self: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-content.ms365 {
    padding-top: 0;
  }

  .motto-wrap {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    place-content: start;
    align-items: start;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: hidden;
  }

  .section-heading {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
  }

  .intro-text {
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
  }

  .work-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .howwehelp-content {
    margin-top: 60px;
  }

  .body {
    overflow: visible;
  }

  .div-block {
    margin-top: 40px;
  }

  .div-block-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-ser-infra {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .paragraph, .paragraph-2 {
    line-height: 24px;
  }

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

  .heading {
    font-size: 30px;
    line-height: 45px;
  }

  .heading.white {
    clear: both;
    line-height: 36px;
  }

  .image-4 {
    display: none;
  }

  .orangetext {
    text-align: left;
  }

  .orangetext.caseshead {
    line-height: 30px;
  }

  .inside-hero-small-infra {
    clear: none;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 100px;
    display: flex;
    position: static;
  }

  .inside-hero-small-infra.cc-subpage-inside {
    background-position: 60%;
    height: auto;
  }

  .inside-hero-small-infra.cc-subpage-inside-small {
    height: auto;
  }

  .inside-hero-small-infra.cc-subpage-inside-small.hero-ms-365-3 {
    background-image: url('../images/banner-365-ae-M.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .motto-wrap-inside {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 32px;
  }

  .container-inside {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-3 {
    font-size: 16px;
  }

  .grid-2 {
    margin: 20px 20px 60px;
    display: block;
  }

  .div-block-4 {
    text-align: left;
    margin-bottom: 20px;
  }

  .tileheads {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .tileheads.cc-bigger-white-light {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .image-5 {
    display: none;
  }

  .extrasmall {
    text-align: center;
    line-height: 18px;
  }

  .extrasmall.pagesmalltext {
    text-align: left;
    padding-bottom: 5px;
  }

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

  .btn-mobile {
    border: 2px solid var(--yellow-3);
    background-color: #f2760840;
    border-radius: 40px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .btn-mobile:hover {
    background-color: var(--orange-red);
    color: var(--black);
  }

  .text-block-8 {
    padding-left: 20px;
  }

  .container-inside-detail-page {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .boldtext {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list {
    float: none;
    text-align: left;
    width: 96%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .list.ms-365-list {
    margin-top: 0;
  }

  .moveup {
    margin-top: -5px;
    font-size: 24px;
    line-height: 30px;
  }

  .moveup.cassestext.smaller {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .bold-text.headerdetails.cloudmgt-365txt {
    line-height: 22px;
  }

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    text-align: center;
    margin-top: 8px;
    font-size: 10px;
    line-height: 10px;
  }

  .text-block-10.processtext {
    padding-bottom: 20px;
  }

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

  .link-4 {
    font-size: 12px;
  }

  .casestile {
    text-align: left;
    margin-bottom: 20px;
    padding: 25px;
  }

  .casestile-header {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .casestile-header.cc-bigger-white-light {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .casestiletext.paragraph-bigger {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .heading-jumbo-small-mobile {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: block;
  }

  .heading-jumbo-small-mobile.moveup {
    font-size: 24px;
  }

  .heading-jumbo-small-mobile.h-logos-featuretxt, .heading-jumbo-small-mobile.l-logos-featuretxt {
    margin-bottom: 10px;
    display: block;
  }

  .grid-5 {
    display: block;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .intro-header-casestudy {
    clear: none;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    min-height: 500px;
    padding-top: 40px;
    display: flex;
    position: static;
  }

  .intro-header-cases {
    clear: none;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 100px;
    display: flex;
    position: static;
  }

  .intro-header-cases.cc-subpage-inside {
    height: auto;
    min-height: 320px;
  }

  .intro-header-cases.cc-subpage-inside-small {
    height: auto;
  }

  .intro-header-cases.abouthero {
    height: auto;
    min-height: 320px;
  }

  .grid-6 {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .grid-6.casesgrid {
    text-align: center;
  }

  .div-block-9 {
    text-align: left;
  }

  .div-block-10 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-13 {
    width: 100%;
  }

  .grid-6-dup {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .intro-header-gen {
    clear: none;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 100px;
    display: flex;
    position: static;
  }

  .intro-header-gen.cc-subpage-inside {
    height: auto;
    min-height: 320px;
  }

  .intro-header-gen.cc-subpage-inside-small {
    height: auto;
  }

  .intro-header-inside-infra {
    clear: none;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 100px;
    display: flex;
    position: static;
  }

  .intro-header-inside-infra.cc-subpage-inside {
    background-position: 60%;
    height: auto;
  }

  .intro-header-inside-infra.cc-subpage-inside-small {
    height: auto;
  }

  .intro-header-inside-security {
    clear: none;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 100px;
    display: flex;
    position: static;
  }

  .intro-header-inside-security.cc-subpage-inside {
    background-position: 60%;
    height: auto;
  }

  .intro-header-inside-security.cc-subpage-inside-small {
    height: auto;
  }

  .intro-header-inside-sec-sml {
    clear: none;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 100px;
    display: flex;
    position: static;
  }

  .intro-header-inside-sec-sml.cc-subpage-inside {
    background-position: 60%;
    height: auto;
  }

  .intro-header-inside-sec-sml.cc-subpage-inside-small {
    height: auto;
  }

  .inside-hero-sml-ism {
    clear: none;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 100px;
    display: flex;
    position: static;
  }

  .inside-hero-sml-ism.cc-subpage-inside {
    background-position: 60%;
    height: auto;
  }

  .inside-hero-sml-ism.cc-subpage-inside-small {
    height: auto;
  }

  .intro-header-cont {
    clear: none;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-top: 100px;
    display: flex;
    position: static;
  }

  .intro-header-cont.cc-subpage-inside {
    height: auto;
    min-height: 320px;
  }

  .intro-header-cont.cc-subpage-inside-small {
    height: auto;
  }

  .grid-7 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .div-block-about {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-11.aboutpartner {
    display: block;
  }

  .navigation-item-last {
    border: 1px #000;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .div-block-13 {
    z-index: 9999;
    background-color: var(--yellow-3);
    text-align: center;
    white-space: normal;
    border-radius: 0;
    align-items: flex-start;
    width: 100%;
    height: 46px;
    margin: 6px auto 0;
    padding: 14px 6px 10px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 0 10px #00000080;
  }

  .link-17 {
    background-color: var(--yellow-3);
    color: var(--black);
    padding-bottom: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
  }

  .link-17:hover {
    color: var(--black);
  }

  .div-block-14 {
    background-color: #f27608e6;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-text-secondary {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .awards-grid {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-9.clientsgrid, .grid-9.clientsgrid-2, .grid-9.clientsgrid-about {
    display: block;
  }

  .clientslogo {
    padding: 20px 60px;
  }

  .list-3 {
    display: none;
  }

  .grid-10 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .grid-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .head {
    line-height: 30px;
  }

  .home-content-wrap-v2 {
    place-content: start;
    align-items: start;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: hidden;
  }

  .grid-13 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .div-block-21.rightcurve {
    border-radius: 6px;
    min-height: 250px;
    margin-bottom: 10px;
    padding: 20px 26px 40px;
  }

  .div-block-21.leftcurve.leftpadding.securebg {
    border-radius: 6px;
    min-height: 300px;
    padding: 20px 26px 40px;
  }

  .div-block-22.right {
    width: 100%;
    max-width: 100%;
  }

  .div-block-22.left {
    width: 100%;
  }

  .newbutton {
    margin-top: 20px;
  }

  .formassesment.popup-overlay {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

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

  .link-18 {
    display: none;
  }

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

  .column-11 {
    margin-top: 10px;
  }

  .landing-intro-text {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
  }

  .heading-intro {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-intro.centeralign, .heading-intro.centeralign-landing {
    text-align: center;
  }

  .lp-paragraph-bigger.cc-bigger-white-light {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .lp-paragraph-bigger.cc-bigger-white-light.insideherointro {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .lp-paragraph-bigger.lp-cc-bigger-white-light {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .lp-paragraph-bigger.lp-cc-bigger-white-light.insideherointro {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .lp-paragraph-bigger.lp-list-cc-bigger-white-light {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .lp-paragraph-bigger.lp-list-cc-bigger-white-light.insideherointro {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .lp-intro-header {
    clear: none;
    opacity: 1;
    text-align: center;
    background-color: #f1faff;
    background-image: none;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    min-height: 500px;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .heading-intro-copy {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-intro-copy.centeralign, .heading-intro-copy.centeralign-landing {
    text-align: center;
  }

  .lp-heading-intro {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-intro.centeralign, .lp-heading-intro.centeralign-landing {
    text-align: center;
  }

  .lp-heading-tag {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-tag.centeralign, .lp-heading-tag.centeralign-landing {
    text-align: center;
  }

  .lp-heading-list-tag {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-list-tag.centeralign, .lp-heading-list-tag.centeralign-landing {
    text-align: center;
  }

  .lp-heading-jumbo-small {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: none;
  }

  .lp-heading-jumbo-small.moveup {
    font-size: 24px;
  }

  .section-lp-del {
    margin-left: 0;
    margin-right: 0;
  }

  .section-lp-del.cc-cta {
    background-image: url('../images/bg-support.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    border-style: none;
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-lp-del.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section-lp-del.cc-store-home-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-lp-del.bgfooter {
    margin-left: 0;
    margin-right: 0;
  }

  .lp-container {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

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

  .lp-grid-5 {
    display: block;
  }

  .lp-casestile {
    text-align: left;
    margin-bottom: 20px;
    padding: 25px;
  }

  .lp-casestiletext.paragraph-bigger {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .lp-heading-jumbo-small-mobile {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: block;
  }

  .lp-heading-jumbo-small-mobile.moveup {
    font-size: 24px;
  }

  .lp-moto-container {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .lp-intro-content {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .lp-intro-content.cc-homepage {
    text-align: center;
    align-self: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lp-intro-content.cc-lppage {
    text-align: center;
    align-self: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-lp-table {
    margin-left: 0;
    margin-right: 0;
  }

  .section-lp-table.cc-cta {
    background-image: url('../images/bg-support.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    border-style: none;
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-lp-table.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section-lp-table.cc-store-home-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-lp-table.bgfooter {
    margin-left: 0;
    margin-right: 0;
  }

  .container-lp-table, .container-lp-table-2 {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .button-lp-call-us.cc-jumbo-button.cc-jumbo-white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-lp-call-us.cc-contact-us {
    float: none;
    margin-top: 30px;
    font-size: 14px;
    display: block;
  }

  .button-lp-call-us.cc-contact-us.paddingtop {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .call-us-txt {
    font-size: 16px;
  }

  .btn-lp-mobile {
    border: 2px solid var(--orange-red);
    background-color: #ff490040;
    border-radius: 40px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .btn-lp-mobile:hover {
    background-color: var(--orange-red);
    color: var(--black);
  }

  .lp-intro-header-wfh, .lp-intro-header-fileshare, .lp-intro-header-googlesec {
    clear: none;
    opacity: 1;
    text-align: center;
    background-color: #f1faff;
    background-image: none;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    min-height: 500px;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .grid-18._365logos {
    display: block;
  }

  .ms365tech-calldiv {
    display: none;
  }

  .image-24 {
    display: inline-block;
  }

  .image-24.img-365logos {
    margin-bottom: 5px;
  }

  .image-25, .image-26 {
    margin-bottom: 5px;
    display: inline-block;
  }

  .image-27 {
    display: inline-block;
  }

  .buttoncall.cc-jumbo-button.cc-jumbo-white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .buttoncall.cc-contact-us {
    display: none;
  }

  .buttoncall.cc-contact-us.paddingtop {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .buttoncall.cc-contact-us.button-ms365.callus {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .buttoncallonline.cc-jumbo-button.cc-jumbo-white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .buttoncallonline.cc-contact-us {
    display: none;
  }

  .buttoncallonline.cc-contact-us.paddingtop {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .buttoncallonline.cc-contact-us.button-ms365.callus {
    margin-left: 0;
    padding-left: 0;
  }

  .formcontactonlin.popup-overlay, .formcontactonlin.popup-overlay2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .heading-jumbo-365 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-jumbo-365.centeralign {
    text-align: center;
  }

  .btn-tech-support {
    font-size: 16px;
  }

  .h-logo-wrap {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-logos {
    margin-top: 0;
    padding-bottom: 0;
  }

  .grid-h2logos {
    margin-top: 15px;
  }

  .h2-logos {
    width: auto;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
  }

  .clients-container {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-h2logos-m {
    margin-top: 15px;
  }

  .clients-container-aboutus {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-mm {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .l-logo-wrap {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-l2logos, .grid-l2logos-m {
    margin-top: 15px;
  }

  .ms365tech-calldiv-2 {
    display: none;
  }

  .h-logos-2 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .link-block-mm-copy {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .heading-jumbo-small-mobile-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: block;
  }

  .heading-jumbo-small-mobile-2.h-logos-featuretxt {
    margin-bottom: 10px;
    display: block;
  }

  .h-logos-3 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-jumbo-small-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: none;
  }

  .heading-jumbo-small-2.h-logo-text {
    display: none;
  }

  .grid-h2logos-2 {
    margin-top: 15px;
  }

  .intro-header-2 {
    clear: none;
    opacity: 1;
    text-align: center;
    background-color: #000;
    background-image: linear-gradient(#31344099, #313440cc), url('../images/bg-home.jpg');
    background-position: 0 0, 72%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    min-height: 500px;
    padding-top: 40px;
    display: flex;
    position: static;
  }

  .paragraph-bigger-2.cc-bigger-white-light {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .section-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-7.cc-store-home-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .motto-wrap-2 {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-mobile-2 {
    background-color: #f2760840;
    border: 2px solid #f27608;
    border-radius: 40px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .btn-mobile-2:hover {
    color: #000;
    background-color: #ff4900;
  }

  .intro-text-2 {
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
  }

  .button-6.cc-contact-us {
    display: none;
  }

  .button-6.cc-contact-us.paddingtop {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .heading-jumbo-366 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-jumbo-366.centeralign {
    text-align: center;
  }

  .h-logo-wrap-2 {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-logos-4 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-31 {
    margin-top: 40px;
  }

  .heading-jumbo-small-3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
    display: none;
  }

  .heading-jumbo-small-3.h-logo-text {
    display: none;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 45px;
  }

  .heading-9.white {
    clear: both;
    line-height: 36px;
  }

  .div-block-32.rightcurve {
    border-radius: 6px;
    min-height: 250px;
    margin-bottom: 10px;
    padding: 20px 26px 40px;
  }

  .div-block-32.leftcurve.leftpadding.securebg {
    border-radius: 6px;
    min-height: 300px;
    padding: 20px 26px 40px;
  }

  .div-block-33.right {
    width: 100%;
    max-width: 100%;
  }

  .div-block-33.left {
    width: 100%;
  }

  .grid-20 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .paragraph-5 {
    line-height: 24px;
  }

  .text-block-18.processtext {
    padding-bottom: 20px;
  }

  .howwehelp-content-2 {
    margin-top: 60px;
  }

  .section-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-21.clientsgrid-2 {
    display: block;
  }

  .link-20 {
    font-size: 12px;
  }

  .casestile-2 {
    text-align: left;
    margin-bottom: 20px;
    padding: 25px;
  }

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

  .grid-22 {
    display: block;
  }

  .casestile-header-2 {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

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

  .text-span-8 {
    font-size: 16px;
    line-height: 18px;
  }

  .investors-img {
    width: 127px;
  }

  .section-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .investorgrid {
    grid-template-columns: minmax(auto, auto) 1fr 1fr 1fr;
    display: none;
  }

  .investorpara {
    font-size: 14px;
    line-height: 22px;
  }

  .investorgrid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto);
    grid-auto-columns: 1fr;
    margin-left: 15px;
    margin-right: 15px;
    display: grid;
  }

  .hero-img {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: auto;
  }

  .middle-block {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: static;
  }

  .h1-home {
    font-size: 38px;
    line-height: 1.12;
  }

  .h3-home {
    font-size: 20px;
    line-height: 1.2;
  }

  .icon1 {
    width: 78%;
  }

  .icon1-img {
    width: 36px;
    margin-top: 0;
  }

  .icons-text {
    font-size: 12px;
    line-height: 1.1;
  }

  .icons-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }

  .ctawrap {
    flex-flow: column;
    justify-content: center;
  }

  .cta1 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .wrapper-home.grey.toppadding {
    margin-top: 0;
    padding-top: 60px;
  }

  .bbb {
    width: 130px;
  }

  .ms {
    width: 128px;
  }

  .tp {
    width: 120px;
  }

  .logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
  }

  .logos-wrapper2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-block-21.processtext {
    padding-bottom: 20px;
  }

  .content-fs {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cell.hide, .cell-2.hide {
    display: none;
  }

  .link-24 {
    font-size: 12px;
  }

  .grid-23 {
    display: block;
  }

  .casestile-header-3 {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

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

  .clients-content-new, .clients-content-new-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-img-lp {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: auto;
  }

  .wrapper-home-lp.grey.toppadding, .wrapper-home-lp2.grey.toppadding {
    margin-top: 0;
    padding-top: 60px;
  }

  .middle-block-lp {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: static;
  }

  .cta1-lp {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .icons-wrapper-lp {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
  }

  .logos-wrapper-lp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
  }

  .h3-home-lp, .h3-home-lptext {
    font-size: 20px;
    line-height: 1.2;
  }

  .navigation-wrap-lp {
    font-family: Rubik, sans-serif;
    line-height: 20px;
  }

  .navigation-item-last-copy {
    border: 1px #000;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .intro-header-smb {
    clear: none;
    opacity: 1;
    text-align: center;
    background-color: #000;
    background-image: linear-gradient(#31344099, #313440cc), url('../images/bg-home.jpg');
    background-position: 0 0, 72%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: auto;
    height: auto;
    min-height: 500px;
    padding-top: 40px;
    display: flex;
    position: static;
  }

  .lp-heading-list-tag-2 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-list-tag-2.centeralign-landing {
    text-align: center;
  }

  .call-us-txt-2 {
    font-size: 16px;
  }

  .button-lp-call-us-2.cc-contact-us {
    float: none;
    margin-top: 30px;
    font-size: 14px;
    display: block;
  }

  .intro-content-smb {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .intro-content-smb.cc-homepage-smb {
    text-align: center;
    align-self: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-10.cc-store-home-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-heading-intro-2 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .lp-heading-intro-2.centeralign-landing {
    text-align: center;
  }

  .boldtext-2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-lp-call-us-3.cc-contact-us {
    float: none;
    margin-top: 30px;
    font-size: 14px;
    display: block;
  }

  .section-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-11.cc-store-home-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-smb {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b3f-05810fe4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b40-05810fe4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b42-05810fe4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-05810fe4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b47-05810fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-05810fe4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b49-05810fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-05810fe4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4e-05810fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4f-05810fe4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b50-05810fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502315-05810fe4 {
  grid-area: Area;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-05810fe4 {
  grid-area: Area-3;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-05810fe4 {
  grid-area: Area-4;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-05810fe4 {
  grid-area: Area-5;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-05810fe4 {
  grid-area: Area-6;
}

#w-node-_9fac0313-1149-1f3e-6737-b299bfec30f8-51e627e8 {
  align-self: end;
}

#w-node-_9fac0313-1149-1f3e-6737-b299bfec30fc-51e627e8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_9fac0313-1149-1f3e-6737-b299bfec30fd-51e627e8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_9fac0313-1149-1f3e-6737-b299bfec30fe-51e627e8 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_9fac0313-1149-1f3e-6737-b299bfec30ff-51e627e8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-_9fac0313-1149-1f3e-6737-b299bfec3100-51e627e8 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_9fac0313-1149-1f3e-6737-b299bfec3101-51e627e8 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center end;
}

#w-node-_9fac0313-1149-1f3e-6737-b299bfec3102-51e627e8 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-_9fac0313-1149-1f3e-6737-b299bfec3103-51e627e8 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_68dc4b47-a9cd-6814-1086-b5ecf879ee1d-f879edfe {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_68dc4b47-a9cd-6814-1086-b5ecf879ee23-f879edfe {
  place-self: stretch stretch;
}

#w-node-_68dc4b47-a9cd-6814-1086-b5ecf879ee29-f879edfe {
  align-self: stretch;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb79-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7a-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7b-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7c-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7e-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7f-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb80-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb81-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb82-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb83-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb87-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb89-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8a-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8b-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8c-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8e-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8f-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb90-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb91-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcba4-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcba5-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcba7-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbab-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbac-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbad-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbae-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb2-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb4-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb5-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb6-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb7-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb9-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbba-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbbb-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbbc-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-edafcbe3-d9d9-cbca-8e0b-6b94c1550574-05811009 {
  align-self: stretch;
}

#w-node-edafcbe3-d9d9-cbca-8e0b-6b94c155057f-05811009 {
  place-self: stretch stretch;
}

#w-node-edafcbe3-d9d9-cbca-8e0b-6b94c155058a-05811009 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c4-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c5-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c6-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c7-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c8-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8d1-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8d9-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8e1-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8ea-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8eb-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8ec-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8f5-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8fd-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8fe-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8ff-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b907-0581102e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0fafd16-5aed-490d-5818-43074941b9ee-05811033 {
  justify-self: auto;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-05811039 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf9d3fa9-a0f7-beea-4a00-ec7c7c515f39-05811052, #w-node-bd83480e-4f85-b229-6b2b-3117ad10f849-05811052, #w-node-_64e8cb46-83db-af6c-4ddb-7ee8b668879c-05811052, #w-node-_9175262f-f0dc-175c-4cc6-022c9a037456-05811052, #w-node-bf9d3fa9-a0f7-beea-4a00-ec7c7c515f39-05811053, #w-node-bd83480e-4f85-b229-6b2b-3117ad10f849-05811053, #w-node-_64e8cb46-83db-af6c-4ddb-7ee8b668879c-05811053, #w-node-_9175262f-f0dc-175c-4cc6-022c9a037456-05811053 {
  place-self: center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-05811059 {
  grid-area: Area;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-05811059 {
  grid-area: Area-3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-05811059 {
  grid-area: Area-4;
}

#w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-05811059 {
  grid-area: Area-5;
}

#w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-05811059 {
  grid-area: Area-6;
}

#w-node-_74a9e3dd-b971-f774-9831-8944c0e94821-05811059 {
  align-self: stretch;
}

#w-node-_74a9e3dd-b971-f774-9831-8944c0e94816-05811059 {
  place-self: stretch stretch;
}

#w-node-_74a9e3dd-b971-f774-9831-8944c0e9480b-05811059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-0581106d {
  grid-area: Area;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-0581106d {
  grid-area: Area-3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-0581106d {
  grid-area: Area-4;
}

#w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-0581106d {
  grid-area: Area-5;
}

#w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-0581106d {
  grid-area: Area-6;
}

#w-node-_156accd9-2708-d77d-631f-58755c73d8af-0581106d {
  grid-area: Area-7;
}

#w-node-f7c6808a-7e22-48a4-7911-ac9c0e6e42f0-0581106d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-f7c6808a-7e22-48a4-7911-ac9c0e6e42f7-0581106d {
  place-self: stretch stretch;
}

#w-node-f7c6808a-7e22-48a4-7911-ac9c0e6e42fe-0581106d {
  align-self: stretch;
}

#w-node-bf9d3fa9-a0f7-beea-4a00-ec7c7c515f39-0581106e, #w-node-bd83480e-4f85-b229-6b2b-3117ad10f849-0581106e, #w-node-_64e8cb46-83db-af6c-4ddb-7ee8b668879c-0581106e, #w-node-_9175262f-f0dc-175c-4cc6-022c9a037456-0581106e {
  place-self: center;
}

#w-node-_77f4adde-85b4-4aa7-2c80-2a2415b618ec-05811070 {
  grid-area: Area;
}

#w-node-_174948b2-e1e3-8e6c-53c7-1b74f1a0a978-05811070 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_9af9587a-8cc5-3744-d31f-3ac382c63e87-05811070 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-bfcd1346-2002-e1e6-32e4-af38208c10b8-05811070 {
  place-self: stretch stretch;
}

#w-node-d7c7645b-697e-1cdb-9de3-d1def6659cae-05811070 {
  align-self: stretch;
}

#w-node-_24efd8d5-7078-7675-fea2-0e57263a5eca-263a5ec8, #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ecb-263a5ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_24efd8d5-7078-7675-fea2-0e57263a5ecc-263a5ec8, #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ecd-263a5ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_24efd8d5-7078-7675-fea2-0e57263a5ed1-263a5ec8, #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ed2-263a5ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_24efd8d5-7078-7675-fea2-0e57263a5ed3-263a5ec8, #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ed4-263a5ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_24efd8d5-7078-7675-fea2-0e57263a5ed8-263a5ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_24efd8d5-7078-7675-fea2-0e57263a5eda-263a5ec8, #w-node-_24efd8d5-7078-7675-fea2-0e57263a5edb-263a5ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_24efd8d5-7078-7675-fea2-0e57263a5edc-263a5ec8, #w-node-_24efd8d5-7078-7675-fea2-0e57263a5edd-263a5ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_24efd8d5-7078-7675-fea2-0e57263a5edf-263a5ec8, #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ee0-263a5ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_24efd8d5-7078-7675-fea2-0e57263a5ee1-263a5ec8, #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ee2-263a5ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b3f-05811085, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b40-05811085, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b42-05811085, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-05811085, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b47-05811085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-05811085, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b49-05811085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-05811085, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4e-05811085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4f-05811085, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b50-05811085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b3f-058110a7, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b40-058110a7, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b42-058110a7, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-058110a7, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b47-058110a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-058110a7, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b49-058110a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-058110a7, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4e-058110a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4f-058110a7, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b50-058110a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502315-058110a7 {
  grid-area: Area;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-058110a7 {
  grid-area: Area-3;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-058110a7 {
  grid-area: Area-4;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-058110a7 {
  grid-area: Area-5;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-058110a7 {
  grid-area: Area-6;
}

#w-node-f565114c-8e82-a924-703e-4cf085a3592f-058110a8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_11f35e0c-2e20-2d9a-44a3-ec4c3964cfda-058110a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c38789-058110a8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c3878f-058110a8 {
  place-self: stretch stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c38795-058110a8, #w-node-f173779a-1d71-efd7-a4cf-e802bbb0c326-058110a8 {
  align-self: stretch;
}

#w-node-f173779a-1d71-efd7-a4cf-e802bbb0c331-058110a8 {
  place-self: stretch stretch;
}

#w-node-f173779a-1d71-efd7-a4cf-e802bbb0c33c-058110a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c38789-058110a9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c3878f-058110a9 {
  place-self: stretch stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c38795-058110a9 {
  align-self: stretch;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-d455fe12, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-d455fe12, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-d455fe12, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-d455fe12, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-d455fe12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-d455fe12, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-d455fe12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-d455fe12, #w-node-_70011749-0142-801a-b535-72d2c015a3da-d455fe12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-d455fe12, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-d455fe12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-d455fe12 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-d455fe12 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-d455fe12 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-d455fe12 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-d455fe12 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-b7b21da2, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-b7b21da2, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-b7b21da2, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b7b21da2, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-b7b21da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-b7b21da2, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-b7b21da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-b7b21da2, #w-node-_70011749-0142-801a-b535-72d2c015a3da-b7b21da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-b7b21da2, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-b7b21da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-b7b21da2 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b7b21da2 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b7b21da2 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b7b21da2 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b7b21da2 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-6a2722d0, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-6a2722d0, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-6a2722d0, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-6a2722d0, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-6a2722d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-6a2722d0, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-6a2722d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-6a2722d0, #w-node-_70011749-0142-801a-b535-72d2c015a3da-6a2722d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-6a2722d0, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-6a2722d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-6a2722d0 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-6a2722d0 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-6a2722d0 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-6a2722d0 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-6a2722d0 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-85836850, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-85836850, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-85836850, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-85836850, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-85836850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-85836850, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-85836850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-85836850, #w-node-_70011749-0142-801a-b535-72d2c015a3da-85836850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-85836850, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-85836850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-85836850 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-85836850 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-85836850 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-85836850 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-85836850 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-f696ccb0, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-f696ccb0, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-f696ccb0, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f696ccb0, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-f696ccb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-f696ccb0, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-f696ccb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-f696ccb0, #w-node-_70011749-0142-801a-b535-72d2c015a3da-f696ccb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-f696ccb0, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-f696ccb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-f696ccb0 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f696ccb0 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f696ccb0 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f696ccb0 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f696ccb0 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-68eb296b, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-68eb296b, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-68eb296b, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-68eb296b, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-68eb296b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-68eb296b, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-68eb296b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-68eb296b, #w-node-_70011749-0142-801a-b535-72d2c015a3da-68eb296b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-68eb296b, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-68eb296b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-68eb296b {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-68eb296b {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-68eb296b {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-68eb296b {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-68eb296b {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-bb2a7b84, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-bb2a7b84, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-bb2a7b84, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-bb2a7b84, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-bb2a7b84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-bb2a7b84, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-bb2a7b84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-bb2a7b84, #w-node-_70011749-0142-801a-b535-72d2c015a3da-bb2a7b84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-bb2a7b84, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-bb2a7b84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-bb2a7b84 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-bb2a7b84 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-bb2a7b84 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-bb2a7b84 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-bb2a7b84 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-e887a024, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-e887a024, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-e887a024, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-e887a024, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-e887a024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-e887a024, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-e887a024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-e887a024, #w-node-_70011749-0142-801a-b535-72d2c015a3da-e887a024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-e887a024, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-e887a024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-e887a024 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-e887a024 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-e887a024 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-e887a024 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-e887a024 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-70a6bcdd, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-70a6bcdd, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-70a6bcdd, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-70a6bcdd, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-70a6bcdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-70a6bcdd, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-70a6bcdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-70a6bcdd, #w-node-_70011749-0142-801a-b535-72d2c015a3da-70a6bcdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-70a6bcdd, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-70a6bcdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-d1692500, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-d1692500, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-d1692500, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-d1692500, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-d1692500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-d1692500, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-d1692500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-d1692500, #w-node-_70011749-0142-801a-b535-72d2c015a3da-d1692500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-d1692500, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-d1692500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-2c04846f, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-2c04846f, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-2c04846f, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-2c04846f, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-2c04846f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-2c04846f, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-2c04846f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-2c04846f, #w-node-_70011749-0142-801a-b535-72d2c015a3da-2c04846f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-2c04846f, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-2c04846f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-f3837643, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-f3837643, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-f3837643, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f3837643, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-f3837643 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-f3837643, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-f3837643 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-f3837643, #w-node-_70011749-0142-801a-b535-72d2c015a3da-f3837643 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-f3837643, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-f3837643 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-b4baef0f, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-b4baef0f, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-b4baef0f, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b4baef0f, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-b4baef0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-b4baef0f, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-b4baef0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-b4baef0f, #w-node-_70011749-0142-801a-b535-72d2c015a3da-b4baef0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-b4baef0f, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-b4baef0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-b4baef0f {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b4baef0f {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b4baef0f {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b4baef0f {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b4baef0f {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-f9182f94, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-f9182f94, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-f9182f94, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f9182f94, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-f9182f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-f9182f94, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-f9182f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-f9182f94, #w-node-_70011749-0142-801a-b535-72d2c015a3da-f9182f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-f9182f94, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-f9182f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-f9182f94 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f9182f94 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f9182f94 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f9182f94 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f9182f94 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-845db181, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-845db181, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-845db181, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-845db181, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-845db181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-845db181, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-845db181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-845db181, #w-node-_70011749-0142-801a-b535-72d2c015a3da-845db181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-845db181, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-845db181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-845db181 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-845db181 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-845db181 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-845db181 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-845db181 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-963e04cd, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-963e04cd, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-963e04cd, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-963e04cd, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-963e04cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-963e04cd, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-963e04cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-963e04cd, #w-node-_70011749-0142-801a-b535-72d2c015a3da-963e04cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-963e04cd, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-963e04cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-963e04cd {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-963e04cd {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-963e04cd {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-963e04cd {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-963e04cd {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-e6be63eb, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-e6be63eb, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-e6be63eb, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-e6be63eb, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-e6be63eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-e6be63eb, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-e6be63eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-e6be63eb, #w-node-_70011749-0142-801a-b535-72d2c015a3da-e6be63eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-e6be63eb, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-e6be63eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-e6be63eb {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-e6be63eb {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-e6be63eb {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-e6be63eb {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-e6be63eb {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-6a9f4d09, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-6a9f4d09, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-6a9f4d09, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-6a9f4d09, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-6a9f4d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-6a9f4d09, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-6a9f4d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-6a9f4d09, #w-node-_70011749-0142-801a-b535-72d2c015a3da-6a9f4d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-6a9f4d09, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-6a9f4d09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-6a9f4d09 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-6a9f4d09 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-6a9f4d09 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-6a9f4d09 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-6a9f4d09 {
  grid-area: Area-6;
}

@media screen and (max-width: 991px) {
  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-05810fe4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-05810fe4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-05810fe4 {
    grid-area: Area-2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-05810fe4 {
    grid-area: Area-3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-05811039 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-05811059 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-05811059 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-05811059 {
    grid-area: Area-2;
  }

  #w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-05811059 {
    grid-area: Area-3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-0581106d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-0581106d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-0581106d {
    grid-area: Area-2;
  }

  #w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-0581106d {
    grid-area: Area-3;
  }

  #w-node-_156accd9-2708-d77d-631f-58755c73d8af-0581106d {
    grid-area: 1 / 1 / 1 / 1;
  }

  #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ed8-263a5ec8 {
    justify-self: center;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-058110a7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-058110a7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-058110a7 {
    grid-area: Area-2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-058110a7 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-d455fe12 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-d455fe12 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-d455fe12 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-d455fe12 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b7b21da2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b7b21da2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b7b21da2 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b7b21da2 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-6a2722d0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-6a2722d0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-6a2722d0 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-6a2722d0 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-85836850 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-85836850 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-85836850 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-85836850 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f696ccb0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f696ccb0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f696ccb0 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f696ccb0 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-68eb296b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-68eb296b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-68eb296b {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-68eb296b {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-bb2a7b84 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-bb2a7b84 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-bb2a7b84 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-bb2a7b84 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-e887a024 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-e887a024 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-e887a024 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-e887a024 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b4baef0f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b4baef0f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b4baef0f {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b4baef0f {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f9182f94 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f9182f94 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f9182f94 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f9182f94 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-845db181 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-845db181 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-845db181 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-845db181 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-963e04cd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-963e04cd {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-963e04cd {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-963e04cd {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-e6be63eb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-e6be63eb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-e6be63eb {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-e6be63eb {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-6a9f4d09 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-6a9f4d09 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-6a9f4d09 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-6a9f4d09 {
    grid-area: Area-3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-05810fe4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-05810fe4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-05810fe4 {
    justify-self: end;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a8950231e-05810fe4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-05810fe4 {
    grid-area: Area-5;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-05810fe4 {
    grid-area: Area-6;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-05810fe4 {
    grid-area: Area-4;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-05810fe4 {
    grid-area: Area-2;
  }

  #w-node-_9fac0313-1149-1f3e-6737-b299bfec30f8-51e627e8, #w-node-_9fac0313-1149-1f3e-6737-b299bfec30fc-51e627e8, #w-node-_9fac0313-1149-1f3e-6737-b299bfec30fe-51e627e8, #w-node-_9fac0313-1149-1f3e-6737-b299bfec30ff-51e627e8, #w-node-_9fac0313-1149-1f3e-6737-b299bfec3101-51e627e8, #w-node-_9fac0313-1149-1f3e-6737-b299bfec3102-51e627e8 {
    justify-self: center;
  }

  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7e-05811009 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb80-05811009, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb82-05811009 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbab-05811009 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbad-05811009 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb9-05811009 {
    justify-self: end;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-05811059 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-05811059 {
    grid-area: Area-5;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-05811059 {
    grid-area: Area-6;
  }

  #w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-05811059 {
    grid-area: Area-4;
  }

  #w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-05811059 {
    grid-area: Area-2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-0581106d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-0581106d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-0581106d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-0581106d, #w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-0581106d, #w-node-_156accd9-2708-d77d-631f-58755c73d8af-0581106d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ed1-263a5ec8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ed3-263a5ec8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_24efd8d5-7078-7675-fea2-0e57263a5edf-263a5ec8 {
    justify-self: end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-05811085 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-05811085 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-05811085 {
    justify-self: end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-058110a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-058110a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-058110a7 {
    justify-self: end;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a8950231e-058110a7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-058110a7 {
    grid-area: Area-5;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-058110a7 {
    grid-area: Area-6;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-058110a7 {
    grid-area: Area-4;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-058110a7 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-d455fe12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-d455fe12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-d455fe12 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-d455fe12 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-d455fe12 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-d455fe12 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-d455fe12 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-d455fe12 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b7b21da2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-b7b21da2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-b7b21da2 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-b7b21da2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b7b21da2 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b7b21da2 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b7b21da2 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b7b21da2 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-6a2722d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-6a2722d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-6a2722d0 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-6a2722d0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-6a2722d0 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-6a2722d0 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-6a2722d0 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-6a2722d0 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-85836850 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-85836850 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-85836850 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-85836850 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-85836850 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-85836850 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-85836850 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-85836850 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f696ccb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-f696ccb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-f696ccb0 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-f696ccb0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f696ccb0 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f696ccb0 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f696ccb0 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f696ccb0 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-68eb296b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-68eb296b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-68eb296b {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-68eb296b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-68eb296b {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-68eb296b {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-68eb296b {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-68eb296b {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-bb2a7b84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-bb2a7b84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-bb2a7b84 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-bb2a7b84 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-bb2a7b84 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-bb2a7b84 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-bb2a7b84 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-bb2a7b84 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-e887a024 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-e887a024 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-e887a024 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-e887a024 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-e887a024 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-e887a024 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-e887a024 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-e887a024 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-70a6bcdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-70a6bcdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-70a6bcdd {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-d1692500 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-d1692500 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-d1692500 {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-2c04846f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-2c04846f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-2c04846f {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f3837643 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-f3837643 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-f3837643 {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b4baef0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-b4baef0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-b4baef0f {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-b4baef0f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b4baef0f {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b4baef0f {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b4baef0f {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b4baef0f {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f9182f94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-f9182f94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-f9182f94 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-f9182f94 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f9182f94 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f9182f94 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f9182f94 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f9182f94 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-845db181 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-845db181 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-845db181 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-845db181 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-845db181 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-845db181 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-845db181 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-845db181 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-963e04cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-963e04cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-963e04cd {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-963e04cd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-963e04cd {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-963e04cd {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-963e04cd {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-963e04cd {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-e6be63eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-e6be63eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-e6be63eb {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-e6be63eb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-e6be63eb {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-e6be63eb {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-e6be63eb {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-e6be63eb {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-6a9f4d09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-6a9f4d09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-6a9f4d09 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-6a9f4d09 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-6a9f4d09 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-6a9f4d09 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-6a9f4d09 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-6a9f4d09 {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9fac0313-1149-1f3e-6737-b299bfec30fc-51e627e8 {
    justify-self: start;
  }

  #w-node-_9fac0313-1149-1f3e-6737-b299bfec30fe-51e627e8 {
    justify-self: end;
  }

  #w-node-_9fac0313-1149-1f3e-6737-b299bfec30ff-51e627e8 {
    justify-self: start;
  }

  #w-node-_9fac0313-1149-1f3e-6737-b299bfec3101-51e627e8 {
    justify-self: end;
  }

  #w-node-_9fac0313-1149-1f3e-6737-b299bfec3102-51e627e8 {
    justify-self: start;
  }

  #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8eb-0581102e, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8fe-0581102e {
    justify-self: center;
  }
}


