<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.page-nav .z-row .z-content-wrap {
 position: relative;
padding-top: 0;
display: flex;
justify-content: center;
}



.three-col .column-block, .z-three-col .column-block {
  width: 30%;
  margin-right: 5%;
}
.three-col .column-block:nth-child(3n), .z-three-col .column-block:nth-child(3n) {
  margin-right: 0px;
}
.column-block, .z-column-block {
  float: left;
}
@media only screen and (max-width:480px){
.button{
  font-size: 12px;
  line-height: 15px;
}

.three-col .column-block, .z-three-col .column-block {
  width: 100%;
  margin-right: 0;
  padding: 20px;
}}
/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '&gt;';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3 {
  line-height: normal;
  font-weight: 700;
}
.page-wrapper p {
  line-height: 2;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
}
#g-suite-bottom-section h2 {
  margin-bottom: 25px;
}
.banner-section p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}</pre></body></html>