.follow-us-banner {
  width: 100%;
  min-height: 170px;
}
.follow-us-banner .follow-us-banner__main-title .follow-us-banner__title-icon,
.follow-us-banner .follow-us-banner__description .follow-us-banner__title-icon,
.follow-us-banner .follow-us-banner__icon-title-container .follow-us-banner__title-icon {
  width: 40px!important;
  height: 40px;
  margin-right: 10px;
}
.follow-us-banner .follow-us-banner__text-column {
  display: flex;
  flex-direction: row;
  padding: 40px;
  margin-right: -40px;
}
.follow-us-banner .follow-us-banner__text-column .box-copy-container {
  display: flex;
  flex-direction: column;
}
.follow-us-banner .follow-us-banner__text-column .box-copy-container .box-icons-container {
  display: flex;
  margin-bottom: 20px;
}
.follow-us-banner .follow-us-banner__text-column .box-copy-container .box-icons-container .follow-us-banner__icon {
  width: auto!important;
  height: 30px;
  margin-right: 10px;
}
.follow-us-banner .follow-us-banner__text-column .box-text-container {
  display: flex;
  flex-direction: column;
}
.follow-us-banner .follow-us-banner__text-column .box-text-container .follow-us-banner__rating {
  width: 25px;
}
.follow-us-banner .follow-us-banner__text-column .box-text-container .follow-us-banner__rating-icon {
  margin-right: 5px;
  margin-left: 5px;
}
.follow-us-banner .follow-us-banner__text-column .box-icon-container img {
  margin-right: 20px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
}
.follow-us-banner .follow-us-banner__text-column .box-icon-container.smallerIcon img {
  min-width: 86px;
  max-width: 86px;
  min-height: 86px;
  max-height: 86px;
}
.follow-us-banner .follow-us-banner__text-column .follow-us-banner__main-title {
  width: 100%;
  font-weight: 900;
  line-height: 1;
}
.follow-us-banner .follow-us-banner__text-column .follow-us-banner__description {
  width: 100%;
  font-weight: 500;
  line-height: 1.2;
}
.follow-us-banner .follow-us-banner__link-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.follow-us-banner .follow-us-banner__qrcode {
  display: flex;
  flex-direction: column;
  height: max-content;
  padding: 15px;
  margin-right: 40px;
}
.follow-us-banner .follow-us-banner__qrcode .qrcode__text {
  margin: 16px 16px 0 16px;
  display: block;
}
@media screen and (min-width: 767px) {
  .follow-us-banner eon-ui-background.follow-us-banner__qrcode {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}
.qr-code-wrapper {
  border-radius: 8px;
}
.follow-us-box {
  text-align: center;
}
.follow-us-box a.eon-button {
  margin: 20px 0;
}
.follow-us-box .follow-us-text {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.follow-us {
  text-align: center;
  margin: 20px 0;
}
.follow-us-sharebutton {
  display: inline-block;
  vertical-align: top;
}
.follow-us-mediabutton {
  display: inline-block;
  width: calc(100% - 56px);
  margin-bottom: 100px;
}
.follow-us-button {
  margin: 2.5px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.follow-us-secondary-btn {
  margin-right: -55.7px;
  visibility: hidden;
}
.follow-us-secondary-btn.expanded {
  visibility: inherit;
}
@media screen and (min-width: 767px) {
  .follow-us-secondary-btn {
    transition: margin 0.6s, visibility 0s 0.6s;
  }
  .follow-us-secondary-btn.expanded {
    transition: margin 0.6s, visibility 0s 0s;
  }
}
.follow-us .mobileButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .follow-us .mobileButton {
    display: inherit;
  }
}
.follow-us-banner__redirect-page-mode-container .follow-us-banner__redirect-page-mode-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.follow-us-banner__redirect-page-mode-container .follow-us-banner__redirect-page-mode-icon-container .follow-us-banner__redirect-page-mode-icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}
.follow-us-banner__redirect-page-mode-container .follow-us-banner__redirect-page-mode-title {
  line-height: 150%;
  display: flex;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
  justify-content: center;
}
.follow-us-banner__redirect-page-mode-container .follow-us-banner__redirect-page-mode-description {
  display: flex;
  justify-content: center;
}
.follow-us-banner__redirect-page-mode-container .follow-us-banner__redirect-page-mode-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .follow-us-banner .follow-us-banner__text-column .box-icon-container {
    margin-bottom: 20px;
  }
  .follow-us-banner .follow-us-banner__text-column .box-icon-container.disposition-mobile-only {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .follow-us-banner .follow-us-banner__text-column .box-icon-container img {
    margin-right: 20px;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  .follow-us-banner .follow-us-banner__text-column .follow-us-banner__main-title {
    margin-bottom: 0;
  }
  .follow-us-banner .follow-us-banner__link-section .follow-us-banner__social-element-margin-0 {
    margin: 0;
  }
  .follow-us-banner .follow-us-banner__link-section .follow-us-banner__social-element {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0!important;
  }
  .follow-us-banner .follow-us-banner__rating-container {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .mobileButton {
    display: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .follow-us-banner {
    padding: 32px 24px;
  }
  .follow-us-banner__social-element.mob-tab-buttons-container {
    width: 100%;
    padding: 0;
    margin-bottom: 0!important;
  }
  .follow-us-banner__main-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 991px) {
  .follow-us-banner__rating-container {
    margin-top: 30px;
  }
  .follow-us-banner__text-column {
    padding-left: 0;
  }
  .follow-us-banner__main-title {
    margin-bottom: 10px;
  }
  .follow-us-banner__description {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .follow-us-banner__rating-container {
    display: flex;
  }
}
