.aios-mobile-header-wrapper {
  display: none !important;
}
.ip-banner {
  display: none;
}
#inner-page-wrapper {
  --fs-16: max(min(calc((16/1600)*100vw), 16px), calc(16px*0.62));
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}
.ip-breadcrumbs {
  max-width: 1142px;
  width: calc((1142/1600)*100%);
  margin: 0 auto;
  font-size: var(--fs-16);
        max-width: 1172px;
    width: calc((1172 / 1600)* 100%);
}
.ip-breadcrumbs .yoast-breadcrumbs {
  margin: 0 auto 1.917em;
  padding-top: 1.917em;
  font-size: 0.75em;
  font-weight: 300;
  font-family: var(--text-font);
  line-height: 0.833em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
    font-size: 12px;
}

.about-header {
  position: relative;
}
.about-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.about-header-bg::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #fff 60%, transparent 120%)
}
.about-header-bg canvas {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale();
  filter: grayscale();
  opacity: 0.15;
}
.about-title {
  padding-top: min(calc((62/1600)*100%), 62px);
  padding-bottom: min(calc((68/1600)*100%), 68px);
}
.about-video {
  font-size: var(--fs-16);
  padding-bottom: 4.688em;
  position: relative;
}
.about-video-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: #000;
  max-height: 574px;
}
.about-video-bg canvas {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.17;
  -webkit-filter: grayscale();
  filter: grayscale();
  max-height: 574px;
}
.about-video a.video {
  position: relative;
  display: block;
  max-width: 1148px;
  width: calc((1148/1600)*100%);
  margin: 0 auto;
  color: #fff;
}
.about-video a.video::before {
  position: absolute;
  content: '';
  right: calc((-10/1148)*100%);
  left: calc((-10/1148)*100%);
  top: calc((-10/636)*100%);
  height: calc((147/636)*100%);
  background: #000;
}
.about-video a.video::after {
  position: absolute;
  content: '';
  bottom: calc((-10/636)*100%);
  right: calc((-10/1148)*100%);
  left: calc((-10/1148)*100%);
  z-index: -1;
  height: calc((509/636)*100%);
  background: #fff;
}
.about-video .video-thumbnail {
  position: relative;
  overflow: hidden;
}
.about-video a.video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: var(--default-transition);
  -webkit-backface-visibility: hidden;
}
.about-video a.video canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.about-video a.video i.play {
  position: absolute;
  width: 6.875em;
  height: 6.875em;
  border: 0.188em solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--default-transition);
  -webkit-backface-visibility: hidden;
}
.about-video a.video i.play::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: -0.75em;
  bottom: 0;
  width: 2.375em;
  height: 3.5em;
  border-style: solid;
  border-width: 1.75em 0px 1.75em 2.375em;
  border-color: transparent transparent transparent currentColor;
  margin: auto;
}
.about-video a.video:hover,
.about-video a.video:focus {
  color: #fff;
}
.about-video a.video:hover img,
.about-video a.video:focus img {
  transform: scale(1.05);
}
.about-video a.video:hover i.play,
.about-video a.video:focus i.play {
  /* transform: translate(-50%, -50%) scale(1.05); */
}
.about-bio {
  /* font-size: var(--fs-16); */
  padding: 6.125em 0 4.375em;
  position: relative;
}
.about-bio-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((691/1600)*100%);
  height: calc((534/1600)*100vw);
  max-height: 534px;
  z-index: -1;
  background: #000;
}
.about-bio-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}
.about-bio .bio {
  width: calc((1148/1600)*100%);
  max-width: 1148px;
  margin: 0 auto;
  display: flex;
}
.bio-desc {
  padding-right: calc((66/1148)*100%);
  padding-top: calc((41/1148)*100%);
  width: calc((619/1148)*100%);
}
.bio-desc p {
  /* font-family: var(--title-font); */
  font-weight: 400;
  font: 1.25em var(--title-font) !important;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  margin-bottom: 1.25em;
  padding-right: 1.85em;
}
.bio-desc p:last-child {
  margin-bottom: 0;
}
.bio-desc .bio-large,
#about-bio .bio .bio-desc p:first-child {
  font-size: 1.25em;
  line-height: 1.296em;
  letter-spacing: 0.025em;
  margin-bottom: 1.333em;
  padding-right: 0;
}
.bio-img {
  margin-right: calc((-162/691)*100%);
  position: relative;
  width: calc((691/1148)*100%);
}
.bio-img img {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 250ms ease;
  display: block;
}
.bio-img canvas {
  width: 100%;
  height: 100%;
  display: block;
}
#about-list{
  display: none;
}
.list {
  width: calc((1148/1600)*100%);
  max-width: 1148px;
  margin: 0 auto;
  height: min(calc((1100/1600)*100vw), 1100px);
  display: flex;
  flex-flow: column wrap;
  font-size: var(--fs-16);
  padding: 6.125em 0 4.813em;
}
.list li {
  font-family: var(--text-font);
  font-weight: 300;
  font-size: 1.063em;
  line-height: 1.471em;
  letter-spacing: 0.05em;
  margin-bottom: 0.765em;
  padding-left: 1.647em;
  margin-left: 1em;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-right: 4.118em;
  width: 31.412em;
  margin-right: 3.059em;
}
.list li::before,
.list li::after {
  position: absolute;
  content: '';
  right: 100%;
  background: currentColor;
}
.list li::before {
  width: 0.412em;
  height: 0.412em;
  margin-top: 0.471em;
  margin-right: 0.294em;
}
.list li::after {
  width: 1em;
  height: 1em;
  background: transparent;
  border: 1px solid currentColor;
  margin-top: 0.176em;
}

