/*
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|PT+Mono" rel="stylesheet">
font-family: 'Noto Sans', sans-serif;
font-family: 'PT Mono', monospace;
*/
/*
@font-face {
  font-family: 'FontAwesome';
  src: url($font-filepath+'fontawesome-webfont.eot');
  src: url($font-filepath+'fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url($font-filepath+'fontawesome-webfont.woff2') format('woff2'),
    url($font-filepath+'fontawesome-webfont.woff') format('woff'),
    url($font-filepath+'fontawesome-webfont.ttf') format('truetype'),
    url($font-filepath+'fontawesome-webfont.svg#fontawesomeregular') format('svg');
  src: url('../fonts//FontAwesome.otf') format('opentype'); // used when developing fonts
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'New Rail Alphabet';
  src: url("../fonts/A2-Type New Rail Alphabet Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/A2-Type New Rail Alphabet Light.eot?#iefix") format("embedded-opentype"), url("../fonts/A2-Type New Rail Alphabet Light.woff") format("woff"), url("../fonts/A2-Type New Rail Alphabet Light.ttf") format("truetype"), url("../fonts/A2-Type New Rail Alphabet Light.svg#2df633670aac946c672dcb413433f814") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Big Med';
  src: url("../fonts/Big-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Big-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Big-Medium.woff") format("woff"), url("../fonts/Big-Medium.ttf") format("truetype"), url("../fonts/Big-Medium.svg#46350af6f194c82cf950f1887318f8f9") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* END reset css */
html, body {
  background-color: #FFF;
  font-family: "New Rail Alphabet", Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none; }

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0pt;
  visibility: hidden; }

img, video {
  border: none; }
  img.responsive, video.responsive {
    max-width: 100%;
    height: auto; }
  img.responsive-full, video.responsive-full {
    max-width: none;
    width: 100%;
    height: auto; }

::selection {
  background: #000;
  color: #FFF;
  /* Safari */ }

::-moz-selection {
  background: #000;
  color: #FFF;
  /* Firefox */ }

input, textarea, select {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Big Med", Helvetica, Arial, sans-serif;
  margin: 0; }

p {
  font-family: "New Rail Alphabet", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
  font-weight: 300; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

a {
  color: #000;
  text-decoration: underline;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease; }
  a:hover, a:focus {
    text-decoration: none;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease; }

.fleft {
  float: left; }

.fright {
  float: right; }

.no-padding {
  padding: 0; }

.hidden {
  display: none; }

.hidden-xs {
  display: none; }

@media (min-width: 768px) {
  .hidden-xs {
    display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }
@media (min-width: 992px) and (max-width: 1023px) {
  .hidden-md {
    display: none; } }
@media (min-width: 1024px) and (max-width: 1259px) {
  .hidden-lg {
    display: none; } }
@media (min-width: 1260px) {
  .hidden-xl {
    display: none; } }
body.is-in-popup {
  overflow: hidden; }

#mainWrapper, #main {
  min-width: 320px;
  /*padding-top: 70px;*/ }
  @media (min-width: 992px) {
    #mainWrapper, #main {
      /*padding-top: 86px;*/ } }

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent !important; }

textarea:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
.view-website-wrapper {
  text-align: center; }
  .view-website-wrapper a, .view-website-wrapper a:visited {
    display: inline-block;
    width: 250px;
    height: 26px;
    line-height: 26px;
    background-color: #EE4036;
    color: #FFF;
    font-size: 12px;
    text-transform: lowercase;
    text-decoration: none;
    letter-spacing: 2px; }

a.open-video, a.open-video:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  a.open-video span, a.open-video:visited span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -39px;
    margin-top: -39px;
    width: 78px;
    height: 78px;
    background: url("../img/svg/icon-video.svg") center center no-repeat transparent;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease; }
  @media (min-width: 992px) {
    a.open-video span:hover, a.open-video:visited span:hover {
      -moz-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      -webkit-transition: 0.4s ease;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); } }

