@charset "UTF-8";
/*!
Theme Name: Webidea
Theme URI: http://webidea.pl/
Author: Webidea - luk
Author URI: http://webidea.pl/
Description: Dedykowany szablon dinfo.pl
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
.switch_admin_bar {
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  right: 0;
  bottom: 0;
  content: "";
  background: #fff url(images/admin_icon.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  border: 1px solid black;
  z-index: 100000000;
}

#wpadminbar {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#wpadminbar.hide2 {
  -webkit-transform: translate(0, -100%) !important;
      -ms-transform: translate(0, -100%) !important;
          transform: translate(0, -100%) !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

﻿ .col-xs-1,
.col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.col-xs-13, .col-sm-13, .col-md-13, .col-lg-13,
.col-xs-14, .col-sm-14, .col-md-14, .col-lg-14,
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15,
.col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

@media (min-width: 1365px) {
  .col-lg-50 {
    width: 50%;
  }

  .col-lg-33 {
    width: 33.33%;
  }

  .col-lg-20 {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .col-md-50 {
    width: 50%;
  }

  .col-md-33 {
    width: 33.33%;
  }

  .col-md-20 {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-50 {
    width: 50%;
  }

  .col-sm-33 {
    width: 33.33%;
  }

  .col-sm-20 {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .col-xs-50,
.col-xs-33,
.col-xs-20 {
    width: 100%;
  }
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
a:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
.form-control:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.btn:active,
.btn.active,
.dropdown-toggle:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.open > a {
  outline: 0px !important;
  outline-offset: 0px !important;
}

.equalContent {
  display: inline-block;
}

/* Wyrównanie menu od lewej do prawej */
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .space-between,
.space-between li {
    text-align: center;
    padding: 5px;
    display: block;
  }
}
/* remove outline slick */
.slick-dots button {
  outline: none;
  border: 0;
}

/* Wyrównanie gridu gdy mniej niż wymagane */
.col-centered {
  display: inline-grid;
  float: none;
}

/* Wyrownywanie div na wysokosci */
.row.table-row > [class*=col-].custom {
  background-color: lightgrey;
  text-align: center;
}

