.ginger-page-accessibility {
  background: linear-gradient(80.46deg, rgba(32, 179, 200, 0.18) 38.1%, rgba(0, 148, 234, 0.18) 111.16%);
}
.ginger-bn__accessibility.block-2 {
  background: #FFFFFF;
}
.ginger-bn__accessibility.block-3 {
  background: #F6FBFF;
}
.ginger-bn__accessibility.block-4 {
  background: #F6FBFF;
}
.ginger-bn__accessibility.block-5 {
  background: #3D4773 url("../../images/pages/accessibility-page/circles-background.svg") no-repeat right;
}
.ginger-bn__accessibility {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 32px;
  overflow: hidden;
}
.ginger-bn__accessibility__top-container {
  width: 100%;
  max-width: 1180px;
  padding: 130px 0 40px 0;
  display: flex;
  flex-direction: row;
}
.ginger-bn__accessibility__top-container__description {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.ginger-bn__accessibility__top-container__description__text {
  max-width: 658px;
  display: flex;
  flex-direction: column;
  color: #000000;
  font-style: normal;
}
.ginger-bn__accessibility__top-container__description__text__heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
  z-index: 5;
}
.ginger-bn__accessibility__top-container__description__text__heading span {
  font-weight: 700;
  background: linear-gradient(90deg, #178FD5 56.6%, #14CCC1 104.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.ginger-bn__accessibility__top-container__description__text__secondary-text {
  margin-top: 40px;
  max-width: 614px;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #677889;
  z-index: 5;
}
.ginger-bn__accessibility__top-container__description__text__secondary-text b {
  font-weight: bold;
}
.ginger-bn__accessibility__top-container__description__text__buttons {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-top: 50px;
}
.ginger-bn__accessibility__top-container__description__text__buttons__left,
.ginger-bn__accessibility__top-container__description__text__buttons__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  padding: 17px 0;
  transition: 0.3s;
  letter-spacing: 0.4px;
}
.ginger-bn__accessibility__top-container__description__text__buttons__left:hover,
.ginger-bn__accessibility__top-container__description__text__buttons__right:hover {
  text-decoration: none;
  opacity: 0.7;
}
.ginger-bn__accessibility__top-container__description__text__buttons__left {
  box-sizing: border-box;
  background: #13AABF;
  color: #FFFFFF;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}
.ginger-bn__accessibility__top-container__description__text__buttons__left:hover {
  color: #FFFFFF;
}
.ginger-bn__accessibility__top-container__description__text__buttons__right {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #13AABF;
  border-radius: 6px;
  margin-left: 20px;
  font-weight: 700;
  cursor: pointer;
}
.ginger-bn__accessibility__top-container__description__text__buttons__right:hover {
  color: #13AABF;
}
.ginger-bn__accessibility__top-container__description__picture {
  margin-top: -128px;
  margin-right: -50px;
}
.ginger-bn__accessibility__top-container__description__picture img {
  width: 100%;
  max-width: 536px;
}
.ginger-bn__accessibility__top-container__description__picture_half {
  right: 0;
  display: none;
}
.ginger-bn__accessibility__tech-tool {
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 90px 0 70px 0;
}
.ginger-bn__accessibility__tech-tool__title {
  color: #000000;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 42px;
  line-height: 50.4px;
  margin: 0;
}
.ginger-bn__accessibility__tech-tool__subtitle {
  max-width: 978px;
  text-align: center;
  margin: 20px 0 60px 0;
  color: #677889;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
}
.ginger-bn__accessibility__tech-tool__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 84px;
}
.ginger-bn__accessibility__tech-tool__accordion,
.ginger-bn__accessibility__tech-tool__illustration {
  width: 50%;
}
.ginger-bn__accessibility__tech-tool__illustration {
  display: flex;
  position: relative;
}
.ginger-bn__accessibility__tech-tool__illustration > img {
  width: 100%;
  z-index: 5;
}
.ginger-bn__accessibility__tech-tool__illustration_2,
.ginger-bn__accessibility__tech-tool__illustration_3,
.ginger-bn__accessibility__tech-tool__illustration_4 {
  display: none;
}
.ginger-bn__accessibility__tech-tool__illustration_thin {
  display: none;
}
.ginger-bn__accessibility__tech-tool__accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ginger-bn__accessibility__tech-tool__accordion__card {
  width: 100%;
  box-sizing: border-box;
  max-width: 548px;
  z-index: 5;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}