#headerWrapper {
  background-color: #E41515;
  position: relative;
  z-index: 10;
  height: 315px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 42px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  #headerWrapper h1 {
    line-height: 500px;
    overflow: hidden;
    width: 220px;
    height: 140px;
    margin: 0 auto;
    background: url("../img/svg/logo.svg") center center no-repeat transparent; }
  #headerWrapper .view-website-wrapper {
    display: none; }
  #headerWrapper .slogan {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -85px;
    padding: 0 20px;
    color: #FFF; }
    #headerWrapper .slogan h2 {
      font-size: 66px;
      line-height: 60px;
      margin-bottom: 10px;
      text-transform: uppercase; }
      #headerWrapper .slogan h2 span {
        display: block; }
    #headerWrapper .slogan h3 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 10px;
      text-transform: uppercase; }
  #headerWrapper.in-passatempo {
    height: 215px; }
  @media (min-width: 768px) {
    #headerWrapper {
      height: 160px;
      padding-top: 40px; }
      #headerWrapper.in-passatempo {
        height: 160px; }
      #headerWrapper .header {
        padding-left: 45px;
        padding-right: 85px;
        position: relative; }
      #headerWrapper h1 {
        width: 138px;
        height: 88px;
        margin-left: 0; }
      #headerWrapper .view-website-wrapper {
        display: block;
        margin-right: 0;
        text-align: right;
        margin-bottom: 30px; }
        #headerWrapper .view-website-wrapper a, #headerWrapper .view-website-wrapper a:visited {
          text-align: center; }
      #headerWrapper .right-side {
        position: absolute;
        top: 10px;
        right: 85px; }
        #headerWrapper .right-side .slogan {
          position: relative;
          text-align: right;
          padding: 0;
          bottom: auto;
          left: auto;
          width: auto; }
          #headerWrapper .right-side .slogan h2 {
            /*font-size: 96px;*/
            line-height: 100px;
            margin-bottom: 0; }
            #headerWrapper .right-side .slogan h2 span {
              display: inline; }
          #headerWrapper .right-side .slogan h3 {
            font-size: 50px;
            line-height: 50px;
            margin-bottom: 0; } }
  @media (min-width: 992px) {
    #headerWrapper h1 {
      visibility: hidden; }
    #headerWrapper .right-side {
      visibility: hidden; }
      #headerWrapper .right-side .slogan h2 {
        font-size: 96px; } }

#footer {
  background-color: #E41515;
  color: #F6F6F6;
  padding: 35px;
  padding-top: 25px;
  text-align: center; }
  #footer a, #footer a:visited {
    color: #F6F6F6; }
  #footer .social-wrapper {
    margin-bottom: 35px; }
    #footer .social-wrapper h4 {
      text-transform: uppercase;
      font-size: 58px;
      line-height: 52px;
      margin-bottom: 25px; }
      #footer .social-wrapper h4 span {
        display: block; }
    #footer .social-wrapper .instagram-wrapper {
      margin-bottom: 25px; }
      #footer .social-wrapper .instagram-wrapper .instagram-list {
        font-size: 0; }
      #footer .social-wrapper .instagram-wrapper .instagram-item {
        display: none;
        width: 100%; }
        #footer .social-wrapper .instagram-wrapper .instagram-item:first-child {
          display: inline-block; }
        #footer .social-wrapper .instagram-wrapper .instagram-item .imageWrapper a, #footer .social-wrapper .instagram-wrapper .instagram-item .imageWrapper a:visited {
          display: block;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat; }
    #footer .social-wrapper .social-links ul li {
      font-family: "New Rail Alphabet", Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 30px; }
      #footer .social-wrapper .social-links ul li a, #footer .social-wrapper .social-links ul li a:visited {
        text-decoration: none; }
  #footer .footer-bottom .view-website-wrapper {
    margin-bottom: 65px; }
  #footer .footer-bottom p.copyright {
    font-family: 'PT Mono', monospace;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 18px; }
    #footer .footer-bottom p.copyright span {
      display: block; }
  @media (min-width: 400px) {
    #footer .social-wrapper .instagram-wrapper .instagram-list {
      margin-left: -7px;
      margin-right: -7px; }
      #footer .social-wrapper .instagram-wrapper .instagram-list .instagram-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding: 0 7px; }
        #footer .social-wrapper .instagram-wrapper .instagram-list .instagram-item:nth-child(2) {
          display: inline-block; } }
  @media (min-width: 600px) {
    #footer .social-wrapper .instagram-wrapper .instagram-list .instagram-item {
      width: 33.33%; }
      #footer .social-wrapper .instagram-wrapper .instagram-list .instagram-item:nth-child(3) {
        display: inline-block; } }
  @media (min-width: 768px) {
    #footer {
      padding-top: 50px;
      padding-bottom: 40px; }
      #footer .footer {
        max-width: 1010px;
        margin-left: auto;
        margin-right: auto;
        text-align: left; }
      #footer .social-wrapper {
        position: relative;
        margin-bottom: 60px; }
        #footer .social-wrapper h4 {
          font-size: 77px;
          line-height: 80px;
          margin-bottom: 15px; }
          #footer .social-wrapper h4 span {
            display: inline; }
        #footer .social-wrapper .instagram-wrapper .instagram-list .instagram-item {
          width: 25%;
          display: inline-block;
          margin-bottom: 14px; }
        #footer .social-wrapper .social-links {
          position: absolute;
          top: 0px;
          right: 0; }
          #footer .social-wrapper .social-links ul {
            text-align: right; }
            #footer .social-wrapper .social-links ul li {
              font-size: 16px;
              line-height: 18px; }
      #footer .footer-bottom .left-side {
        float: left;
        width: 50%;
        text-align: left; }
      #footer .footer-bottom .right-side {
        float: left;
        width: 50%;
        text-align: right; }
      #footer .footer-bottom .view-website-wrapper {
        text-align: left;
        margin-bottom: 0; }
        #footer .footer-bottom .view-website-wrapper a, #footer .footer-bottom .view-website-wrapper a:visited {
          text-align: center; }
      #footer .footer-bottom p.copyright {
        line-height: 26px; }
        #footer .footer-bottom p.copyright span {
          display: inline; } }
  @media (min-width: 992px) {
    #footer .social-wrapper .instagram-wrapper .instagram-list .instagram-item {
      overflow: hidden; }
      #footer .social-wrapper .instagram-wrapper .instagram-list .instagram-item a:hover, #footer .social-wrapper .instagram-wrapper .instagram-list .instagram-item a:visited:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)"; } }