#about-marketing {
  padding: max(min(10vw, 50px), 30px) 0 0;
}

.marketing {
  max-width: 1540px;
  width: calc((1540/1600)*100%);
  margin: 0 auto;
  margin-top: 5.188em;
  position: relative;
  font-size: var(--fs-16);
}
.marketing-title.section-title{
  margin: 0 0 40px;
}
.marketing iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0.625em solid #000;
}
.marketing canvas {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1540/900;
}

.about-reviews {
  position: relative;
}
.about-reviews-bg {
  position: absolute;
  top: min(calc((233/1600)*100vw), 233px);
  z-index: -1;
}
.about-reviews-bg::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 1));
}
.about-reviews canvas {
  -webkit-filter: grayscale();
  filter: grayscale();
  opacity: 0.10;
}
.reviews {
  padding-top: min(calc((106/1600)*100%), 106px);
  padding-bottom: min(calc((133/1600)*100%), 133px);
}
.reviews-header {
  display: flex;
  justify-content: space-between;
  max-width: 1148px;
  width: calc((1148/1600)*100%);
  margin: 0 auto;
}
.reviews-img {
  position: relative;
  margin-left: calc((-185/1148)*100%);
}
.reviews-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 250ms ease;  
  display: block;
}
.reviews-img canvas {
  display: block;
  height: 100%;
  width: 100%;
}
.reviews-title {
  padding-right: calc((138/1148)*100%);
  padding-top: calc((196/1148)*100%);
}
.reviews-title h2 {
  /*text-align: left;*/
}
.reviews-list {
  width: calc((871/1600)*100%);
  max-width: 871px;
  margin: 0 auto;
  position: relative;
  margin-top: -12.25em;
  font-size: var(--fs-16);
  z-index: 1;
}
.reviews-list-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
.reviews-list-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  /* height: min(calc((476/1600)*100vw), 476px); */
  height: 100%;
}
.review {
  padding: 4em 8.063em 7.625em;
  color: #fff;
  font-size: var(--fs-16);
}
.review p,
.review span {
  font-family: var(--text-font);
  font-size: 0.938em;
  font-weight: 400;
  line-height: 2.133em;
  letter-spacing: 0.025em;
  text-align: center;
}
.review span {
  margin-top: 2.2em;
  display: block;
}
.reviews-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: var(--fs-16);
}
.reviews-btn .slick-arrow {
  background: none;
  border: none;
  color: #fff;
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 0;
  font-size: 1.375em;
}
.reviews-prev {
  left: 2.727em;
}
.reviews-next {
  right: 2.727em;
}
.reviews-btn.site-btn a {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.077em;
  font-size: 0.813em;
  padding: 1.462em 0;
  max-width: 10.846em;
}
.reviews-btn.site-btn a::after {
  background: #fff;
  z-index: -1;
}
.reviews-btn.site-btn a:hover,
.reviews-btn.site-btn a:focus {
  color: #000;
}

.ftr-connect-wrap {
  margin-top: 0;
}

#about-list ul.list li a {
    display: contents;
}

@media screen and (max-width: 991px) {
  .aios-mobile-header-wrapper {
    display: block !important;
  }
  #inner-page-wrapper {
    --fs-16: max(min(calc((16/1199)*100vw), 16px), calc(16px*0.72));
  }
  .about-video-bg {
    top: calc((95/991)*100vw);
  }
  .about-video a.video,
    .ip-breadcrumbs{
    width: 80%;
  }
  .about-bio .bio {
    flex-direction: column;
  }
  .bio-desc {
    text-align: center;
    padding: 0 0 max(4vw, 40px);
    padding-right: 0;
    width: 100%;
  }
  .bio-img {
    width: 100%;
  }
  .about-bio-bg {
    width: 100%;
  }
  .list {
    flex-direction: column;
    height: 100%;
  }
  .list li {
    width: 100%;
  }
  .marketing {
    width: 100%;
  }
  .marketing canvas {
    min-height: 500px;
  }
  .about-reviews-bg {
    top: 0;
  }
  .reviews-header {
    flex-direction: column-reverse;
  }
  .reviews-title {
    padding: 0 0 max(4vw, 40px);
  }
  .reviews-title h2 {
    text-align: center;
  }
  .reviews-img {
    margin-left: 0;
  }
  .reviews-list {
    margin: 0 auto;
    width: 100%;
  }
  .reviews-list-bg canvas {
    height: 100%;
  }
  .about-header-bg {
    height: calc(100% + 150px);
}
}
@media screen and (max-width: 767px) {
  .ip-breadcrumbs {
    width: 100%;
  }
  #inner-page-wrapper {
    --fs-16: max(min(calc((16/767)*100vw), 16px), calc(16px*0.72));
    margin-bottom: 0;
  }
  .reviews {
    padding-top: max(40px, 4vw);
    padding-bottom: 0;
  }
  .reviews-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .review {
    padding: 4em 4em 7.625em;
  }
  .reviews-btn .slick-arrow {
    width: 50%;
    top: unset;
    bottom: calc(100% + 3em);
  }
  .reviews-btn.site-btn a {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .ip-breadcrumbs {
    font-size: max(15px, 1vw);
    width: 100%;
    padding: 0 15px;
  }
  .about-bio .bio {
    width: 80%;
  }
  .list {
    width: 80%;
  }
  .marketing canvas {
    min-height: 300px;
  }
}