.ginger-bn__accessibility__tech-tool__accordion__card:hover {
  transform: scale(1.05);
}
.ginger-bn__accessibility__tech-tool__accordion__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.ginger-bn__accessibility__tech-tool__accordion__title {
  color: #22223D;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: -4px 0;
  transition: all 0.3s;
  cursor: pointer;
}
.ginger-bn__accessibility__tech-tool__accordion__title__icon {
  margin-right: 15px;
}
.ginger-bn__accessibility__tech-tool__accordion__title__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-right: 30px;
}
.ginger-bn__accessibility__tech-tool__accordion__title__text_rephraser {
  color: #A357D9;
}
.ginger-bn__accessibility__tech-tool__accordion__title:hover .ginger-bn__accessibility__tech-tool__accordion__title__text {
  text-shadow: 0 0 0 currentColor;
}
.ginger-bn__accessibility__tech-tool__accordion__plus {
  position: absolute;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  transition: 0.3s;
}
.ginger-bn__accessibility__tech-tool__accordion__content {
  display: none;
  color: #22223D;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-left: 55px;
  margin-right: 30px;
}
.ginger-bn__accessibility__tech-tool__accordion__input:checked ~ .ginger-bn__accessibility__tech-tool__accordion__title > .ginger-bn__accessibility__tech-tool__accordion__title__text {
  font-family: Roboto, sans-serif;
  color: #13AABF;
  margin-right: 0;
}
.ginger-bn__accessibility__tech-tool__accordion__input:checked ~ .ginger-bn__accessibility__tech-tool__accordion__title > .ginger-bn__accessibility__tech-tool__accordion__title__text_rephraser {
  font-family: Roboto, sans-serif;
  color: #A357D9;
  margin-right: 0;
}
.ginger-bn__accessibility__tech-tool__accordion__input:checked ~ .ginger-bn__accessibility__tech-tool__accordion__title > .ginger-bn__accessibility__tech-tool__accordion__plus {
  display: none;
}
.ginger-bn__accessibility__tech-tool__accordion__input:checked ~ .ginger-bn__accessibility__tech-tool__accordion__content {
  margin-top: 15px;
  display: flex;
}
.ginger-bn__accessibility__writing-easy {
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 90px 0 34px 0;
}
.ginger-bn__accessibility__writing-easy__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ginger-bn__accessibility__writing-easy__title {
  width: 100%;
  color: #22223D;
  font-weight: 700;
  font-size: 46px;
  line-height: 170%;
  text-align: center;
  margin: 0;
}
.ginger-bn__accessibility__writing-easy__title span {
  font-weight: 700;
  background: linear-gradient(90deg, #178FD5 56.6%, #14CCC1 104.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ginger-bn__accessibility__writing-easy__title span > span {
  white-space: nowrap;
}
.ginger-bn__accessibility__writing-easy__subtitle {
  color: #677889;
  text-align: center;
  max-width: 978px;
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  margin: 20px 0 30px 0;
}
.ginger-bn__accessibility__writing-easy__block {
  border-radius: 12px;
  width: 50%;
  flex-basis: 47%;
  margin-bottom: 40px;
}
.ginger-bn__accessibility__writing-easy__block__img {
  width: 100%;
}
.ginger-bn__accessibility__writing-easy__block__text h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #22223D;
  margin: 20px 0;
  display: block;
}
.ginger-bn__accessibility__writing-easy__block__text span {
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  color: #22223D;
  display: block;
}
.ginger-bn__accessibility__writing-easy__block__text__anchor {
  display: flex;
  align-items: center;
  color: #13AABF;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  margin: 8px 0 33px 0;
  transition: 0.3s;
}
.ginger-bn__accessibility__writing-easy__block__text__anchor svg {
  margin-left: 6px;
}
.ginger-bn__accessibility__writing-easy__block__text__anchor:hover {
  text-decoration: none;
  opacity: 0.7;
}
.ginger-bn__accessibility__scalable-writing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
  padding: 90px 0;
  min-height: 678px;
}
.ginger-bn__accessibility__scalable-writing__title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 46px;
  line-height: 55.2px;
  color: #22223D;
  margin: 0;
}
.ginger-bn__accessibility__scalable-writing__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin: 20px 0 40px 0;
  color: #677889;
}
.ginger-bn__accessibility__scalable-writing__title,
.ginger-bn__accessibility__scalable-writing__subtitle {
  max-width: 978px;
}
.ginger-bn__accessibility__scalable-writing__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  background: #FFFFFF;
  margin: 30px 0 0 0;
  max-width: 1180px;
  box-shadow: 0 15px 40px rgba(109, 129, 150, 0.15);
  border-radius: 24px;
}
.ginger-bn__accessibility__scalable-writing__block {
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ginger-bn__accessibility__scalable-writing__block_shadow-1 {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-image: linear-gradient(to right bottom, #FFFFFF, transparent 50%, rgba(109, 129, 150, 0.3));
  border-image-slice: 1;
}
.ginger-bn__accessibility__scalable-writing__block_shadow-2 {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(109, 129, 150, 0.3), transparent 100%, #FFFFFF);
  border-image-slice: 1;
}
.ginger-bn__accessibility__scalable-writing__block_shadow-3 {
  border-right: 1px solid transparent;
  border-image: linear-gradient(to bottom, rgba(109, 129, 150, 0.3) 0% 40%, transparent 100%, #FFFFFF);
  border-image-slice: 1;
}
.ginger-bn__accessibility__scalable-writing__block_safari-shadow-1 {
  border-right: 1px solid rgba(109, 129, 150, 0.1);
  border-bottom: 1px solid rgba(109, 129, 150, 0.1);
}
.ginger-bn__accessibility__scalable-writing__block_safari-shadow-2 {
  border-bottom: 1px solid rgba(109, 129, 150, 0.1);
}
.ginger-bn__accessibility__scalable-writing__block_safari-shadow-3 {
  border-right: 1px solid rgba(109, 129, 150, 0.1);
}
.ginger-bn__accessibility__scalable-writing__block__text__heading {
  display: flex;
  align-items: center;
}
.ginger-bn__accessibility__scalable-writing__block__text__heading_icon {
  margin-right: 30px;
}
.ginger-bn__accessibility__scalable-writing__block__text__heading h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #22223D;
  display: block;
}
.ginger-bn__accessibility__scalable-writing__block__text span {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #22223D;
  display: block;
}
.ginger-bn__accessibility__scalable-writing__block__text__anchor {
  display: flex;
  align-items: center;
  color: #13AABF;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
  transition: 0.3s;
}
.ginger-bn__accessibility__scalable-writing__block__text__anchor svg {
  margin-left: 6px;
}
.ginger-bn__accessibility__scalable-writing__block__text__anchor:hover {
  text-decoration: none;
  opacity: 0.7;
}
.ginger-bn__accessibility__cta {
  width: 100%;
  max-width: 1180px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
}
.ginger-bn__accessibility__cta__title {
  width: 50%;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
}
.ginger-bn__accessibility__cta__title > span {
  font-weight: 700;
  background: linear-gradient(90deg, #178FD5 56.6%, #14CCC1 104.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.ginger-bn__accessibility__cta__buttons {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.ginger-bn__accessibility__cta__buttons__left,
.ginger-bn__accessibility__cta__buttons__right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 30%;
  min-width: 211px;
  transition: 0.3s;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.ginger-bn__accessibility__cta__buttons__left:hover,
.ginger-bn__accessibility__cta__buttons__right:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #FFFFFF;
}
.ginger-bn__accessibility__cta__buttons__left {
  background: #13AABF;
  border-radius: 6px;
  color: #FFFFFF;
  box-sizing: border-box;
  cursor: pointer;
}
.ginger-bn__accessibility__cta__buttons__right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  color: #FFFFFF;
  box-sizing: border-box;
  margin-left: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1240px) {
  .ginger-bn__accessibility.block-1 {
    position: relative;
  }
  .ginger-bn__accessibility__top-container {
    padding: 180px 0 200px 0;
  }
  .ginger-bn__accessibility__top-container__description__picture {
    display: none;
  }
  .ginger-bn__accessibility__top-container__description__picture_half {
    display: flex;
    position: absolute;
    top: 0;
  }
  .ginger-bn__accessibility__top-container__description__picture_half > img {
    width: 30vw;
    max-width: 400px;
  }
}
@media only screen and (min-width: 901px) {
  .ginger-bn__accessibility__scalable-writing__block {
    height: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .ginger-bn__accessibility.block-5 {
    background: #3D4773 url("../../images/pages/accessibility-page/circles-background-tablet.svg") no-repeat right;
  }
  .ginger-bn__accessibility__top-container {
    padding: 111px 0 130px 0;
  }
  .ginger-bn__accessibility__top-container__description__picture img {
    max-width: 380px;
    margin-top: 0 !important;
  }
  .ginger-bn__accessibility__top-container__description__text__heading {
    font-size: 46px;
    line-height: 130%;
  }
  .ginger-bn__accessibility__top-container__description__text__secondary-text {
    max-width: 500px;
  }
  .ginger-bn__accessibility__top-container__description__text__buttons a {
    width: 238px;
  }
  .ginger-bn__accessibility__top-container__description__text__buttons__right {
    margin-left: 25px;
  }
  .ginger-bn__accessibility__tech-tool__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
  }
  .ginger-bn__accessibility__tech-tool__container {
    column-gap: 30px;
  }
  .ginger-bn__accessibility__tech-tool__illustration:after {
    width: 83%;
  }
  .ginger-bn__accessibility__tech-tool__illustration_3:after {
    width: 75%;
  }
  .ginger-bn__accessibility__tech-tool__illustration_big {
    display: none;
  }
  .ginger-bn__accessibility__tech-tool__illustration_thin {
    display: flex;
  }
  .ginger-bn__accessibility__writing-easy {
    padding: 120px 0;
  }
  .ginger-bn__accessibility__writing-easy__title {
    font-weight: 700;
    font-size: 34px;
  }
  .ginger-bn__accessibility__scalable-writing {
    padding: 100px 0;
  }
  .ginger-bn__accessibility__scalable-writing__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
  }
  .ginger-bn__accessibility__scalable-writing__subtitle {
    margin-bottom: 73px;
    text-align: center;
  }
  .ginger-bn__accessibility__scalable-writing__block {
    flex-basis: 100%;
    padding: 34px 50px 40px 34px;
  }
  .ginger-bn__accessibility__scalable-writing__block_shadow-1,
  .ginger-bn__accessibility__scalable-writing__block_shadow-2,
  .ginger-bn__accessibility__scalable-writing__block_shadow-3 {
    border-right: none;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right bottom, #FFFFFF, transparent 50%, rgba(109, 129, 150, 0.3));
    border-image-slice: 1;
  }
  .ginger-bn__accessibility__scalable-writing__block_safari-shadow-1,
  .ginger-bn__accessibility__scalable-writing__block_safari-shadow-2,
  .ginger-bn__accessibility__scalable-writing__block_safari-shadow-3 {
    border: none;
    border-bottom: 1px solid rgba(109, 129, 150, 0.1);
  }
  .ginger-bn__accessibility__scalable-writing__block__text__heading h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .ginger-bn__accessibility__scalable-writing__block__text > span {
    font-size: 17px;
    line-height: 170%;
    margin: 20px 0 0 90px;
  }
  .ginger-bn__accessibility__scalable-writing__block__text > a {
    margin-left: 90px;
  }
  .ginger-bn__accessibility__scalable-writing__container {
    padding: 0;
  }
  .ginger-bn__accessibility__scalable-writing__container__left-block {
    padding-right: 31px;
  }
  .ginger-bn__accessibility__cta {
    flex-direction: column;
    height: 407px;
  }
  .ginger-bn__accessibility__cta__title {
    width: 100%;
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 64px;
  }
  .ginger-bn__accessibility__cta__buttons {
    width: 100%;
    justify-content: center;
  }
  .ginger-bn__accessibility__cta__buttons__left,
  .ginger-bn__accessibility__cta__buttons__right {
    min-width: 270px;
  }
}
@media only screen and (max-width: 599px) {
  .ginger-bn__accessibility__top-container__description__picture_half {
    display: none;
  }
  .ginger-bn__accessibility.block-1 {
    display: flex !important;
  }
  .ginger-bn__accessibility {
    padding: 0 16px;
  }
  .ginger-bn__accessibility__top-container {
    width: 100%;
  }
  .ginger-bn__accessibility__top-container__description__text {
    width: 100%;
  }
  .ginger-bn__accessibility__top-container__description__text__buttons {
    flex-direction: column;
    margin-top: 60px;
  }
  .ginger-bn__accessibility__top-container__description__text__buttons__right {
    margin-left: 0;
    margin-top: 24px;
  }
  .ginger-bn__accessibility__top-container__description__text__buttons__right,
  .ginger-bn__accessibility__top-container__description__text__buttons__left {
    width: 100% !important;
  }
  .ginger-bn__accessibility__tech-tool {
    padding: 74px 0;
  }
  .ginger-bn__accessibility__tech-tool__title {
    text-align: left;
    font-size: 26px;
  }
  .ginger-bn__accessibility__tech-tool__subtitle {
    text-align: left;
    font-size: 17px;
  }
  .ginger-bn__accessibility__tech-tool__illustration {
    display: none !important;
  }
  .ginger-bn__accessibility__tech-tool__illustration_thin {
    display: none;
  }
  .ginger-bn__accessibility__tech-tool__accordion {
    width: 100%;
  }
  .ginger-bn__accessibility__tech-tool__accordion__content {
    margin-left: 0;
    margin-right: 0;
  }
  .ginger-bn__accessibility__writing-easy {
    padding: 70px 0;
  }
  .ginger-bn__accessibility__writing-easy__title {
    font-size: 26px;
    margin-bottom: 21px;
  }
  .ginger-bn__accessibility__writing-easy__subtitle {
    font-size: 17px;
    margin: 0 0 40px 0;
  }
  .ginger-bn__accessibility__writing-easy__title,
  .ginger-bn__accessibility__writing-easy__subtitle {
    text-align: left;
  }
  .ginger-bn__accessibility__writing-easy__block {
    flex-basis: 100%;
  }
  .ginger-bn__accessibility__writing-easy__block__text__anchor {
    margin-bottom: 0;
  }
  .ginger-bn__accessibility__scalable-writing__title {
    text-align: left;
    font-size: 26px;
    margin-bottom: 21px;
    line-height: 120%;
  }
  .ginger-bn__accessibility__scalable-writing__subtitle {
    text-align: left;
    margin: 0 0 40px 0;
  }
  .ginger-bn__accessibility__scalable-writing__block {
    padding: 24px 24px 34px 24px;
  }
  .ginger-bn__accessibility__scalable-writing__block__text > span {
    margin: 24px 0 0 0;
  }
  .ginger-bn__accessibility__scalable-writing__block__text > a {
    margin: 14px 0 0 0;
  }
  .ginger-bn__accessibility__cta__title {
    font-size: 26px;
    text-align: left;
  }
  .ginger-bn__accessibility__cta__buttons {
    flex-direction: column;
  }
  .ginger-bn__accessibility__cta__buttons__left {
    width: 100%;
  }
  .ginger-bn__accessibility__cta__buttons__right {
    width: 100%;
    margin: 24px 0 0 0;
  }
}
@media only screen and (max-width: 400px) {
  .ginger-bn__accessibility.block-5 {
    background: #3D4773 url("../../images/pages/accessibility-page/circles-background-phone.svg") no-repeat right;
  }
  .ginger-bn__accessibility {
    overflow-x: hidden;
  }
  .ginger-bn__accessibility__top-container {
    padding: 100px 0 74px 0;
  }
  .ginger-bn__accessibility__top-container__description__picture,
  .ginger-bn__accessibility__top-container__stats {
    display: none;
  }
  .ginger-bn__accessibility__top-container__description__text__heading {
    font-size: 40px;
    line-height: 130%;
  }
  .ginger-bn__accessibility__tech-tool__accordion__title__icon {
    width: 34px;
  }
  .ginger-bn__accessibility__writing-easy__block__text > h2 {
    margin-top: 36px;
  }
  .ginger-bn__accessibility__writing-easy__block__text > span {
    margin-top: 8px;
  }
  .ginger-bn__accessibility__scalable-writing {
    padding: 74px 0;
  }
  .ginger-bn__accessibility__scalable-writing__container {
    margin: 0;
  }
  .ginger-bn__accessibility__scalable-writing__block__text__heading_icon {
    width: 50px;
  }
  .ginger-bn__accessibility__scalable-writing__block__text__heading > h2 {
    font-size: 20px;
  }
  .ginger-bn__accessibility__scalable-writing__block__text__anchor > svg {
    display: none;
  }
}
/*# sourceMappingURL=accessibility-page.css.map */