.cloud-section-body,
.cloud-card__body {
  font-family: Google Sans,Arial,sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.cloud-section-header__heading {
  max-width: 720px;
  overflow-wrap: break-word;
}

.cloud-section-header__link {
  padding-top: 60px;
}

.cloud-section-header__eyebrow + .cloud-section-header__heading {
  padding-top: 16px;
}

.cloud-section-body {
  margin: 0 auto;
  max-width: 680px;
  padding: 0 0 24px;
}

.cloud-hero {
  padding-bottom: 20px;
  padding-top: 40px;
  position: relative;
}

.cloud-hero__card-container {
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}

.cloud-hero__card {
  background: #f1f3f4;
  height: 100%;
  min-height: 320px;
  padding: 20px 24px;
}

.cloud-hero__card--gcp {
  background: #FBBC04;
  background-image: url('/images/home/gcp-bg.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 75%;
}

.cloud-hero__buttons {
  margin-top: 12px;
}

.cloud-button--dark {
  color: #202124;
}

#cloud-site .cloud-hero__card .button + .button {
  margin-left: 12px;
}

.cloud-hero__card h2 {
  margin-top: 0;
  max-width: 320px;
}

.cloud-hero__gsuite-icons {
  display: flex;
  margin-top: 60px;
}

.cloud-hero__gsuite-icons--icon {
  margin: 5%;
  position: relative;
  width: 25%;
  z-index: 1;
}

.cloud-hero__gsuite-icons--icon img {
  max-width: 60%;
}

.cloud-hero__gsuite-icons--icon + .cloud-hero__gsuite-icons--icon {
  margin-left: 12px;
}

.cloud-hero__gsuite-icons--icon::before {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  left: -3px;
  padding-top: 76%;
  position: absolute;
  top: -3px;
  transform: scale(1.5);
  width: 76%;
  z-index: -1;
}

.cloud-home-sections {
  margin-bottom: 100px;
}

.cloud-home-sections > section {
  margin-top: 100px;
}

.cloud-section--reversed {
  padding: 72px 0 60px;
}

.cloud-section--centered {
  text-align: center;
}

#cloud-site .cloud-section--centered .cloud-section-header__heading {
  margin: 0 auto;
  max-width: 524px;
}

.cloud-section--reversed,
.cloud-card--reversed,
#cloud-site .cloud-section--reversed .cloud-section-header__eyebrow,
#cloud-site .cloud-section--reversed .cloud-section-header__heading,
#cloud-site .cloud-card--reversed .cloud-card__eyebrow,
#cloud-site .cloud-card--reversed .cloud-card__heading {
  color: #fff;
}

#cloud-site .cloud-card--reversed strong {
  color: inherit;
}

.cloud-card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.cloud-card:hover {
  z-index: 1;
}

.cloud-card--center {
  text-align: center;
}

.cloud-card--tall {
  min-height: 480px;
}

.cloud-card--center .cloud-card__body {
  margin-left: auto;
  margin-right: auto;
}

.cloud-card--center .cloud-card__footer {
  align-self: center;
  margin-top: 0;
}

#cloud-site .cloud-card--center .cloud-card__heading {
  margin: 0 auto;
}

.cloud-card__heading {
  max-width: 360px;
  padding: 0;
}

.cloud-card__arrow {
  margin-top: 8px;
}

.cloud-card__link {
  position: static;
}

.cloud-card__link::after {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
}

.cloud-card__link--text {
  color: unset;
}

.cloud-home-sections .cloud-section-events {
  margin-top: 40px;
}

.cloud-section-events {
  position: relative;
}

.cloud-section-events.next::before,
.cloud-section-events.next::after {
  background-repeat: no-repeat;
  background-size: 36%;
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  z-index: -1;
}

.cloud-section-events.next::before {
  background-image: url('/images/home/carousel-bg--next__left.svg');
  background-position: top left;
  height: 500px;
  left: -40px;
  width: 413px;
}