.banner-wrapper {
  width: 100%;
  height: 310px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 65px; }
  .banner-wrapper .video-item-hp {
    display: block; }
  .banner-wrapper .video-item-hp {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }
  .banner-wrapper .image-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media (min-width: 768px) {
    .banner-wrapper {
      height: 670px;
      margin-bottom: 100px; } }
  @media (min-width: 992px) {
    .banner-wrapper .image-mobile {
      display: none; } }

.intro-wrapper {
  padding: 0 20px;
  text-align: center; }
  .intro-wrapper h3 {
    color: #E41515;
    text-transform: uppercase;
    font-size: 58px;
    line-height: 52px;
    margin-bottom: 15px; }
  .intro-wrapper .entry p {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px; }
    .intro-wrapper .entry p:last-child {
      margin-bottom: 0; }
  .intro-wrapper .left-side {
    margin-bottom: 35px; }
  .intro-wrapper .bottle-image {
    position: relative;
    margin-bottom: -60px; }
    .intro-wrapper .bottle-image img {
      max-width: 60%; }
  @media (min-width: 768px) {
    .intro-wrapper {
      max-width: 1120px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      padding: 0 30px; }
      .intro-wrapper .left-side {
        float: left;
        width: 50%;
        margin-bottom: 50px; }
      .intro-wrapper .right-side {
        float: right;
        width: 45%; }
      .intro-wrapper .entry p {
        font-size: 16px;
        line-height: 24px;
        margin-left: 0;
        max-width: 370px; } }
  @media (min-width: 992px) {
    .intro-wrapper h3 {
      font-size: 77px;
      line-height: 80px;
      margin-bottom: 30px;
      padding-left: 30%; }
    .intro-wrapper .entry {
      padding-left: 30%; }
    .intro-wrapper .bottle-image {
      position: relative;
      top: -50px;
      margin-bottom: -110px;
      padding-left: 20px; } }

.sep-content-layer {
  position: relative;
  z-index: 1;
  height: 70px;
  background-color: #E41515;
  width: 100%; }
  @media (min-width: 768px) {
    .sep-content-layer {
      height: 220px; } }

.text-image-wrapper .text-image .image {
  position: relative;
  display: block; }
  .text-image-wrapper .text-image .image.show-desktop {
    display: none; }
.text-image-wrapper .text-image .text {
  text-align: center;
  padding: 45px 20px;
  padding-top: 55px; }
  .text-image-wrapper .text-image .text .entry h3 {
    color: #E41515;
    text-transform: uppercase;
    font-size: 58px;
    line-height: 52px;
    margin-bottom: 15px; }
  .text-image-wrapper .text-image .text .entry h4 {
    font-family: "New Rail Alphabet", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px; }
  .text-image-wrapper .text-image .text .entry p {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px; }
    .text-image-wrapper .text-image .text .entry p:last-child {
      margin-bottom: 0; }
@media (min-width: 768px) {
  .text-image-wrapper {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    position: relative;
    z-index: 2; }
    .text-image-wrapper .text-image {
      margin-bottom: 100px; }
      .text-image-wrapper .text-image .image {
        float: left;
        width: 50%; }
        .text-image-wrapper .text-image .image.show-desktop {
          display: block; }
        .text-image-wrapper .text-image .image.show-mobile {
          display: none; }
      .text-image-wrapper .text-image .text {
        float: right;
        width: 45%;
        text-align: left;
        padding: 0;
        padding-top: 40px; }
        .text-image-wrapper .text-image .text .entry {
          max-width: 370px; }
          .text-image-wrapper .text-image .text .entry h3 {
            margin-bottom: 0; }
          .text-image-wrapper .text-image .text .entry h4 {
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 30px; }
          .text-image-wrapper .text-image .text .entry p {
            max-width: 100%;
            font-size: 16px;
            line-height: 25px; }
    .text-image-wrapper.ti-1 .text-image .image {
      position: relative;
      top: -70px; }
    .text-image-wrapper.ti-2 .text-image .image {
      float: right; }
    .text-image-wrapper.ti-2 .text-image .text {
      float: left; } }
