html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong,
b,
mark {
  font-weight: 700;
  font-style: inherit;
}
em,
i,
cite,
q,
address,
dfn,
var {
  font-style: italic;
  font-weight: inherit;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
ins {
  border-bottom: 1px solid;
}
a,
u,
ins {
  text-decoration: none;
}
del,
s {
  text-decoration: line-through;
}
pre,
code,
samp,
kbd {
  font-family: monospace;
}
small {
  font-size: 0.75em;
}
img {
  border: 0;
  font-style: italic;
}
input,
select,
option,
optgroup,
textarea {
  font: inherit;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  text-rendering: optimizeLegibility;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
.extole-share-experience {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  font-family: 'Lato', Arial, sans-serif;
  color: #2d393c;
  line-height: 1;
}
.extole-share-experience.extole-share-experience--show {
  opacity: 1;
  visibility: visible;
}
.extole-share-experience button .sr-only {
  display: none;
}
.extole-share-experience a {
  text-decoration: none;
  color: #871E42;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.extole-share-experience a:hover {
  color: #2d393c;
}
.extole-share-experience .extole-header {
  position: relative;
  z-index: 10;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.extole-share-experience .extole-header--ready {
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
.extole-share-experience .extole-header__inner {
  position: relative;
  height: 100%;
  min-height: 31.25rem;
  display: flex;
  flex-flow: column-reverse;
}
@media only screen and (max-width: 767px) {
  .extole-share-experience .extole-header__inner {
    min-height: 21.25rem;
    flex-flow: unset;
    align-items: center;
  }
}
.extole-share-experience .extole-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
}
.extole-share-experience .extole-header__bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2d393c;
  opacity: 0.3;
}
.extole-share-experience .extole-header__title {
  position: relative;
  padding: 25px 0 20px;
}
.extole-share-experience .extole-header__logo {
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.extole-share-experience .extole-header__logo-image {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .extole-share-experience .extole-header__logo-image {
    max-width: 250px;
  }
}
@media only screen and (max-width: 440px) {
  .extole-share-experience .extole-header__logo-image {
    max-width: 150px;
  }
}
.extole-share-experience .extole-header__section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: ;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  .extole-share-experience .extole-header__title--title .extole-header__logo {
    visibility: hidden;
    opacity: 0;
  }
  .extole-share-experience .extole-header__title--title .extole-header__section-title {
    visibility: visible;
    opacity: 1;
    font-size: 24px;
    line-height: 1.2;
  }
}
.extole-share-experience .extole-header__navigation {
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 20px 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  cursor: pointer;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .extole-share-experience .extole-header__navigation--on {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.15s ease-in-out 0.4s;
    -moz-transition: all 0.15s ease-in-out 0.4s;
    -o-transition: all 0.15s ease-in-out 0.4s;
    transition: all 0.15s ease-in-out 0.4s;
  }
}
.extole-share-experience .extole-header .extole-header__title .extole-header__navigation--always-on {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.15s ease-in-out 0.4s;
  -moz-transition: all 0.15s ease-in-out 0.4s;
  -o-transition: all 0.15s ease-in-out 0.4s;
  transition: all 0.15s ease-in-out 0.4s;
}
.extole-share-experience .extole-header .extole-header__title .extole-header__navigation--off {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.extole-share-experience .extole-header__navigation-icon {
  margin-right: 5px;
}
.extole-share-experience .extole-header__navigation-icon .icon-color {
  fill: #ffffff;
}
.extole-share-experience .extole-header__content {
  position: relative;
  padding: 0 40px 48px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-header__content {
    padding-bottom: 58px;
  }
}
@media only screen and (min-width: 1220px) {
  .extole-share-experience .extole-header__content {
    padding-bottom: 68px;
  }
}
.extole-share-experience .extole-header__content--show {
  opacity: 1;
  visibility: visible;
  display: block;
}
.extole-share-experience .extole-header__heading {
  max-width: 440px;
  margin: 0 auto;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-header__heading {
    max-width: 600px;
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1220px) {
  .extole-share-experience .extole-header__heading {
    max-width: 860px;
    font-size: 60px;
    line-height: 66px;
  }
}
.extole-share-experience .extole-header__text {
  font-family: ;
  margin: 0 auto;
  width: 90%;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.02em;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-header__text {
    font-size: 15px;
    line-height: 25px;
    width: 75%;
  }
}
@media only screen and (min-width: 1220px) {
  .extole-share-experience .extole-header__text {
    font-size: 25px;
    line-height: 32px;
  }
}
.extole-share-experience .extole-footer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background: #f6f8f9;
  padding: 17px 0 22px;
  text-align: center;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-footer {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-footer {
    margin-top: 80px;
    padding: 37px 0 42px;
  }
}
.extole-share-experience .extole-footer__disclaimer {
  font-size: 12px;
  color: #aeb0b4;
  letter-spacing: 0.02em;
  max-width: 680px;
  margin: 0 auto 1em;
  line-height: 1.4;
  width: 90%;
}
.extole-share-experience .extole-footer__terms {
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #82848c;
}
.extole-share-experience .extole-footer__terms:hover {
  color: #2d393c;
}
.extole-share-experience .extole-footer__extole {
  margin-left: 4px;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #aeb0b4;
}
.extole-share-experience .extole-footer__extole:hover {
  color: #2d393c;
}
.extole-share-experience .extole-footer__extole-logo {
  display: inline-block;
  width: 60px;
  margin: 0 0 -4px 4px;
}
.extole-share-experience .extole-logout__hide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-view {
    display: none;
  }
}
.extole-share-experience .extole-view.extole-view--on {
  display: block;
}
.extole-share-experience .extole-pages {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
.extole-share-experience .extole-pages .page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: fit-content;
  margin: 4rem auto;
}
.extole-share-experience .extole-pages .page-content .column-3 {
  width: 100%;
  padding: 1rem 5px;
  text-align: center;
}
.extole-share-experience .extole-pages .page-content .column-3 img {
  width: auto;
  margin: 1rem auto;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-pages .page-content .column-3 img {
    height: 3.75rem;
  }
  .extole-share-experience .extole-pages .page-content .column-3 {
    width: 33%;
    padding: 0 15px;
  }
  .extole-share-experience .extole-pages .page-content {
    flex-direction: row;
  }
}
.extole-share-experience .extole-pages--ready {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.extole-share-experience .extole-page {
  display: none;
  max-width: 440px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page {
    max-width: 860px;
  }
}
@media only screen and (max-width: 767px) {
  .extole-share-experience .extole-page.extole-page--on {
    display: block;
  }
}
.extole-share-experience .extole-page__content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .extole-share-experience .extole-page__content.extole-page__content--on {
    visibility: visible;
    opacity: 1;
  }
}
.extole-share-experience .extole-page__code {
  padding: 30px 20px 0;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page__code {
    padding-top: 50px;
  }
}
.extole-share-experience .extole-label {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #82848c;
  text-align: center;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-label {
    font-size: 17px;
  }
}
.extole-share-experience .extole-code {
  position: relative;
  margin-top: 8px;
  border: 2px solid #871E42;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 20px 13px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-code {
    margin-top: 16px;
    padding: 21px 25px 21px;
    text-align: center;
  }
  .extole-share-experience .extole-code:hover {
    border-color: #871E42;
  }
}
.extole-share-experience .extole-code__code {
  font-family: ;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.04em;
  color: #871E42;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-code__code {
    font-size: 24px;
  }
}
.extole-share-experience .extole-code__url {
  display: none;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-code__url {
    display: inline;
  }
}
.extole-share-experience .extole-code__copy {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #871E42;
  display: none;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-code__copy {
    right: 25px;
    display: block;
  }
}
.extole-share-experience .extole-code__copy.extole-code__copy--unsupported {
  display: none;
}
.extole-share-experience .extole-code__copy-icon {
  width: 10px;
  height: 10px;
  margin: 0 2px -1px 0;
}
.extole-share-experience .extole-code__copy-icon .icon-color {
  fill: #871E42;
}
.extole-share-experience .extole-code__copied {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ecf6f9;
  padding: 12px 20px 0;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #871E42;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-code__copied {
    padding: 18px 20px 0;
  }
}
.extole-share-experience .extole-code__copied__content {
  -webkit-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.extole-share-experience .extole-code__copied__icon {
  width: 17px;
  height: 15px;
  margin: 0 3px 1px 0;
}
.extole-share-experience .extole-code__copied__icon .icon-color {
  fill: #871E42;
}
.extole-share-experience .extole-code--copied {
  border-color: #ecf6f9 !important;
}
.extole-share-experience .extole-code--copied .extole-code__copied {
  visibility: visible;
  opacity: 1;
}
.extole-share-experience .extole-code--copied .extole-code__copied__content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.extole-share-experience .extole-page__button {
  padding: 30px 20px 0;
}
.extole-share-experience .extole-page__button .extole-button {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page__button {
    padding-top: 50px;
  }
  .extole-share-experience .extole-page__button .extole-button {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-mobile-stats-button {
    display: none;
  }
}
.extole-share-experience .extole-button {
  background: #871E42;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 21px 20px 20px;
  color: #ffffff;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 'transparent 0 0 0';
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 'transparent 0 0 0';
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 'transparent 0 0 0';
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.extole-share-experience .extole-button:hover,
.extole-share-experience .extole-button:focus {
  opacity: 0.8;
  outline: 0;
}
.extole-share-experience .extole-page__invites {
  max-width: 400px;
  margin: 50px auto 0;
  padding: 20px 20px;
  background: #ecf6f9;
  color: #871E42;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-page__invites {
    margin-bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 24px 20px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page__invites {
    max-width: 820px;
    padding: 23px 20px;
    font-size: 17px;
  }
  .extole-share-experience .extole-page__invites span {
    line-height: 22px;
    vertical-align: bottom;
  }
  .extole-share-experience .extole-page__invites:hover {
    color: #871E42;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-mobile-stats-invites {
    display: none;
  }
}
.extole-share-experience .extole-mobile-stats-invites:hover,
.extole-share-experience .extole-mobile-stats-invites:focus {
  outline: 0;
  opacity: 0.8;
}
.extole-share-experience .extole-desktop-stats-invites {
  display: none;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-desktop-stats-invites {
    display: block;
  }
  .extole-share-experience .extole-desktop-stats-invites:hover,
  .extole-share-experience .extole-desktop-stats-invites:focus {
    outline: 0;
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page[data-page='stats'] {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .extole-share-experience .extole-page[data-page='stats'] .extole-page__content--on {
    visibility: visible;
    opacity: 1;
  }
}
.extole-share-experience .extole-verification {
  display: block;
}
.extole-share-experience .extole-verification .extole-verification--not_sent {
  display: block;
}
.extole-share-experience .extole-verification .extole-verification--sent {
  display: none;
}
.extole-share-experience .extole-verification-sent .extole-verification--not_sent {
  display: none;
}
.extole-share-experience .extole-verification-sent .extole-verification--sent {
  display: block;
}
.extole-share-experience .extole-invites {
  display: none;
}
.extole-share-experience .extole-verified .extole-verification,
.extole-share-experience .extole-verified .extole-verification-sent {
  display: none;
}
.extole-share-experience .extole-verified .extole-invites {
  display: block;
}
.extole-share-experience .extole-subtitle {
  padding-top: 27px;
  font-family: ;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  color: #871E42;
}
.extole-share-experience .extole-share-options {
  padding: 20px 20px 30px;
  max-width: 440px;
  margin: 0 auto;
  list-style: none;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-share-options {
    padding-bottom: 0;
  }
}
.extole-share-experience .extole-share-options__item {
  padding-top: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
  -webkit-transition: all 0.15s ease-in-out 0.4s;
  -moz-transition: all 0.15s ease-in-out 0.4s;
  -o-transition: all 0.15s ease-in-out 0.4s;
  transition: all 0.15s ease-in-out 0.4s;
}
.extole-share-experience .extole-share-options__item--hide {
  display: none;
}
.extole-share-experience .extole-page__content--active .extole-share-options__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.extole-share-experience .extole-page__content--active .extole-share-options__item:nth-child(1) {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.extole-share-experience .extole-page__content--active .extole-share-options__item:nth-child(2) {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.1s;
  -moz-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.1s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.1s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.1s;
}
.extole-share-experience .extole-page__content--active .extole-share-options__item:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  -moz-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.extole-share-experience .extole-page__content--active .extole-share-options__item:nth-child(4) {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.3s;
  -moz-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.3s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.3s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.3s;
}
.extole-share-experience .extole-page__content--active .extole-share-options__item:nth-child(5) {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
  -moz-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
}
.extole-share-experience .extole-share-options__link {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #871E42;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  padding: 0;
  color: #ffffff;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 'transparent 0 0 0';
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 'transparent 0 0 0';
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 'transparent 0 0 0';
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.extole-share-experience .extole-share-options__link:focus,
.extole-share-experience .extole-share-options__link:hover {
  opacity: 0.8;
  outline: 0;
}
.extole-share-experience .extole-share-options__link--pending {
  height: 60px;
  background: #2d393c !important;
  color: #ecf6f9;
  -moz-box-shadow: 0 0 0, 'transparent 0 0 0';
  -webkit-box-shadow: 0 0 0, 'transparent 0 0 0';
  box-shadow: 0 0 0, 'transparent 0 0 0';
}
.extole-share-experience .extole-share-options__link--pending .extole-share-options__link__content {
  visibility: hidden;
  opacity: 0;
}
.extole-share-experience .extole-share-options__link--pending .extole-share-options__link__pending {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.extole-share-experience .extole-share-options__link__content {
  position: relative;
  display: block;
  width: auto;
  height: inherit;
  margin: 0 auto;
  padding-left: 31%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.extole-share-experience .extole-share-options__link__pending {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.extole-share-experience .extole-share-options__icon {
  margin-right: 18px;
}
.extole-share-experience .extole-share-options__icon .icon-color {
  fill: #ffffff;
}
.extole-share-experience .extole-share-options__link--email .extole-share-options__icon {
  margin-bottom: 0;
  width: 20px;
  height: 14px;
}
.extole-share-experience .extole-share-options__link--facebook {
  background: #3b5998;
}
.extole-share-experience .extole-share-options__link--facebook .extole-share-options__icon {
  margin-bottom: -2px;
  width: 20px;
  height: 20px;
}
.extole-share-experience .extole-share-options__link--twitter {
  background: #4099ff;
}
.extole-share-experience .extole-share-options__link--twitter .extole-share-options__icon {
  margin-bottom: -1px;
  width: 19px;
  height: 16px;
}
.extole-share-experience .extole-share-options__link--messenger {
  background: #0084ff;
}
.extole-share-experience .extole-share-options__link--messenger .extole-share-options__icon {
  margin-bottom: -6px;
  margin-left: -4px;
  width: 25px;
  height: 25px;
}
.extole-share-experience .extole-share-options__link--whatsapp {
  background: #25D366;
}
.extole-share-experience .extole-share-options__link--whatsapp .extole-share-options__icon {
  margin-bottom: -6px;
  margin-left: -4px;
  width: 25px;
  height: 25px;
}
.extole-share-experience .extole-share-options__link--pinterest {
  background: #BD081C;
}
.extole-share-experience .extole-share-options__link--pinterest .extole-share-options__icon {
  margin-bottom: -6px;
  margin-left: -4px;
  width: 25px;
  height: 25px;
}
.extole-share-experience .extole-share-options__link--sms {
  background: #333333;
}
.extole-share-experience .extole-share-options__link--sms .extole-share-options__icon {
  margin-bottom: -2px;
  width: 20px;
  height: 17px;
}
.extole-share-experience .extole-share-options__link--more {
  background: #82848c;
}
.extole-share-experience .extole-share-options__link--more .extole-share-options__icon {
  margin-top: -3px;
  width: 20px;
  height: 19px;
}
.extole-share-experience .extole-form {
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-form {
    padding: 0 20px 0;
    border-bottom: 0;
  }
  .extole-share-experience .extole-form .extole-page__button {
    padding-top: 20px;
  }
}
.extole-share-experience .extole-input {
  position: relative;
  border-top: 1px solid #EEEEEE;
  padding: 25px 20px 20px;
}
.extole-share-experience .extole-input.extole-js-validation-error input,
.extole-share-experience .extole-input.extole-js-validation-error textarea {
  border-color: {{validationErrorColor}};
}
.extole-share-experience .extole-input.extole-js-validation-error .extole-validation-error-message {
  display: block;
}
.extole-share-experience .extole-input.extole-user-email,
.extole-share-experience .extole-input.extole-recipient-emails {
  position: relative;
}
.extole-share-experience .extole-input input::-webkit-input-placeholder,
.extole-share-experience .extole-input textarea::-webkit-input-placeholder {
  color: #82848c;
  font-size: inherit;
  font-family: inherit;
  font-style: normal;
  opacity: 1;
  visibility: visible;
  letter-spacing: inherit;
  text-transform: inherit;
}
.extole-share-experience .extole-input input:-moz-placeholder,
.extole-share-experience .extole-input textarea:-moz-placeholder {
  color: #82848c;
  font-size: inherit;
  font-family: inherit;
  font-style: normal;
  opacity: 1;
  visibility: visible;
  letter-spacing: inherit;
  text-transform: inherit;
}
.extole-share-experience .extole-input input::-moz-placeholder,
.extole-share-experience .extole-input textarea::-moz-placeholder {
  color: #82848c;
  font-size: inherit;
  font-family: inherit;
  font-style: normal;
  opacity: 1;
  visibility: visible;
  letter-spacing: inherit;
  text-transform: inherit;
}
.extole-share-experience .extole-input input:-ms-input-placeholder,
.extole-share-experience .extole-input textarea:-ms-input-placeholder {
  color: #82848c;
  font-size: inherit;
  font-family: inherit;
  font-style: normal;
  opacity: 1;
  visibility: visible;
  letter-spacing: inherit;
  text-transform: inherit;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-input {
    margin-top: 20px;
    border: 1px solid #EEEEEE !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f6f8f9;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
}
.extole-share-experience .extole-input__label {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 13px;
  color: #871E42;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.extole-share-experience .extole-input__help {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 13px;
  font-style: italic;
  color: #82848c;
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.extole-share-experience .extole-input__contacts {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 13px;
  font-style: italic;
  color: #82848c;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.extole-share-experience .extole-input__contacts:hover {
  color: #2d393c;
}
.extole-share-experience .extole-input__contacts:hover .extole-input__contacts__icon .icon-color {
  fill: #2d393c;
}
.extole-share-experience .extole-input__contacts__icon {
  width: 10px;
  height: 9px;
  margin-right: 3px;
}
.extole-share-experience .extole-input__contacts__icon .icon-color {
  fill: #82848c;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.extole-share-experience .extole-input__combo {
  list-style: none;
  width: 100%;
}
.extole-share-experience .extole-input__combo__item {
  position: relative;
  display: inline-block;
  margin: 10px 8px 0 0;
  background: #f6f8f9;
  border: 1px solid #EEEEEE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 8px 25px 9px 10px;
  font-size: 13px;
}
.extole-share-experience .extole-input__combo__item:last-child {
  margin-bottom: 10px;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-input__combo__item {
    background: #ffffff;
  }
}
.extole-share-experience .extole-input__combo__remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  background: url(~'https://origin.xtlo.net/type=creativeArchive:clientId=410774248:creativeArchiveId=7106917489011182210:version=26:coreAssetsVersion=248/img/icon-cross.png') center center no-repeat;
  background-size: 8px 8px;
  cursor: pointer;
}
.extole-share-experience .extole-input__field,
.extole-share-experience .extole-input__textarea {
  background: transparent;
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
  color: #666666;
}
.extole-share-experience .extole-input__field:focus,
.extole-share-experience .extole-input__textarea:focus {
  outline: none;
}
.extole-share-experience .extole-input__textarea {
  height: 100px;
  resize: none;
}
.extole-share-experience .extole-input__placeholder {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 15px;
  color: #82848c;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.extole-share-experience .extole-input__placeholder__icon {
  float: left;
  width: 20px;
  height: 20px;
  margin: -3px 6px 0 0;
}
.extole-share-experience .extole-input__placeholder__icon .icon-color {
  fill: #871E42;
}
.extole-share-experience .extole-input__placeholder--with-icon {
  color: #871E42;
}
.extole-share-experience .extole-input__naked {
  border: none;
  outline: none;
}
.extole-share-experience .extole-input__email-subject {
  width: 420px;
  color: #2d393c;
}
.extole-share-experience .extole-input--empty .extole-input__placeholder {
  visibility: visible;
  opacity: 1;
}
.extole-share-experience .extole-input--focus {
  background: #ffffff !important;
  border-color: #871E42 !important;
}
.extole-share-experience .extole-input--focus .extole-input__label {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.extole-share-experience .extole-input--focus .extole-input__placeholder {
  visibility: hidden;
  opacity: 0;
}
.extole-share-experience .extole-input--focus .extole-input__help {
  opacity: 1;
}
.extole-share-experience .extole-input--combo .extole-input__placeholder {
  top: auto;
  bottom: 23px;
}
.extole-share-experience .extole-input--textarea {
  padding-top: 35px;
}
.extole-share-experience .extole-input--textarea .extole-input__placeholder {
  top: 40px;
}
.extole-share-experience .extole-input--last {
  border-bottom: 1px solid #EEEEEE;
}
.extole-share-experience .extole-checkbox-disclaimer {
  margin: 7px 0;
  font-size: 12px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
.extole-share-experience .extole-checkbox-disclaimer input[type="checkbox"] {
  width: auto;
  height: auto;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  opacity: 1;
  visibility: visible;
  position: static;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  pointer-events: all;
  user-select: initial;
}
.extole-share-experience .extole-checkbox-disclaimer span {
  margin: 0 0 0 7px;
  padding: 0;
  width: auto;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  text-transform: inherit;
  text-align: left;
}
.extole-share-experience .extole-checkbox-disclaimer span a {
  text-decoration: underline;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience button.extole-share-options__link {
    max-width: 300px;
    margin: 0 auto;
  }
}
.extole-share-experience button.extole-share-options__link .extole-share-options__link__content {
  width: auto;
  padding: 0;
}
.extole-share-experience .extole-form--email .extole-input:first-child {
  border-top: none;
}
.extole-share-experience .extole-form--email .extole-input__textarea {
  height: 150px;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-form--email .extole-input__help {
    top: -29px;
  }
}
.extole-share-experience .extole-form--email .extole-input--last {
  background: #f6f8f9;
  padding-left: 17px;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-form--email .extole-input--last {
    padding-left: 20px;
    margin-top: 0;
    border-radius: 0 0 10px 10px;
  }
}
.extole-share-experience .extole-subject {
  border-top: 1px solid #EEEEEE;
  padding: 13px 20px 12px;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-subject {
    margin-top: 20px;
    border: 1px solid #EEEEEE;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
}
.extole-share-experience .extole-subject__label,
.extole-share-experience .extole-subject__subject {
  color: #aeb0b4;
}
.extole-share-experience .extole-subject__label-active {
  color: #2d393c;
}
.extole-share-experience .extole-form--facebook .extole-input {
  background: #f6f8f9;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-form--facebook .extole-input {
    margin-top: 0;
  }
}
.extole-share-experience .extole-fb-title {
  padding: 20px 20px 17px;
}
.extole-share-experience .extole-fb-title__text {
  display: inline-block;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 30px;
  vertical-align: top;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
.extole-share-experience .extole-fb-preview {
  position: relative;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 20px;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-fb-preview {
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
.extole-share-experience .extole-fb-preview__label {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #82848c;
}
.extole-share-experience .extole-fb-preview__img {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 50px;
  height: auto;
}
.extole-share-experience .extole-fb-preview__text {
  margin-top: 15px;
  padding-left: 70px;
  font-size: 13px;
  line-height: 20px;
}
.extole-share-experience .extole-fb-preview__text strong {
  display: block;
  font-size: 15px;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-form--twitter .extole-input {
    margin-top: 0;
  }
}
.extole-share-experience .extole-tw-title {
  padding: 26px 20px;
}
.extole-share-experience .extole-tw-title__text {
  display: inline-block;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
.extole-share-experience .extole-tw-title__count {
  float: right;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.02em;
  color: #871E42;
}
.extole-share-experience .extole-tw-title__count--error {
  color: #c74545;
}
.extole-share-experience .extole-more {
  position: relative;
  height: 100vh;
  margin-top: -85px;
}
.extole-share-experience .extole-more__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 40px;
  font-family: ;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.extole-share-experience .extole-more__arrow {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes arrow-bounce {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes arrow-bounce {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 20px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes arrow-bounce {
  0% {
    -o-transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 20px);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
@keyframes arrow-bounce {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.extole-share-experience .extole-more__icon {
  width: 24px;
  height: 51px;
  -webkit-animation: arrow-bounce 2s ease-in-out infinite;
  -moz-animation: arrow-bounce 2s ease-in-out infinite;
  -o-animation: arrow-bounce 2s ease-in-out infinite;
  animation: arrow-bounce 2s ease-in-out infinite;
}
.extole-share-experience .extole-more__icon .icon-color {
  fill: #871E42;
}
.extole-share-experience .extole-whatsapp-title {
  text-align: center;
  padding: 20px 20px 17px;
}
.extole-share-experience .extole-pinterest-title {
  text-align: center;
  padding: 20px 20px 17px;
}
.extole-share-experience .extole-messenger-title {
  text-align: center;
  padding: 20px 20px 17px;
}
.extole-share-experience .extole-share-tabs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-share-tabs {
    display: block;
    padding-top: 50px;
    max-width: 820px;
    width: 95%;
    margin: 0 auto;
  }
}
.extole-share-experience .extole-tabs {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.extole-share-experience .extole-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  position: relative;
  background: #871E42;
  border: 0;
  padding: 24px 10px 24px;
  color: #ffffff;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 'transparent 0 0 0';
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 'transparent 0 0 0';
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), 'transparent 0 0 0';
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0.2;
  width: 100%;
  height: 80px;
}
.extole-share-experience .extole-tab:first-of-type {
  border-radius: 10px 0 0 10px;
}
.extole-share-experience .extole-tab:last-of-type {
  border-radius: 0 10px 10px 0;
}
.extole-share-experience .extole-tabs .extole-tab:hover,
.extole-share-experience .extole-tabs .extole-tab:focus {
  opacity: 0.8;
  outline: 0;
}
.extole-share-experience .extole-tab--on {
  opacity: 1;
}
.extole-share-experience .extole-tab__icon {
  margin-right: 5px;
  width: 18px;
  height: auto;
}
.extole-share-experience .extole-tab__icon .icon-color {
  fill: #ffffff;
}
.extole-share-experience .extole-tab--facebook {
  background: #3b5998;
}
.extole-share-experience .extole-tab--twitter {
  background: #4099ff;
}
.extole-share-experience .extole-tab--messenger {
  background: #0084ff;
}
.extole-share-experience .extole-tab--whatsapp {
  background: #25D366;
}
.extole-share-experience .extole-tab--pinterest {
  background: #BD081C;
}
.extole-share-experience .extole-desktop-share-wrap {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page[data-page="home"] {
    display: block;
  }
  .extole-share-experience .extole-page[data-page="home"] .extole-page__content {
    visibility: visible;
    opacity: 1;
  }
  .extole-share-experience .extole-page[data-page="share-options"] {
    display: none;
  }
  .extole-share-experience .extole-page--tab--on {
    display: block;
  }
  .extole-share-experience .extole-page__content--tab--on {
    visibility: visible;
    opacity: 1;
  }
}
.extole-share-experience .extole-panel {
  padding: 30px 20px;
  background-color: #ecf6f9;
  margin: 30px 0;
  border-radius: 0;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-panel {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-panel {
    padding: 45px 80px;
  }
}
.extole-share-experience .extole-panel p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
  color: #871E42;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-panel p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-panel p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-invites__section {
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
  }
  .extole-share-experience .extole-invites__section .extole-invites__item:last-of-type {
    border-bottom: 0;
  }
}
.extole-share-experience .extole-invites__heading {
  padding: 21px 20px;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-invites__heading {
    padding: 21px 40px 21px 20px;
  }
}
.extole-share-experience .extole-invites__title {
  display: inline-block;
  padding: 2px 0 4px;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #871E42;
  -webkit-font-smoothing: antialiased;
}
.extole-share-experience .extole-invites__info {
  float: right;
}
.extole-share-experience .extole-invites__label {
  float: left;
  padding: 8px 0 9px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #82848c;
}
.extole-share-experience .extole-invites__amount {
  float: left;
  padding-left: 10px;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #82848c;
  -webkit-font-smoothing: antialiased;
}
.extole-share-experience .extole-invites__item {
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  border-top: 1px solid #EEEEEE;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-invites__item {
    padding: 10px 40px 10px 20px;
  }
}
.extole-share-experience .extole-invites__item .extole-invites__info {
  padding-top: 10px;
}
.extole-share-experience .extole-invites__item .extole-invites__amount {
  color: #d9dadc;
}
.extole-share-experience .extole-invites__item:nth-child(2n) {
  background: #f6f8f9;
}
.extole-share-experience .extole-invites__item:last-of-type {
  border-bottom: 1px solid #EEEEEE;
}
.extole-share-experience .extole-invites__avatar {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  background: #871E42;
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.extole-share-experience .extole-invites__avatar-letter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.extole-share-experience .extole-invites__img {
  position: relative;
  border-radius: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.extole-share-experience .extole-invites__person {
  display: inline-block;
  padding-top: 8px;
  vertical-align: top;
}
.extole-share-experience .extole-invites__person__name {
  display: block;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #2d393c;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-invites__person__name {
    font-size: 19px;
  }
}
.extole-share-experience .extole-invites__person__note {
  display: block;
  padding-top: 2px;
  font-size: 13px;
  color: #82848c;
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.extole-share-experience .extole-invites__status {
  float: left;
  padding: 7px 0 8px;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #871E42;
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  cursor: pointer;
}
.extole-share-experience .extole-invites__heading--earned {
  background: #871E42;
}
.extole-share-experience .extole-invites__heading--earned .extole-invites__title,
.extole-share-experience .extole-invites__heading--earned .extole-invites__label,
.extole-share-experience .extole-invites__heading--earned .extole-invites__amount {
  color: #ffffff;
}
.extole-share-experience .extole-invites__item--earned:nth-child(2) {
  border-top: 0;
}
.extole-share-experience .extole-invites__item--earned .extole-invites__avatar {
  background: #871E42;
}
.extole-share-experience .extole-invites__item--earned .extole-invites__person__note {
  color: #871E42;
  font-weight: 700;
}
.extole-share-experience .extole-invites__item--earned .extole-invites__status {
  color: #871E42;
  cursor: auto;
}
.extole-share-experience .extole-invites__item--earned .extole-invites__amount {
  color: #871E42;
}
.extole-share-experience .extole-invites__item--pending {
  background: #ecf6f9 !important;
}
.extole-share-experience .extole-invites__item--pending .extole-invites__avatar {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.extole-share-experience .extole-invites__item--pending .extole-invites__person__note {
  opacity: 0;
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.extole-share-experience .extole-invites__item--pending .extole-invites__status {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page[data-page='loading'] {
    display: block;
  }
  .extole-share-experience .extole-page[data-page='loading'] .extole-page__content--on {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
.extole-share-experience .extole-page[data-page='loading'] .extole-loading-animation {
  position: relative;
  left: 50%;
  top: 60px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-top-color: #871E42;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page[data-page='loading'] .extole-loading-animation {
    top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page[data-page='login'] {
    display: block;
  }
  .extole-share-experience .extole-page[data-page='login'] .extole-page__content--on {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 1220px) {
  .extole-share-experience .extole-page[data-page='login'] {
    max-width: 880px;
  }
}
.extole-share-experience .extole-login-title {
  padding: 20px;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #871E42;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-login-title {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-login-title {
    padding: 40px 20px 20px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1220px) {
  .extole-share-experience .extole-login-title {
    padding: 75px 20px 20px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page[data-page='fb-login'] {
    display: block;
  }
  .extole-share-experience .extole-page[data-page='fb-login'] .extole-page__content--on {
    visibility: visible;
    opacity: 1;
  }
}
.extole-share-experience .extole-fb-login {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-fb-login {
    padding: 50px 20px 40px;
  }
}
.extole-share-experience .extole-fb-login-title {
  padding: 10px 20px;
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #82848c;
  text-align: center;
}
@media only screen and (min-width: 440px) {
  .extole-share-experience .extole-fb-login-title {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-fb-login-title {
    font-size: 17px;
  }
}
.extole-share-experience .extole-header--terms .extole-header__back {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.extole-share-experience .extole-header--terms .extole-header__back:hover {
  color: #ffffff;
}
.extole-share-experience .extole-header--terms .extole-header__logo {
  visibility: hidden;
  opacity: 0;
}
.extole-share-experience .extole-header--terms .extole-header__section-title {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-page[data-page='terms'] {
    display: block;
  }
  .extole-share-experience .extole-page[data-page='terms'] .extole-page__content--on {
    visibility: visible;
    opacity: 1;
  }
}
.extole-share-experience .extole-text-content {
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-text-content {
    padding: 60px 20px;
  }
}
.extole-share-experience .extole-text-content p,
.extole-share-experience .extole-text-content ul,
.extole-share-experience .extole-text-content ol,
.extole-share-experience .extole-text-content h3 {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-text-content p,
  .extole-share-experience .extole-text-content ul,
  .extole-share-experience .extole-text-content ol,
  .extole-share-experience .extole-text-content h3 {
    font-size: 17px;
  }
}
.extole-share-experience .extole-text-content p:first-child,
.extole-share-experience .extole-text-content ul:first-child,
.extole-share-experience .extole-text-content ol:first-child,
.extole-share-experience .extole-text-content h3:first-child {
  margin-top: 0;
}
.extole-share-experience .extole-text-content p a,
.extole-share-experience .extole-text-content ul a,
.extole-share-experience .extole-text-content ol a,
.extole-share-experience .extole-text-content h3 a {
  font-weight: 700;
  text-decoration: underline;
}
.extole-share-experience .extole-text-content h3 {
  font-family: ;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-text-content h3 {
    font-size: 28px;
  }
}
.extole-share-experience .extole-text-content ul,
.extole-share-experience .extole-text-content ol {
  list-style-position: outside;
  padding-left: 17px;
}
.extole-share-experience .extole-text-content ul li,
.extole-share-experience .extole-text-content ol li {
  padding: 5px 0;
}
.extole-share-experience .extole-text-content hr {
  margin: 30px 0;
  background: #EEEEEE;
  height: 1px;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .extole-share-experience .extole-pages .hide-view {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.extole-share-experience .extole-validation-error-message {
  display: none;
  color: #c74545;
  border: 1px solid #c74545;
  font-size: 10px;
  position: absolute;
  top: 5px;
  background: #FFF;
  padding: 2px 8px;
  text-align: left;
  z-index: 5;
}
.extole-share-experience .extole-validation-error-message:after,
.extole-share-experience .extole-validation-error-message:before {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.extole-share-experience .extole-validation-error-message:after {
  border-top-color: #FFF;
  border-width: 4px;
  margin-left: -4px;
}
.extole-share-experience .extole-validation-error-message:before {
  border-top-color: #c74545;
  border-width: 5px;
  margin-left: -5px;
}
.extole-share-experience .extole-validation-error-message.extole-checkbox-validation-error:before,
.extole-share-experience .extole-validation-error-message.extole-checkbox-validation-error:after {
  left: 4px;
}
.extole-share-experience input:-webkit-autofill,
.extole-share-experience input:-webkit-autofill:hover,
.extole-share-experience input:-webkit-autofill:focus,
.extole-share-experience input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px #ffffff inset !important;
  box-shadow: 0 0 0 60px #ffffff inset !important;
  background-color: #ffffff !important;
  background-clip: content-box !important;
}
.cookie-consent-wrapper {
  width: 200px;
  padding: 20px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background: rgba(0,0,0,.75);
  font-family: 'Lato', Arial, sans-serif;
}
.cookie-consent-wrapper p {
  font-size: 12px;
  margin: 0;
  line-height: 1.6;
  color: #ffffff;
  font-family: 'Lato', Arial, sans-serif;
}
.cookie-consent-button {
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-weight: 400;
  width: 100%;
  margin: 15px auto 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #871E42;
  color: #ffffff;
  font-family: 'Lato', Arial, sans-serif;
}
.cookie-consent-button:hover {
  background: #ecf6f9;
}
/*

Copyright 2012 Miguel Fonseca

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/
div.extole-tokenizer {
  cursor: text;
  display: block;
  padding: 1px 2px;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
div.extole-tokenizer > div {
  line-height: 28px;
  overflow: hidden;
}
div.extole-tokenizer > div .field-label {
  margin: 0 3px 0 5px;
  display: inline-block;
  width: auto;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  float: none;
}
textarea+div.extole-tokenizer li:last-child .extole-tokenizer-placeholder {
  white-space: normal;
}
textarea+div.extole-tokenizer li+li:last-child {
  position: relative;
  display: block;
  line-height: inherit;
  margin-left: 5px;
}
textarea+div.extole-tokenizer li+li:last-child .extole-tokenizer-placeholder {
  margin-top: 0;
}
div.extole-tokenizer.extole-tokenizer-read-only li:last-child,
div.extole-tokenizer.extole-tokenizer-read-only .extole-tokenizer-icon-remove {
  display: none !important;
}
div.extole-tokenizer.extole-tokenizer-focused {
  border-color: #871E42;
  outline: 0;
}
div.extole-tokenizer ul {
  margin: 0;
  display: inline;
  line-height: inherit;
  letter-spacing: inherit;
}
div.extole-tokenizer ul li {
  margin-right: 2px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: inherit;
  line-height: 33px;
}
div.extole-tokenizer ul li span {
  vertical-align: baseline;
}
div.extole-tokenizer ul li:last-child {
  margin-right: 0;
}
div.extole-tokenizer .extole-tokenizer-input {
  background: transparent;
  border: 0;
  height: 31px;
  width: 100%;
  min-width: 10px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
  color: #666666;
}
div.extole-tokenizer .extole-tokenizer-input:focus {
  outline: none;
}
div.extole-tokenizer .extole-tokenizer-placeholder {
  position: absolute;
  color: #82848c;
  font-size: inherit;
  font-family: inherit;
  font-style: normal;
  opacity: 1;
  visibility: visible;
  letter-spacing: inherit;
  text-transform: inherit;
}
div.extole-tokenizer .extole-tokenizer-token {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  background: #f6f8f9;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 0px 25px 0px 10px;
  font-size: 16px;
}
@media only screen and (min-width: 440px) {
  div.extole-tokenizer .extole-tokenizer-token {
    background: #ffffff;
  }
}
div.extole-tokenizer .extole-tokenizer-token > i {
  margin-left: 3px;
  cursor: pointer;
}
div.extole-tokenizer .extole-tokenizer-token .extole-tokenizer-icon-remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  background: url('https://origin.xtlo.net/type=creativeArchive:clientId=410774248:creativeArchiveId=7106917489011182210:version=26:coreAssetsVersion=248/img/icon-cross.png') center center no-repeat;
  background-size: 8px 8px;
  cursor: pointer;
}
div.extole-tokenizer .extole-tokenizer-token.extole-tokenizer-invalid {
  border-color: #c74545;
  background-color: #fdd5d3;
}
div.extole-tokenizer .extole-tokenizer-token.extole-tokenizer-invalid .extole-tokenizer-icon-remove {
  color: #c74545;
}
@media only screen and (max-width: 480px) {
  div.extole-tokenizer .extole-tokenizer-placeholder {
    max-width: 100%;
  }
}
