: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;
  --natural_yellow-1: #ff7a00;
  --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;
}

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

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

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

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

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

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

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

@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.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.tm-0px {
  margin-top: 0;
}

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

.paragraph-light-inside.bm-0px {
  margin-bottom: 0;
}

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

.footer-wrap.hide {
  display: none;
}

.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/hero-update-12072025.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: 20px;
  font-style: normal;
  font-weight: 500;
  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;
}

.motto-wrap-inside.center-align {
  text-align: center;
}

.motto-wrap-inside.center-align.padding-aw {
  margin-bottom: 0;
  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;
}

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

.boldtext.left.smbtext {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
}

.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.headerdetails-smb {
  color: var(--footergrey);
  font-size: 22px;
  font-weight: 700;
  line-height: 48px;
}

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

.bold-text.headerdetails-smb-copy {
  color: var(--footergrey);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.bold-text.headerdetails-smb-copy.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: 60%;
}

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

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

.customerlogos.col-2_log-1, .customerlogos.col2_log2, .customerlogos.col2_log3 {
  width: 60%;
}

.customerlogos.col2_log3 {
  width: 75%;
}

.customerlogos.col2_log4 {
  width: 50%;
}

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

.sidebar-form.hide {
  display: none;
}

.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: 88%;
  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-intro.centeralign-landing.bm-10px {
  margin-bottom: 10px;
}

.lp-heading-intro.centeralign-landing.bm-10px.font-44px {
  font-size: 44px;
  line-height: 1.2;
}

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

.slider-lp-del.hide {
  display: none;
}

.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;
  cursor: auto;
  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, .button-lp-call-us.cc-contact-us.orange.txt-center.landing-chat {
  margin-top: 0;
}

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

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

.button-lp-call-us.cc-contact-us.orange.center.hide {
  display: none;
}

.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.hide {
  display: none;
}

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

.button-lp-call-us.cc-contact-us.orange.sapce-edit-copy.lponly, .button-lp-call-us.cc-contact-us.orange.sapce-edit-copy.lponly-copy, .button-lp-call-us.cc-contact-us.orange.sapce-edit-copy.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-form {
  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-form.txt-center {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 240px;
}

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

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

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

.button-lp-call-us.cc-contact-us.orange-form.sapce-edit.lponly, .button-lp-call-us.cc-contact-us.orange-form.sapce-edit.lponly-copy, .button-lp-call-us.cc-contact-us.orange-form.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-form.sapce-edit-copy {
  margin-top: 10px;
}

.button-lp-call-us.cc-contact-us.orange-form.sapce-edit-copy.lponly, .button-lp-call-us.cc-contact-us.orange-form.sapce-edit-copy.lponly-copy, .button-lp-call-us.cc-contact-us.orange-form.sapce-edit-copy.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-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;
}

