@charset "UTF-8";
@font-face {
  font-family: 'Melodrama-Variable';
  src: url("../fonts/Melodrama-Variable.woff2") format("woff2"), url("../fonts/Melodrama-Variable.woff") format("woff"), url("../fonts/Melodrama-Variable.ttf") format("truetype");
  font-weight: 300 700;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Melodrama-Light';
  src: url("../fonts/Melodrama-Light.woff2") format("woff2"), url("../fonts/Melodrama-Light.woff") format("woff"), url("../fonts/Melodrama-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Melodrama-Regular';
  src: url("../fonts/Melodrama-Regular.woff2") format("woff2"), url("../fonts/Melodrama-Regular.woff") format("woff"), url("../fonts/Melodrama-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Melodrama-Medium';
  src: url("../fonts/Melodrama-Medium.woff2") format("woff2"), url("../fonts/Melodrama-Medium.woff") format("woff"), url("../fonts/Melodrama-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Melodrama-Semibold';
  src: url("../fonts/Melodrama-Semibold.woff2") format("woff2"), url("../fonts/Melodrama-Semibold.woff") format("woff"), url("../fonts/Melodrama-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Melodrama-Bold';
  src: url("../fonts/Melodrama-Bold.woff2") format("woff2"), url("../fonts/Melodrama-Bold.woff") format("woff"), url("../fonts/Melodrama-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Satoshi-Light';
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic; }
@font-face {
  font-family: 'Satoshi-Regular';
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Satoshi-Italic';
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic; }
@font-face {
  font-family: 'Satoshi-Medium';
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic; }
@font-face {
  font-family: 'Satoshi-Bold';
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic; }
@font-face {
  font-family: 'Satoshi-Black';
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff"), url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic; }
html, body {
  overflow-x: hidden;
  background: #000; }

body.page {
  background: #16181C; }

.container {
  max-width: 1160px; }

.orange {
  color: #D34B23; }

h1 {
  font-size: 200px;
  font-family: 'Melodrama-Bold';
  color: #D34B23;
  line-height: 240px;
  position: relative; }
  h1:before {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 28rem;
    width: 28rem;
    z-index: -1;
    top: -30%; }
    @media screen and (max-width: 767.98px) {
      h1:before {
        height: 14rem;
        width: 14rem;
        z-index: 1;
        border-width: 2px;
        top: -4rem;
        left: 2.25rem; } }
  @media screen and (max-width: 1200px) {
    h1 {
      font-size: 120px;
      line-height: 50px; } }
  h1.blog {
    font-size: 120px;
    line-height: 140px;
    position: relative;
    width: 100%;
    display: block; }
    h1.blog:before {
      position: absolute;
      content: "";
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      height: 18rem;
      width: 18rem;
      z-index: -1;
      top: -30%;
      left: 0;
      right: 0;
      margin: 0px auto; }
    @media screen and (max-width: 1200px) {
      h1.blog {
        font-size: 60px;
        line-height: 100px; }
        h1.blog:before {
          height: 12rem;
          width: 12rem;
          top: -15%; } }
    h1.blog-article {
      color: #E2E6D7;
      font-size: 60px;
      line-height: 80px; }
      @media screen and (max-width: 1200px) {
        h1.blog-article {
          font-size: 32px;
          line-height: 50px; }
          h1.blog-article:before {
            height: 12rem;
            width: 12rem;
            top: -40%; } }

h2 {
  font-family: 'Melodrama-Bold';
  font-style: normal;
  font-size: 55px;
  line-height: 50px;
  padding-bottom: 1rem;
  text-align: center;
  color: #FFFFFF; }
  @media screen and (max-width: 1200px) {
    h2 {
      font-size: 34px;
      line-height: 40px; } }

h3 {
  font-size: 34px;
  font-family: 'Satoshi-Semibold';
  color: #D34B23;
  line-height: 40px; }
  @media screen and (max-width: 1200px) {
    h3 {
      font-size: 24px;
      line-height: 30px; } }

h4 {
  font-size: 28px;
  font-family: 'Satoshi-bold';
  color: #FFFFFF;
  line-height: 36px; }
  h4 span {
    color: #E2E6D7;
    font-family: 'Satoshi-MediumItalic';
    font-style: italic; }
  @media screen and (max-width: 767.98px) {
    h4 {
      font-size: 26px;
      line-height: 32px; } }

h5 {
  font-size: 20px;
  font-family: 'Satoshi-bold';
  color: #000;
  line-height: 26px; }
  h5 span {
    color: #E2E6D7; }

p {
  font-size: 16px;
  font-family: 'Satoshi-Medium';
  line-height: 23px;
  color: #D34B23; }
  @media screen and (max-width: 767.98px) {
    p {
      font-size: 15px;
      line-height: 21px; } }

blockquote {
  position: relative;
  max-width: 80%;
  margin: 3rem auto;
  background: #F6F4ED;
  border-radius: 15px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  font-family: 'Satoshi-SemiboldItalic';
  font-weight: 600;
  font-display: swap;
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
  padding: 3rem 6rem;
  text-align: center; }
  blockquote:before {
    position: absolute;
    content: '„';
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    top: -3.5rem;
    font-size: 120px;
    left: 3rem; }
  blockquote:after {
    position: absolute;
    content: '„';
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    bottom: 1.5rem;
    font-size: 120px;
    right: 3rem; }
  @media screen and (max-width: 767.98px) {
    blockquote {
      max-width: 90%;
      padding: 2rem 3rem;
      font-size: 23px;
      line-height: 30px; } }

.nav-item {
  padding: 0 .5rem; }
  @media screen and (max-width: 1200px) {
    .nav-item {
      padding: 0 .25rem; } }
  @media screen and (max-width: 991.98px) {
    .nav-item:nth-child(1) {
      margin-top: -5rem; } }
.nav-link {
  color: #FFFFFF !important;
  font-size: 15px;
  font-family: 'Satoshi-Medium';
  transition: all .2s linear;
  text-transform: uppercase; }
  .nav-link:hover {
    color: #D34B23 !important; }
  @media screen and (max-width: 1200px) {
    .nav-link {
      color: #FFFFFF !important;
      font-size: 15px;
      font-family: 'Satoshi-Medium';
      transition: all .2s linear; } }
  @media screen and (max-width: 991.98px) {
    .nav-link {
      color: #000 !important;
      font-size: 46px;
      line-height: 70px;
      font-family: 'Satoshi-Black'; } }
  @media screen and (max-width: 767.98px) {
    .nav-link {
      color: #000 !important;
      font-size: 20px;
      line-height: 25px;
      font-family: 'Satoshi-Black'; } }
  @media screen and (max-width: 575.98px) {
    .nav-link {
      color: #000 !important;
      font-size: 46px;
      line-height: 70px;
      font-family: 'Satoshi-Black'; } }

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

.navbar {
  padding: 1.5rem 0;
  transition: all .2s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 767.98px) {
    .navbar {
      padding: 1.25rem 0; } }
  .navbar > .container {
    max-width: 1060px; }
    @media screen and (max-width: 1366px) {
      .navbar > .container {
        max-width: 1040px; } }
    @media screen and (max-width: 1200px) {
      .navbar > .container {
        max-width: 880px; } }
  @media screen and (max-width: 991.98px) {
    .navbar-nav {
      height: 80vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 0rem; } }
  .navbar-brand {
    display: block;
    height: 28px;
    width: 140px;
    background: url(../img/logo-zagraj.png);
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 991.98px) {
      .navbar-brand {
        position: relative;
        right: -1.75rem;
        height: 28px;
        width: 140px;
        background: url(../img/logo-zagraj.png); } }
  .navbar-toggler {
    border: 0;
    border-radius: 50%;
    background: #FBEA4E;
    width: 36px;
    height: 36px;
    padding: 0; }
    .navbar-toggler.collapsed .navbar-toggler-icon__custom {
      display: block;
      height: 36px;
      width: 36px;
      background: url(../img/stripes.svg);
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: center center; }
    .navbar-toggler-icon__custom {
      display: block;
      height: 36px;
      width: 36px;
      background: url(../img/close.svg);
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: center center; }
  .navbar.open {
    background: #E2E6D7;
    height: 100%;
    display: flex;
    align-items: start; }
    .navbar.open .navbar-brand {
      background: url(../img/logo-zagraj-black.png); }

.fixed-top.scrolled {
  background-color: #E2E6D7 !important; }
  .fixed-top.scrolled .navbar-brand {
    background: url(../img/logo-zagraj-black.png);
    height: 28px;
    width: 140px;
    background-size: 100%;
    background-repeat: no-repeat; }
  .fixed-top.scrolled .nav-link {
    color: #000 !important; }
  .fixed-top.scrolled .zagraj-btn__empty {
    border: 1px solid #000;
    color: #000; }
    .fixed-top.scrolled .zagraj-btn__empty:hover {
      background: transparent; }
  .fixed-top.scrolled .form-select {
    background: transparent;
    padding: .5rem 2.5rem .5rem 1rem;
    background-image: url(../img/arrow-down-new.svg);
    background-repeat: no-repeat;
    background-position: 75% 50%;
    border: 1.5px solid rgba(0, 0, 0, 0.25);
    color: #000; }

.slick-list {
  padding: 0 21% 0 0; }
.slick-slide {
  padding-right: 1.5rem; }
  .slick-slide img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
.slick-arrow {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  width: 52px;
  height: 52px;
  background: transparent;
  text-indent: -9999px;
  margin-top: .5rem; }
.slick-slider .slick-prev {
  background: url("../img/arrow-left-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  top: 30%;
  left: -6rem;
  position: absolute; }
  @media screen and (max-width: 767.98px) {
    .slick-slider .slick-prev {
      left: 34%;
      bottom: -3rem;
      top: auto; } }
.slick-slider .slick-next {
  background: url("../img/small-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  top: 30%;
  right: -6rem;
  position: absolute; }
  @media screen and (max-width: 767.98px) {
    .slick-slider .slick-next {
      right: 34%;
      bottom: -3rem;
      top: auto; } }

.zagraj-slider__moz .slick-list {
  padding: 0 0% 0 21% !important; }
.zagraj-slider__moz .slick-slider {
  padding-left: 1rem;
  padding-right: 0 !important; }

#reconnect1 .slick-list {
  padding: 0 0% 0 0% !important; }

.right-half {
  padding-right: 0 !important;
  right: 0;
  left: 50%;
  position: absolute; }
  @media screen and (max-width: 991.98px) {
    .right-half {
      position: relative;
      left: 0;
      right: 0; } }

.left-half {
  padding-left: 0 !important;
  right: 0;
  left: -25%;
  position: absolute; }
  @media screen and (max-width: 991.98px) {
    .left-half {
      position: relative;
      left: 0;
      right: 0; } }

.zagraj-loga {
  background: #000;
  padding: 0rem 0 6rem; }
  @media screen and (max-width: 767.98px) {
    .zagraj-loga {
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      padding-top: 3rem;
      padding-bottom: 3rem; } }
.zagraj-stodola {
  background: url(../img/top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 920px;
  position: relative; }
  @media screen and (max-width: 767.98px) {
    .zagraj-stodola {
      min-height: 600px; } }
  .zagraj-stodola:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/overlap.png);
    background-size: cover; }
  .zagraj-stodola__box {
    position: absolute;
    bottom: 10rem;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 767.98px) {
      .zagraj-stodola__box {
        bottom: 4rem; } }
    .zagraj-stodola__box h2 {
      line-height: 70px; }
      @media screen and (max-width: 767.98px) {
        .zagraj-stodola__box h2 {
          font-size: 32px;
          line-height: 45px; } }
      .zagraj-stodola__box h2 span {
        font-size: 70px; }
        @media screen and (max-width: 767.98px) {
          .zagraj-stodola__box h2 span {
            font-size: 32px; } }
    .zagraj-stodola__box p {
      color: #FFFFFF; }
    .zagraj-stodola__box .zagraj-btn__dark {
      width: 240px;
      margin: 2rem auto 0; }
.zagraj-opinie {
  background: #000;
  padding: 7rem 0; }
  @media screen and (max-width: 767.98px) {
    .zagraj-opinie {
      padding: 3rem 0 6rem; } }
.zagraj-animatorzy {
  padding: 6rem 0;
  background: #1E1E1E; }
  @media screen and (max-width: 767.98px) {
    .zagraj-animatorzy {
      padding: 3rem 0 1rem; } }
  .zagraj-animatorzy__p {
    color: #FDFFF8;
    opacity: 0.7;
    font-family: 'Satoshi-Regular'; }
    @media screen and (max-width: 767.98px) {
      .zagraj-animatorzy__p {
        text-align: center;
        padding-bottom: 1rem; } }
    .zagraj-animatorzy__p-border {
      display: block;
      padding-bottom: 1.5rem;
      border-bottom: 2px solid rgba(253, 255, 248, 0.25); }
      @media screen and (max-width: 767.98px) {
        .zagraj-animatorzy__p-border {
          margin-bottom: 2rem; } }
.zagraj-atrakcje {
  background: #E2E6D7;
  padding: 4rem 0 6rem; }
  @media screen and (max-width: 767.98px) {
    .zagraj-atrakcje {
      padding: 4rem 0 3rem; } }
  .zagraj-atrakcje p {
    font-weight: 700;
    color: #000; }
  .zagraj-atrakcje .form-select {
    border-color: #000;
    color: #000;
    max-width: 320px;
    margin: 0px auto;
    background-image: url(../img/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    padding-left: 1.5rem;
    position: relative; }
  .zagraj-atrakcje__border {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  .zagraj-atrakcje__box {
    position: relative;
    display: inline-block;
    transition: .5s ease; }
    @media screen and (max-width: 767.98px) {
      .zagraj-atrakcje__box-img {
        max-height: 240px;
        width: 100% !important;
        object-fit: cover;
        object-position: center;
        max-width: 100% !important; } }
    .zagraj-atrakcje__box:hover span {
      bottom: 0;
      height: 100%; }
      .zagraj-atrakcje__box:hover span img {
        opacity: 1; }
    .zagraj-atrakcje__box span {
      position: absolute;
      background: rgba(198, 70, 33, 0.6);
      width: 100%;
      height: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 0;
      bottom: 0;
      transition: .5s ease; }
      .zagraj-atrakcje__box span img {
        transition: .5s ease;
        opacity: 0; }
    .zagraj-atrakcje__box-p {
      margin-top: 1.5rem;
      font-size: 18px;
      color: #000;
      font-family: 'Satoshi-Bold'; }
      .zagraj-atrakcje__box-p .span {
        font-weight: 400;
        font-family: 'Satoshi-Regular';
        color: #919191; }
.zagraj-gradient {
  background: linear-gradient(#16181C 25%, #D34B23 40%); }
.zagraj-testimonials {
  padding: 3rem 0; }
  .zagraj-testimonials .zagraj-category__cover {
    background: url(../img/bg-quote.png);
    background-size: cover;
    margin-top: -24rem;
    padding-top: 20rem;
    padding-bottom: 4rem;
    z-index: 99;
    position: relative; }
  .zagraj-testimonials__box {
    max-width: 75%;
    border: 1.5px solid rgba(253, 255, 248, 0.25);
    border-radius: 50px;
    position: relative;
    padding: 3.5rem 6.5rem 2.5rem;
    margin: 1.5rem auto 3rem; }
    @media screen and (max-width: 767.98px) {
      .zagraj-testimonials__box {
        padding: 2.5rem 1.5rem 2.5rem; } }
    .zagraj-testimonials__box span {
      display: block;
      width: 30%;
      height: 2px;
      background: #D34B23;
      text-align: center;
      margin: 1.25rem auto; }
    .zagraj-testimonials__box:before {
      position: absolute;
      content: url("../img/quote1.svg");
      top: -1.5rem;
      left: 4rem; }
      @media screen and (max-width: 767.98px) {
        .zagraj-testimonials__box:before {
          top: -1.5rem;
          left: 2rem; } }
    .zagraj-testimonials__box:after {
      position: absolute;
      content: url("../img/quote2.svg");
      bottom: -2rem;
      right: 4rem; }
      @media screen and (max-width: 767.98px) {
        .zagraj-testimonials__box:after {
          right: 2rem; } }
    .zagraj-testimonials__box p {
      color: rgba(255, 255, 255, 0.75);
      font-size: 16px;
      font-family: 'Satoshi-Italic';
      font-weight: 400;
      font-display: swap;
      font-style: italic;
      text-align: center; }
      .zagraj-testimonials__box p.person {
        font-size: 14px;
        color: #D34B23; }
    .zagraj-testimonials__box-bottom {
      display: flex;
      justify-content: start;
      flex-direction: row;
      align-items: center; }
      .zagraj-testimonials__box-bottom__name {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        padding-right: .75rem;
        margin-right: .45rem; }
.zagraj-page {
  padding: 9rem 0 3rem; }
.zagraj-wedding {
  background: #D34B23 url(../img/slow-wedding.png);
  overflow: hidden;
  background-position: top;
  background-repeat: no-repeat; }
  .zagraj-wedding .zagraj-top {
    background: none; }
.zagraj-reconnect {
  padding: 9rem 0 8rem;
  background: url(../img/reconnect.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .zagraj-reconnect:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0; }
  @media screen and (max-width: 767.98px) {
    .zagraj-reconnect {
      padding: 3rem 0 2rem; } }
  .zagraj-reconnect h1 {
    z-index: 1;
    font-size: 46px;
    color: #D34B23;
    line-height: 52px; }
    @media screen and (max-width: 767.98px) {
      .zagraj-reconnect h1 {
        font-size: 34px;
        line-height: 42px; } }
  .zagraj-reconnect p {
    position: relative;
    z-index: 1; }
  .zagraj-reconnect .zagraj-btn {
    position: relative;
    z-index: 1; }
  .zagraj-reconnect .zagraj-btn:hover {
    background: #000; }
.zagraj-newsletter {
  padding: 3.5rem 0;
  background: #C64621; }
  @media screen and (max-width: 767.98px) {
    .zagraj-newsletter {
      padding: 3rem 0 2rem; } }
  .zagraj-newsletter h1 {
    font-size: 46px;
    color: #FFFFFF;
    line-height: 52px; }
    .zagraj-newsletter h1:before {
      display: none; }
    @media screen and (max-width: 767.98px) {
      .zagraj-newsletter h1 {
        font-size: 34px;
        line-height: 42px; } }
  .zagraj-newsletter h5 {
    font-size: 16px;
    font-family: 'Satoshi-Bold';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    color: #FFFFFF; }
    @media screen and (max-width: 767.98px) {
      .zagraj-newsletter h5 {
        font-size: 14px;
        line-height: 20px; } }
  .zagraj-newsletter p {
    color: #FFFFFF;
    font-family: 'Satoshi-Light';
    font-weight: 300; }
.zagraj-category {
  background-image: url(../img/blog-1.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 10rem 0 5rem;
  z-index: 1; }
  .zagraj-category:before {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6); }
  .zagraj-category__tags a {
    text-decoration: none; }
    .zagraj-category__tags a:hover {
      opacity: .8; }
  .zagraj-category h5 {
    font-size: 24px;
    font-family: 'Satoshi-Regular';
    color: #FFFFFF;
    line-height: 30px; }
    .zagraj-category h5 span {
      color: #E2E6D7; }
    @media screen and (max-width: 575.98px) {
      .zagraj-category h5 {
        font-size: 18px;
        line-height: 26px; } }
  .zagraj-category__cover {
    position: relative;
    z-index: 99; }
    .zagraj-category__cover:before {
      position: absolute;
      content: "";
      border: 1px solid rgba(255, 255, 255, 0.2);
      top: 50%;
      left: 0;
      right: 0;
      z-index: -1;
      width: 100%; }
    .zagraj-category__cover .zagraj-btn__dark {
      width: auto;
      max-width: 380px;
      margin: 0px auto; }
  .zagraj-category__box {
    margin-bottom: 4rem; }
    @media screen and (max-width: 575.98px) {
      .zagraj-category__box {
        padding: 1rem 0;
        margin-bottom: 2rem; } }
    .zagraj-category__box h1 {
      font-size: 54px;
      line-height: 55px; }
    .zagraj-category__box-photo {
      text-align: center; }
      .zagraj-category__box-photo h3 {
        line-height: 60px;
        color: #16181C; }
    .zagraj-category__box-desc {
      border: 2px solid rgba(0, 0, 0, 0.2);
      margin-top: -1rem;
      border-top: 0;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      padding-top: 1.5rem; }
      .zagraj-category__box-desc h5 {
        color: #E2E6D7; }
      .zagraj-category__box-desc p {
        color: #E2E6D7;
        font-size: 14px;
        line-height: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 2rem; }
      .zagraj-category__box-desc__date {
        font-size: 12px;
        font-family: 'Satoshi-Medium';
        color: #E2E6D7; }
        .zagraj-category__box-desc__date img {
          vertical-align: middle;
          margin-top: -.2rem;
          margin-right: .3rem; }
      @media screen and (max-width: 575.98px) {
        .zagraj-category__box-desc {
          padding: 1.5rem 0rem; } }
    @media screen and (max-width: 767.98px) {
      .zagraj-category__box h1, .zagraj-category__box h3 {
        font-size: 28px;
        line-height: 35px;
        font-family: 'Satoshi-Semibold';
        font-weight: 600;
        font-display: swap;
        font-style: normal; } }
  .zagraj-category__tag {
    border: 1px solid #000;
    padding: .75rem 2rem;
    display: inline-block;
    font-family: 'Satoshi-Regular', sans-serif;
    color: #000;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 45px;
    margin: 0 .5rem; }
    @media screen and (max-width: 575.98px) {
      .zagraj-category__tag {
        padding: .35rem 1rem;
        margin-left: 0;
        margin-bottom: .5rem; } }
    .zagraj-category__tag.active {
      background: #E2E6D7;
      color: #FFFFFF;
      border-color: #E2E6D7; }
    .zagraj-category__tag:hover {
      background: #E2E6D7;
      color: #FFFFFF;
      border-color: #E2E6D7;
      cursor: pointer; }
    .zagraj-category__tag-small {
      border: 1px solid #E2E6D7;
      padding: .25rem 1rem;
      display: inline-block;
      font-family: 'Satoshi-Regular', sans-serif;
      font-weight: 900;
      font-size: 13px;
      text-transform: uppercase;
      border-radius: 45px;
      margin-right: .5rem;
      background: #E2E6D7;
      color: #FFFFFF; }
.zagraj-breadcrumps {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
  padding-bottom: 2.5rem; }
  .zagraj-breadcrumps span {
    display: inline-block;
    padding-right: 1rem; }
  @media screen and (max-width: 575.98px) {
    .zagraj-breadcrumps {
      display: none; } }
.zagraj-faq {
  background: #D34B23;
  padding: 4rem 0; }
.zagraj-blog {
  margin: 3rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 767.98px) {
    .zagraj-blog {
      padding: 1.5rem 0; } }
  .zagraj-blog__box {
    padding-bottom: 3rem;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    margin-right: 1.5rem; }
    .zagraj-blog__box p {
      font-size: 14px;
      color: #000000;
      line-height: 18px;
      opacity: 0.7; }
    .zagraj-blog__box-date {
      padding-top: 1.5rem;
      font-size: 12px;
      color: #000;
      vertical-align: middle; }
      .zagraj-blog__box-date img {
        margin-right: .75rem;
        max-width: 14px;
        margin-top: -.5rem;
        vertical-align: middle;
        display: inline-block; }
    @media screen and (max-width: 767.98px) {
      .zagraj-blog__box {
        padding-bottom: 3rem; }
        .zagraj-blog__box .zagraj-btn__dark {
          width: 100%; } }
    .zagraj-blog__box .zagraj-btn {
      font-size: 16px;
      padding: .75rem 0; }
.zagraj-natura {
  padding: 4rem 0;
  background: #16181C; }
  @media screen and (max-width: 767.98px) {
    .zagraj-natura {
      padding-top: 2.5rem;
      padding-bottom: 0; } }
.zagraj-obcowanie {
  padding: 4rem 0 0;
  background: #E2E6D7;
  overflow: hidden; }
  @media screen and (max-width: 767.98px) {
    .zagraj-obcowanie {
      padding-bottom: 0;
      padding-top: 2rem; } }
  .zagraj-obcowanie__category {
    background: #131313; }
    .zagraj-obcowanie__category .zagraj-slider__btns button {
      border-color: #E2E6D7; }
    .zagraj-obcowanie__category .zagraj-blog {
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      color: #E2E6D7; }
    .zagraj-obcowanie__category .zagraj-blog__box {
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
      .zagraj-obcowanie__category .zagraj-blog__box p, .zagraj-obcowanie__category .zagraj-blog__box h5 {
        color: #E2E6D7 !important; }
    .zagraj-obcowanie__category .zagraj-slider__btns .next-btn {
      background: url("../img/small-arrow-right-white.svg");
      background-repeat: no-repeat;
      background-position: center center; }
    .zagraj-obcowanie__category .zagraj-slider__btns .prev-btn {
      background: url("../img/arrow-left-white.svg");
      background-repeat: no-repeat;
      background-position: center center; }
.zagraj-video {
  background: url(../img/video-cover.png);
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  min-height: 470px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767.98px) {
    .zagraj-video {
      min-height: 320px; } }
  @media screen and (max-width: 767.98px) {
    .zagraj-video__button img {
      max-width: 90px; } }
  .zagraj-video__button img:hover {
    opacity: .8; }
.zagraj-home {
  background: #D34B23 url(../img/bg-home.png);
  overflow: hidden;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat; }
.zagraj-slider .slick-list {
  padding: 0 !important; }
.zagraj-slider__btns {
  padding-top: .5rem; }
  .zagraj-slider__btns button {
    border-radius: 0px;
    border: 1.5px solid rgba(0, 0, 0, 0.5);
    width: 52px;
    height: 52px;
    background: transparent;
    text-indent: -9999px;
    margin-top: .5rem; }
  .zagraj-slider__btns .prev-btn {
    background: url("../img/small-arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  .zagraj-slider__btns .next-btn {
    background: url("../img/small-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center center; }
.zagraj-divider {
  background: rgba(0, 0, 0, 0.2);
  height: 60px;
  width: 1px;
  display: inline-block;
  margin: 1.5rem 0; }
  @media screen and (max-width: 767.98px) {
    .zagraj-divider {
      display: none; } }
  .zagraj-divider__hor {
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 575.98px) {
      .zagraj-divider__hor {
        padding-bottom: 1.5rem; } }
.zagraj-mozliwosci {
  padding: 11rem 0; }
  @media screen and (max-width: 1366px) {
    .zagraj-mozliwosci {
      padding: 10rem 0 5rem; } }
  @media screen and (max-width: 1200px) {
    .zagraj-mozliwosci {
      padding: 4rem 0; } }
  @media screen and (max-width: 991.98px) {
    .zagraj-mozliwosci {
      padding: 2rem 0; } }
.zagraj-las {
  padding: 3rem 0 6rem;
  text-align: center; }
  @media screen and (max-width: 1366px) {
    .zagraj-las {
      padding: 5rem 0 6rem; } }
  @media screen and (max-width: 767.98px) {
    .zagraj-las {
      padding-top: 1rem;
      padding-bottom: 2rem; }
      .zagraj-las br {
        display: none; } }
.zagraj-uslugi {
  background: #16181C;
  padding: 4rem 0;
  overflow: hidden; }
  @media screen and (max-width: 767.98px) {
    .zagraj-uslugi {
      padding: 2rem 0; } }
  .zagraj-uslugi p {
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Satoshi-Regular'; }
    .zagraj-uslugi p.greyfont {
      color: #B2B3AE; }
  .zagraj-uslugi__box {
    position: relative;
    padding-bottom: 1.5rem; }
    .zagraj-uslugi__box:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 92%;
      background: rgba(253, 255, 248, 0.25);
      bottom: 0rem; }
    .zagraj-uslugi__box p {
      margin-top: 1rem;
      font-family: 'Satoshi-Medium';
      font-size: 17px;
      line-height: 23px; }
      @media screen and (max-width: 767.98px) {
        .zagraj-uslugi__box p {
          margin-top: 1rem;
          font-size: 24px;
          line-height: 30px;
          font-family: 'Satoshi-Bold';
          text-align: center;
          padding: 0; } }
    .zagraj-uslugi__box:nth-child(4) {
      border-right: none; }
    @media screen and (max-width: 767.98px) {
      .zagraj-uslugi__box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem 2rem 2rem;
        border-right: 0; }
        .zagraj-uslugi__box img {
          max-width: 60px; } }
  .zagraj-uslugi__text {
    padding-top: 1rem;
    font-size: 14px;
    text-align: left;
    line-height: 19px;
    margin-bottom: 0; }
    @media screen and (max-width: 767.98px) {
      .zagraj-uslugi__text {
        padding-left: 2rem;
        text-align: left; } }
  .zagraj-uslugi span {
    display: block;
    text-align: left;
    color: #FDFFF8;
    font-size: 14px;
    margin-top: 1rem;
    opacity: .7; }
  .zagraj-uslugi__img {
    padding-top: 6rem; }
    @media screen and (max-width: 767.98px) {
      .zagraj-uslugi__img {
        padding: 1rem 1rem;
        max-height: 320px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 45px; } }
  .zagraj-uslugi__accent {
    display: block;
    color: #FBEA4E;
    font-size: 17px;
    margin-top: .3rem;
    font-family: 'Satoshi-MediumItalic';
    font-style: italic; }
.zagraj-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Satoshi-Bold', sans-serif;
  background: #FBEA4E;
  color: #000;
  padding: .75rem 1.75rem;
  text-decoration: none;
  font-size: 16px;
  border-radius: 50px;
  transition: all .2s linear;
  justify-content: center; }
  .zagraj-btn__arrow {
    display: inline-block;
    background: url(../img/arrow-right.svg);
    height: 15px;
    width: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 1rem; }
  .zagraj-btn:hover {
    background: #FFFFFF;
    color: #000; }
  .zagraj-btn__dark {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .5rem 1rem;
    text-decoration: none;
    font-family: 'Satoshi-Bold', sans-serif;
    font-size: 14px;
    transition: all .2s linear;
    justify-content: center;
    background: #D34B23;
    border-radius: 50px;
    color: #FFFFFF;
    width: 75%; }
    .zagraj-btn__dark:hover {
      background: #FBEA4E;
      color: #000; }
    .zagraj-btn__dark-arrow {
      display: inline-block;
      background: url(../img/arrow-right-white.png);
      height: 31px;
      width: 31px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-left: .5rem; }
    .zagraj-btn__dark-more {
      background: #444343;
      border: 1px solid transparent; }
      .zagraj-btn__dark-more:hover {
        background: #000;
        color: #FFFFFF;
        border: 1px solid  #444343; }
  .zagraj-btn__empty {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Satoshi-Bold', sans-serif;
    background: transparent;
    color: #000;
    padding: .5rem 1.5rem;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: all .2s linear;
    justify-content: center;
    border-width: 2px; }
    @media screen and (max-width: 767.98px) {
      .zagraj-btn__empty {
        padding: .3rem .1rem;
        color: #000;
        border: 1px solid #000; } }
    .zagraj-btn__empty:hover {
      background: #FFFFFF;
      color: #000; }
    .zagraj-btn__empty__arrow {
      display: inline-block;
      background: url(../img/arrow-right.svg);
      height: 31px;
      width: 31px;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-left: .5rem; }
.zagraj-top {
  height: 100vh;
  background: url(../img/top1.png);
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  box-shadow: inset 0px 50px 30px rgba(0, 0, 0, 0.6);
  position: relative; }
  .zagraj-top:before {
    content: '';
    position: absolute;
    bottom: -1rem;
    height: 100vh;
    background: url(../img/top-b.png);
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    z-index: 0; }
  @media screen and (max-width: 767.98px) {
    .zagraj-top {
      background-position: 15% 50%; } }
  .zagraj-top .zagraj-video {
    background: transparent;
    z-index: 99; }
  .zagraj-top__scroll {
    position: absolute;
    bottom: -3%;
    right: 2%; }
    .zagraj-top__scroll a {
      color: rgba(255, 255, 255, 0.4);
      font-size: 15px;
      text-align: center;
      text-decoration: none; }
      .zagraj-top__scroll a span {
        display: block;
        margin-bottom: 1rem; }
      .zagraj-top__scroll a img {
        opacity: .5; }
    @media screen and (max-width: 767.98px) {
      .zagraj-top__scroll {
        display: none !important; } }
  .zagraj-top__text {
    text-align: center;
    color: #FFFFFF;
    font-family: 'Satoshi-Regular';
    font-size: 26px;
    margin-bottom: 2rem;
    position: relative; }
    .zagraj-top__text span#feature-text {
      font-family: 'Satoshi-Bold';
      color: #D34B23;
      text-decoration: underline; }
    .zagraj-top__text span.green {
      color: #E2E6D7; }
    @media screen and (max-width: 1200px) {
      .zagraj-top__text {
        margin-bottom: 1.5rem;
        font-size: 20px; } }
    @media screen and (max-width: 767.98px) {
      .zagraj-top__text {
        margin-bottom: 1.5rem;
        font-size: 16px; } }
  .zagraj-top__circle {
    display: block;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%; }
    .zagraj-top__circle img {
      margin-top: -.95rem; }
    @media screen and (max-width: 1200px) {
      .zagraj-top__circle {
        width: 45px;
        height: 45px; }
        .zagraj-top__circle img {
          margin-top: -1.15rem; } }
  .zagraj-top__mobile {
    display: none; }
    @media screen and (max-width: 991.98px) {
      .zagraj-top__mobile {
        display: flex;
        width: 100%;
        position: relative;
        bottom: 0rem; } }
  @media screen and (max-width: 991.98px) and (max-width: 767.98px) {
    .zagraj-top__mobile {
      bottom: 6rem; } }
  @media screen and (max-width: 991.98px) and (max-width: 575.98px) {
    .zagraj-top__mobile {
      bottom: 4rem; } }
    @media screen and (max-width: 991.98px) {
        .zagraj-top__mobile:before {
          content: "";
          position: absolute;
          width: 80%;
          left: 0;
          right: 0;
          height: 1px;
          margin: 0px auto;
          margin-top: -3rem;
          background: rgba(0, 0, 0, 0.4); } }
    @media screen and (max-width: 991.98px) and (max-width: 767.98px) {
      .zagraj-top__mobile:before {
        display: none; } }
    @media screen and (max-width: 991.98px) and (max-width: 575.98px) {
      .zagraj-top__mobile:before {
        display: block; } }
    @media screen and (max-width: 991.98px) {
        .zagraj-top__mobile .form-select {
          background: transparent;
          padding: .5rem 3rem .5rem 1rem;
          background-image: url(../img/arrow-down-menu-black.png);
          background-repeat: no-repeat;
          background-position: 95% -10%;
          border-color: #000;
          border-width: 2px;
          font-size: 19px;
          font-weight: 700;
          color: #000; } }
.zagraj-formularz {
  background: #16181C; }
  .zagraj-formularz h6 {
    padding-top: 5rem;
    font-size: 75px;
    font-family: 'Melodrama-Bold';
    color: #FFFFFF;
    line-height: 65px; }
    @media screen and (max-width: 767.98px) {
      .zagraj-formularz h6 {
        padding-top: 5rem;
        font-size: 55px;
        line-height: 45px; } }
    .zagraj-formularz h6 span {
      margin-top: 0rem;
      display: block;
      font-size: 45px;
      color: #FFFFFF;
      font-family: 'Melodrama-Bold';
      font-style: italic; }
      @media screen and (max-width: 767.98px) {
        .zagraj-formularz h6 span {
          font-size: 40px;
          line-height: 45px; } }
.zagraj-footer {
  background: #000;
  padding-top: 3rem; }
  @media screen and (max-width: 767.98px) {
    .zagraj-footer .col-footer {
      border-bottom: 1px solid #16181C;
      padding-bottom: 1.5rem;
      margin-bottom: 2rem; } }
  .zagraj-footer__copy {
    margin-top: 2rem;
    border-top: 1px solid #16181C;
    padding: 1.25rem 0 2rem;
    opacity: 0.7; }
  .zagraj-footer p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Satoshi-Medium'; }
  .zagraj-footer__list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .zagraj-footer__list li {
      margin-bottom: .5rem; }
      .zagraj-footer__list li a {
        color: #FFFFFF;
        font-size: 14px;
        font-family: 'Satoshi-Medium';
        text-decoration: none; }
        .zagraj-footer__list li a img {
          vertical-align: middle;
          width: 20px;
          margin-right: 5px; }
.zagraj-form {
  padding-bottom: 5rem; }
  .zagraj-form .zagraj-btn {
    font-size: 20px;
    padding: .85rem 1rem; }
    @media screen and (max-width: 767.98px) {
      .zagraj-form .zagraj-btn {
        width: 100% !important; } }
  .zagraj-form__img {
    background: url(../img/form1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    width: 100%; }

.accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #16181C; }
.accordion-button {
  padding: .5rem 1.75rem;
  background: transparent;
  color: #000;
  font-size: 22px;
  font-family: 'Satoshi-Semibold'; }
  .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none; }
.accordion-body {
  background: transparent;
  padding: 0rem 1.75rem .25rem; }
  .accordion-body p {
    color: #16181C; }

.accordion-button::after {
  position: absolute;
  background-image: url("../img/arrow-faq.png");
  left: 0; }

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-faq.png");
  transform: rotate(90deg); }

.form-control {
  background: transparent;
  border-radius: 0;
  color: #FFFFFF !important;
  padding: 1.5rem 0rem;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-family: 'Satoshi-Medium'; }
.form-check span {
  font-size: 11px;
  line-height: 14px;
  color: #D34B23; }
.form-select {
  background: transparent;
  padding: .5rem 2.5rem .5rem 1rem;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 75% 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  color: #FFFFFF;
  margin-left: 1rem; }

/* Customize the label (the container) */
.zagraj-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 10px;
  color: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.zagraj-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.zagraj-checkbox:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.zagraj-checkbox input:checked ~ .checkmark {
  background-color: #FBEA4E; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.zagraj-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.zagraj-checkbox .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1;
  /* Firefox */ }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF; }

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFFFFF; }

.form-control:focus {
  background: transparent; }

.typing-container .input-cursor {
  display: inline-block;
  position: relative;
  width: 1px;
  margin-top: 3px;
  height: 20px;
  background-color: white;
  margin-left: 2px;
  animation: blink .6s linear infinite alternate; }

@keyframes blink {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.no-bg {
  background: transparent !important; }

.modal-content {
  border: 0;
  padding: 0;
  background-color: transparent; }
.modal-header {
  border-bottom: 0;
  padding: 0rem 1rem; }

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