@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.container {
  max-width: 1080px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#parapro-logo {
  max-width: 152px;
  -o-object-fit: contain;
     object-fit: contain;
}

#thoughtleader-logo {
  max-width: 336px;
  -o-object-fit: contain;
     object-fit: contain;
}

.events {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .events {
    flex-direction: row;
  }
}
.events .event {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 20px;
  color: white;
}
.events .event h3 {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.callout {
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center;
  background-image: linear-gradient(to right, #412D5D, #D52B1E);
}

.articles {
  background: transparent;
}
.articles .articles-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
@media (min-width: 640px) {
  .articles .articles-list {
    flex-direction: row;
  }
}
.articles .articles-list .article {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: content-box;
}
.articles .articles-list .article a {
  display: flex;
}
.articles .articles-list .article img {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 640px) {
  .articles .articles-list .article img {
    margin-left: 0;
  }
}
.articles .articles-list .article p {
  color: #747678;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.38888889;
}
.articles .articles-list .article p a {
  color: #747678;
  text-decoration: none;
}
@media (min-width: 640px) {
  .articles .articles-list .article {
    width: 25%;
  }
}

.access-form {
  max-width: 405px;
  margin: 0 auto;
}
.access-form h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 1rem 0;
  color: #412D5D;
}
.access-form p {
  font-size: 12px;
  color: #747678;
  margin-bottom: 1rem;
}
.access-form label {
  display: none;
}
.access-form .form-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 640px) {
  .access-form .form-row {
    flex-direction: row;
  }
}
.access-form fieldset {
  border: none;
  padding: 0;
  margin: 8px;
  width: 100%;
}
.access-form input[type=text], .access-form input[type=email], .access-form input[type=tel], .access-form textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #C3C3C3;
  padding: 10px 20px;
}
.access-form input[type=text]:focus, .access-form input[type=email]:focus, .access-form input[type=tel]:focus, .access-form textarea:focus {
  border: 1px solid #000;
}
.access-form textarea {
  width: 100%;
  resize: none;
}

.submit-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  border-radius: 7px;
  background-color: #00B2A9;
  color: #fff;
  padding: 15px 30px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: bold;
  size: 17px;
}
.submit-button span {
  margin: auto;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  font-size: 16px;
}

.privacy-notice {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #747678;
}
.privacy-notice a {
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
}

.ajax-confirm,
.ajax-error {
  display: none;
}
.ajax-confirm h2,
.ajax-error h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 1rem 0;
  color: #412D5D;
}
.ajax-confirm p,
.ajax-error p {
  font-size: 12px;
  color: #747678;
  margin-bottom: 1rem;
}

input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=text].error,
textarea.error {
  border: 1px solid #ee212e;
}

label.error {
  color: #ee212e;
  display: none !important;
}

.wistia_responsive_padding {
  margin-top: 30px;
}

.experts h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 35px;
  color: #412D5D;
}
@media (min-width: 640px) {
  .experts h2 {
    text-align: center;
  }
}
.experts .expert-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  flex-direction: column;
}
@media (min-width: 640px) {
  .experts .expert-list {
    flex-direction: row;
    align-items: center;
  }
}
.experts .expert {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
}
.experts .expert h3 {
  font-size: 24px;
  color: #412D5D;
  font-weight: 600;
  max-width: 317px;
  margin-top: 21px;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .experts .expert h3 {
    text-align: left;
  }
}
.experts .expert p {
  font-size: 1.125rem;
  line-height: 1.38888889;
  max-width: 317px;
  margin-top: 2px;
  padding-top: 0 !important;
  color: #747678;
  text-align: center;
}
@media (min-width: 768px) {
  .experts .expert p {
    text-align: left;
  }
}
.experts .expert img {
  width: 100%;
  max-width: 264px;
  max-height: 314px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .experts .expert img {
    margin-left: 0;
    margin-right: 0;
  }
}

.card {
  width: 300px;
  height: 300px;
  -webkit-perspective: 500px;
          perspective: 500px;
  margin-bottom: 12px;
}

.card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.card:hover .card-content {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
}

.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: flex;
}