.cloud-section-events.next::after {
  background-image: url('/images/home/carousel-bg--next__right.svg');
  background-position: top right;
  height: 443px;
  right: -40px;
  width: 488px;
}

.cloud-home-sections .cloud-section-customers__container {
  margin-top: 60px;
  background-color: #4285F4;
}

#cloud-site .cloud-section-customers__container .cloud-section-header {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.cloud-section-customers__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px auto 36px;
  padding: 0;
}

.cloud-section-customers__logos li {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 8px 18px;
}

.cloud-section-customers__logos .cloud-section-customers__logos__logo--no-padding {
  padding-left: 0;
  padding-right: 0;
}

.cloud-section-customers__logos img {
  max-width: none;
}

.cloud-card--product {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 32px 48px;
}

.cloud-card--product:hover {
  background-size: cover;
}

.cloud-card--product + .cloud-card--product {
  margin-top: -1px;
}

.cloud-card--product .cloud-card__icon {
  height: 40px;
  margin-bottom: 12px;
  padding-top: 0;
  width: 40px;
}

.cloud-card--product .cloud-card__heading,
.cloud-card--product .cloud-card__body {
  max-width: 390px;
}

.cloud-card--product .cloud-card__heading {
  padding-top: 12px;
}

.cloud-card--product .cloud-card__heading strong {
  display: block;
}

.cloud-card--product .cloud-card__body {
  margin-bottom: 24px;
  margin-top: 16px;
}

.cloud-card--product .cloud-card__footer {
  margin: 0;
  padding: 0;
}

.cloud-card--product:not(.cloud-card--center) .cloud-card__link {
  margin-top: 36px;
}

.cloud-card--contact {
  background-color: #34A853; /* $green-500 */
  background-image: url('/images/home/contact-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.cloud-section--security {
  background-image: url(/images/home/security-bg.jpg);
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: auto 30%;
  padding-top: 256px;
}

.cloud-section--security .cloud-section {
    background-color: #F8F9FA;
    padding: 72px 32px 60px;
    margin: 0 -16px;
}

#cloud-site .cloud-section--security .cloud-section-header {
  margin-bottom: 24px;
}

.cloud-security-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 340px;
  padding: 40px 0 36px;
}

.cloud-security-badges__badge {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 8px 16px;
}

.cloud-security-badges__logo {
  margin: 0 auto;
  text-align: center;
  width: 48px;
}

.cloud-security-badges__logo img {
  max-height: 52px;
}

.cloud-security-badges__logo--wide {
  width: 72px;
}

.cloud-section-header.cloud-section-header--solutions {
  padding: 0 36px 36px 0;
}

.cloud-card--solution {
  border: 1px solid #eee;
  height: 100%;
  padding: 36px;
  margin: 0 -1px -1px 0;
}

.cloud-card--solution.cloud-card--product {
  padding: 24px 36px 40px;
}

.cloud-card--industry {
  background-color: #FBBC04;
  background-image: url('/images/home/industry-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.cloud-card--solution .cloud-card__eyebrow {
  padding-bottom: 20px;
}

.cloud-card--solution .cloud-card__icon {
  height: 72px;
  margin-bottom: 16px;
  margin-left: -4px;
  padding-top: 0;
  width: 72px;
}

.cloud-card--solution .cloud-card__link:hover {
  text-decoration: none;
}

.cloud-card--solution .cloud-card__link:hover .cloud-card__heading {
  color: #202124;
}

.cloud-card--solution .cloud-card__body {
  flex-grow: 1;
}

.cloud-card--solution .cloud-card__link {
  margin-top: 24px;
}

.cloud-card--story {
  align-items: flex-end;
  border: unset;
  color: unset;
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  min-height: 360px;
  padding: 32px;
}

.cloud-card--story,
.cloud-card--story:hover {
  background-size: cover;
}

.cloud-card--story .cloud-card__eyebrow {
  padding-bottom: 32px;
}

#cloud-site .cloud-card--story:not(.cloud-card--reversed) .cloud-card__eyebrow {
  color: unset;
}