@media (min-width: 992px) {
  .text-image-wrapper .text-image .text .entry h3 {
    font-size: 77px;
    line-height: 80px; }
  .text-image-wrapper.ti-2 .text-image .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px; } }

body.no-sound a.sound-toggle svg g, body.no-sound a.sound-toggle svg path, body.no-sound a.sound-toggle:visited svg g, body.no-sound a.sound-toggle:visited svg path {
  stroke: #FFFFFF !important; }
body.no-sound a.sound-toggle #Group-6, body.no-sound a.sound-toggle:visited #Group-6 {
  visibility: visible; }

a.play-video, a.play-video:visited {
  display: inline-block;
  background-image: url("../img/svg/play-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 43px;
  height: 59px;
  line-height: 500px;
  overflow: hidden; }

a.pause-video, a.pause-video:visited {
  display: inline-block;
  background-image: url("../img/svg/pause-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 40px;
  height: 59px;
  line-height: 500px;
  overflow: hidden; }

.video-player {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  font-size: 0;
  text-align: center;
  line-height: 16px;
  position: relative; }
  .video-player a.play-video, .video-player a.play-video:visited {
    width: 11px;
    height: 16px;
    vertical-align: middle; }
  .video-player a.pause-video, .video-player a.pause-video:visited {
    width: 12px;
    height: 16px;
    vertical-align: middle; }
  .video-player .start-time {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 10px;
    /*font-family: $font-primary;*/
    font-family: 'PT Mono', monospace;
    font-weight: 700;
    color: #FFF; }
  .video-player .end-time {
    font-size: 12px;
    display: inline-block;
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
    /*font-family: $font-primary;*/
    font-family: 'PT Mono', monospace;
    font-weight: 700;
    color: #FFF;
    vertical-align: middle; }
  .video-player a.sound-toggle, .video-player a.sound-toggle:visited {
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    /*&:active {@include scale($p:0.8);}*/ }
    .video-player a.sound-toggle:hover svg g, .video-player a.sound-toggle:hover svg path, .video-player a.sound-toggle:visited:hover svg g, .video-player a.sound-toggle:visited:hover svg path {
      stroke: #FFFFFF !important; }
    .video-player a.sound-toggle:hover #Group-6, .video-player a.sound-toggle:visited:hover #Group-6 {
      visibility: visible; }
    .video-player a.sound-toggle #Group-6, .video-player a.sound-toggle:visited #Group-6 {
      visibility: hidden; }
  .video-player .progress-wrapper {
    display: inline-block;
    width: 50px;
    position: relative;
    top: 2px;
    height: 2px;
    background-color: #FFF; }
    .video-player .progress-wrapper .holder {
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #FFF;
      margin-left: -4px;
      left: 0;
      top: -4px;
      -webkit-background-clip: padding-box;
      -webkit-border-radius: 50%;
      -moz-background-clip: padding-box;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
    .video-player .progress-wrapper .progress {
      height: 16px;
      left: 0;
      position: absolute;
      top: -7px;
      width: 100%;
      cursor: pointer; }

.video-popup-wrapper {
  display: none;
  position: fixed;
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 100; }
  .video-popup-wrapper a.close-video-popup-wrapper, .video-popup-wrapper a.close-video-popup-wrapper:visited {
    position: absolute;
    width: 47px;
    height: 46px;
    padding: 0;
    top: 30px;
    right: 30px;
    background: url("../img/svg/icon-close.svg") center center no-repeat transparent;
    background-size: contain;
    z-index: 10; }
  .video-popup-wrapper .video-item {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2; }
    .video-popup-wrapper .video-item.is-playing {
      display: block; }
  .video-popup-wrapper .video-player {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    padding: 0 35px;
    bottom: 10px;
    z-index: 6;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease; }

.passatempo-wrapper {
  padding: 40px 20px; }
  .passatempo-wrapper h2 {
    color: #E41515;
    text-transform: uppercase;
    font-size: 58px;
    line-height: 52px;
    margin-bottom: 15px; }
  .passatempo-wrapper p {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px; }
    .passatempo-wrapper p:last-child {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .passatempo-wrapper {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      padding: 85px 30px;
      padding-top: 135px; }
      .passatempo-wrapper h2 {
        font-size: 77px;
        line-height: 80px;
        margin-bottom: 30px; }
      .passatempo-wrapper p {
        font-size: 16px;
        line-height: 24px;
        margin-left: 0; } }

/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=global.css.map */
