.bg-fuchsia {
  background-color: #E5077E;
}
.bg-fuchsia p, .bg-fuchsia p strong, .bg-fuchsia ul li {
  color: white;
}

.bg-berry {
  background-color: #9D1460;
}
.bg-berry p, .bg-berry p strong, .bg-berry ul li {
  color: white;
}

.content-rows section:not(.videos, .body-copy) {
  margin-bottom: 78px;
}
.content-rows section:not(.videos, .body-copy):nth-child(2) {
  margin-top: 78px;
}

.content-rows section.body-copy {
  background-color: white;
  padding-top: 78px;
  padding-bottom: 78px;
}

.body-copy .body-copy-inner p {
  text-align: center;
  font-weight: 700;
  font-size: var(--fontSize);
  font-weight: var(--fontWeight);
  letter-spacing: 0.1px;
}

.hero-desktop {
  position: relative;
}
.hero-desktop .page-title {
  position: absolute;
  top: 50%;
  left: 220px;
  transform: translateY(-50%);
  border-radius: 50%;
  max-width: 634px;
  max-height: 634px;
  aspect-ratio: 1/1;
}

.hero-inner img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .hero-desktop {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hero-inner .hero-mobile {
    display: none;
  }
}
@media screen and (max-width: 1820px) {
  .hero-desktop {
    position: relative;
  }
  .hero-desktop .page-title {
    position: absolute;
    top: 50%;
    left: 190px;
    transform: translateY(-50%);
    border-radius: 50%;
    max-width: 534px;
    max-height: 534px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1620px) {
  .hero-desktop .page-title {
    left: 110px;
  }
}
@media screen and (max-width: 1420px) {
  .hero-desktop .page-title {
    max-width: 450px;
    max-width: 450px;
  }
  .hero-desktop .page-title h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1320px) {
  .hero-desktop .page-title {
    max-width: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 1120px) {
  .hero-desktop .page-title {
    left: 90px;
  }
}
@media screen and (max-width: 1020px) {
  .hero-desktop .page-title {
    left: 80px;
    max-width: 350px;
    max-height: 350px;
  }
  .hero-desktop .page-title h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 901px) {
  .hero-desktop .page-title {
    left: 75px;
    max-width: 300px;
    max-height: 300px;
  }
  .hero-desktop .page-title h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 800px) {
  .hero-desktop .page-title {
    left: 70px;
    max-width: 275px;
    max-height: 275px;
  }
  .hero-desktop .page-title h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
.two-col {
  background: #B5D6E3;
}
.two-col .two-col-inner .two-col-bottom .col-left, .two-col .two-col-inner .two-col-bottom .col-right {
  flex: 0 0 47%;
}
.two-col .two-col-inner .two-col-bottom .col-right-inner, .two-col .two-col-inner .two-col-bottom .col-left-inner {
  gap: 15px;
}
.two-col .two-col-inner .two-col-bottom .col-right-inner .sbs-img, .two-col .two-col-inner .two-col-bottom .col-left-inner .sbs-img {
  flex: 0 0 30%;
}

.download {
  padding: 0 20px;
}
.download .download-inner {
  border-radius: 30px;
  padding: 45px;
}
.download .download-inner .col-left p, .download .download-inner .col-left p strong, .download .download-inner .col-right p, .download .download-inner .col-right p strong {
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
}
.download .download-inner .full-width-row {
  width: 100%;
  gap: 60px;
}
.download .download-inner .full-width-row .col-left-img {
  max-width: 190px;
  width: 100%;
}
.download .download-inner .col-left {
  gap: 70px;
  flex: 0 0 55%;
}
.download .download-inner .col-left .col-left-img {
  max-width: 160px;
  width: 100%;
}
.download .download-inner .col-left .col-left-copy {
  border-right: 3px solid white;
  padding-right: 70px;
}
.download .download-inner .col-right {
  padding: 0px 0px 0px 70px;
}
.download .download-inner .col-right .col-right-img {
  max-width: 160px;
  width: 100%;
}
.download .download-inner .download-inner-top {
  border-bottom: 3px solid white;
  padding-bottom: 55px;
}
.download .download-inner .download-inner-bottom {
  padding-top: 55px;
}
.download .download-inner .download-inner-bottom p, .download .download-inner .download-inner-bottom p strong {
  color: white;
  font-size: var(--fontSize);
  font-weight: var(--fontWeight);
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
}
.download .download-inner .download-inner-bottom p strong {
  font-weight: 700;
}
.download .download-inner .download-inner-bottom ul li, .download .download-inner .download-inner-bottom li i, .download .download-inner .download-inner-bottom li a {
  color: white;
  font-family: "proxima-nova", sans-serif;
}
.download .download-inner .download-inner-bottom ul li:not(:last-child), .download .download-inner .download-inner-bottom li i:not(:last-child), .download .download-inner .download-inner-bottom li a:not(:last-child) {
  padding-bottom: 10px;
}
.download .download-inner .download-inner-bottom-left {
  flex: 0 0 28%;
}
.download .download-inner .download-inner-bottom-middle {
  flex: 0 0 46%;
}
.download .download-inner .download-inner-bottom-right {
  flex: 0 0 13%;
}

@media screen and (max-width: 991px) {
  .download .download-inner-top {
    padding-bottom: 0;
  }
  .download .download-inner-top .col-left {
    border-bottom: 3px solid white;
    padding-bottom: 55px;
  }
  .download .download-inner-top .col-left .col-left-copy {
    padding-right: 0;
    border-right: unset;
  }
  .download .download-inner-top .col-right {
    padding: 55px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .download-inner-bottom-right {
    max-width: 200px;
  }
}
.quote.bg-purple {
  background-color: #622469;
}
.quote.bg-purple .quote-inner:before {
  content: url(img/quote-start.svg);
  position: absolute;
  top: -30px;
  left: 3px;
}
.quote.bg-purple .quote-inner:after {
  content: url(img/quote-end.svg);
  position: absolute;
  bottom: -30px;
  right: 3px;
}

.quote.bg-pink {
  background-color: #EE7AA8;
}
.quote.bg-pink .quote-inner:before {
  content: url(img/quote-start-purple.svg);
  position: absolute;
  top: -30px;
  left: 3px;
}
.quote.bg-pink .quote-inner:after {
  content: url(img/quote-end-purple.svg);
  position: absolute;
  bottom: -30px;
  right: 3px;
}

.quote .quote-inner {
  padding: 70px;
  border-radius: 30px;
  gap: 70px;
  position: relative;
}
.quote .quote-inner .quote-left {
  max-width: 300px;
  width: 100%;
}
.quote .quote-inner .quote-right {
  flex: 0 0 70%;
}
.quote .quote-inner p {
  color: white;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 51.3px;
  letter-spacing: 0.57px;
}
.quote .quote-inner .p-small {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .quote .quote-inner {
    padding: 70px 20px;
  }
  .quote .quote-inner p {
    font-size: 28px;
    line-height: 36px;
  }
  .quote .quote-inner .p-small {
    line-height: 22px;
  }
}
.full-width-download {
  font-family: "proxima-nova", sans-serif;
  padding: 0 20px;
}
.full-width-download .full-width-download-inner {
  padding: 70px 45px 70px 70px;
  gap: 60px;
  background-color: #9D1460;
  border-radius: 30px;
}
.full-width-download .full-width-download-inner .full-width-download-left {
  max-width: 190px;
  width: 100%;
}
.full-width-download .full-width-download-inner .full-width-download-right {
  width: 100%;
}
.full-width-download .full-width-download-inner p {
  font-size: var(--fontSize);
  font-weight: var(--fontWeight);
}
.full-width-download .full-width-download-inner p strong {
  font-size: var(--fontSize);
  font-weight: var(--fontWeight);
}
.full-width-download .full-width-download-inner li, .full-width-download .full-width-download-inner i {
  font-size: 24px;
  margin-bottom: 10px;
}
.full-width-download .full-width-download-inner p, .full-width-download .full-width-download-inner li, .full-width-download .full-width-download-inner i {
  color: white;
  line-height: 33px;
}
.full-width-download .full-width-download-inner p strong, .full-width-download .full-width-download-inner li strong, .full-width-download .full-width-download-inner i strong {
  line-height: 33px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .full-width-download .full-width-download-inner {
    padding: 70px 20px;
  }
}
.videos {
  background-color: #EA5B13;
}
.videos h3, .videos p {
  color: white;
}
.videos .videos-inner {
  padding: 70px;
}
.videos .videos-inner .video-iframes {
  gap: 40px;
}
.videos .videos-inner .video-iframes img {
  border-radius: 30px;
}
.videos .video-iframes {
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.videos .video-iframes .video {
  flex: 0 0 30%;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}
.videos .video-iframes .video:active, .videos .video-iframes .video:focus {
  box-shadow: none;
}
.videos .video-iframes .video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  transition: width, height, 250ms ease-in-out;
}
.videos .video-iframes .video:hover .play-btn {
  transition: width, height, 250ms ease-in-out;
  width: 75px;
  height: 75px;
}

.modal-dialog {
  max-width: 1000px !important;
  padding: 0 20px;
}
.modal-dialog .modal-header {
  border-bottom: 0;
}
.modal-dialog .btn-close span {
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  .videos .videos-inner .video-iframes .video {
    flex: 0 0 47%;
  }
}
@media screen and (max-width: 768px) {
  section.videos .videos-inner {
    padding: 70px 20px;
  }
  .video-iframes {
    flex: 0 0 100%;
    gap: 45px;
  }
}
footer {
  font-family: "proxima-nova", sans-serif;
  background-color: white;
}

footer .footer-inner {
  gap: 20px;
}

footer .footer-inner .logo {
  max-width: 350px;
  margin-bottom: 10px;
}

footer .footer-inner p {
  margin-bottom: 0;
}
footer .footer-inner .links {
  gap: 25px;
}
footer .footer-inner .links ul {
  gap: 25px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

footer .footer-inner .links ul a {
  color: black;
  text-decoration: none;
  padding: 0;
  text-transform: 150ms all linear;
}
footer .footer-inner .links ul a:hover {
  text-decoration: underline;
  text-transform: 150ms all linear;
}

@media screen and (max-width: 768px) {
  footer .footer-inner .links {
    flex-direction: column;
  }
  footer .footer-inner .links ul {
    flex-direction: column !important;
  }
  footer .footer-inner .links p {
    text-align: center;
  }
}