.button-lp-call-us.cc-contact-us-form {
  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-form:hover {
  color: var(--black);
}

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

.button-lp-call-us.cc-contact-us-form.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-form.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-form.orange.txt-center {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 240px;
}

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

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

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

.button-lp-call-us.cc-contact-us-form.orange.sapce-edit.lponly, .button-lp-call-us.cc-contact-us-form.orange.sapce-edit.lponly-copy, .button-lp-call-us.cc-contact-us-form.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-form.orange.sapce-edit-copy {
  margin-top: 10px;
}

.button-lp-call-us.cc-contact-us-form.orange.sapce-edit-copy.lponly, .button-lp-call-us.cc-contact-us-form.orange.sapce-edit-copy.lponly-copy, .button-lp-call-us.cc-contact-us-form.orange.sapce-edit-copy.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-form.orange-form {
  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-form.orange-form.txt-center {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 240px;
}

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

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

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

.button-lp-call-us.cc-contact-us-form.orange-form.sapce-edit.lponly, .button-lp-call-us.cc-contact-us-form.orange-form.sapce-edit.lponly-copy, .button-lp-call-us.cc-contact-us-form.orange-form.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-form.orange-form.sapce-edit-copy {
  margin-top: 10px;
}

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

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

.smb-head.space {
  margin-bottom: 32px;
}

.smb-head.space.sml {
  font-size: 36px;
}

.smb-head.sml {
  font-size: 38px;
  line-height: 1.16;
}

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

.icons.space {
  padding-bottom: 100px;
}

.icons.hide {
  display: none;
}

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

.services-block.in.center {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.services-block.in.hide {
  display: none;
}

.services-block.in.flex-center, .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%;
}

.div-logo-block.hide {
  display: none;
}

.link-block-trust {
  width: 30%;
  height: auto;
  min-height: 120px;
  position: static;
  inset: 0%;
}

.link-block-trust.hero {
  width: 35%;
  min-height: 100px;
}

.link-block-bbb {
  width: 30%;
  height: auto;
  min-height: 120px;
}

.link-block-bbb.hero {
  width: 25%;
}

.link-block-msp {
  width: 40%;
  height: auto;
  min-height: 120px;
  position: static;
  inset: 0%;
}

.link-block-msp.hero {
  width: 40%;
}

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

.button-lp-call-us-form {
  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-form:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.button-lp-call-us-form.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-form.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

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

.button-lp-call-us-form.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-form.cc-contact-us:hover {
  color: var(--black);
}

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

.button-lp-call-us-form.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-form.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-form.cc-contact-us.orange.txt-center {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 240px;
}

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

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

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

.button-lp-call-us-form.cc-contact-us.orange.sapce-edit.lponly, .button-lp-call-us-form.cc-contact-us.orange.sapce-edit.lponly-copy, .button-lp-call-us-form.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-form.cc-contact-us.orange.sapce-edit-copy {
  margin-top: 10px;
}

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

.button-lp-call-us-form.cc-contact-us.orange-form {
  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-form.cc-contact-us.orange-form.txt-center {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 240px;
}

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

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

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

.button-lp-call-us-form.cc-contact-us.orange-form.sapce-edit.lponly, .button-lp-call-us-form.cc-contact-us.orange-form.sapce-edit.lponly-copy, .button-lp-call-us-form.cc-contact-us.orange-form.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-form.cc-contact-us.orange-form.sapce-edit-copy {
  margin-top: 10px;
}

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

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

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

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

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

.button-lp-call-us-form.cc-contact-us-form {
  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-form.cc-contact-us-form:hover {
  color: var(--black);
}

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

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

.button-lp-call-us-form.cc-contact-us-form.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-form.cc-contact-us-form.orange.txt-center {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 240px;
}

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

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

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

.button-lp-call-us-form.cc-contact-us-form.orange.sapce-edit.lponly, .button-lp-call-us-form.cc-contact-us-form.orange.sapce-edit.lponly-copy, .button-lp-call-us-form.cc-contact-us-form.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-form.cc-contact-us-form.orange.sapce-edit-copy {
  margin-top: 10px;
}

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

.button-lp-call-us-form.cc-contact-us-form.orange-form {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--yellow);
  color: #000;
  object-fit: fill;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  display: flex;
}

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

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

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

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

.button-lp-call-us-form.cc-contact-us-form.orange-form.sapce-edit.lponly, .button-lp-call-us-form.cc-contact-us-form.orange-form.sapce-edit.lponly-copy, .button-lp-call-us-form.cc-contact-us-form.orange-form.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-form.cc-contact-us-form.orange-form.sapce-edit-copy {
  margin-top: 10px;
}

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

.button-lp-call-us-form.cc-contact-us-form.orange-form.form {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 234px;
  margin-left: 0;
  font-weight: 500;
}

.smb-head-sub {
  color: var(--dim-grey);
  letter-spacing: -.26px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.smb-head-sub.center {
  text-align: center;
}

.smb-head-sub.lh-1-2 {
  line-height: 1.2;
}

.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 {
  text-align: left;
  align-self: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.intro-header-smb {
  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 0;
  display: flex;
  position: relative;
}

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

.intro-header-smb.hero-issb {
  background-image: url('../images/image-247-3.jpg');
  background-position: 50% 100%;
}

.services-wrapper-smb {
  padding: 0;
  position: relative;
}

.services-wrapper-smb.hide {
  display: none;
}

.smbintro {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}

.navigation-smb {
  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-smb.lpcompact {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navigation-smb.smb-lp {
  box-shadow: 0 0 40px #0003;
}

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

.menu-smb.hide {
  display: none;
}

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

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

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

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

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

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

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

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

.navigation-item-last-smb.btn {
  background-color: var(--yellow);
  opacity: 100;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
}

.navigation-item-last-smb.btn:hover {
  color: var(--black);
}

.navigation-item-last-smb.btn.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

.section-10 {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

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

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

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

.buttoncallonline-2.pop {
  float: left;
  text-align: center;
  letter-spacing: .5px;
  background-color: #ff49003d;
  border: 1px solid #f50;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 178px;
  margin-top: 40px;
  margin-left: 16px;
  font-size: 18px;
  display: block;
}

.buttoncallonline-2.pop.nopadding {
  margin-left: 0;
}

.buttoncallonline-2.pop.nopadding.yellow {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}

.buttoncallonline-2.pop-inside {
  float: left;
  color: #ff4900;
  text-align: center;
  letter-spacing: .5px;
  background-color: #ff490000;
  border: 1px solid #f50;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 172px;
  margin-top: 20px;
  margin-left: 0;
  display: block;
}

.img-logo-hero-s {
  margin-top: 6px;
}

.img-logo-hero-s.trust {
  width: 20%;
}

.img-logo-hero-s.trust-pilot {
  opacity: .7;
}

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

.container-inside-2.mw-1320px {
  max-width: 1320px;
}

.partner-logos {
  background-image: url('../images/bgShade.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 165px;
  flex-flow: column;
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 126px;
  display: flex;
  position: absolute;
}

.partner-logos.bgonly {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  position: absolute;
}

.partner-logos.bgonly.mobile {
  display: none;
}

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

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

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

.buttoncall-2.pop {
  float: left;
  text-align: center;
  letter-spacing: .5px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 298px;
  height: auto;
  margin-top: 40px;
  font-size: 18px;
  display: block;
}

.buttoncall-2.pop-inside {
  float: left;
  text-align: center;
  letter-spacing: .5px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 264px;
  height: auto;
  margin-top: 20px;
  display: block;
}

.badges {
  width: 520px;
  margin: 34px auto 10px 0;
  display: none;
}

.image-35 {
  align-self: center;
}

.image-35.logospatner {
  height: 48px;
  display: none;
}

.whitenew {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: -.01em;
  text-shadow: 0 2px 2px #0006;
  justify-content: center;
  width: 75%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.whitenew.space {
  width: 58%;
  margin-top: 0;
  font-size: 22px;
  line-height: 1.38;
}

._1140container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 40px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._1140container._1320 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1320px;
}

.img-logo-hero {
  margin-right: 10px;
}

.img-logo-hero.img-bb {
  opacity: .7;
  width: 120px;
}

.intro-content-2-1 {
  clear: none;
  text-align: left;
  flex: none;
  order: 0;
  align-self: flex-start;
  width: auto;
  max-width: 1320px;
  margin: 60px auto 0;
  padding-bottom: 0;
  line-height: 28;
  display: block;
}

.orangetext-2 {
  color: #ff4900;
  margin-top: 10px;
  margin-bottom: 10px;
}

.orangetext-2.bigger {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 100px;
}

.orangetext-2.bigger.inter {
  letter-spacing: -.01em;
  text-shadow: 0 1px 2px #0000009e;
  height: 1px;
  font-weight: 700;
  line-height: 1.56;
}

.orangetext-2.bigger.smal {
  color: var(--yellow-3);
  letter-spacing: -.4px;
  font-size: 48px;
}

.intro-header-inside-infra-3 {
  color: #fff;
  text-align: left;
  background-color: #1c1c1c;
  background-image: url('../images/hero-inside-ISM2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  height: 460px;
  margin-bottom: 0;
  display: flex;
}

.intro-header-inside-infra-3.lin {
  background-image: url('../images/hero-B2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 4px #ff4900;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: 538px;
}

.text-block-22 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
  line-height: 1px;
}

.bggrey-3 {
  background-color: #0000000d;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #ccbda7;
}

.bggrey-3.hide {
  display: none;
}

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

.clients-content-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 40px;
}

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

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

.paragraph-light-inside-2 {
  opacity: .6;
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.54;
}

.paragraph-light-inside-2.paragraph-bigger {
  opacity: .65;
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.46;
}

.paragraph-light-inside-2.paragraph-bigger.space {
  margin-bottom: 40px;
  font-size: 18px;
}

.paragraph-light-inside-2.paragraph-bigger.center {
  text-align: center;
}

.paragraph-light-inside-2.paragraph-bigger.b-padding-0px {
  margin-bottom: 0;
}

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

.section-11 {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

.motto-wrap-inside-2 {
  color: #ff4900;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 20px;
  font-size: 22px;
  line-height: 32px;
}

.motto-wrap-inside-2.ms365motto {
  margin-bottom: 20px;
  padding-top: 0;
}

.motto-wrap-inside-2.ms365motto.addspace {
  padding-top: 16px;
}

.motto-wrap-inside-2.ms365motto.addspace.lp {
  text-align: center;
  font-size: 22px;
  line-height: 1.46;
}

.motto-wrap-inside-2.ms365motto.addspace.lp.yellow {
  color: var(--yellow-3);
}

.motto-wrap-inside-2.ms365motto.addspace.lp.yellow.l-align {
  text-align: left;
}

.lp-intro.padd {
  padding-top: 60px;
}

.lp-intro.padd._20padd {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.tileheads-2 {
  opacity: 1;
  color: #000;
  letter-spacing: -.25px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

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

.section-12 {
  color: #000;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-12.hide {
  display: none;
}

.div-block-36 {
  border: 1px solid #d9d9d9;
  border-bottom-color: #ff4900;
  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 6px 10px #0000001a;
}

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

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

.button-7:hover {
  color: #000;
  background-color: #ff4900;
}

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

.image-36 {
  height: 40px;
}

.casestiletext-4 {
  opacity: .6;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.54;
}

.boldtext-2 {
  opacity: 1;
  color: #666;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
}

.txt_close-2 {
  color: #8c8c8c;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #8c8c8c;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  font-weight: 300;
}

.txt-getintouch {
  color: #ff4900;
  text-align: center;
  border-top: 1px #8c8c8c;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 20px;
  line-height: 1.4;
}

.orangehead {
  color: #ff4900;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  font-size: 24px;
  line-height: 34px;
}

.div-content-block {
  padding: 3rem 5.5rem;
  box-shadow: 0 10px 20px #0006;
}

.div-popup-modal {
  background-color: #fff;
  border-radius: .75rem;
  width: 100%;
  max-width: 60rem;
  min-height: 300px;
  margin: auto;
  position: relative;
}

.popup {
  z-index: 9998;
  background-color: #29282866;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.bold-text-11 {
  color: #000;
}

.bold-text-11.headerdetails {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.54;
}

.div-getintouch-cta-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-getintouch-block {
  border-top: 1px solid #8c8c8c;
  padding-top: 32px;
}

.modal-close-block {
  z-index: 5;
  float: right;
  background-color: #f5efef00;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 2.5rem;
  margin-right: 2rem;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0% 0% auto auto;
}

.boldtext-3 {
  opacity: 1;
  color: #666;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
}

.popup-2 {
  z-index: 9998;
  background-color: #29282866;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.bold-text-12 {
  color: #000;
}

.bold-text-12.headerdetails {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.54;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.boldtext-4 {
  opacity: 1;
  color: #666;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
}

.popup-3 {
  z-index: 9998;
  background-color: #29282866;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.bold-text-13 {
  color: #000;
}

.bold-text-13.headerdetails {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.54;
}

.boldtext-5 {
  opacity: 1;
  color: #666;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
}

.popup-4 {
  z-index: 9998;
  background-color: #29282866;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.bold-text-14 {
  color: #000;
}

.bold-text-14.headerdetails {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.54;
}

.boldtext-6 {
  opacity: 1;
  color: #666;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
}

.popup-5 {
  z-index: 9998;
  background-color: #29282866;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.bold-text-15 {
  color: #000;
}

.bold-text-15.headerdetails {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.54;
}

.intro-logo-block {
  margin-top: 38px;
}

.intro-logos {
  width: 50%;
}

.div-logo-block-l2 {
  width: 40%;
  min-height: 15%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block-bbb-2 {
  width: 28%;
  height: auto;
  min-height: 120px;
}

.link-block-msp-2 {
  width: 40%;
  height: auto;
  min-height: 120px;
}

.link-block-trust-2 {
  width: 30%;
  height: auto;
  min-height: 120px;
}

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

.formsmb.popup-overlay, .formsmb.popup-overlay-01 {
  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;
}

.field-display {
  display: none;
}

.smb-header-01 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.28;
}

.smb-para {
  text-align: left;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.5;
}

.smb-para.bm-0px {
  margin-bottom: 20px;
}

.smb-header-03 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.28;
}

.txt-bold, .txt-bold-2 {
  font-weight: 500;
}

.list-ppc {
  margin-top: 0;
  margin-bottom: 40px;
}

.item-list-ppc {
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
}

.heading-list-items-ppc {
  font-weight: 500;
}

.div-call {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

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

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

.link-call {
  opacity: .6;
  color: var(--black);
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

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

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 5px #00000008;
}

.accordion-item.faq {
  box-shadow: none;
  background-color: #f2f2f500;
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-item-trigger.faq {
  background-color: #f2f2f5;
  border-radius: 10px;
  padding: 20px 30px;
  font-family: Inter, sans-serif;
}

.accordion-heading {
  text-align: left;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.icon-7.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  text-align: left;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-content.faq {
  margin-top: 20px;
  margin-right: 0;
  padding: 0 30px;
}

.list-faq {
  opacity: .6;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
  line-height: 16px;
}

.landing_cta-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.cta_secondary {
  float: left;
  border: 2px solid var(--yellow);
  background-color: var(--back-white);
  color: var(--yellow);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  margin-top: 0;
  margin-left: 20px;
  padding: 16px 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
}

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

.cta_primary {
  float: left;
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  margin-top: 0;
  margin-left: 0;
  padding: 16px 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
}

.cta_primary:hover {
  background-color: var(--yellow);
  color: var(--black);
  border-style: solid;
}

.cta_primary.tm-10px {
  margin-top: 10px;
}

.cta_primary.tm-10px.align-center {
  margin-left: auto;
  margin-right: auto;
}

.temp-layout {
  text-align: center;
  background-image: url('../images/247LP-2025-GPT-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 4344px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lp_hero-section {
  background-color: #edf2f9;
  background-image: url('../images/Hero_image_lpv4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lp_container-medium {
  width: 98%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.lp_hero-content-wrapper {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 70px;
}

.lp_h1-heading {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.28;
}

.lp_h1-heading.hide {
  display: none;
}

.lp_h1-subheading {
  font-size: 46px;
  line-height: 46px;
}

.lp_txt-hero-tagline {
  color: var(--black);
  letter-spacing: -.4px;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.lp_hero-feature-block {
  margin-top: 34px;
}

.lp_h4-heading {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.lp_h4-heading.features {
  color: var(--dim-grey);
  font-size: 28px;
  line-height: 1.2;
}

.lp_h4-heading.offer {
  color: var(--black);
  text-align: center;
  letter-spacing: -.28px;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.28;
}

.lp_h4-heading.offer-2 {
  background-color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.lp_hero-list-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 30px;
  display: flex;
}

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

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

.lp_hero-list-item {
  color: var(--dim-grey);
  text-align: left;
  background-image: url('../images/icon-tick.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.lp_cta-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 46px;
  display: flex;
}

.lp_button-primary {
  background-color: var(--natural_yellow-1);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 170px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.lp_button-primary:hover {
  color: var(--white);
}

.lp_button-primary.cta-nav {
  min-width: 134px;
  margin-left: 10px;
  padding: 4px 0;
  font-size: 16px;
}

.lp_button-primary.support {
  color: var(--black);
}

.lp_button-secondary {
  color: var(--natural_yellow-1);
  background-color: #f68d2e00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 170px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: underline;
  display: flex;
}

.lp_button-secondary:hover {
  border: 2px none var(--natural_yellow-1);
  background-color: var(--natural_yellow-1);
  color: var(--white);
}

.lp_button-secondary.support:hover {
  color: var(--black);
}

.lp_section.offer {
  position: relative;
}

.lp_section.testimonials {
  background-color: #f2f2f5;
}

.lp_section.ratings {
  box-shadow: 0 10px 20px #00000024;
}

.lp_section.background-black {
  background-color: var(--black);
}

.lp_badges-wrapper {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.badgest_left-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.lp_image-badge {
  width: 130px;
}

.lp_image-badge.hide {
  display: none;
}

.lp_image-badge.relative {
  width: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.lp_image-badge.mt-5px {
  margin-top: 5px;
}

.lp_image-badge.ms {
  width: 150px;
}

.lp_txt-badges {
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.lp_tech-feature-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tech-feature_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.lp_txt-tech-feature {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.image_icon-tech-feature {
  width: 46px;
  height: auto;
  margin-top: 6px;
  margin-bottom: 0;
}

.lp_line {
  background-color: var(--tan);
  width: 100%;
  height: 1px;
}

.lp_offer-wrapper {
  padding-top: 80px;
  padding-bottom: 0;
}

.lp_offer-header-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.lp_h2-heading {
  color: var(--black);
  text-align: center;
  letter-spacing: -.28px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.28;
}

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

.lp_paragraph-medium {
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 1.28;
}

.lp_paragraph-medium.faq {
  text-align: left;
  padding-top: 0;
  padding-bottom: 20px;
}

.lp_paragraph-medium.widthadjust {
  align-self: center;
  width: 80%;
  padding-top: 28px;
}

.lp_offer-content-block {
  background-color: #0000;
  margin-top: 74px;
  position: relative;
}

.lp_offer-content {
  border: 1px solid var(--grey);
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 20px;
  padding: 74px 64px;
}

.lp_offer-title {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -14px 0% auto;
}

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

.offer_box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.offer_txt-title {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.offer_paragraph {
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.46;
}

.offer_gray-stripe {
  z-index: -1;
  background-color: #f2f2f5;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.lp_testimonial-wrapper {
  padding-top: 68px;
  padding-bottom: 50px;
}

.lp_testimonial-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 50px;
  display: flex;
}

.testimonial_box {
  width: 100%;
}

.testimonial_txt-paragraph {
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 1.34;
}

.testimonial_txt-quote {
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}

.testimonial_txt-name {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.testimonial_txt-company {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial_client-block {
  margin-top: 30px;
}

.lp_testimonial-logo-block {
  filter: grayscale();
  margin-top: 86px;
}

.carousel {
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.carousel.hide {
  display: none;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  background-color: #0000;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  transform: perspective(1px);
}

.logo-carousel {
  grid-column-gap: 1rem;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  width: 200px;
  padding: 0 1.5rem;
}

.logo-link-2 {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.lp_carousel-test {
  background-color: #0000;
  width: 100%;
  height: 100px;
  margin: 28px auto 20px;
  display: block;
}

.lp_carousel-test.hide {
  display: none;
}

.lp_logo-columns {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lp_h2-subheading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.12;
}

.lp_faq-wrapper {
  padding-top: 60px;
  padding-bottom: 50px;
}

.lp_faq-block {
  margin-top: 46px;
  padding-bottom: 0;
}

.lp_txt-faq-title {
  color: var(--black);
  text-align: left;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.28;
}

.lp_badge-links {
  width: 100%;
  min-height: 0%;
  margin-left: 0;
  margin-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.lp_badge-links.hide {
  display: none;
}

.lp_support-banner-wrapper {
  padding-top: 60px;
  padding-bottom: 70px;
}

.lp_banner-cta-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.badge_box {
  width: auto;
}

.badge_box.ms {
  width: 30%;
}

.badge_box.bbb {
  width: 25%;
}

.lp_badge-link-block.bbb {
  width: auto;
}

.div-logo-block-home {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  min-height: 17%;
  margin-left: auto;
  margin-right: 8%;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-logo-block-home.hide {
  display: none;
}

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

.txt-copyright {
  opacity: .6;
  color: var(--gainsboro);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 14px;
  line-height: 18px;
}

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

.section-13 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-1143 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1260px;
  padding-top: 40px;
  display: block;
}

.body-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  line-height: 1.45;
  display: block;
}

.heading-11 {
  letter-spacing: -.02em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.heading-12 {
  letter-spacing: -.01em;
  flex-flow: column;
  align-self: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.image-37 {
  width: 156px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-7 {
  color: var(--dim-grey);
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.form-2 {
  text-align: left;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-label {
  letter-spacing: normal;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.checkbox-field {
  width: auto;
  font-size: 16px;
}

.container-1144 {
  background-color: #cecece;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.button-8 {
  background-color: var(--yellow);
  color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  text-decoration-color: #323232;
  display: flex;
  box-shadow: 0 10px 12px #0003;
}

.paragraph-7-cccc {
  color: var(--dim-grey);
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.bomgar-form {
  width: 50%;
  max-width: 450px;
  margin: 20px auto 0;
  padding-bottom: 40px;
}

.formtext {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.checkbox-field-2 {
  padding-top: 14px;
}

.text-field-2 {
  margin-bottom: 24px;
}

.formstyle {
  background-color: #e9e9e9;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 28px 26px 48px;
}

.paragraph-8 {
  color: var(--dim-grey);
  margin-top: 40px;
}

.code_embed.tp {
  width: 30%;
}

.tp_box {
  position: relative;
}

.tp_link-block {
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .customerlogos.col-2_log-1, .customerlogos.col2_log2, .customerlogos.col2_log3 {
    width: 50%;
  }

  .div-logo-block {
    width: 45%;
    margin-right: 15%;
  }

  .link-block-trust {
    width: 30%;
  }

  .link-block-msp {
    width: 50%;
  }

  .div-logo-block-l2 {
    width: 45%;
    margin-right: auto;
  }

  .link-block-bbb-2 {
    width: 25%;
  }

  .link-block-msp-2 {
    width: 35%;
  }

  .link-block-trust-2 {
    width: 30%;
  }

  .lp_badge-links {
    width: 100%;
    margin-right: 0%;
  }

  .div-logo-block-home {
    width: 50%;
    margin-right: 15%;
  }
}

@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%;
  }

  .lp_container-medium {
    width: 100%;
  }

  .badgest_left-block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .lp_badge-links {
    width: 100%;
    margin-right: 0%;
  }

  .div-logo-block-home {
    width: 50%;
    margin-right: 22%;
  }
}

@media screen and (min-width: 1920px) {
  .div-logo-block {
    width: 30%;
    margin-right: 26%;
  }

  .div-logo-block-l2 {
    width: 28%;
    margin-left: 15%;
    margin-right: auto;
  }

  .link-block-bbb-2 {
    width: 28%;
  }

  .link-block-msp-2 {
    width: 40%;
  }

  .lp_hero-section {
    background-image: url('../images/landing-page-hero.png');
    background-position: 50%;
    background-size: cover;
  }

  .lp_badge-links {
    width: 100%;
    margin-right: 0%;
  }

  .div-logo-block-home {
    width: 40%;
    margin-right: 27%;
  }
}

@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: url('../images/home-hero-2-2.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: 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(--orange-red);
    color: var(--white);
    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-paragraph-bigger.bold, .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;
  }

  .button-lp-call-us.cc-contact-us-form {
    float: left;
    display: inline-block;
  }

  .button-lp-call-us.cc-contact-us-form.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%;
  }

  .services-wrapper {
    padding-bottom: 0;
  }

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

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

  .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-2.greyline {
    padding: 30px;
  }

  .casestile-header-2 {
    line-height: 28px;
  }

  .text-live-agents-available {
    text-align: left;
  }

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

  .button-lp-call-us-form {
    justify-content: center;
  }

  .button-lp-call-us-form.cc-contact-us {
    float: left;
    display: inline-block;
  }

  .button-lp-call-us-form.cc-contact-us.paddingtop {
    width: 220px;
    display: block;
  }

  .button-lp-call-us-form.cc-contact-us-form {
    float: left;
    display: inline-block;
  }

  .button-lp-call-us-form.cc-contact-us-form.paddingtop {
    width: 220px;
    display: block;
  }

  .intro-content-smb.cc-homepage {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-content-smb.ms365 {
    padding-bottom: 60px;
  }

  .intro-content-smb.ms365.eureka-techsupport-2 {
    padding-bottom: 30px;
  }

  .intro-content-smb.cc-homepage-smb {
    margin-left: 0;
    margin-right: 0;
  }

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

  .intro-header-smb.hero-issb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-smb {
    width: 100%;
    padding: 25px 30px;
    box-shadow: 2px 0 10px #00000080;
  }

  .menu-smb {
    justify-content: flex-end;
    align-self: center;
    margin-left: 30px;
    margin-right: 20px;
    position: static;
  }

  .navigation-item-last-smb {
    text-align: center;
    padding: 15px 30px 15px 15px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-last-smb:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-last-smb:active {
    background-color: #eef0f3;
  }

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

  .buttoncallonline-2 {
    justify-content: center;
  }

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

  .partner-logos.bgonly.desktop {
    background-size: cover;
  }

  .partner-logos.bgonly.mobile {
    display: none;
  }

  .buttoncall-2 {
    justify-content: center;
  }

  .whitenew.space {
    font-size: 18px;
    line-height: 1.32;
  }

  ._1140container {
    padding-left: 30px;
  }

  .intro-content-2-1 {
    align-self: flex-start;
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .orangetext-2.bigger.inter {
    font-size: 38px;
    line-height: 48px;
  }

  .intro-header-inside-infra-3.lin {
    background-position: 0 0;
    flex-flow: row;
  }

  .text-block-22 {
    width: auto;
    max-width: 700px;
    margin-left: 0;
  }

  .container-1142 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-light-inside-2.paragraph-bigger {
    font-size: 16px;
    line-height: 1.32;
  }

  .motto-wrap-inside-2 {
    line-height: 32px;
  }

  .motto-wrap-inside-2.ms365motto.addspace {
    padding-top: 0;
    font-size: 22px;
    line-height: 1.32;
  }

  .tileheads-2 {
    line-height: 32px;
  }

  .div-block-36 {
    margin-bottom: 20px;
  }

  .grid-2-lp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: flex;
  }

  .txt-getintouch {
    width: 100%;
  }

  .orangehead {
    line-height: 32px;
  }

  .formsmb.popup-overlay, .formsmb.popup-overlay-01 {
    width: 95%;
    display: none;
  }

  .div-call {
    flex-flow: row;
    justify-content: center;
  }

  .accordion-item-trigger.faq {
    padding: 16px 20px 14px;
    line-height: 1;
  }

  .lp_hero-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .lp_container-medium {
    width: 94%;
  }

  .lp_hero-content-wrapper {
    text-align: center;
    width: 100%;
    font-family: Inter, sans-serif;
  }

  .lp_h1-heading {
    font-size: 34px;
    line-height: 1.32;
  }

  .lp_txt-hero-tagline {
    font-size: 18px;
  }

  .lp_h4-heading.features {
    font-size: 22px;
  }

  .lp_h4-heading.offer {
    font-size: 24px;
  }

  .lp_hero-list-block {
    justify-content: center;
    align-items: flex-start;
  }

  .lp_hero-list {
    text-align: left;
    list-style-type: none;
  }

  .lp_hero-list-item {
    font-size: 16px;
  }

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

  .lp_button-primary {
    min-width: 148px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .lp_button-secondary {
    font-size: 20px;
  }

  .lp_badges-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .badgest_right {
    margin-top: 10px;
  }

  .lp_txt-badges {
    font-size: 13px;
    line-height: 1.2;
  }

  .lp_tech-feature-wrapper {
    flex-flow: column;
  }

  .tech-feature_block {
    align-self: center;
    line-height: 28px;
  }

  .lp_txt-tech-feature {
    font-size: 20px;
  }

  .image_icon-tech-feature {
    width: 34px;
  }

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

  .lp_paragraph-medium.faq, .lp_paragraph-medium.widthadjust {
    font-size: 18px;
  }

  .lp_offer-content {
    padding: 60px 32px;
  }

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

  .offer_paragraph {
    font-size: 18px;
    line-height: 1.3;
  }

  .lp_testimonial-wrapper {
    padding-bottom: 10px;
  }

  .lp_testimonial-block {
    flex-flow: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial_txt-paragraph {
    font-size: 20px;
  }

  .lp_carousel-test {
    display: none;
  }

  .lp_h2-subheading {
    font-size: 34px;
    line-height: 1.32;
  }

  .lp_txt-faq-title {
    font-size: 22px;
  }

  .div-logo-block-home {
    display: none;
  }

  .txt-copyright {
    padding-left: 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, .bold-text.headerdetails-smb.cloudmgt-365txt, .bold-text.headerdetails-smb-copy.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 {
    background-color: var(--yellow-3);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-17 {
    background-color: var(--yellow-3);
    color: var(--white);
    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-intro.centeralign-landing.bm-10px.font-44px {
    font-size: 38px;
  }

  .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, .button-lp-call-us.cc-contact-us-form {
    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;
  }

  .services-wrapper.faq {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .casestile-2.greyline {
    padding: 35px;
  }

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

  .button-lp-call-us-form.cc-contact-us, .button-lp-call-us-form.cc-contact-us-form {
    float: left;
  }

  .intro-content-smb {
    width: 84%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .intro-content-smb.ms365.eureka-techsupport-2 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .intro-header-smb.hero-issb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-wrapper-smb {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navigation-smb {
    padding: 20px 30px;
  }

  .navigation-item-last-smb {
    padding-left: 20px;
  }

  .container-smb {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-10.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .buttoncallonline-2.pop {
    float: none;
    width: 274px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .img-logo-hero-s {
    flex: 0 auto;
    align-self: auto;
  }

  .container-inside-2 {
    text-align: center;
  }

  .partner-logos.bgonly {
    align-self: auto;
    display: flex;
    position: static;
  }

  .partner-logos.bgonly.desktop {
    background-size: cover;
  }

  .partner-logos.bgonly.mobile {
    display: none;
  }

  .buttoncall-2.pop {
    float: none;
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .whitenew.space {
    text-align: center;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }

  ._1140container {
    text-align: center;
    flex-flow: row;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .intro-content-2-1 {
    text-align: center;
    width: 100%;
    margin: 0 0 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .orangetext-2.bigger.inter {
    font-size: 38px;
  }

  .intro-header-inside-infra-3.lin {
    flex-flow: column;
    padding-top: 60px;
  }

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

  .container-1142 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-light-inside-2 {
    font-size: 18px;
    line-height: 1.46;
  }

  .paragraph-light-inside-2.paragraph-bigger {
    text-align: left;
    margin-bottom: 0;
  }

  .paragraph-light-inside-2.paragraph-bigger.space {
    text-align: left;
    line-height: 1.46;
  }

  .section-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-11.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .motto-wrap-inside-2.ms365motto.addspace.lp {
    text-align: left;
    font-size: 18px;
  }

  .tileheads-2 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .section-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-36 {
    margin-bottom: 20px;
    padding: 35px;
  }

  .grid-2-lp {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-getintouch-cta-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .intro-logos {
    width: 50%;
  }

  .txt-call.paragraph-bigger, .link-call.paragraph-bigger {
    text-align: left;
    margin-bottom: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

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

  .cta_secondary {
    margin-top: 20px;
    margin-left: 0;
  }

  .cta_primary {
    margin-top: 0;
    margin-left: 0;
  }

  .lp_hero-content-wrapper {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lp_hero-heading-block {
    text-align: center;
  }

  .lp_h1-heading {
    text-align: left;
    font-size: 40px;
  }

  .lp_txt-hero-tagline, .lp_h4-heading.features {
    text-align: left;
  }

  .lp_hero-list-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .lp_cta-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .tech-feature_block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 0;
  }

  .image_icon-tech-feature {
    width: 44px;
  }

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

  .lp_testimonial-header-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-carousel-item {
    width: 150px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_main-heading-block {
    text-align: left;
  }

  .lp_h2-subheading {
    text-align: left;
    font-size: 40px;
  }

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

@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: url('../images/home-hero-2-2.jpg');
    background-position: 0%;
    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-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, .bold-text.headerdetails-smb.cloudmgt-365txt, .bold-text.headerdetails-smb-copy.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(--white);
    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;
  }

  .button-lp-call-us.cc-contact-us-form {
    float: none;
    margin-top: 30px;
    font-size: 14px;
    display: block;
  }

  .button-lp-call-us.cc-contact-us-form.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;
  }

  .casestile-2.greyline {
    padding: 35px;
  }

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

  .button-lp-call-us-form.cc-jumbo-button.cc-jumbo-white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-lp-call-us-form.cc-contact-us {
    float: none;
    margin-top: 30px;
    font-size: 14px;
    display: block;
  }

  .button-lp-call-us-form.cc-contact-us.paddingtop {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .button-lp-call-us-form.cc-contact-us-form {
    float: none;
    margin-top: 30px;
    font-size: 14px;
    display: block;
  }

  .button-lp-call-us-form.cc-contact-us-form.paddingtop {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: static;
  }

  .intro-content-smb {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
  }

  .intro-content-smb.cc-homepage {
    text-align: center;
    align-self: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-content-smb.ms365 {
    padding-top: 0;
  }

  .intro-content-smb.cc-homepage-smb {
    text-align: center;
    align-self: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .intro-header-smb.hero-issb {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-smb {
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 4px 6px #0003;
  }

  .menu-smb {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-item-last-smb {
    border: 1px #000;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .container-smb {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .section-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-10.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .buttoncallonline-2.pop {
    justify-content: center;
    align-items: center;
    width: 290px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .img-logo-hero-s {
    width: auto;
  }

  .container-inside-2 {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .partner-logos.bgonly.desktop {
    background-position: 0 0;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .partner-logos.bgonly.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .buttoncall-2.pop {
    border: 1px solid #f50;
    justify-content: center;
    align-items: center;
    width: 290px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .buttoncall-2.pop-inside {
    width: 264px;
  }

  .whitenew.space {
    text-align: center;
    align-self: center;
    width: 100%;
    margin-top: 12px;
    line-height: 1.4;
  }

  ._1140container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    padding: 6px 20px;
    display: flex;
  }

  ._1140container.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .img-logo-hero {
    width: 120px;
    margin-right: 0;
  }

  .intro-content-2-1 {
    text-align: center;
    flex-flow: column;
    align-self: center;
    width: 100%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .orangetext-2.bigger.inter {
    width: 100%;
    height: auto;
    font-weight: 600;
    line-height: 1.28;
  }

  .intro-header-inside-infra-3 {
    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-3.lin {
    background-image: none;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .text-block-22 {
    text-align: center;
    width: 100%;
  }

  .container-1142 {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-content-3 {
    padding: 60px 20px 20px;
  }

  .paragraph-light-inside-2 {
    font-size: 18px;
    line-height: 1.4;
  }

  .paragraph-light-inside-2.paragraph-bigger {
    text-align: left;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1.54;
  }

  .paragraph-light-inside-2.paragraph-bigger.space {
    text-align: left;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 1.48;
  }

  .slider-2 {
    margin-bottom: 0;
  }

  .section-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-11.cc-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .motto-wrap-inside-2 {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 32px;
  }

  .motto-wrap-inside-2.ms365motto {
    padding-left: 0;
    padding-right: 0;
  }

  .motto-wrap-inside-2.ms365motto.addspace.lp {
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 38px;
    font-size: 20px;
    line-height: 1.48;
  }

  .lp-intro.padd._20padd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tileheads-2 {
    padding-top: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.48;
  }

  .section-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-36 {
    text-align: left;
    margin-bottom: 20px;
    padding: 35px;
  }

  .grid-2-lp {
    margin: 20px 20px 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .casestiletext-4 {
    font-size: 17px;
    line-height: 1.4;
  }

  .boldtext-2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .orangehead {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 32px;
  }

  .div-content-block {
    padding-top: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .modal-close-block {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .boldtext-3, .boldtext-4, .boldtext-5, .boldtext-6 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-logos {
    width: 100%;
  }

  .formsmb.popup-overlay, .formsmb.popup-overlay-01 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .txt-call.paragraph-bigger, .link-call.paragraph-bigger {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .landing_cta-block {
    justify-content: center;
    align-items: center;
  }

  .lp_h1-heading {
    text-align: left;
    line-height: 1.2;
  }

  .lp_txt-hero-tagline {
    text-align: left;
  }

  .lp_h4-heading.features {
    text-align: left;
    font-size: 20px;
  }

  .lp_h4-heading.offer {
    font-size: 22px;
  }

  .lp_h4-heading.offer-2 {
    font-size: 24px;
  }

  .lp_hero-list-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lp_cta-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lp_button-primary {
    min-width: 172px;
  }

  .lp_button-secondary {
    justify-content: center;
    align-items: flex-start;
    min-width: 172px;
  }

  .lp_badges-wrapper {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .badgest_left-block {
    flex-flow: column;
  }

  .badgest_right {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
  }

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

  .lp_tech-feature-wrapper {
    text-align: center;
    justify-content: flex-start;
    padding: 20px 40px 40px;
  }

  .tech-feature_block {
    flex-flow: column;
    margin-top: 20px;
  }

  .lp_txt-tech-feature {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.1;
  }

  .image_icon-tech-feature {
    width: 44px;
    margin-top: 0;
  }

  .lp_h2-heading {
    line-height: 1.16;
  }

  .lp_paragraph-medium.widthadjust {
    width: 86%;
  }

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

  .lp_h2-subheading {
    text-align: left;
    line-height: 1.2;
  }

  .lp_banner-cta-block {
    flex-flow: column;
  }

  .txt-copyright {
    padding-left: 20px;
  }
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb79-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7a-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7b-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7c-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7e-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7f-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb80-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb81-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb82-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb83-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb87-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb89-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8a-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8b-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8c-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8e-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb8f-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb90-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb91-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcba4-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcba5-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcba7-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbab-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbac-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbad-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbae-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb2-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb4-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb5-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb6-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb7-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb9-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbba-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbbb-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbbc-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-edafcbe3-d9d9-cbca-8e0b-6b94c1550574-398ff0dc {
  align-self: stretch;
}

#w-node-edafcbe3-d9d9-cbca-8e0b-6b94c155057f-398ff0dc {
  place-self: stretch stretch;
}

#w-node-edafcbe3-d9d9-cbca-8e0b-6b94c155058a-398ff0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#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-f2c82061-1a70-4ecb-7bec-1550c503b8c4-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c5-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c6-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c7-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c8-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8d1-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8d9-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8e1-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8ea-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8eb-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8ec-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8f5-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8fd-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8fe-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8ff-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b907-fa8ff0e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-308ff0e3, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-308ff0e3, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-308ff0e3, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-308ff0e3, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-308ff0e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-308ff0e3, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-308ff0e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-308ff0e3, #w-node-_70011749-0142-801a-b535-72d2c015a3da-308ff0e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-308ff0e3, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-308ff0e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-308ff0e3 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-308ff0e3 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-308ff0e3 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-308ff0e3 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-308ff0e3 {
  grid-area: Area-6;
}

#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-b0fafd16-5aed-490d-5818-43074941b9ee-558ff0e8 {
  justify-self: auto;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-9c8ff0ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_606abe9f-327b-039e-63fd-1affe9a80aca-e9a80aba {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_606abe9f-327b-039e-63fd-1affe9a80acc-e9a80aba {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_606abe9f-327b-039e-63fd-1affe9a80ace-e9a80aba {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_606abe9f-327b-039e-63fd-1affe9a80b21-e9a80aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_606abe9f-327b-039e-63fd-1affe9a80b23-e9a80aba {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-_606abe9f-327b-039e-63fd-1affe9a80b2a-e9a80aba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_606abe9f-327b-039e-63fd-1affe9a80b31-e9a80aba {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_606abe9f-327b-039e-63fd-1affe9a80b32-e9a80aba {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_606abe9f-327b-039e-63fd-1affe9a80b52-e9a80aba {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-bf9d3fa9-a0f7-beea-4a00-ec7c7c515f39-808ff0f7, #w-node-bd83480e-4f85-b229-6b2b-3117ad10f849-808ff0f7, #w-node-_64e8cb46-83db-af6c-4ddb-7ee8b668879c-808ff0f7, #w-node-_9175262f-f0dc-175c-4cc6-022c9a037456-808ff0f7, #w-node-bf9d3fa9-a0f7-beea-4a00-ec7c7c515f39-ff8ff0f8, #w-node-bd83480e-4f85-b229-6b2b-3117ad10f849-ff8ff0f8, #w-node-_64e8cb46-83db-af6c-4ddb-7ee8b668879c-ff8ff0f8, #w-node-_9175262f-f0dc-175c-4cc6-022c9a037456-ff8ff0f8 {
  place-self: center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-068ff0fe {
  grid-area: Area;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-068ff0fe {
  grid-area: Area-3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-068ff0fe {
  grid-area: Area-4;
}

#w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-068ff0fe {
  grid-area: Area-5;
}

#w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-068ff0fe {
  grid-area: Area-6;
}

#w-node-_74a9e3dd-b971-f774-9831-8944c0e94821-068ff0fe {
  align-self: stretch;
}

#w-node-_74a9e3dd-b971-f774-9831-8944c0e94816-068ff0fe {
  place-self: stretch stretch;
}

#w-node-_74a9e3dd-b971-f774-9831-8944c0e9480b-068ff0fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-298ff11a {
  grid-area: Area;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-298ff11a {
  grid-area: Area-3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-298ff11a {
  grid-area: Area-4;
}

#w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-298ff11a {
  grid-area: Area-5;
}

#w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-298ff11a {
  grid-area: Area-6;
}

#w-node-_156accd9-2708-d77d-631f-58755c73d8af-298ff11a {
  grid-area: Area-7;
}

#w-node-f7c6808a-7e22-48a4-7911-ac9c0e6e42f0-298ff11a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-f7c6808a-7e22-48a4-7911-ac9c0e6e42f7-298ff11a {
  place-self: stretch stretch;
}

#w-node-f7c6808a-7e22-48a4-7911-ac9c0e6e42fe-298ff11a {
  align-self: stretch;
}

#w-node-bf9d3fa9-a0f7-beea-4a00-ec7c7c515f39-838ff12c, #w-node-bd83480e-4f85-b229-6b2b-3117ad10f849-838ff12c, #w-node-_64e8cb46-83db-af6c-4ddb-7ee8b668879c-838ff12c, #w-node-_9175262f-f0dc-175c-4cc6-022c9a037456-838ff12c {
  place-self: center;
}

#w-node-_77f4adde-85b4-4aa7-2c80-2a2415b618ec-c98ff12f {
  grid-area: Area;
}

#w-node-_174948b2-e1e3-8e6c-53c7-1b74f1a0a978-c98ff12f {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_9af9587a-8cc5-3744-d31f-3ac382c63e87-c98ff12f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-bfcd1346-2002-e1e6-32e4-af38208c10b8-c98ff12f {
  place-self: stretch stretch;
}

#w-node-d7c7645b-697e-1cdb-9de3-d1def6659cae-c98ff12f {
  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-e0c3c257, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b40-e0c3c257, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b42-e0c3c257, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-e0c3c257, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b47-e0c3c257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-e0c3c257, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b49-e0c3c257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-e0c3c257, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4e-e0c3c257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4f-e0c3c257, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b50-e0c3c257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502315-e0c3c257 {
  grid-area: Area;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-e0c3c257 {
  grid-area: Area-3;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-e0c3c257 {
  grid-area: Area-4;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-e0c3c257 {
  grid-area: Area-5;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-e0c3c257 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-ff74cfc8, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-ff74cfc8, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-ff74cfc8, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-ff74cfc8, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-ff74cfc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-ff74cfc8, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-ff74cfc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-ff74cfc8, #w-node-_70011749-0142-801a-b535-72d2c015a3da-ff74cfc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-ff74cfc8, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-ff74cfc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b3f-99bb6a97, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b40-99bb6a97, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b42-99bb6a97, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-99bb6a97, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b47-99bb6a97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-99bb6a97, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b49-99bb6a97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-99bb6a97, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4e-99bb6a97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4f-99bb6a97, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b50-99bb6a97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-5c70dcd6, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-5c70dcd6, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-5c70dcd6, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-5c70dcd6, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-5c70dcd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-5c70dcd6, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-5c70dcd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-5c70dcd6, #w-node-_70011749-0142-801a-b535-72d2c015a3da-5c70dcd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-5c70dcd6, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-5c70dcd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-5c70dcd6 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5c70dcd6 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5c70dcd6 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5c70dcd6 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5c70dcd6 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-b55c4489, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-b55c4489, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-b55c4489, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b55c4489, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-b55c4489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-b55c4489, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-b55c4489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-b55c4489, #w-node-_70011749-0142-801a-b535-72d2c015a3da-b55c4489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-b55c4489, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-b55c4489 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-b55c4489 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b55c4489 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b55c4489 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b55c4489 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b55c4489 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-91950262, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-91950262, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-91950262, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-91950262, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-91950262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-91950262, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-91950262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-91950262, #w-node-_70011749-0142-801a-b535-72d2c015a3da-91950262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-91950262, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-91950262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-91950262 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-91950262 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-91950262 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-91950262 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-91950262 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-238b1988, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-238b1988, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-238b1988, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-238b1988, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-238b1988 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-238b1988, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-238b1988 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-238b1988, #w-node-_70011749-0142-801a-b535-72d2c015a3da-238b1988 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-238b1988, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-238b1988 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-238b1988 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-238b1988 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-238b1988 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-238b1988 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-238b1988 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-b001541c, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-b001541c, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-b001541c, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b001541c, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-b001541c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-b001541c, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-b001541c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-b001541c, #w-node-_70011749-0142-801a-b535-72d2c015a3da-b001541c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-b001541c, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-b001541c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-b001541c {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b001541c {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b001541c {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b001541c {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b001541c {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-cddc3707, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-cddc3707, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-cddc3707, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-cddc3707, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-cddc3707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-cddc3707, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-cddc3707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-cddc3707, #w-node-_70011749-0142-801a-b535-72d2c015a3da-cddc3707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-cddc3707, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-cddc3707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-cddc3707 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cddc3707 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cddc3707 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cddc3707 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cddc3707 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-df8ed571, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-df8ed571, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-df8ed571, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-df8ed571, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-df8ed571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-df8ed571, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-df8ed571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-df8ed571, #w-node-_70011749-0142-801a-b535-72d2c015a3da-df8ed571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-df8ed571, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-df8ed571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-df8ed571 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-df8ed571 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-df8ed571 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-df8ed571 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-df8ed571 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-71e19516, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-71e19516, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-71e19516, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-71e19516, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-71e19516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-71e19516, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-71e19516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-71e19516, #w-node-_70011749-0142-801a-b535-72d2c015a3da-71e19516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-71e19516, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-71e19516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-71e19516 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-71e19516 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-71e19516 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-71e19516 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-71e19516 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-97c3e2b6, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-97c3e2b6, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-97c3e2b6, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-97c3e2b6, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-97c3e2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-97c3e2b6, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-97c3e2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-97c3e2b6, #w-node-_70011749-0142-801a-b535-72d2c015a3da-97c3e2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-97c3e2b6, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-97c3e2b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-97c3e2b6 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-97c3e2b6 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-97c3e2b6 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-97c3e2b6 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-97c3e2b6 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-f7a9dd8f, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-f7a9dd8f, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-f7a9dd8f, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f7a9dd8f, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-f7a9dd8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-f7a9dd8f, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-f7a9dd8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-f7a9dd8f, #w-node-_70011749-0142-801a-b535-72d2c015a3da-f7a9dd8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-f7a9dd8f, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-f7a9dd8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-f7a9dd8f {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f7a9dd8f {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f7a9dd8f {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f7a9dd8f {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f7a9dd8f {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-3beaf635, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-3beaf635, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-3beaf635, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-3beaf635, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-3beaf635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-3beaf635, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-3beaf635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-3beaf635, #w-node-_70011749-0142-801a-b535-72d2c015a3da-3beaf635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-3beaf635, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-3beaf635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-3beaf635 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-3beaf635 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-3beaf635 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-3beaf635 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-3beaf635 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-0b857995, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-0b857995, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-0b857995, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-0b857995, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-0b857995 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-0b857995, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-0b857995 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-0b857995, #w-node-_70011749-0142-801a-b535-72d2c015a3da-0b857995 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-0b857995, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-0b857995 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-0b857995 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-0b857995 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-0b857995 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-0b857995 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-0b857995 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-2b244067, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-2b244067, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-2b244067, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-2b244067, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-2b244067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-2b244067, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-2b244067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-2b244067, #w-node-_70011749-0142-801a-b535-72d2c015a3da-2b244067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-2b244067, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-2b244067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-2b244067 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-2b244067 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-2b244067 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-2b244067 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-2b244067 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-b8a0ffb9, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-b8a0ffb9, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-b8a0ffb9, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b8a0ffb9, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-b8a0ffb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-b8a0ffb9, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-b8a0ffb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-b8a0ffb9, #w-node-_70011749-0142-801a-b535-72d2c015a3da-b8a0ffb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-b8a0ffb9, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-b8a0ffb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-b8a0ffb9 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b8a0ffb9 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b8a0ffb9 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b8a0ffb9 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b8a0ffb9 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-aa873f7c, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-aa873f7c, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-aa873f7c, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-aa873f7c, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-aa873f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-aa873f7c, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-aa873f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-aa873f7c, #w-node-_70011749-0142-801a-b535-72d2c015a3da-aa873f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-aa873f7c, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-aa873f7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-aa873f7c {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-aa873f7c {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-aa873f7c {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-aa873f7c {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-aa873f7c {
  grid-area: Area-6;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b3f-2bf4b737, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b40-2bf4b737, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b42-2bf4b737, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-2bf4b737, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b47-2bf4b737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-2bf4b737, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b49-2bf4b737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-2bf4b737, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4e-2bf4b737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4f-2bf4b737, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b50-2bf4b737 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502315-2bf4b737 {
  grid-area: Area;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-2bf4b737 {
  grid-area: Area-3;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-2bf4b737 {
  grid-area: Area-4;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-2bf4b737 {
  grid-area: Area-5;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-2bf4b737 {
  grid-area: Area-6;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502315-54385f36 {
  grid-area: Area;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-54385f36 {
  grid-area: Area-3;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-54385f36 {
  grid-area: Area-4;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-54385f36 {
  grid-area: Area-5;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-54385f36 {
  grid-area: Area-6;
}

#w-node-f565114c-8e82-a924-703e-4cf085a3592f-53818c5a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_11f35e0c-2e20-2d9a-44a3-ec4c3964cfda-53818c5a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c38789-53818c5a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c3878f-53818c5a {
  place-self: stretch stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c38795-53818c5a, #w-node-f173779a-1d71-efd7-a4cf-e802bbb0c326-53818c5a {
  align-self: stretch;
}

#w-node-f173779a-1d71-efd7-a4cf-e802bbb0c331-53818c5a {
  place-self: stretch stretch;
}

#w-node-f173779a-1d71-efd7-a4cf-e802bbb0c33c-53818c5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c38789-a3eee940 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c3878f-a3eee940 {
  place-self: stretch stretch;
}

#w-node-d5930a5e-6d9f-b5e1-540c-9c1895c38795-a3eee940 {
  align-self: stretch;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-97bc8803, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-97bc8803, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-97bc8803, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-97bc8803, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-97bc8803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-97bc8803, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-97bc8803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-97bc8803, #w-node-_70011749-0142-801a-b535-72d2c015a3da-97bc8803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-97bc8803, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-97bc8803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ece54adb-7436-6841-26ce-dab7d0596739-0334ab50 {
  grid-area: Area;
}

#w-node-ece54adb-7436-6841-26ce-dab7d0596745-0334ab50 {
  grid-area: Area-3;
}

#w-node-ece54adb-7436-6841-26ce-dab7d059674b-0334ab50 {
  grid-area: Area-4;
}

#w-node-ece54adb-7436-6841-26ce-dab7d0596751-0334ab50 {
  grid-area: Area-5;
}

#w-node-ece54adb-7436-6841-26ce-dab7d0596757-0334ab50 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-1a166399, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-1a166399, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-1a166399, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-1a166399, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-1a166399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-1a166399, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-1a166399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-1a166399, #w-node-_70011749-0142-801a-b535-72d2c015a3da-1a166399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-1a166399, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-1a166399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-1a166399 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-1a166399 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-1a166399 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-1a166399 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-1a166399 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-abe61cdb, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-abe61cdb, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-abe61cdb, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-abe61cdb, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-abe61cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-abe61cdb, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-abe61cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-abe61cdb, #w-node-_70011749-0142-801a-b535-72d2c015a3da-abe61cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-abe61cdb, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-abe61cdb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-abe61cdb {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-abe61cdb {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-abe61cdb {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-abe61cdb {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-abe61cdb {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-51e92d2d, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-51e92d2d, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-51e92d2d, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-51e92d2d, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-51e92d2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-51e92d2d, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-51e92d2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-51e92d2d, #w-node-_70011749-0142-801a-b535-72d2c015a3da-51e92d2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-51e92d2d, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-51e92d2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-509350e4, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-509350e4, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-509350e4, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-509350e4, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-509350e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-509350e4, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-509350e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-509350e4, #w-node-_70011749-0142-801a-b535-72d2c015a3da-509350e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-509350e4, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-509350e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-2c4ba39b, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-2c4ba39b, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-2c4ba39b, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-2c4ba39b, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-2c4ba39b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-2c4ba39b, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-2c4ba39b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-2c4ba39b, #w-node-_70011749-0142-801a-b535-72d2c015a3da-2c4ba39b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-2c4ba39b, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-2c4ba39b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-1b17dd7f, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-1b17dd7f, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-1b17dd7f, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-1b17dd7f, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-1b17dd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-1b17dd7f, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-1b17dd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-1b17dd7f, #w-node-_70011749-0142-801a-b535-72d2c015a3da-1b17dd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-1b17dd7f, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-1b17dd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-1b17dd7f {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-1b17dd7f {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-1b17dd7f {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-1b17dd7f {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-1b17dd7f {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-5998a1f8, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-5998a1f8, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-5998a1f8, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-5998a1f8, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-5998a1f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-5998a1f8, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-5998a1f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-5998a1f8, #w-node-_70011749-0142-801a-b535-72d2c015a3da-5998a1f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-5998a1f8, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-5998a1f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-5998a1f8 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5998a1f8 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5998a1f8 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5998a1f8 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5998a1f8 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-79bfd06b, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-79bfd06b, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-79bfd06b, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-79bfd06b, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-79bfd06b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-79bfd06b, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-79bfd06b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-79bfd06b, #w-node-_70011749-0142-801a-b535-72d2c015a3da-79bfd06b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-79bfd06b, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-79bfd06b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-27e2e091, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-27e2e091, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-27e2e091, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-27e2e091, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-27e2e091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-27e2e091, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-27e2e091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-27e2e091, #w-node-_70011749-0142-801a-b535-72d2c015a3da-27e2e091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-27e2e091, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-27e2e091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-ccb3eb3e, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-ccb3eb3e, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-ccb3eb3e, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-ccb3eb3e, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-ccb3eb3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-ccb3eb3e, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-ccb3eb3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-ccb3eb3e, #w-node-_70011749-0142-801a-b535-72d2c015a3da-ccb3eb3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-ccb3eb3e, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-ccb3eb3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-f8205cb7, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-f8205cb7, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-f8205cb7, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f8205cb7, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-f8205cb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-f8205cb7, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-f8205cb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-f8205cb7, #w-node-_70011749-0142-801a-b535-72d2c015a3da-f8205cb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-f8205cb7, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-f8205cb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-12bea01c, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-12bea01c, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-12bea01c, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-12bea01c, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-12bea01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-12bea01c, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-12bea01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-12bea01c, #w-node-_70011749-0142-801a-b535-72d2c015a3da-12bea01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-12bea01c, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-12bea01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-12bea01c {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-12bea01c {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-12bea01c {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-12bea01c {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-12bea01c {
  grid-area: Area-6;
}

#w-node-_9336fd85-567a-ee27-3a29-771b9d29b73b-9b0d55a7, #w-node-_9336fd85-567a-ee27-3a29-771b9d29b73c-9b0d55a7, #w-node-_9336fd85-567a-ee27-3a29-771b9d29b73e-9b0d55a7, #w-node-_9336fd85-567a-ee27-3a29-771b9d29b742-9b0d55a7, #w-node-_9336fd85-567a-ee27-3a29-771b9d29b743-9b0d55a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9336fd85-567a-ee27-3a29-771b9d29b744-9b0d55a7, #w-node-_9336fd85-567a-ee27-3a29-771b9d29b745-9b0d55a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_9336fd85-567a-ee27-3a29-771b9d29b749-9b0d55a7, #w-node-_9336fd85-567a-ee27-3a29-771b9d29b74a-9b0d55a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9336fd85-567a-ee27-3a29-771b9d29b74b-9b0d55a7, #w-node-_9336fd85-567a-ee27-3a29-771b9d29b74c-9b0d55a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-9b0d55a7 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9b0d55a7 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9b0d55a7 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9b0d55a7 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9b0d55a7 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-6252eb37, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-6252eb37, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-6252eb37, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-6252eb37, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-6252eb37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-6252eb37, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-6252eb37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-6252eb37, #w-node-_70011749-0142-801a-b535-72d2c015a3da-6252eb37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-6252eb37, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-6252eb37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-f7fdffa0, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-f7fdffa0, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-f7fdffa0, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f7fdffa0, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-f7fdffa0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-f7fdffa0, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-f7fdffa0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-f7fdffa0, #w-node-_70011749-0142-801a-b535-72d2c015a3da-f7fdffa0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-f7fdffa0, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-f7fdffa0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-f7fdffa0 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f7fdffa0 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f7fdffa0 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f7fdffa0 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f7fdffa0 {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-613a22fb, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-613a22fb, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-613a22fb, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-613a22fb, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-613a22fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-613a22fb, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-613a22fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-613a22fb, #w-node-_70011749-0142-801a-b535-72d2c015a3da-613a22fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-613a22fb, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-613a22fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-613a22fb {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-613a22fb {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-613a22fb {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-613a22fb {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-613a22fb {
  grid-area: Area-6;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3cb-2ba70239, #w-node-_70011749-0142-801a-b535-72d2c015a3cc-2ba70239, #w-node-_70011749-0142-801a-b535-72d2c015a3ce-2ba70239, #w-node-_70011749-0142-801a-b535-72d2c015a3d2-2ba70239, #w-node-_70011749-0142-801a-b535-72d2c015a3d3-2ba70239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d4-2ba70239, #w-node-_70011749-0142-801a-b535-72d2c015a3d5-2ba70239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3d9-2ba70239, #w-node-_70011749-0142-801a-b535-72d2c015a3da-2ba70239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_70011749-0142-801a-b535-72d2c015a3db-2ba70239, #w-node-_70011749-0142-801a-b535-72d2c015a3dc-2ba70239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-2ba70239 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-2ba70239 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-2ba70239 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-2ba70239 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-2ba70239 {
  grid-area: Area-6;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b3f-0f7e46d4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b40-0f7e46d4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b42-0f7e46d4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-0f7e46d4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b47-0f7e46d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-0f7e46d4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b49-0f7e46d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-0f7e46d4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4e-0f7e46d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4f-0f7e46d4, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b50-0f7e46d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502315-0f7e46d4 {
  grid-area: Area;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-0f7e46d4 {
  grid-area: Area-3;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-0f7e46d4 {
  grid-area: Area-4;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-0f7e46d4 {
  grid-area: Area-5;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-0f7e46d4 {
  grid-area: Area-6;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b3f-fd28ccfe, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b40-fd28ccfe, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b42-fd28ccfe, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-fd28ccfe, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b47-fd28ccfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-fd28ccfe, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b49-fd28ccfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-fd28ccfe, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4e-fd28ccfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4f-fd28ccfe, #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b50-fd28ccfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502315-fd28ccfe {
  grid-area: Area;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-fd28ccfe {
  grid-area: Area-3;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-fd28ccfe {
  grid-area: Area-4;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-fd28ccfe {
  grid-area: Area-5;
}

#w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-fd28ccfe {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-5817a680 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5817a680 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5817a680 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5817a680 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5817a680 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-3aea5b9b {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-3aea5b9b {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-3aea5b9b {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-3aea5b9b {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-3aea5b9b {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-b821de0f {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b821de0f {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b821de0f {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b821de0f {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b821de0f {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-ef7c6013 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-ef7c6013 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-ef7c6013 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-ef7c6013 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-ef7c6013 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-9b7355a6 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9b7355a6 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9b7355a6 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9b7355a6 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9b7355a6 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-9f5a1fce {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9f5a1fce {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9f5a1fce {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9f5a1fce {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9f5a1fce {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-f85220bb {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f85220bb {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f85220bb {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f85220bb {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f85220bb {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-9b73c201 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9b73c201 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9b73c201 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9b73c201 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9b73c201 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-57f08d30 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-57f08d30 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-57f08d30 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-57f08d30 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-57f08d30 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-9f5a9626 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9f5a9626 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9f5a9626 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9f5a9626 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9f5a9626 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-174b1d92 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-174b1d92 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-174b1d92 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-174b1d92 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-174b1d92 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-3edd81ee {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-3edd81ee {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-3edd81ee {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-3edd81ee {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-3edd81ee {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-83bb2dfc {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-83bb2dfc {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-83bb2dfc {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-83bb2dfc {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-83bb2dfc {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-79957f45 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-79957f45 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-79957f45 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-79957f45 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-79957f45 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-8ae7c7e0 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-8ae7c7e0 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-8ae7c7e0 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-8ae7c7e0 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-8ae7c7e0 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-9f5b5bab {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9f5b5bab {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9f5b5bab {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9f5b5bab {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9f5b5bab {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-fb13eab2 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-fb13eab2 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-fb13eab2 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-fb13eab2 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-fb13eab2 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-9c1c5b10 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9c1c5b10 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9c1c5b10 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9c1c5b10 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9c1c5b10 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-cab67fc5 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cab67fc5 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cab67fc5 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cab67fc5 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cab67fc5 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-58247b27 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-58247b27 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-58247b27 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-58247b27 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-58247b27 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-cad83b95 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cad83b95 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cad83b95 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cad83b95 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cad83b95 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-05acf748 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-05acf748 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-05acf748 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-05acf748 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-05acf748 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-5bbe3788 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5bbe3788 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5bbe3788 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5bbe3788 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5bbe3788 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-cfe67f41 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cfe67f41 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cfe67f41 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cfe67f41 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cfe67f41 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-673a7259 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-673a7259 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-673a7259 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-673a7259 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-673a7259 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-a7b8d0c5 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-a7b8d0c5 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-a7b8d0c5 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-a7b8d0c5 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-a7b8d0c5 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-03eb9309 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-03eb9309 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-03eb9309 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-03eb9309 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-03eb9309 {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-8c026b6b {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-8c026b6b {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-8c026b6b {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-8c026b6b {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-8c026b6b {
  grid-area: Area-6;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593e9f6-176d9608 {
  grid-area: Area;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-176d9608 {
  grid-area: Area-3;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-176d9608 {
  grid-area: Area-4;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-176d9608 {
  grid-area: Area-5;
}

#w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-176d9608 {
  grid-area: Area-6;
}

#w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c4-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c5-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c6-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c7-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8c8-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8d1-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8d9-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8e1-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8ea-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8eb-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8ec-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8f5-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8fd-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8fe-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8ff-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b907-a09354ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-308ff0e3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-308ff0e3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-308ff0e3 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-308ff0e3 {
    grid-area: Area-3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-9c8ff0ef {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-068ff0fe {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-068ff0fe {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-068ff0fe {
    grid-area: Area-2;
  }

  #w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-068ff0fe {
    grid-area: Area-3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-298ff11a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-298ff11a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-298ff11a {
    grid-area: Area-2;
  }

  #w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-298ff11a {
    grid-area: Area-3;
  }

  #w-node-_156accd9-2708-d77d-631f-58755c73d8af-298ff11a {
    grid-area: 1 / 1 / 1 / 1;
  }

  #w-node-_24efd8d5-7078-7675-fea2-0e57263a5ed8-263a5ec8 {
    justify-self: center;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-e0c3c257 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-e0c3c257 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-e0c3c257 {
    grid-area: Area-2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-e0c3c257 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5c70dcd6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5c70dcd6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5c70dcd6 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5c70dcd6 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b55c4489 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b55c4489 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b55c4489 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b55c4489 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-91950262 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-91950262 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-91950262 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-91950262 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-238b1988 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-238b1988 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-238b1988 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-238b1988 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b001541c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b001541c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b001541c {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b001541c {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cddc3707 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cddc3707 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cddc3707 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cddc3707 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-df8ed571 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-df8ed571 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-df8ed571 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-df8ed571 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-71e19516 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-71e19516 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-71e19516 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-71e19516 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-97c3e2b6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-97c3e2b6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-97c3e2b6 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-97c3e2b6 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f7a9dd8f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f7a9dd8f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f7a9dd8f {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f7a9dd8f {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-3beaf635 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-3beaf635 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-3beaf635 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-3beaf635 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-0b857995 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-0b857995 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-0b857995 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-0b857995 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-2b244067 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-2b244067 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-2b244067 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-2b244067 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b8a0ffb9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b8a0ffb9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b8a0ffb9 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b8a0ffb9 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-aa873f7c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-aa873f7c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-aa873f7c {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-aa873f7c {
    grid-area: Area-3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-2bf4b737 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-2bf4b737 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-2bf4b737 {
    grid-area: Area-2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-2bf4b737 {
    grid-area: Area-3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-54385f36 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-54385f36 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-54385f36 {
    grid-area: Area-2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-54385f36 {
    grid-area: Area-3;
  }

  #w-node-ece54adb-7436-6841-26ce-dab7d0596745-0334ab50 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ece54adb-7436-6841-26ce-dab7d059674b-0334ab50 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ece54adb-7436-6841-26ce-dab7d0596751-0334ab50 {
    grid-area: Area-2;
  }

  #w-node-ece54adb-7436-6841-26ce-dab7d0596757-0334ab50 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-1a166399 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-1a166399 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-1a166399 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-1a166399 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-abe61cdb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-abe61cdb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-abe61cdb {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-abe61cdb {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-1b17dd7f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-1b17dd7f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-1b17dd7f {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-1b17dd7f {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5998a1f8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5998a1f8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5998a1f8 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5998a1f8 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-12bea01c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-12bea01c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-12bea01c {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-12bea01c {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9b0d55a7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9b0d55a7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9b0d55a7 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9b0d55a7 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f7fdffa0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f7fdffa0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f7fdffa0 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f7fdffa0 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-613a22fb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-613a22fb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-613a22fb {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-613a22fb {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-2ba70239 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-2ba70239 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-2ba70239 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-2ba70239 {
    grid-area: Area-3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-0f7e46d4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-0f7e46d4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-0f7e46d4 {
    grid-area: Area-2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-0f7e46d4 {
    grid-area: Area-3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-fd28ccfe {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-fd28ccfe {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-fd28ccfe {
    grid-area: Area-2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-fd28ccfe {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5817a680 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5817a680 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5817a680 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5817a680 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-3aea5b9b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-3aea5b9b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-3aea5b9b {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-3aea5b9b {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b821de0f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b821de0f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b821de0f {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b821de0f {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-ef7c6013 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-ef7c6013 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-ef7c6013 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-ef7c6013 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9b7355a6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9b7355a6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9b7355a6 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9b7355a6 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9f5a1fce {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9f5a1fce {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9f5a1fce {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9f5a1fce {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f85220bb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f85220bb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f85220bb {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f85220bb {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9b73c201 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9b73c201 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9b73c201 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9b73c201 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-57f08d30 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-57f08d30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-57f08d30 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-57f08d30 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9f5a9626 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9f5a9626 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9f5a9626 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9f5a9626 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-174b1d92 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-174b1d92 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-174b1d92 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-174b1d92 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-3edd81ee {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-3edd81ee {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-3edd81ee {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-3edd81ee {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-83bb2dfc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-83bb2dfc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-83bb2dfc {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-83bb2dfc {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-79957f45 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-79957f45 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-79957f45 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-79957f45 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-8ae7c7e0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-8ae7c7e0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-8ae7c7e0 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-8ae7c7e0 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9f5b5bab {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9f5b5bab {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9f5b5bab {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9f5b5bab {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-fb13eab2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-fb13eab2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-fb13eab2 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-fb13eab2 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9c1c5b10 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9c1c5b10 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9c1c5b10 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9c1c5b10 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cab67fc5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cab67fc5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cab67fc5 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cab67fc5 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-58247b27 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-58247b27 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-58247b27 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-58247b27 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cad83b95 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cad83b95 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cad83b95 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cad83b95 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-05acf748 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-05acf748 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-05acf748 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-05acf748 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5bbe3788 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5bbe3788 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5bbe3788 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5bbe3788 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cfe67f41 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cfe67f41 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cfe67f41 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cfe67f41 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-673a7259 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-673a7259 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-673a7259 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-673a7259 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-a7b8d0c5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-a7b8d0c5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-a7b8d0c5 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-a7b8d0c5 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-03eb9309 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-03eb9309 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-03eb9309 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-03eb9309 {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-8c026b6b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-8c026b6b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-8c026b6b {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-8c026b6b {
    grid-area: Area-3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-176d9608 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-176d9608 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-176d9608 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-176d9608 {
    grid-area: Area-3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb7e-398ff0dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb80-398ff0dc, #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcb82-398ff0dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbab-398ff0dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbad-398ff0dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_303d7519-3c17-f8a1-50d6-32f3763dcbb9-398ff0dc {
    justify-self: end;
  }

  #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-_70011749-0142-801a-b535-72d2c015a3d2-308ff0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-308ff0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-308ff0e3 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-308ff0e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-308ff0e3 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-308ff0e3 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-308ff0e3 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-308ff0e3 {
    grid-area: Area-2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-068ff0fe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-068ff0fe {
    grid-area: Area-5;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-068ff0fe {
    grid-area: Area-6;
  }

  #w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-068ff0fe {
    grid-area: Area-4;
  }

  #w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-068ff0fe {
    grid-area: Area-2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-298ff11a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-298ff11a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-298ff11a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-aed3ab0c-c8ec-b8f6-d5f5-862af3543e65-298ff11a, #w-node-_67dc6ec9-a3ff-9edc-372c-26d9510570f4-298ff11a, #w-node-_156accd9-2708-d77d-631f-58755c73d8af-298ff11a {
    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-e0c3c257 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-e0c3c257 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-e0c3c257 {
    justify-self: end;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a8950231e-e0c3c257 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-e0c3c257 {
    grid-area: Area-5;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-e0c3c257 {
    grid-area: Area-6;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-e0c3c257 {
    grid-area: Area-4;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-e0c3c257 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-ff74cfc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-ff74cfc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-ff74cfc8 {
    justify-self: end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-99bb6a97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-99bb6a97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-99bb6a97 {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-5c70dcd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-5c70dcd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-5c70dcd6 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-5c70dcd6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5c70dcd6 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5c70dcd6 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5c70dcd6 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5c70dcd6 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b55c4489 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-b55c4489 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-b55c4489 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-b55c4489 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b55c4489 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b55c4489 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b55c4489 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b55c4489 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-91950262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-91950262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-91950262 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-91950262 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-91950262 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-91950262 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-91950262 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-91950262 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-238b1988 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-238b1988 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-238b1988 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-238b1988 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-238b1988 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-238b1988 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-238b1988 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-238b1988 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b001541c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-b001541c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-b001541c {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-b001541c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b001541c {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b001541c {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b001541c {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b001541c {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-cddc3707 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-cddc3707 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-cddc3707 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-cddc3707 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cddc3707 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cddc3707 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cddc3707 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cddc3707 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-df8ed571 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-df8ed571 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-df8ed571 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-df8ed571 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-df8ed571 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-df8ed571 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-df8ed571 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-df8ed571 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-71e19516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-71e19516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-71e19516 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-71e19516 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-71e19516 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-71e19516 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-71e19516 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-71e19516 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-97c3e2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-97c3e2b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-97c3e2b6 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-97c3e2b6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-97c3e2b6 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-97c3e2b6 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-97c3e2b6 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-97c3e2b6 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f7a9dd8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-f7a9dd8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-f7a9dd8f {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-f7a9dd8f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f7a9dd8f {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f7a9dd8f {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f7a9dd8f {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f7a9dd8f {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-3beaf635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-3beaf635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-3beaf635 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-3beaf635 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-3beaf635 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-3beaf635 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-3beaf635 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-3beaf635 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-0b857995 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-0b857995 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-0b857995 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-0b857995 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-0b857995 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-0b857995 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-0b857995 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-0b857995 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-2b244067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-2b244067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-2b244067 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-2b244067 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-2b244067 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-2b244067 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-2b244067 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-2b244067 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-b8a0ffb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-b8a0ffb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-b8a0ffb9 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-b8a0ffb9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b8a0ffb9 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b8a0ffb9 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b8a0ffb9 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b8a0ffb9 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-aa873f7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-aa873f7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-aa873f7c {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-aa873f7c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-aa873f7c {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-aa873f7c {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-aa873f7c {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-aa873f7c {
    grid-area: Area-2;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-2bf4b737 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-2bf4b737 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-2bf4b737 {
    justify-self: end;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a8950231e-2bf4b737 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-2bf4b737 {
    grid-area: Area-5;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-2bf4b737 {
    grid-area: Area-6;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-2bf4b737 {
    grid-area: Area-4;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-2bf4b737 {
    grid-area: Area-2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a8950231e-54385f36 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-54385f36 {
    grid-area: Area-5;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-54385f36 {
    grid-area: Area-6;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-54385f36 {
    grid-area: Area-4;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-54385f36 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-97bc8803 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-97bc8803 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-97bc8803 {
    justify-self: end;
  }

  #w-node-ece54adb-7436-6841-26ce-dab7d059673f-0334ab50 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ece54adb-7436-6841-26ce-dab7d0596745-0334ab50 {
    grid-area: Area-5;
  }

  #w-node-ece54adb-7436-6841-26ce-dab7d059674b-0334ab50 {
    grid-area: Area-6;
  }

  #w-node-ece54adb-7436-6841-26ce-dab7d0596751-0334ab50 {
    grid-area: Area-4;
  }

  #w-node-ece54adb-7436-6841-26ce-dab7d0596757-0334ab50 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-1a166399 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-1a166399 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-1a166399 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-1a166399 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-1a166399 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-1a166399 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-1a166399 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-1a166399 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-abe61cdb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-abe61cdb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-abe61cdb {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-abe61cdb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-abe61cdb {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-abe61cdb {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-abe61cdb {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-abe61cdb {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-51e92d2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-51e92d2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-51e92d2d {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-509350e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-509350e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-509350e4 {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-2c4ba39b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-2c4ba39b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-2c4ba39b {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-1b17dd7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-1b17dd7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-1b17dd7f {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-1b17dd7f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-1b17dd7f {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-1b17dd7f {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-1b17dd7f {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-1b17dd7f {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-5998a1f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-5998a1f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-5998a1f8 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-5998a1f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5998a1f8 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5998a1f8 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5998a1f8 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5998a1f8 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-79bfd06b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-79bfd06b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-79bfd06b {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-27e2e091 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-27e2e091 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-27e2e091 {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-ccb3eb3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-ccb3eb3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-ccb3eb3e {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f8205cb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-f8205cb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-f8205cb7 {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-12bea01c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-12bea01c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-12bea01c {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-12bea01c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-12bea01c {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-12bea01c {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-12bea01c {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-12bea01c {
    grid-area: Area-2;
  }

  #w-node-_9336fd85-567a-ee27-3a29-771b9d29b742-9b0d55a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_9336fd85-567a-ee27-3a29-771b9d29b744-9b0d55a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_9336fd85-567a-ee27-3a29-771b9d29b749-9b0d55a7 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-9b0d55a7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9b0d55a7 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9b0d55a7 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9b0d55a7 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9b0d55a7 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-6252eb37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-6252eb37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-6252eb37 {
    justify-self: end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-f7fdffa0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-f7fdffa0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-f7fdffa0 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-f7fdffa0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f7fdffa0 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f7fdffa0 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f7fdffa0 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f7fdffa0 {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-613a22fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-613a22fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-613a22fb {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-613a22fb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-613a22fb {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-613a22fb {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-613a22fb {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-613a22fb {
    grid-area: Area-2;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d2-2ba70239 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d4-2ba70239 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_70011749-0142-801a-b535-72d2c015a3d9-2ba70239 {
    justify-self: end;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-2ba70239 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-2ba70239 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-2ba70239 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-2ba70239 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-2ba70239 {
    grid-area: Area-2;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-0f7e46d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-0f7e46d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-0f7e46d4 {
    justify-self: end;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a8950231e-0f7e46d4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-0f7e46d4 {
    grid-area: Area-5;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-0f7e46d4 {
    grid-area: Area-6;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-0f7e46d4 {
    grid-area: Area-4;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-0f7e46d4 {
    grid-area: Area-2;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b46-fd28ccfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b48-fd28ccfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_7e2152ff-abf5-76cf-f0fe-cb49a45e4b4d-fd28ccfe {
    justify-self: end;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a8950231e-fd28ccfe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502327-fd28ccfe {
    grid-area: Area-5;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502330-fd28ccfe {
    grid-area: Area-6;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502339-fd28ccfe {
    grid-area: Area-4;
  }

  #w-node-_1261f94a-48dd-692f-f16e-1b5a89502342-fd28ccfe {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-5817a680 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5817a680 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5817a680 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5817a680 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5817a680 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-3aea5b9b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-3aea5b9b {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-3aea5b9b {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-3aea5b9b {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-3aea5b9b {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-b821de0f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-b821de0f {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-b821de0f {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-b821de0f {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-b821de0f {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-ef7c6013 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-ef7c6013 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-ef7c6013 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-ef7c6013 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-ef7c6013 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-9b7355a6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9b7355a6 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9b7355a6 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9b7355a6 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9b7355a6 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-9f5a1fce {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9f5a1fce {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9f5a1fce {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9f5a1fce {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9f5a1fce {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-f85220bb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-f85220bb {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-f85220bb {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-f85220bb {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-f85220bb {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-9b73c201 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9b73c201 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9b73c201 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9b73c201 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9b73c201 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-57f08d30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-57f08d30 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-57f08d30 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-57f08d30 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-57f08d30 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-9f5a9626 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9f5a9626 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9f5a9626 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9f5a9626 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9f5a9626 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-174b1d92 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-174b1d92 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-174b1d92 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-174b1d92 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-174b1d92 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-3edd81ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-3edd81ee {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-3edd81ee {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-3edd81ee {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-3edd81ee {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-83bb2dfc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-83bb2dfc {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-83bb2dfc {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-83bb2dfc {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-83bb2dfc {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-79957f45 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-79957f45 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-79957f45 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-79957f45 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-79957f45 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-8ae7c7e0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-8ae7c7e0 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-8ae7c7e0 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-8ae7c7e0 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-8ae7c7e0 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-9f5b5bab {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9f5b5bab {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9f5b5bab {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9f5b5bab {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9f5b5bab {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-fb13eab2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-fb13eab2 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-fb13eab2 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-fb13eab2 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-fb13eab2 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-9c1c5b10 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-9c1c5b10 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-9c1c5b10 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-9c1c5b10 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-9c1c5b10 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-cab67fc5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cab67fc5 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cab67fc5 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cab67fc5 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cab67fc5 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-58247b27 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-58247b27 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-58247b27 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-58247b27 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-58247b27 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-cad83b95 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cad83b95 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cad83b95 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cad83b95 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cad83b95 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-05acf748 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-05acf748 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-05acf748 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-05acf748 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-05acf748 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-5bbe3788 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-5bbe3788 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-5bbe3788 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-5bbe3788 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-5bbe3788 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-cfe67f41 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-cfe67f41 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-cfe67f41 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-cfe67f41 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-cfe67f41 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-673a7259 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-673a7259 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-673a7259 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-673a7259 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-673a7259 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-a7b8d0c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-a7b8d0c5 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-a7b8d0c5 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-a7b8d0c5 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-a7b8d0c5 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-03eb9309 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-03eb9309 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-03eb9309 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-03eb9309 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-03eb9309 {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-8c026b6b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-8c026b6b {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-8c026b6b {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-8c026b6b {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-8c026b6b {
    grid-area: Area-2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593e9ff-176d9608 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea08-176d9608 {
    grid-area: Area-5;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea11-176d9608 {
    grid-area: Area-6;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea1a-176d9608 {
    grid-area: Area-4;
  }

  #w-node-_408d78b1-8027-ffbb-55f8-020d4593ea23-176d9608 {
    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-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8fe-fa8ff0e2, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8eb-a09354ea, #w-node-f2c82061-1a70-4ecb-7bec-1550c503b8fe-a09354ea {
    justify-self: center;
  }
}


