body {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background-color: #E8E8E8;
}
h1,
h2,
h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container-flex {
  padding: 0 10px;
  /* large devices (large, 1415px and up) */
  /* large devices (HD, 1615px and up) */
}
@media (min-width: 1200px) {
  .container-flex {
    width: 960px;
  }
}
@media (min-width: 1415px) {
  .container-flex {
    width: 960px;
  }
}
@media (min-width: 1615px) {
  .container-flex {
    width: 960px;
  }
}
.btn-signup,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-footer .footer-content > button {
  vertical-align: middle;
  border-radius: 4px;
  color: #fff;
  background: #ffbf2c linear-gradient(to bottom, #ffbf2c 0%, #ff4e51 100%);
  border-color: #c58a00;
  font-size: 26px;
  text-shadow: rgba(0, 0, 0, 0.35) 0 1px 2px;
  font-weight: 600;
}
.btn-signup:hover {
  background: #FFC746 linear-gradient(to bottom, #FFC746 0%, #FF686A 100%);
  border: 1px solid #df9b00;
  color: #fff;
}
.btn-signup:focus {
  color: #fff;
}
.btn-primary {
  background: #bc53b9;
}
.google-login-component {
  display: flex;
  flex-direction: column;
}
.google-login-component > span {
  font-size: 14px;
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
}
.google-login-component iframe {
  margin: 0 auto !important;
}
.home-map {
  position: relative;
  background-color: #E8E8E8;
  padding: 60px 0;
}
.home-map p {
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  color: #661577;
}
.home-map p strong {
  color: #d5186a;
}
.home-map .scroll-image {
  position: absolute;
  bottom: -41px;
  left: calc(50% - 41px);
}
@media (min-width: 600px) {
  .home-map {
    padding: 80px 60px;
  }
}
@media (min-width: 750px) {
  .home-map {
    padding: 80px;
  }
}
@media (min-width: 992px) {
  .home-map {
    padding: 80px 0;
  }
  .home-map p {
    font-size: 30px;
    line-height: 45px;
  }
}
.home-main {
  background: #FFFEF5 url(../../../../images/modules/home/sexlog-background-pattern.png) repeat;
  padding: 0;
}
.home-main h1 {
  font-weight: bold;
  color: #d5186a;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 34px;
}
.home-main h1 em {
  color: #85067b;
  display: block;
  font-style: normal;
  font-size: 56px;
  margin-top: -10px;
}
@media (min-width: 600px) {
  .home-main h1 {
    font-size: 36px;
    text-align: left;
  }
  .home-main h1 em {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  .home-main h1 {
    font-size: 48px;
  }
  .home-main h1 em {
    font-size: 76px;
  }
}
.home-main p {
  color: #666;
  margin: 20px auto 0;
  line-height: 22px;
  max-width: 460px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 600px) {
  .home-main p {
    line-height: 25px;
    font-size: 18px;
    text-align: left;
    margin: 20px 0 0;
    max-width: 390px;
  }
}
@media (min-width: 992px) {
  .home-main p {
    line-height: 28px;
    font-size: 21px;
  }
}
.home-main .headline-description {
  position: relative;
  margin: 20px 0 60px 0;
}
.home-main .headline-description .headline-image,
.home-main .headline-description .headline-text {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
.home-main .headline-description .headline-text {
  margin: 20px 0 0;
}
.home-main .headline-description .headline-image {
  max-width: 220px;
}
@media (min-width: 600px) {
  .home-main .headline-description .headline-image,
  .home-main .headline-description .headline-text {
    display: inline-block;
    margin: 0;
  }
  .home-main .headline-description .headline-text {
    margin: 0 0 0 30px;
    width: calc(100% - 280px);
    /*&:before
                {
                    .pseudo-content();

                    position: relative;
                    background-color: #f3a57b;
                    width: 150px;
                    height: 150px;
                    border-radius: 50%;
                    shape-outside: circle(50%);
                    float: left;
                }*/
  }
  .home-main .headline-description .headline-image {
    margin-left: 20px;
  }
  .home-main .headline-description.secure .headline-image,
  .home-main .headline-description.right .headline-image {
    float: right;
    margin: 0 10px;
  }
  .home-main .headline-description.secure h1,
  .home-main .headline-description.right h1 {
    text-align: right;
  }
  .home-main .headline-description.secure p,
  .home-main .headline-description.right p {
    text-align: right;
    float: right;
  }
}
@media (min-width: 992px) {
  .home-main .headline-description .headline-text {
    width: calc(100% - 380px);
  }
  .home-main .headline-description .headline-image {
    max-width: 300px;
  }
}
.home-main .benefits {
  position: relative;
  border-top: 1px solid #ddd;
}
.home-main .benefits .benefits-header {
  background: white;
  position: relative;
}
.home-main .benefits .benefits-header h1 {
  font-size: 20px;
  line-height: 138px;
  margin: 0;
  max-width: none;
}
@media (min-width: 600px) {
  .home-main .benefits .benefits-header h1 {
    font-size: 36px;
  }
}
.home-main .benefits .benefits-header:after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #fff transparent transparent transparent;
  content: ' ';
  position: absolute;
  bottom: -20px;
  right: calc(50% - 40px);
}
.home-main .benefits .benefits-body {
  background: #F5F5F5;
  padding: 50px 0 15px;
}
.home-main .benefits .benefit {
  margin-bottom: 40px;
}
.home-main .benefits .benefit .benefit-image {
  height: 140px;
  line-height: 140px;
  margin-bottom: 10px;
}
.home-main .benefits .benefit .benefit-image img {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .home-main .benefits .benefit {
    margin-bottom: 60px;
  }
}
.home-main .benefits h1,
.home-main .benefits h3 {
  font-size: 30px;
  margin: 0 auto 60px;
  color: #a52276;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
}
.home-main .benefits h1 {
  max-width: 500px;
}
@media (min-width: 992px) {
  .home-main .benefits h1 {
    max-width: initial;
  }
}
.home-main .benefits h3 {
  font-size: 26px;
  line-height: 26px;
  margin: 0;
}
.home-main .benefits h3 small {
  display: block;
  color: #666;
  font-size: 18px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 25px;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .home-main .benefits .benefits-row {
    margin: 0 -180px;
  }
}
.home-main.slim .home-midia {
  padding: 0;
}
.home-main.slim .home-midia .home-container > h3 {
  margin: 20px 0 0;
}
.home-main .home-app {
  background-color: #f4f4f4;
  min-height: 350px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px;
  margin: 1px 0 50px 0;
}
.home-main .home-app .home-app-introduction {
  text-align: center;
}
.home-main .home-app .home-app-text {
  font-size: 18px;
  color: #90056a;
  text-align: inherit;
  margin: 15px 0 0 0;
}
.home-main .home-app .home-app-logo {
  width: 100%;
  max-width: 200px;
}
.home-main .home-app .home-app-image {
  flex: 1;
  display: none;
}
.home-main .home-app .home-app-link-play {
  margin: 10px 0 0 0;
  display: inline-block;
}
.home-main .home-app .home-app-link-play img {
  width: 250px;
}
.home-main .home-app .container-flex {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .home-main .home-app .home-app-image {
    display: inline-block;
  }
  .home-main .home-app .home-app-introduction {
    text-align: right;
    margin-right: 60px;
  }
  .home-main .home-app .home-app-link-play {
    margin: 10px -20px 0 0;
  }
}
.home-blog {
  background: #F3F3F2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAsCAMAAAAJtvXOAAAAFVBMVEXq6urr6+vs7Ozt7e3u7u7v7+/w8PCi+5MWAAABg0lEQVR4AZ3VYY7rMAgEYMMw3P/IT8nI9QuiLVv+NKtNvgzYclZ2RSCY01odsO4CfzYkSJkblajI3OAhEGToam4QtpZFJvV7V1zXU4Ou5K4Y+L8tzAzaq3vaLe3SXxPjSmEAQm+Ox3xtZOAiqLGoob8btokaY25ocE0MGT40LE8M5ilO18V1X32ktjY0vMaorRHuYGPEvjG+xdA+MjTrojubGJ0ppTOMXYzGNGuUvcciXZTqfWuQ4s1eX14feTthKfE0eCOTGJQGe967zrRqDHs7YYJJXwY+ziBHJAGWGH1rZaFlqHAmboPWFL4Y/qIxmrALyVXySRnFoMIcQwWT0sRoTP1SRlXqQvet7f9UQ6t/vg/fJhyNIQVgfozxOIG5sq/BNPZlDAzWGOUUz4GhdWxb0zdtZtiHGJgabQxel5bjXmoMANoEHBmpFz9icKkscmbozWeKlttw5tDAEiJCoeCmb83Q0KEABFDP47lBW6ecPxlaRRWYY6NUaCWrMDdUZPb1D5krNpKd5NxOAAAAAElFTkSuQmCC) repeat;
  padding: 50px 0;
}
.home-blog .carousel-container {
  min-height: 400px;
  margin-bottom: 20px;
}
.home-blog .carousel-item {
  min-height: 100px;
  display: inline-flex !important;
}
.home-blog .carousel-item .carousel-container {
  display: inline-flex;
  flex: 1;
  padding: 0 30px;
}
.home-blog .home-blog-description {
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.home-blog .home-blog-image {
  display: none;
}
.home-blog .home-blog-image img {
  height: 300px;
}
.home-blog .home-blog-category {
  font-size: 34px;
  color: #d5186a;
  line-height: 1;
  font-weight: bold;
}
.home-blog .home-blog-category em {
  font-family: 'Source Sans Pro';
  font-size: 56px;
  color: #90056a;
  line-height: 1;
  display: block;
}
.home-blog .home-blog-title {
  font-family: 'Source Sans Pro';
  font-size: 42px;
  color: #90056a;
}
.home-blog .home-blog-text {
  font-family: 'Source Sans Pro';
  font-size: 20px;
  color: #777777;
}
.home-blog .home-blog-link {
  border-radius: 8px;
  border: solid 1px #661577;
  color: #661577;
  padding: 15px 30px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 180px;
  margin: 30px auto 0;
}
.home-blog .home-blog-link:hover {
  text-decoration: none;
  color: #fff;
  background: #661577;
}
.home-blog .rn-carousel-control {
  color: #90056a;
  font-size: 40px;
}
.home-blog .rn-carousel-control.rn-carousel-control-prev {
  left: 0;
}
.home-blog .rn-carousel-control.rn-carousel-control-prev:before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyM3B4IiBoZWlnaHQ9IjM4cHgiIHZpZXdCb3g9IjAgMCAyMyAzOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjMgMzgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZSBDb3B5PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBpZD0iV2VsY29tZSI+PGcgaWQ9IkRlc2t0b3AtSEQtVG9wby1jb21wYWN0byIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0MC4wMDAwMDAsIC0yMzYxLjAwMDAwMCkiPjxnIGlkPSJiZWFiYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDIwMjIuMDAwMDAwKSI+PHBvbHlnb24gaWQ9IlNoYXBlLUNvcHkiIGZpbGw9IiM5MDA1NkEiIHBvaW50cz0iMjYyLjc3NiwzNDMuOTUzIDI0OC43NiwzNTggMjYyLjc3NiwzNzIuMDQ3IDI1OC40NjEsMzc2LjM2MiAyNDAuMDk5LDM1OCAyNTguNDYxLDMzOS42MzggIi8+PC9nPjwvZz48L2c+PC9zdmc+);
}
.home-blog .rn-carousel-control.rn-carousel-control-next {
  right: 0;
}
.home-blog .rn-carousel-control.rn-carousel-control-next:before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyM3B4IiBoZWlnaHQ9IjM4cHgiIHZpZXdCb3g9IjAgMCAyMyAzOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjMgMzgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZSBDb3B5PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBpZD0iV2VsY29tZV8xXyI+PGcgaWQ9IkRlc2t0b3AtSEQtVG9wby1jb21wYWN0b18xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMTguMDAwMDAwLCAtMjM1NS4wMDAwMDApIj48ZyBpZD0iYmVhYmFfMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAyMDIyLjAwMDAwMCkiPjxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iIzkwMDU2QSIgcG9pbnRzPSIxMjE4LjA5OSwzNjUuMDQ3IDEyMzIuMTE1LDM1MSAxMjE4LjA5OSwzMzYuOTUzIDEyMjIuNDE0LDMzMi42MzggMTI0MC43NzYsMzUxIDEyMjIuNDE0LDM2OS4zNjIgIi8+PC9nPjwvZz48L2c+PC9zdmc+);
}
@media (min-width: 600px) {
  .home-blog .carousel-item .carousel-container {
    padding: 0 50px;
  }
  .home-blog .home-blog-link {
    margin: 30px 0 0;
  }
  .home-blog .home-blog-description {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .home-blog .container-flex {
    text-align: left;
  }
  .home-blog .carousel-item .carousel-container {
    padding: 0 60px;
  }
  .home-blog .home-blog-description {
    text-align: left;
    margin-right: 20px;
    align-items: flex-start;
  }
  .home-blog .home-blog-category {
    font-size: 50px;
    text-align: left;
    position: relative;
    top: 40px;
  }
  .home-blog .home-blog-category em {
    font-size: 78px;
  }
  .home-blog .home-blog-image {
    display: inline-block;
  }
}
@keyframes wallSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-wall {
  text-align: center;
  color: #fff;
}
.home-wall .wall-header h3 {
  margin: 10px 0 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  padding: 0 20px;
  max-width: 540px;
  white-space: normal;
}
@media (min-width: 992px) {
  .home-wall .wall-header h3 {
    font-size: 42px;
  }
}
.home-wall .wall {
  position: relative;
  background-color: #333;
  box-shadow: inset 0 1px 23px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  transition: height 300ms ease;
  height: 480px;
}
@media (min-width: 600px) {
  .home-wall .wall {
    height: 720px;
  }
}
.home-wall .wall .wall-spy-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 44, 47, 0.8);
  z-index: 3;
}
.home-wall .wall .wall-spy {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.home-wall .wall .wall-spy .icon-spy,
.home-wall .wall .wall-spy .btn-spy,
.home-wall .wall .wall-spy .warning-spy {
  display: block;
  margin: 0 auto;
}
.home-wall .wall .wall-spy .btn-spy {
  margin-bottom: 15px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  box-shadow: none;
  border-color: #901e67;
  background: #a52276 linear-gradient(to bottom, #d5186a 0%, #a52276 100%);
  width: 70%;
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  font-size: 20px;
}
@media (min-width: 600px) {
  .home-wall .wall .wall-spy .btn-spy {
    height: 70px;
    line-height: 70px;
    padding: 0 22px;
    font-size: 20px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .home-wall .wall .wall-spy .btn-spy {
    height: 80px;
    line-height: 80px;
    padding: 0 25px;
    font-size: 22px;
  }
}
.home-wall .wall .wall-spy .warning-spy {
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  line-height: 13px;
  z-index: 1;
  white-space: pre-wrap;
  width: 80%;
}
.home-wall .wall-wrap {
  display: inline-block;
}
.home-wall .wall-item-wrap {
  width: 250px;
  display: inline-block;
}
.home-wall .wall-item {
  height: 240px;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  padding: 1px;
}
.home-wall .wall-item a {
  color: #fff;
  display: block;
  position: relative;
}
.home-wall .wall-item a:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: ' ';
  top: auto;
  bottom: 0;
  height: 45px;
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  opacity: 0.6;
}
.home-wall .wall-item.video a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: ' ';
  width: 76px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.9;
}
.home-wall .wall-item.cam a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: ' ';
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #3AAC00;
  border: 2px solid rgba(255, 255, 255, 0.45);
  background-clip: padding-box;
}
.home-wall .wall-label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 0 5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  background: #a52276 linear-gradient(to bottom, #d5186a 0%, #a52276 100%);
  border-radius: 2px;
  height: 25px;
  line-height: 25px;
}
.home-wall .wall-label i.icon {
  display: none;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.home-wall .wall-label i.icon:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: ' ';
  width: 1px;
  left: auto;
  right: -2px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.home-wall .wall-label.photo i.icon {
  display: inline-block;
}
.home-wall .wall-label.video i.icon {
  display: inline-block;
  width: 15px;
  height: 16px;
}
.home-wall .wall-label.cam,
.home-wall .wall-label.online {
  background: #B4EC51 linear-gradient(to bottom, #B4EC51 0%, #429321 100%);
}
.home-wall .wall-label.close {
  background: #027E12 linear-gradient(to bottom, #027E12 0%, #013A0B 100%);
  padding: 0 10px;
}
.home-wall .wall-label.close:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: ' ';
  width: 84%;
  height: 19px;
  top: 3px;
  left: 3px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.home-wall .wall.blur {
  overflow: hidden;
  height: 480px;
}
@media (min-width: 600px) {
  .home-wall .wall.blur {
    height: 550px;
  }
}
.home-wall .wall.blur .wall-item img {
  filter: blur(10px);
}
html.desktop .home-wall {
  /*&:hover
        {
            .wall-wrap
            {
                // animation-play-state: paused;
            }
        }*/
}
html.desktop .home-wall .wall-wrap {
  animation: wallSlide 200s linear infinite;
}
html.mobile .wall {
  overflow-x: auto;
}
.home-footer {
  text-align: center;
}
.home-footer .home-footer-navbar {
  position: relative;
  background: #fff;
}
.home-footer .home-footer-navbar ul {
  background: white;
  padding: 30px 0;
  margin: 0;
}
.home-footer .home-footer-navbar ul:last-child {
  border-top: 1px solid #eee;
}
.home-footer .home-footer-navbar ul > li {
  padding: 0;
  margin: 0;
  height: 45px;
  line-height: 45px;
  display: block;
}
.home-footer .home-footer-navbar ul li span {
  color: #737373;
  font-size: 16px;
  cursor: pointer;
}
.home-footer .home-footer-navbar .dropdown-country {
  padding: 19px;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.home-footer .home-footer-navbar .dropdown-country.desktop {
  position: absolute;
  top: 0;
  right: -55px;
  display: none;
  border: none;
}
.home-footer .home-footer-navbar .dropdown-country.desktop .dropdown-menu {
  margin-top: 5px;
}
.home-footer .home-footer-navbar .dropdown-country .dropdown-toggle {
  color: #999;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}
.home-footer .home-footer-navbar .dropdown-country .dropdown-toggle .text {
  margin-left: 5px;
}
.home-footer .home-footer-navbar .dropdown-country .dropdown-menu {
  padding: 0;
  bottom: 45px;
  min-width: auto;
  left: 50%;
  transform: translateX(-50%);
  min-height: 58px;
  line-height: normal;
}
.home-footer .home-footer-navbar .dropdown-country .dropdown-menu .item {
  height: auto;
  line-height: normal;
  margin: 0;
  display: block;
}
.home-footer .home-footer-navbar .dropdown-country .dropdown-menu .item:after {
  content: '';
  display: none;
}
.home-footer .home-footer-navbar .dropdown-country .dropdown-menu .item a {
  border-left: 3px solid transparent;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.home-footer .home-footer-navbar .dropdown-country .dropdown-menu .item a:hover,
.home-footer .home-footer-navbar .dropdown-country .dropdown-menu .item a:focus {
  border-left: 3px solid #661577;
}
.home-footer .home-footer-navbar .dropdown-country .dropdown-menu .item a span {
  font-size: 13px;
}
.home-footer .home-footer-navbar .dropdown-country .dropdown-menu .icon-flag-pt-br,
.home-footer .home-footer-navbar .dropdown-country .dropdown-menu .icon-flag-en-us {
  margin: 0 5px 0 0;
}
.home-footer .home-footer-navbar .dropdown-country .icon-flag-pt-br,
.home-footer .home-footer-navbar .dropdown-country .icon-flag-en-us {
  margin: 0 5px 0 10px;
}
.home-footer .home-footer-navbar .dropdown-country .caret {
  color: #000000;
}
@media (min-width: 992px) {
  .home-footer .home-footer-navbar .dropdown-country {
    display: none;
  }
  .home-footer .home-footer-navbar .dropdown-country.desktop {
    display: block;
  }
}
@media (min-width: 600px) {
  .home-footer .home-footer-navbar ul {
    height: 55px;
    line-height: 55px;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .home-footer .home-footer-navbar ul > li {
    display: inline-block;
    height: auto;
    margin-left: 20px;
  }
  .home-footer .home-footer-navbar ul > li:first-child {
    margin-left: 0;
  }
  .home-footer .home-footer-navbar ul > li:after {
    color: #aaa;
    display: inline-block;
    content: '·';
    margin-left: 20px;
    vertical-align: middle;
    font-size: 20px;
  }
  .home-footer .home-footer-navbar ul > li:last-child:after {
    display: none;
  }
  .home-footer .home-footer-navbar ul a {
    font-size: 13px;
  }
}
.home-footer .home-footer-signup {
  padding-top: 50px;
}
.home-footer .keep-exploring {
  display: none;
  margin-top: 20px;
  font-size: 18px;
  color: #a52276;
}
.home-footer .keep-exploring:hover {
  text-decoration: underline;
}
.home-footer .footer-signup-headline {
  color: #d5186a;
  margin: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .home-footer .footer-signup-headline {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .home-footer .footer-signup-headline {
    font-size: 36px;
  }
}
.home-footer .footer-signup-subheadline {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #85067b;
  margin: 0 0 30px 0;
  line-height: 1;
  font-size: 18px;
  padding: 0 10px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .home-footer .footer-signup-subheadline {
    padding: 0;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .home-footer .footer-signup-subheadline {
    font-size: 24px;
  }
}
.end-page {
  margin: 20px 0 40px;
  display: block;
  height: 26px;
  background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2230%22%20height%3D%2226%22%20viewBox%3D%220%200%2030%2026%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M21.7.037c-2.24.007-4.322.88-5.89%202.46l-2.7%202.71-.707.71-6.657%206.69c-.113.114-.195.145-.226.145-.043%200-.16-.044-.326-.21l-.068-.07C2.462%209.755%202.364%207.12%204.834%204.637c.864-.87%202.28-1.555%203.56-1.555.757%200%201.475.176%202.085.5.562.256%201.248.153%201.712-.312.598-.6.598-1.574%200-2.176-.106-.107-.3-.237-.386-.282C10.776.282%209.61%200%208.384%200%206.31%200%204.11%201.017%202.672%202.46.86%204.283-.063%206.375.002%208.515c.067%202.132%201.113%204.275%203.03%206.2.723.727%201.584%201.11%202.49%201.11.85%200%201.68-.354%202.345-1l10.12-10.17c.99-.99%202.3-1.54%203.712-1.543%201.396%200%202.71.546%203.702%201.537.99.99%201.536%202.29%201.538%203.662.002%201.462-.617%202.89-1.744%204.024l-9.504%209.553-.29.29c-.162.164-.457.164-.62%200L9.832%2017.2c-.6-.576-1.552-.57-2.142.023-.59.592-.597%201.55-.022%202.152l4.95%204.976c.66.663%201.538%201.028%202.474%201.028.883%200%201.715-.325%202.36-.918l9.908-9.952c1.706-1.714%202.642-3.917%202.64-6.203-.006-2.195-.873-4.268-2.444-5.838C25.99.9%2023.91.037%2021.7.037z%22%20opacity%3D%22.152%22%20fill%3D%22%235C5C5C%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E') no-repeat center;
}
.end-page:before,
.end-page:after {
  content: " ";
  display: table;
}
.end-page:after {
  clear: both;
}
@keyframes helpBlockAnimation {
  0% {
    transform: translate(-80%, -50%);
    visibility: visible;
    opacity: 0;
  }
  100% {
    transform: translate(-109%, -50%);
    opacity: 1;
  }
}
.home-header-signup {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.home-header-signup div[data-module] {
  min-height: 214px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 50px;
}
.sl-modal.signup.injected {
  z-index: 1;
}
.sl-modal.signup.injected .modal-dialog {
  margin: 0;
  width: 100%;
}
.sl-modal.signup.injected .modal-dialog .modal-content {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 1px solid #ccc;
  overflow: visible;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-header {
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding: 18px 18px 14px 18px;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 18px !important;
  color: #d5186a !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-header .modal-title small {
  display: none;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body {
  padding: 30px 40px 0 40px;
  background-color: #ebebeb;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .input-group .input-group-addon {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 14px;
  background-color: #F1F1F1;
  color: #999;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .input-group input[type=text] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 14px;
  height: 40px;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 10px;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .form-group input,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .form-group select {
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
  border-color: #c9c9c9;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .form-group .arrow {
  border-color: #999 transparent transparent transparent;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 5px 40px 0 5px;
  margin: 0 0 3px;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox .input-group {
  margin: 0 auto;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox .input-group label {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .newsletter {
  padding-right: 0;
  margin: 0;
  min-height: 20px;
  line-height: 1;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .newsletter .input-group label {
  margin: 0;
  vertical-align: top;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .help-block {
  display: none;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error .help-block,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error .help-block,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper .help-block {
  margin: 0;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  float: none;
  position: absolute;
  left: 0;
  transform: translate(-109%, -50%);
  line-height: 1;
  height: auto;
  padding: 10px;
  top: 50%;
  font-size: 13px;
  animation: helpBlockAnimation 500ms;
  background-color: #CD2724;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error .help-block:after,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error .help-block:after,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper .help-block:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: ' ';
  width: 10px;
  height: 10px;
  background-color: #CD2724;
  right: -5px;
  left: initial;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error input,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error input,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper input,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error select,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error select,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper select {
  border-color: #CD2724;
  background-color: #f2dede;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error input.ng-invalid,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error input.ng-invalid,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper input.ng-invalid,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error select.ng-invalid,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error select.ng-invalid,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper select.ng-invalid {
  background-position: right 10px center;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error input.ng-invalid:focus,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error input.ng-invalid:focus,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper input.ng-invalid:focus,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error select.ng-invalid:focus,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error select.ng-invalid:focus,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper select.ng-invalid:focus {
  background-image: none;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error select:focus ~ .arrow,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error select:focus ~ .arrow,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper select:focus ~ .arrow {
  right: 15px;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form .form-group.has-error .arrow,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error .arrow,
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .new-recaptcha-wrapper .arrow {
  right: 40px;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error {
  border: 1px solid #CD2724;
  background-position: right 10px center;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error label {
  color: #CD2724;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error i {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-position: 50%;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error .help-block {
  left: 0;
  min-width: 200px;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-footer {
  padding: 0 40px 30px 40px;
  box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #ebebeb;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-footer .footer-content > p {
  display: none;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-footer .footer-content > button {
  width: 100%;
  font-size: 20px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #c58a00;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-footer .footer-content > button:hover {
  background: #FFC746 linear-gradient(to bottom, #FFC746 0%, #FF686A 100%);
  border: 1px solid #df9b00;
  color: #fff;
}
.sl-modal.signup.injected .modal-dialog .modal-content .modal-footer .footer-content > button:focus {
  background: #FFC746 linear-gradient(to bottom, #FFC746 0%, #FF686A 100%);
}
.signup-footer {
  height: 42px;
  line-height: 42px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}
.signup-footer span {
  font-size: 12px;
  vertical-align: middle;
  color: #666;
}
.home-footer-signup .signup-footer {
  background-color: #eee;
}
@media (min-width: 992px) {
  .sl-modal.signup.injected .modal-dialog .modal-content .modal-body .form-group input:focus ~ .help-hint {
    display: block;
  }
  .sl-modal.signup.injected .modal-dialog .modal-content .modal-body .form-group select:focus ~ .help-block {
    display: block;
  }
  .sl-modal.signup.injected .modal-dialog .modal-content .modal-body .form-group.has-error .help-block {
    display: none;
  }
  .sl-modal.signup.injected .modal-dialog .modal-content .modal-body .sl-form.focused .help-block {
    display: none;
  }
  .sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error:focus {
    background-image: none;
  }
  .sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error:focus .help-block {
    display: block;
  }
  .sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error .input-group:focus .help-block {
    display: none;
  }
  .sl-modal.signup.injected .modal-dialog .modal-content .modal-body .checkbox.has-error .help-block {
    display: none;
  }
}
.home-midia {
  background: #FEFCED;
  padding: 40px 0;
  margin: 0;
}
.home-midia .home-container > h3 {
  color: #661577;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.home-midia .home-container > h3 em {
  font-size: 20px;
  font-style: normal;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #fd006b;
}
.home-midia .midia-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.home-midia .midia {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.home-midia .midia img {
  width: 75%;
}
@media (min-width: 440px) {
  .home-midia .midia {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-midia .midia img {
    width: 85%;
  }
}
@media (min-width: 600px) {
  .home-midia .midia-row {
    flex-direction: row;
  }
  .home-midia .midia {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .home-midia .home-container {
    width: 960px;
  }
  .home-midia .midia {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .home-midia .midia img {
    width: 100%;
  }
}
.border-dividers {
  border-right: 1px solid #ccc;
}
.home-search {
  background-color: #f5f5f5;
}
.container-home-search {
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  text-align: center;
  border-top: 1px solid #eee;
}
.container-city {
  flex: 1;
}
.container-city:after {
  content: '';
  width: 200px;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 20px auto 25px;
}
.container-city .city {
  font-size: 20px;
  line-height: 20px;
  color: #666;
  margin: 0 0 10px 0;
}
.container-city .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container-city .list .item {
  padding: 10px 0px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  line-height: 14px;
}
.container-city .list a {
  color: #333;
}
@media (min-width: 480px) {
  .container-home-search {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
  }
  .container-city {
    flex-basis: 50%;
    padding: 0 10px;
    margin: 0 0 50px 0;
  }
  .container-city:nth-child(2n + 1) {
    border-right: 1px solid #ccc;
  }
  .container-city:last-child {
    border-right: none;
  }
  .container-city:after {
    display: none;
  }
  .container-city .list .item {
    padding: 5px 0;
  }
}
@media (min-width: 600px) {
  .container-city {
    flex-basis: 30%;
    border-right: 1px solid #ccc;
  }
  .container-city:nth-child(3n + 3) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .home-search {
    padding: 0 0 30px 0;
  }
  .container-home-search {
    flex-direction: row;
    text-align: left;
    flex-wrap: nowrap;
  }
  .container-city:nth-child(1n) {
    border-right: 1px solid #ccc;
  }
  .container-city:last-child {
    border: none;
  }
  .container-city .city {
    font-size: 15px;
    line-height: 16px;
  }
  .container-city .list .item {
    padding: 5px 0;
    font-size: 12px;
    line-height: 15px;
  }
}
.home-partnership {
  padding: 25px 0 40px;
  background-color: #101010;
}
.home-partnership .home-container {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
.home-partnership .title {
  width: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 25px 0;
  font-size: 27px;
}
.home-partnership .title .text {
  margin: 0 15px;
}
.home-partnership .title .divider {
  width: 100%;
  border-top: 1px solid #fff;
}
.home-partnership .list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.home-partnership .list .plus {
  font-size: 40px;
  color: #fff;
}
@media (min-width: 600px) {
  .home-partnership .list {
    flex-direction: row;
    padding: 0 10px;
  }
  .home-partnership .list .plus {
    margin: 0 15px;
  }
}
.signin-navbar-google {
  display: flex;
  align-items: center;
}
.signin-navbar-google__button {
  border: none;
  font-size: 16px;
  padding: 6px 26px 6px 9px;
  border-radius: 4px;
  background-color: rgba(245, 245, 245, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 30px;
}
.signin-navbar-google__button svg {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.signin-navbar-google__or {
  line-height: normal;
  text-transform: uppercase;
  margin: 0px 0px 0px 7px;
}
.google-login-component {
  display: flex;
  flex-direction: column;
}
.google-login-component > span {
  font-size: 14px;
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
}
.google-login-component .signin-google-button {
  width: 100%;
  border: none;
  font-size: 18px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #4385f4;
  font-weight: bold;
  border-radius: 100px;
}
.google-login-component .signin-google-button svg {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