.red {
  background-image: linear-gradient(#E71618, #8D0000);
}

.purple {
  background-image: linear-gradient(#412D5D, #0D0913);
}

.blue {
  background-image: linear-gradient(#00B2A9, #412D5D);
}

.swiper-slide {
  font-size: 4.375rem !important;
  line-height: 1.27272727 !important;
  display: flex !important;
  flex-grow: 1 !important;
  padding: 30px !important;
  width: 80vw !important;
  height: 100% !important;
  min-height: 180px !important;
  margin: 0 6px;
  opacity: 0.3;
  transition: opacity 0.25s ease-in-out;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .swiper-slide {
    min-height: 130px !important;
  }
}
@media (min-width: 1025px) {
  .swiper-slide {
    min-height: 100px !important;
  }
}
.swiper-slide.slick-active {
  opacity: 1;
}
.swiper-slide p {
  font-size: 1.375rem;
  line-height: 1.27272727;
  color: #fff !important;
  margin: auto !important;
  padding: 0 !important;
}

@media (min-width: 640px) {
  .swiper-slide {
    max-width: 40vw !important;
  }
}
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
}

.swiper-pagination {
  position: absolute;
  bottom: 0;
}

.announcement {
  background-color: #FD0000;
  color: white;
  width: 100%;
  padding: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.announcement a {
  text-decoration: underline;
  cursor: pointer;
  color: white;
}

header {
  background-color: white;
  padding: 20px;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
header .container {
  padding: 20px 10px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .container {
    flex-direction: column;
  }
}
header .logos {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  header .logos {
    flex-direction: row;
  }
  header .logos :first-child {
    border-right: 1px solid #DEDEDE;
  }
}
@media (min-width: 768px) {
  header .logos {
    margin-bottom: 0;
  }
}
header .logos .logo {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin: auto;
}
@media (min-width: 640px) {
  header .logos #parapro-logo {
    max-width: 152px;
  }
}
header .logos #tlai-logo {
  width: 75%;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  header .logos #tlai-logo {
    max-width: 336px;
    margin-bottom: 0;
  }
}
header .cta {
  margin: auto;
}
header .cta button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  border-radius: 7px;
  background-color: #00B2A9;
  color: #fff;
  padding: 11px 18px;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  header .cta button {
    margin-right: 0;
  }
}
header .cta button svg {
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
header .cta button span {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  font-size: 16px;
}

.banner {
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.banner p {
  font-size: 1.375rem;
  line-height: 1.38888889;
}
@media (min-width: 768px) {
  .banner p {
    font-size: 1.375rem;
  }
}
.banner h1 {
  color: #fff;
  font-size: 2.0625rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .banner h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1025px) {
  .banner h1 {
    font-size: 4.0625rem;
  }
}
.banner h1 + p {
  margin-top: 0;
}
.banner h1 span {
  display: block;
  color: #00B2A9;
}
.banner h1 .eyebrow {
  display: block;
  color: #fff;
  font-size: 0.46153846em;
}
.banner .container {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .banner .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.banner .content {
  width: 100%;
  z-index: 1;
  padding: 50px 0;
}
@media screen and (min-width: 900px) {
  .banner .content {
    max-width: 650px;
    width: 63%;
  }
}
.banner .content a:hover {
  cursor: pointer;
}
.banner .video-cta {
  display: flex;
  float: right;
  flex-direction: column;
  margin-top: 60px;
  padding-bottom: 70px;
  width: 60%;
}
@media (min-width: 768px) {
  .banner .video-cta {
    margin-top: 100px;
  }
}
@media (min-width: 1025px) {
  .banner .video-cta {
    margin-top: 30px;
  }
}
@media screen and (min-width: 900px) {
  .banner .video-cta {
    flex-direction: row;
    float: none;
    align-items: center;
    width: 100%;
  }
}
.banner .video-cta .thumbnail {
  position: relative;
}
.banner .video-cta .thumbnail img {
  width: 100%;
  max-width: 450px;
}
.banner .video-cta .thumbnail .play {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner .video-cta .thumbnail .play p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
}
@media (min-width: 640px) {
  .banner .video-cta .thumbnail .play p {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .banner .video-cta .thumbnail .play p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .banner .video-cta .thumbnail .play p {
    font-size: 2rem;
  }
}
.banner .video-cta .thumbnail .play img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.banner .video-loop {
  width: 35%;
  margin-top: -300px;
  z-index: 0;
}
@media (min-width: 640px) {
  .banner .video-loop {
    margin-top: -400px;
  }
}
@media (min-width: 768px) {
  .banner .video-loop {
    margin-top: -450px;
  }
}
.banner .video-loop .caption {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
  display: block;
  position: relative;
  bottom: 0;
  text-align: left;
  padding: 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner .video-loop .caption {
    max-width: 56%;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .banner .video-loop {
    width: 37.5%;
    margin-top: -50px;
  }
}
.banner .accent {
  display: block;
  color: #00B2A9;
  font-size: inherit;
}
.banner .eyebrow {
  display: block;
  color: #fff;
  font-size: 0.46153846em;
  margin-bottom: 11px;
}

.parallax-image {
  background: url("https://thoughtleaderai.deevoted.build/wp-content/themes/tlai/images/BG-Image.jpg") no-repeat right top;
  background-size: cover;
}

.sticky {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

section {
  background-color: white;
}

.what-is-tlai {
  text-align: left;
  color: #fff;
  position: relative;
  background-color: transparent;
  padding-bottom: 60px;
}
.what-is-tlai .slick-list {
  height: 180px !important;
}
.what-is-tlai p {
  margin-top: 40px;
  color: #fff;
  font-size: 19px;
  line-height: 1.28;
}
.what-is-tlai h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 35px;
}
.what-is-tlai h2.icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .what-is-tlai h2.icon {
    flex-direction: row;
  }
}
.what-is-tlai h2.icon:before {
  content: "";
  background: transparent url("https://thoughtleaderai.deevoted.build/wp-content/themes/tlai/images/TLAI-Icon-White.svg") no-repeat 0 0/contain;
  display: inline-block;
  width: 78px;
  height: 91px;
  margin-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .what-is-tlai h2.icon:before {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .what-is-tlai h2 {
    text-align: center;
  }
}
.what-is-tlai ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-top: 80px;
  background-color: transparent;
}
.what-is-tlai ul .animate-out {
  opacity: 0.35;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 0.5s ease-in-out 0.5s;
}
.what-is-tlai ul .animate-in {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 60px;
  opacity: 1;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  transition: all 0.5s ease-in-out 0.5s;
}
.what-is-tlai ul li {
  color: white;
  opacity: 35%;
  padding-bottom: 60px;
  font-size: 23px;
  font-weight: 600;
  transition: all 250ms linear;
}
.what-is-tlai ul .active {
  font-size: 30px;
  font-weight: 600;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .what-is-tlai ul .active {
    font-size: 40px;
  }
}

.advancing-therapy h2 {
  margin-top: 60px;
  text-align: center;
  font-size: 35px;
  color: #412D5D;
}
@media (min-width: 640px) {
  .advancing-therapy h2 {
    text-align: center;
  }
}
.advancing-therapy p {
  margin-bottom: 40px;
  margin-top: 22px;
  font-size: 17px;
  color: #747678;
  line-height: 1.28;
}

.engage {
  background-image: linear-gradient(to right, #00B2A9, #412D5D, #D52B1E);
  color: white;
  text-align: center;
  padding: 65px 0;
}
.engage h2 {
  text-align: center;
  font-size: 35px;
  color: white;
}
@media (min-width: 640px) {
  .engage h2 {
    text-align: center;
  }
}
.engage p {
  margin-top: 20px;
  font-size: 17px;
  color: white;
  line-height: 1.47058824;
  margin-bottom: 40px;
}
.engage button {
  display: flex;
  border-radius: 7px;
  background-color: #00B2A9;
  color: #fff;
  padding: 18px 20px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.engage button svg {
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.engage button span {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  font-size: 16px;
}

.in-action {
  background-color: black;
  color: white;
}
.in-action .headline {
  color: #00B2A9;
  text-align: center;
  margin-bottom: 30px;
}
.in-action .headline h2 {
  font-size: 25px;
}
@media (min-width: 640px) {
  .in-action .headline h2 {
    font-size: 32px;
  }
}

.light-gradient {
  background-image: linear-gradient(#F0F0F0, #FFFFFF);
}

footer {
  border-top: #DEDEDE 1px solid;
  color: #908E8E;
  font-size: 12px;
  text-align: center;
}
footer .text {
  margin: 20px auto 0;
  padding: 10px;
}
footer .copyright {
  margin-top: 10px;
}
footer .logos {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
@media (min-width: 640px) {
  footer .logos {
    flex-direction: row;
  }
}
footer .logos .logo {
  margin: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .links a {
  margin-left: 10px;
  margin-right: 10px;
  color: #898989;
}
footer .id {
  font-size: 11px;
  padding-bottom: 40px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 45px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #333;
}

/*# sourceMappingURL=style.css.map */