@media (min-width: 1px) {
  img.img-fluid {
    width: 100%;
  }

  .row.table-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
  }

  .row.table-row > [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  img.img-fluid {
    width: 100%;
  }

  .row.table-row-xs {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
  }

  .row.table-row-xs > [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 991px) {
  img.img-fluid {
    width: 100%;
  }

  .row.table-row-sm {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
  }

  .row.table-row-sm > [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 991px) {
  img.img-fluid {
    width: 100%;
  }

  .row.table-row-sm {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
  }

  .row.table-row-sm > [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 1199px) {
  img.img-fluid {
    width: 100%;
  }

  .row.table-row-md {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
  }

  .row.table-row-md > [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 1199px) {
  img.img-fluid {
    width: 100%;
  }

  .row.table-row-md {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
  }

  .row.table-row-md > [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
/* Wysrodkowanie zawartoscie divow */
@media (min-width: 768px) {
  .caption-over-block {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
  }

  .caption-over-outer {
    display: table;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .caption-over-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .caption-over-block-992 {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
  }

  .caption-over-outer-992 {
    display: table;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .caption-over-inner-992 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .caption-over-block-mobile {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
  }

  .caption-over-outer-mobile {
    display: table;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .caption-over-inner-mobile {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
  }
}
.caption-over-block-all {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

.caption-over-outer-all {
  display: table;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.caption-over-inner-all {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.center {
  text-align: center;
}

@media (max-width: 768px) {
  .mobile-padding-top-bottom-15 {
    padding: 15px 0;
  }
}

.img-center {
  margin: 0px auto;
}

.grid-min-15 {
  margin: 0 -15px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-height: 100%;
  height: 100%;
  font-size: calc(10px + (10 - 10) * ((100vw - 992px) / (2560 - 992)));
}

@media screen and (max-width: 992px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 11px;
  }
}
body {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  color: #969696;
  font-weight: 400;
  font-style: normal;
  font-family: "DM Sans", serif;
  overflow-x: hidden;
}

main {
  overflow: hidden;
  min-height: 100vh;
}

/* Loader */
#sectionLoader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 100000000;
}
@media (max-width: 992px) {
  #sectionLoader {
    padding: 0 20px;
  }
}
#sectionLoader.sectionLoaderHide {
  display: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

input,
textarea {
  font-family: "DM Sans", serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: white;
  font-weight: 600;
  margin: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  color: white;
  font-weight: 600;
}

h1,
.h1 {
  line-height: 1.3;
  font-size: 26px;
}

h2,
.h2 {
  line-height: 1.3;
  font-size: 24px;
}

h3,
.h3 {
  line-height: 1.35;
  font-size: 1.25vw;
}
@media (max-width: 1600px) {
  h3,
.h3 {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  h3,
.h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  line-height: 1.4;
  font-size: 1.0416666667vw;
}
@media (max-width: 1750px) {
  h4,
.h4 {
    font-size: 18.2291666667px;
  }
}
@media (min-width: 1920px) {
  h4,
.h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  line-height: 1.45;
  font-size: 1.0416666667vw;
}
@media (max-width: 1750px) {
  h5,
.h5 {
    font-size: 18.2291666667px;
  }
}
@media (min-width: 1920px) {
  h5,
.h5 {
    font-size: 20px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.imgResponsive {
  width: 100%;
  max-width: none;
}

a {
  color: #dbe231;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
a:hover {
  color: white;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  color: #dbe231;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 3rem;
  background: transparent;
  text-transform: uppercase;
  border: 2px solid #dbe231;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  cursor: pointer;
  text-align: center;
}
.button:hover {
  color: white !important;
  background: #dbe231;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.button.buttonOrange {
  color: white !important;
  background: #dbe231;
}
.button.buttonOrange:hover {
  color: #dbe231 !important;
  background: transparent;
}
.button.buttonOrangeBuy {
  min-height: 60px;
}
.button.buttonOrangeBuy svg {
  height: 22px;
  width: auto;
  margin-right: 20px;
}
.button.buttonOrangeBuy svg path {
  fill: white;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.button.buttonOrangeBuy:hover {
  background: white;
}
.button.buttonOrangeBuy:hover svg path {
  fill: #dbe231;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.button.buttonBlue {
  color: white !important;
  background: #dbe231;
  border: 2px solid #dbe231;
}
.button.buttonBlue:hover {
  color: #dbe231 !important;
  background: transparent;
}
.button.buttonBlueTransparent {
  color: #dbe231 !important;
  background: transparent;
  border: 2px solid #dbe231;
}
.button.buttonBlueTransparent:hover {
  color: white !important;
  background: #dbe231;
}

.buttonsInline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buttonsInline .button {
  margin: 10px 15px;
}
@media (max-width: 768px) {
  .buttonsInline .button {
    margin: 10px;
  }
}

.center {
  text-align: center;
}

hr {
  margin: 0;
  color: transparent;
  border-bottom: 2px solid #e7e8eb;
}

.hrSmall {
  width: 18rem;
  margin: 0 auto;
}

.hrMobile {
  border-bottom: 1px solid #e7e8eb;
}
@media (min-width: 769px) {
  .hrMobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .desktopHidden {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .mobileHidden {
    display: none !important;
  }
}

.phoneBig {
  color: #dbe231 !important;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
@media (max-width: 1350px) {
  .phoneBig {
    font-size: 2.2rem;
  }
}
@media (max-width: 769px) {
  .phoneBig {
    font-size: 2rem;
  }
}
.phoneBig svg {
  height: 28px;
  width: auto;
  margin: 0 25px;
}
@media (max-width: 1350px) {
  .phoneBig svg {
    height: 26px;
    margin: 0 20px;
  }
}
@media (max-width: 769px) {
  .phoneBig svg {
    height: 24px;
    margin: 0 15px;
  }
}
.phoneBig svg path {
  fill: #dbe231;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.phoneBig:before {
  display: none;
}
.phoneBig:hover {
  color: #dbe231 !important;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.phoneBig:hover svg path {
  fill: #dbe231;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.container {
  position: relative;
  padding: 0;
  margin: 0 7vw;
}
@media (max-width: 1450px) {
  .container {
    margin: 0 5vw;
  }
}
@media (max-width: 992px) {
  .container {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .container {
    margin: 0 20px;
  }
}

.displayBlock {
  display: block !important;
}

.displayInlineBlock {
  display: inline-block !important;
}

.displayFlex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.displayInlineFlex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexXstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flexXend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flexXcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexXbetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexYstart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flexYend {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexYcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexYstretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.space5 {
  display: block;
  height: 5px;
}
@media (max-width: 1450px) {
  .space5 {
    height: 5px;
  }
}
@media (max-width: 1100px) {
  .space5 {
    height: 5px;
  }
}
@media (max-width: 800px) {
  .space5 {
    height: 4px;
  }
}
@media (max-width: 500px) {
  .space5 {
    height: 4px;
  }
}

.space10 {
  display: block;
  height: 10px;
}
@media (max-width: 1450px) {
  .space10 {
    height: 9px;
  }
}
@media (max-width: 1100px) {
  .space10 {
    height: 8px;
  }
}
@media (max-width: 800px) {
  .space10 {
    height: 7px;
  }
}
@media (max-width: 500px) {
  .space10 {
    height: 7px;
  }
}

.space15 {
  display: block;
  height: 15px;
}
@media (max-width: 1450px) {
  .space15 {
    height: 13px;
  }
}
@media (max-width: 1100px) {
  .space15 {
    height: 12px;
  }
}
@media (max-width: 800px) {
  .space15 {
    height: 11px;
  }
}
@media (max-width: 500px) {
  .space15 {
    height: 10px;
  }
}

.space20 {
  display: block;
  height: 20px;
}
@media (max-width: 1450px) {
  .space20 {
    height: 18px;
  }
}
@media (max-width: 1100px) {
  .space20 {
    height: 16px;
  }
}
@media (max-width: 800px) {
  .space20 {
    height: 14px;
  }
}
@media (max-width: 500px) {
  .space20 {
    height: 14px;
  }
}

.space25 {
  display: block;
  height: 25px;
}
@media (max-width: 1450px) {
  .space25 {
    height: 22px;
  }
}
@media (max-width: 1100px) {
  .space25 {
    height: 18px;
  }
}
@media (max-width: 800px) {
  .space25 {
    height: 26px;
  }
}
@media (max-width: 500px) {
  .space25 {
    height: 16px;
  }
}

.space30 {
  display: block;
  height: 30px;
}
@media (max-width: 1450px) {
  .space30 {
    height: 27px;
  }
}
@media (max-width: 1100px) {
  .space30 {
    height: 24px;
  }
}
@media (max-width: 800px) {
  .space30 {
    height: 22px;
  }
}
@media (max-width: 500px) {
  .space30 {
    height: 20px;
  }
}

.space35 {
  display: block;
  height: 35px;
}
@media (max-width: 1450px) {
  .space35 {
    height: 32px;
  }
}
@media (max-width: 1100px) {
  .space35 {
    height: 27px;
  }
}
@media (max-width: 800px) {
  .space35 {
    height: 23px;
  }
}
@media (max-width: 500px) {
  .space35 {
    height: 23px;
  }
}

.space40 {
  display: block;
  height: 40px;
}
@media (max-width: 1450px) {
  .space40 {
    height: 35px;
  }
}
@media (max-width: 1100px) {
  .space40 {
    height: 30px;
  }
}
@media (max-width: 800px) {
  .space40 {
    height: 25px;
  }
}
@media (max-width: 500px) {
  .space40 {
    height: 25px;
  }
}

.space50 {
  display: block;
  height: 50px;
}
@media (max-width: 1450px) {
  .space50 {
    height: 44px;
  }
}
@media (max-width: 1100px) {
  .space50 {
    height: 38px;
  }
}
@media (max-width: 800px) {
  .space50 {
    height: 32px;
  }
}
@media (max-width: 500px) {
  .space50 {
    height: 30px;
  }
}

.space60 {
  display: block;
  height: 60px;
}
@media (max-width: 1450px) {
  .space60 {
    height: 50px;
  }
}
@media (max-width: 1100px) {
  .space60 {
    height: 45px;
  }
}
@media (max-width: 800px) {
  .space60 {
    height: 30px;
  }
}
@media (max-width: 500px) {
  .space60 {
    height: 35px;
  }
}

.space70 {
  display: block;
  height: 70px;
}
@media (max-width: 1450px) {
  .space70 {
    height: 60px;
  }
}
@media (max-width: 1100px) {
  .space70 {
    height: 55px;
  }
}
@media (max-width: 800px) {
  .space70 {
    height: 45px;
  }
}
@media (max-width: 500px) {
  .space70 {
    height: 40px;
  }
}

.space80 {
  display: block;
  height: 80px;
}
@media (max-width: 1450px) {
  .space80 {
    height: 70px;
  }
}
@media (max-width: 1100px) {
  .space80 {
    height: 60px;
  }
}
@media (max-width: 800px) {
  .space80 {
    height: 50px;
  }
}
@media (max-width: 500px) {
  .space80 {
    height: 45px;
  }
}

.space90 {
  display: block;
  height: 90px;
}
@media (max-width: 1450px) {
  .space90 {
    height: 80px;
  }
}
@media (max-width: 1100px) {
  .space90 {
    height: 70px;
  }
}
@media (max-width: 800px) {
  .space90 {
    height: 60px;
  }
}
@media (max-width: 500px) {
  .space90 {
    height: 50px;
  }
}

.space100 {
  display: block;
  height: 100px;
}
@media (max-width: 1450px) {
  .space100 {
    height: 85px;
  }
}
@media (max-width: 1100px) {
  .space100 {
    height: 75px;
  }
}
@media (max-width: 800px) {
  .space100 {
    height: 60px;
  }
}
@media (max-width: 500px) {
  .space100 {
    height: 55px;
  }
}

.space110 {
  display: block;
  height: 110px;
}
@media (max-width: 1450px) {
  .space110 {
    height: 95px;
  }
}
@media (max-width: 1100px) {
  .space110 {
    height: 75px;
  }
}
@media (max-width: 800px) {
  .space110 {
    height: 60px;
  }
}
@media (max-width: 500px) {
  .space110 {
    height: 55px;
  }
}

.space120 {
  display: block;
  height: 120px;
}
@media (max-width: 1450px) {
  .space120 {
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .space120 {
    height: 80px;
  }
}
@media (max-width: 800px) {
  .space120 {
    height: 65px;
  }
}
@media (max-width: 500px) {
  .space120 {
    height: 60px;
  }
}

.weight400 {
  font-weight: 400;
}

.weight600 {
  font-weight: 600;
}

.weight900 {
  font-weight: 900;
}

.contentEditor a {
  color: #dbe231;
  position: relative;
}
.contentEditor a:hover {
  color: white;
}
.contentEditor a:hover:before {
  background: white;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.contentEditor a.button:before {
  display: none;
}
.contentEditor a.darkUrl {
  color: white;
}
.contentEditor a.darkUrl:before {
  display: none;
}
.contentEditor a.darkUrl:hover {
  color: #dbe231;
}
.contentEditor ul, .contentEditor ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contentEditor ul li, .contentEditor ol li {
  font-size: 16px;
}
.contentEditor ul li {
  position: relative;
  padding: 0 0 0 30px;
}
.contentEditor ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
  background: #888888;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(calc(-50% - 2px));
      -ms-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 1450px) {
  .contentEditor ul li:before {
    -webkit-transform: translateY(calc(-50% - 1px));
        -ms-transform: translateY(calc(-50% - 1px));
            transform: translateY(calc(-50% - 1px));
  }
}
.contentEditor ol {
  counter-reset: item;
}
.contentEditor ol li {
  display: block;
  position: relative;
  padding: 0 0 0 calc(2rem + 25px + 25px);
}
@media (max-width: 768px) {
  .contentEditor ol li {
    padding: 0 0 0 calc(2rem + 20px);
  }
}
.contentEditor ol li:before {
  font-weight: 900;
  font-size: 16px;
  content: counter(item) "  ";
  counter-increment: item;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: 0;
  left: 25px;
}
@media (max-width: 768px) {
  .contentEditor ol li:before {
    left: 0;
  }
}

.moonspireTop {
  position: relative;
  color: #666666;
  font-size: 18px;
  font-family: "DM Mono", serif;
  padding: 10vh 0;
  margin: 0 -5px;
  text-transform: uppercase;
}
@media (max-width: 1450px) {
  .moonspireTop {
    font-size: 17px;
  }
}
@media (max-width: 1250px) {
  .moonspireTop {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .moonspireTop {
    font-size: 16px;
    padding: 30px 0;
    display: none !important;
  }
}
@media (max-width: 600px) {
  .moonspireTop {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .moonspireTop {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .moonspireTop {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .moonspireTop {
    font-size: 12px;
  }
}
.moonspireTop > div {
  padding: 0 5px;
}

@media (max-width: 768px) {
  #moonspire .moonspireBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#moonspire .moonspireBox .logo {
  height: 32px;
  width: auto;
}
@media (max-width: 768px) {
  #moonspire .moonspireBox .logo {
    height: 24px;
    margin: 0 auto;
  }
}
#moonspire .moonspireBox .logo polygon,
#moonspire .moonspireBox .logo path,
#moonspire .moonspireBox .logo rect {
  fill: whtie;
}
#moonspire .moonspireBox .moonspireItem.moonspireItem1 {
  width: 30%;
}
@media (max-width: 768px) {
  #moonspire .moonspireBox .moonspireItem.moonspireItem1 {
    width: 100%;
    text-align: center;
    margin-top: 70px;
  }
  #moonspire .moonspireBox .moonspireItem.moonspireItem1 .space100 {
    height: 25px;
  }
}
#moonspire .moonspireBox .moonspireItem.moonspireItem1 ul li {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0 !important;
}
@media (max-width: 1450px) {
  #moonspire .moonspireBox .moonspireItem.moonspireItem1 ul li {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  #moonspire .moonspireBox .moonspireItem.moonspireItem1 ul li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #moonspire .moonspireBox .moonspireItem.moonspireItem1 ul li {
    font-size: 15px;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
#moonspire .moonspireBox .moonspireItem.moonspireItem1 ul li:before {
  display: none;
}
#moonspire .moonspireBox .moonspireItem.moonspireItem2 {
  width: 46.5%;
}
@media (max-width: 2000px) {
  #moonspire .moonspireBox .moonspireItem.moonspireItem2 {
    width: 50%;
  }
}
@media (max-width: 1800px) {
  #moonspire .moonspireBox .moonspireItem.moonspireItem2 {
    width: 55%;
  }
}
@media (max-width: 1650px) {
  #moonspire .moonspireBox .moonspireItem.moonspireItem2 {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #moonspire .moonspireBox .moonspireItem.moonspireItem2 {
    width: 100%;
    text-align: center;
  }
  #moonspire .moonspireBox .moonspireItem.moonspireItem2 .space60 {
    height: 0;
  }
  #moonspire .moonspireBox .moonspireItem.moonspireItem2 .space35 {
    height: 12px;
  }
  #moonspire .moonspireBox .moonspireItem.moonspireItem2 h2 {
    font-size: 20px;
  }
}
#moonspire .moonspireBox .moonspireItem .moonspireContent {
  position: relative;
}
@media (max-width: 768px) {
  #moonspire .moonspireBox .moonspireItem .moonspireContent {
    display: none;
  }
}
#moonspire .moonspireBox .moonspireItem .moonspireContent .moonspireContentDecor {
  position: absolute;
  top: -2px;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(calc(-100% - 1.5vw));
      -ms-transform: translateX(calc(-100% - 1.5vw));
          transform: translateX(calc(-100% - 1.5vw));
}
@media (max-width: 1550px) {
  #moonspire .moonspireBox .moonspireItem .moonspireContent .moonspireContentDecor {
    width: 100px;
    top: 9px;
    -webkit-transform: translateX(calc(-100% - 20px));
        -ms-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}
@media (max-width: 1200px) {
  #moonspire .moonspireBox .moonspireItem .moonspireContent .moonspireContentDecor {
    width: 70px;
    top: 8px;
  }
}
@media (max-width: 1200px) {
  #moonspire .moonspireContactBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#moonspire .moonspireContactBox .moonspireContactItem {
  padding-right: 20px;
  width: 50%;
}
@media (max-width: 1200px) {
  #moonspire .moonspireContactBox .moonspireContactItem {
    width: 100%;
    padding: 0 0 30px;
  }
}
@media (max-width: 768px) {
  #moonspire .moonspireContactBox .moonspireContactItem {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#moonspire .moonspireContactBox .moonspireContactItem:nth-child(2) {
  padding-right: 0;
}
@media (max-width: 768px) {
  #moonspire .moonspireContactBox .moonspireContactItem:nth-child(2) {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #moonspire .moonspireContactBox .moonspireContactItem > div {
    width: 100%;
  }
  #moonspire .moonspireContactBox .moonspireContactItem > div .space30 {
    height: 10px;
  }
}
#moonspire .moonspireContactBox .moonspireContactItem > div > img {
  min-width: 84px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 25px;
}
@media (max-width: 768px) {
  #moonspire .moonspireContactBox .moonspireContactItem > div > img {
    margin: 0 auto;
  }
}
#moonspire .moonspireContactBox .moonspireContactItem > div .moonspireContactName {
  color: white;
  font-size: 18px;
}
@media (max-width: 1450px) {
  #moonspire .moonspireContactBox .moonspireContactItem > div .moonspireContactName {
    font-size: 17px;
  }
}
#moonspire .moonspireContactBox .moonspireContactItem > div .moonspireContactPosition {
  font-size: 18px;
  color: #888888;
}
@media (max-width: 1450px) {
  #moonspire .moonspireContactBox .moonspireContactItem > div .moonspireContactPosition {
    font-size: 17px;
  }
}
#moonspire .moonspireContactBox .moonspireContactItem > div .moonspireTel {
  font-size: 18px;
  display: block;
  color: white;
  text-decoration: none;
}
@media (max-width: 1450px) {
  #moonspire .moonspireContactBox .moonspireContactItem > div .moonspireTel {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  #moonspire .moonspireContactBox .moonspireContactItem > div .moonspireTel {
    font-size: 20px;
  }
}
#moonspire .moonspireContactBox .moonspireContactItem > div .moonspireTel:hover {
  color: #dbe231;
}
#moonspire .moonspireContactBox .moonspireContactItem > div:nth-child(2) {
  margin-top: 28px;
}
@media (max-width: 1200px) {
  #moonspire .moonspireContactBox .moonspireContactItem > div:nth-child(2) {
    margin-top: 17px;
  }
}
@media (max-width: 768px) {
  #moonspire .moonspireContactBox .moonspireContactItem > div:nth-child(2) {
    margin-top: 13px;
  }
}

.videoBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background: black;
}
.videoBG video {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 1450px) {
  .videoBG video {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .videoBG video {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {
  .mobileBR {
    display: none;
  }
}

.svgAnimateContainer {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .svgAnimateContainer {
    width: 100%;
    position: relative;
    margin-top: -410px;
    -webkit-transform: translateY(55%);
        -ms-transform: translateY(55%);
            transform: translateY(55%);
  }
}

.svgAnimate {
  min-width: 937px;
  -webkit-transform: translateX(-581px) translateY(13vh);
      -ms-transform: translateX(-581px) translateY(13vh);
          transform: translateX(-581px) translateY(13vh);
}
@media (max-width: 1450px) {
  .svgAnimate {
    -webkit-transform: translateX(-581px) translateY(20vh);
        -ms-transform: translateX(-581px) translateY(20vh);
            transform: translateX(-581px) translateY(20vh);
  }
}
@media (max-width: 1200px) {
  .svgAnimate {
    -webkit-transform: translateX(-581px) translateY(-15vh);
        -ms-transform: translateX(-581px) translateY(-15vh);
            transform: translateX(-581px) translateY(-15vh);
  }
}
@media (max-width: 768px) {
  .svgAnimate {
    left: 50%;
    right: auto;
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
  }
}
.svgAnimate .showreelSVGtext {
  pointer-events: auto;
  color: white;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 50px 0 50px 100px;
  -webkit-transform: translateX(-73%) translateY(-3px) translateZ(0);
          transform: translateX(-73%) translateY(-3px) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
@media (max-width: 768px) {
  .svgAnimate .showreelSVGtext {
    font-size: 25px;
    font-weight: 600;
    -webkit-transform: translateX(-110%) rotate(90deg) translateZ(0);
            transform: translateX(-110%) rotate(90deg) translateZ(0);
    padding: 20px 0 100px;
  }
}
.svgAnimate .showreelSVGtext.showreelSVGtextSoon {
  -webkit-transform: translateX(-56%) translateY(-3px) translateZ(0);
          transform: translateX(-56%) translateY(-3px) translateZ(0);
}
@media (max-width: 768px) {
  .svgAnimate .showreelSVGtext.showreelSVGtextSoon {
    -webkit-transform: translateX(-90%) rotate(90deg) translateZ(0);
            transform: translateX(-90%) rotate(90deg) translateZ(0);
  }
}
.svgAnimate .showreelSVGtext.showreelSVGtextButton {
  -webkit-transform: translateX(-46%) translateY(-3px) translateZ(0);
          transform: translateX(-46%) translateY(-3px) translateZ(0);
}
@media (max-width: 768px) {
  .svgAnimate .showreelSVGtext.showreelSVGtextButton {
    -webkit-transform: translateX(-88%) rotate(90deg) translateZ(0);
            transform: translateX(-88%) rotate(90deg) translateZ(0);
  }
}
.svgAnimate .showreelSVG svg {
  max-width: 100%;
  height: auto;
}
.svgAnimate .showreelSVG .center-point-element {
  cursor: pointer;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: fill 0.2s linear, -webkit-transform 0.2s linear;
  transition: fill 0.2s linear, -webkit-transform 0.2s linear;
  -o-transition: fill 0.2s linear, transform 0.2s linear;
  transition: fill 0.2s linear, transform 0.2s linear;
  transition: fill 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform-origin: 577.166px 292px;
      -ms-transform-origin: 577.166px 292px;
          transform-origin: 577.166px 292px;
}
@media (max-width: 768px) {
  .svgAnimate .showreelSVG .center-point-element {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.svgAnimate .showreelSVG .orbiting-red-sphere {
  -webkit-transform-origin: 577.166px 292px;
      -ms-transform-origin: 577.166px 292px;
          transform-origin: 577.166px 292px;
  -webkit-animation: rotateAroundBlueRing 10s linear infinite;
          animation: rotateAroundBlueRing 10s linear infinite;
}
@-webkit-keyframes rotateAroundBlueRing {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAroundBlueRing {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.svgAnimate.active:hover .showreelSVGtext {
  color: #dbe231;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.svgAnimate.active:hover .center-point-element {
  fill: #dbe231;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/* Popup Overlay */
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.9);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.video-popup-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.video-popup-content {
  position: relative;
  max-height: calc(100vh - 100px);
  max-width: 90vw;
  aspect-ratio: 16/9;
  background: #000;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.video-popup-content video {
  width: 100%;
  height: 100%;
}

.close-popup {
  position: absolute;
  top: -35px;
  right: -29px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
}
@media (max-width: 768px) {
  .close-popup {
    right: -8px;
  }
}

/* Other videos on page for testing */
.other-videos {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.other-videos video {
  width: 300px;
  border: 2px solid #fff;
}

.moonspireButton {
  position: relative;
  height: 40px;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: -webkit-transform 0.5s all;
  transition: -webkit-transform 0.5s all;
  -o-transition: transform 0.5s all;
  transition: transform 0.5s all;
  transition: transform 0.5s all, -webkit-transform 0.5s all;
}
.moonspireButton:hover {
  background-color: black;
  -webkit-transition: -webkit-transform 0.5s all;
  transition: -webkit-transform 0.5s all;
  -o-transition: transform 0.5s all;
  transition: transform 0.5s all;
  transition: transform 0.5s all, -webkit-transform 0.5s all;
}

.showreelSVGtext .moonspireButton {
  min-width: 210px;
  background-color: rgba(219, 224, 0, 0.5);
}
.showreelSVGtext .moonspireButton:hover {
  color: black !important;
  background-color: #dbe000;
}

.moonspireButton span:not(.corner-extra) {
  position: relative;
  z-index: 5;
}

/* Common properties for all 4 corners */
.moonspireButton::before,
.moonspireButton::after,
.moonspireButton .corner-extra::before,
.moonspireButton .corner-extra::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Animation speed slowed down from 0.4s to 0.8s */
  -webkit-transition: all 0.8s ease-in-out !important;
  -o-transition: all 0.8s ease-in-out !important;
  transition: all 0.8s ease-in-out !important;
  z-index: 1;
  /* Added transparent background to prevent white fill on hover */
  background-color: transparent !important;
}

/* 1. Top-Left Corner (Button Before) */
.moonspireButton::before {
  top: 0;
  left: 0;
  border-top: 1px solid #959696;
  border-left: 1px solid #959696;
}

/* 2. Bottom-Right Corner (Button After) */
.moonspireButton::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #959696;
  border-right: 1px solid #959696;
}

/* 3. Top-Right Corner (Extra Before) */
.moonspireButton .corner-extra::before {
  top: 0;
  right: 0;
  border-top: 1px solid #959696;
  border-right: 1px solid #959696;
}

/* 4. Bottom-Left Corner (Extra After) */
.moonspireButton .corner-extra::after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #959696;
  border-left: 1px solid #959696;
}

/* Hover: Each corner expands to 100% to complete the border */
.moonspireButton:hover::before,
.moonspireButton:hover::after,
.moonspireButton:hover .corner-extra::before,
.moonspireButton:hover .corner-extra::after {
  width: 100%;
  height: 100%;
}

.moonspireButton:active {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
/*# sourceMappingURL=style.css.map */