@media only screen and (min-width: 600px) {
  .cloud-section-body,
  .cloud-card__body {
    font-size: 16px;
    line-height: 24px;
  }

  .cloud-hero::before,
  .cloud-hero::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 80%;
    position: absolute;
    top: 0;
    width: 200%;
    z-index: -1;
  }

  .cloud-hero::before {
    background-image: url('/images/home/hero-bg-right.svg');
    background-position: right 0;
    right: -378px;
    top: -61px;
  }

  .cloud-hero::after {
    background-image: url('/images/home/hero-bg-left.svg');
    background-position: left 0;
    left: -382px;
  }

  .cloud-hero::before,
  .cloud-hero::after {
    height: 80%;
  }

  .cloud-hero {
    padding-top: 72px;
  }

  .cloud-section-header {
    padding-bottom: 32px;
  }

  .cloud-section-header__eyebrow + .cloud-section-header__heading {
    padding-top: 24px;
  }

  .cloud-home-sections .cloud-section-events {
    margin-top: 100px;
  }

  .cloud-section-events.next::before,
  .cloud-section-events.next::after {
    background-size: 100%;
  }

  .cloud-section-events.next::before {
    left: -90px;
    top: -154px;
  }

  .cloud-section-events.next::after {
    right: -100px;
    top: -143px;
  }

  .cloud-section-customers__logos::after {
    content: '';
    flex-basis: 100%;
    order: 1;
  }

  .cloud-section-customers__logos li {
    order: 1;
  }

  .cloud-section-customers__logos li:nth-child(n + 5) {
    order: 2;
  }

  .cloud-section-products > .cloud-grid__col:first-child {
    margin-right: -1px;
  }

  .cloud-card--product,
  .cloud-card--story {
    padding: 40px;
  }

  .cloud-card--product {
    min-height: 320px;
  }

  .cloud-card--product .cloud-card__icon {
    height: 48px;
    width: 48px;
  }

  .cloud-card--tall {
    min-height: 520px;
    padding-top: 32px;
  }

  .cloud-section--security {
    background-size: auto 80%;
    padding-top: 412px;
  }

  .cloud-security-badges {
    justify-content: center;
    max-width: none;
  }

  .cloud-section--security .cloud-section {
    margin: 0;
  }

  .cloud-card--story {
    min-height: 400px;
  }

  .cloud-card--align-right {
    justify-content: flex-end;
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) {
  .cloud-hero::before,
  .cloud-hero::after {
    height: 650px;
  }

  .cloud-hero {
    padding-top: 80px;
  }

  .cloud-hero__card {
    padding: 40px 48px;
  }

  .cloud-hero__card .cloud-button__set .cloud-button {
    margin-right: 24px;
  }

  .cloud-card--tall {
    min-height: 560px;
  }

  .cloud-card--product .cloud-card__icon {
    padding-top: 24px;
  }

  .cloud-hero__card--gcp {
    background-size: 60%;
  }

  .cloud-card--product,
  .cloud-card--product.cloud-card--solution {
    padding: 32px 56px 72px;
  }

  .cloud-card--product .cloud-card__heading {
    padding-top: 24px;
  }

  .cloud-section-events.next::before {
    left: -174px;
    top: -154px;
  }

  .cloud-section-events.next::after {
    right: -174px;
    top: -143px;
  }

  .cloud-security-badges__logo {
    width: 80px;
  }

  .cloud-security-badges__logo img{
    max-height: 58px;
  }

  .cloud-card--story {
    margin-bottom: 24px;
    min-height: 480px;
    padding: 48px;
  }

  .cloud-card__arrow {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 1440px) {
  .cloud-section-events.next::before {
    left: -60px;
  }

  .cloud-section-events.next::after {
    right: -60px;
  }
}
