


/*purple
#892be1
*/

body { background-color: #fff; color: #666;
  font-family: 'Open Sans', sans-serif;
  


/*
  background-image: url('/assets/img/larnii-future-background.gif');

background-size: cover;
background-color: #000;
background-repeat: no-repeat;
*/

}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
.section {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}



.coverTheHomePage {

  /*height: 100vh;*/
  width: 100%;
  height: 10000px;
  background-color: #fff;
  margin: auto;
  text-align: center;
 /* position: absolute;*/

  padding-top: 25%;
  z-index: 99999999999;
  


}

/*
.about-wrapper {color: white;}

.styles-wrapper {background: none !important;}

*/

.larnii-download-body { 	background-image: url('/assets/img/larnii-studio-background.jpg');

background-size: 100%;
background-repeat: no-repeat;
background-color: #000;


}



.landing-page-info-box {max-width: 800px; margin: auto;}

p { font-size: 12px; font-weight: normal;


}

#Firefox {



}

.styles-wrapper {text-align: center; margin: auto; max-width: 900px; background-color: #fff; margin-top: 100px}

.about-wrapper {text-align: center; margin: auto; max-width: 1200px;margin-top: 50px; margin-bottom: 150px;}



.background-image {


  opacity: 0.2;


height: 100%;
width: 100%;

position: absolute;
top:0;

display: none;




  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


.no-link-change, .no-link-change:hover { text-decoration: none; color: inherit;}


.volume-icon-mute {display: none;}

.lock-icon {display: none;}


.aboutLinkHome {

width: 100%;
margin: auto;
margin-top: 20px;
text-decoration: underline;
cursor: pointer;


}



/* Styles for the alternating / transition effect. */
.toggle-image {
 	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
 	height: 100%;
	transition: opacity 5s ease-in-out;
}



/* Styles for the specific images. */
.first-image {
/*	background-image: url('/assets/img/deep-tech-house.jpg'); */

	z-index: -3;
	opacity: 0;
}

.second-image {
/*  background-image: url('/assets/img/deep-tech-house-2.jpg'); */

	z-index: -2;
	opacity: 0;
}

/*
.third-image {
  background-image: url('/assets/img/deep-tech-house-3.jpg');
	z-index: -1;
	opacity: 0;
}


.fourth-image {
  background-image: url('/assets/img/chill-electronic.jpg');
	z-index: -1;
	opacity: 0;
}


.fifth-image {
  background-image: url('/assets/img/sleep-house.jpg');
	z-index: -1;
	opacity: 0;
}


.sixth-image {
  background-image: url('/assets/img/drum-and-bass.jpg');
	z-index: -1;
	opacity: 0;
}
*/


.first-image.show {
	opacity: 0.2;
}

.second-image.show {
	opacity: 0.2;
}

/*
.third-image.show {
	opacity: 0.2;
}

.fourth-image.show {
	opacity: 0.2;
}

.fifth-image.show {
	opacity: 0.2;
}

.sixth-image.show {
	opacity: 0.2;
}

*/










.master-volume {color: #666;}

/*.container { max-width: none; }*/

.smaller {font-size: 10px;}

.side-menu-item .smaller  {color: #666;  }

.side-menu-item .smaller:hover { cursor: pointer;}

.loading-text{font-size: 12px;}


.loading-image {width:100px; height: auto;}

.loading-image-smaller {width:50px; height: auto;  opacity: 0.4}

#live-loading, #live-change  {display: none; /*background-color: #000;*/ padding: 10px; max-width: 200px; text-align: center; margin: auto;}




/*h2 { color: #892be1; font-size: 1.5rem;  }*/
h1 { color: #892be1; font-size: 1.5rem;  }
h3 {font-size: 0.8rem;}

 #restartit { display: none;}

#startit, #restartit, #pauseit { /*font-size: 24px; text-align: center; cursor: pointer; max-width: 150px; margin: auto;*/}


.playControl  {font-size: 24px; text-align: center; cursor: pointer; max-width: 150px; margin: auto;}


#startit:hover, #restartit:hover, #pauseit:hover {	opacity: 0.5;}


#play {padding: 20px; background-color: green;}

#stop {padding: 20px; background-color: red;}

/*#controls-custom {display:none;}*/

.dev {display: none;}

.load-hide {opacity: 0;}

/*.load-hide { visibility: hidden;}*/


tone-oscilloscope, tone-fft {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: none;

}

.createContainer tone-oscilloscope {

  background: #ccc;
  color: #18bd5b;
  height: 100px;

}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/*
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
*/
/*
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}*/

/*
input:checked + .slider {
  background-color: #666;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}



.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
*/

.fa {

  /*color: blueviolet;*/

  color: #666;


}




.primary-color { color: #892be1 !important;}

.primary-background-color {  background-color: #892BE1 !important;}

.dark-purple-background-color {  background-color: #4100CB !important;}


.white-background-color { background-color: #ffffff !important;}


.white-color { color: #ffffff !important;}


.light-purple-text, .text-light { color: #cfbff2 !important;}

.light-purple-background-color { background-color: #cfbff2 !important;}




.secondary-color { color: #666 !important;}

#larnii-usps .modal-title{ color: #fff; }

.instagram-alert { z-index: 1051 !important;  }


#larnii-usps .modal-header > button  { color: #fff; }
#larnii-usps .modal-header {padding: 50px; background-color: #892be1 }

#larnii-usps .modal-title { line-height: 40px !important;}

.modal-header .fa {  position: absolute; left: 15px; top: 15px; float: left ;}

/*.modal-title { padding-right: : 15px}*/

.close { position: absolute; right: 15px; top: 15px; float: right ;}




.larnii-white-icon { margin-bottom: 10px;}


#larnii-usps .close:hover { background-color: transparent}

#larnii-usps p { margin-bottom: 15px;}



#larnii-usps .modal-dialog {max-width: 800px; margin-top: 100px !important;}

.larnii-usps-list {

  /*text-align:left;*/
  margin-top:20px;
  /*line-height: 40px*/


}

/*.larnii-usps-list li {margin-bottom: 10px;}*/

.larnii-usps-list p { font-size: 16px;}


.white-bg { background-color: #fff;}



.green-bg  {background-color: #18bd5b; color: #fff; border-color: #fff}

.dark-purple-bg {background-color: #6000D5; color: #fff; border: 5px solid #892be1}



.white-text {color: #fff;}

.grey-text {color: #666;}

.preview:hover { opacity: 0.5}

.preview { cursor: pointer; /*display: none;*/}


.stop-sample {display: none;}

/*.white-bg:hover { background-color: #eee; color:#892be1}*/

.fa:hover {color: #eee;}

.logo {max-width: 150px; margin-top: 0px; cursor: pointer;}

.logo-white {max-width: 150px; margin-top: 0px; cursor: pointer;}


.logoFade {max-width: 150px; margin-top: 0px; cursor: pointer;}

.logo img { cursor: pointer;}

.aidj { cursor: pointer; text-decoration: underline; font-size: 14px;}


#container #slider #line #anchor {}


  button, input[type="submit"], input[type="reset"] {
  background: none;
  border: 1px solid #892be1;
  border-radius: 20px;
  color: #892be1;
    cursor: pointer;

  padding: 10px 20px;
  text-decoration: none;
  margin-top: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: 10px;
  margin-right: 10px;
}


.larniiButton {

display: block;
  /*background: none;*/
  border: 1px solid #892be1;
  border-radius: 20px;
  color: #fff;
    cursor: pointer;

  padding: 10px 20px;
  text-decoration: none;
  margin-top: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 300px;
  margin: auto;
  margin-top: 30px;


}

.larniiButton:hover {
color: #fff;

}


@media screen and (max-width: 992px) {
  button, input[type="submit"], input[type="reset"] {

    font-size: 0.8rem;

  }

}


.close:hover {background-color: #fff; border: 0px solid #fff;}

  button:hover, input[type="submit"]:hover, input[type="reset"]:hover {

    background-color: #4100cb;
color: #fff;

border: 1px solid #4100cb;

  }


  .h5, h5 {font-size: 1rem;}





  .card {border-radius: 0px; border: 0px solid rgba(0,0,0,0); margin-top: 20px; min-height: 220px; overflow: hidden;}

.card-img, .card-img-top { border-radius: 0px; min-height: 220px; min-width: 220px; /*padding-right: 18px;*/}

  .card-button-wrap {position: absolute; left: 0px; bottom: 20px; width: 100%;

}

a .card-title {color: #fff;}

.card-button {
  font-size: 16px; color: #fff; margin: auto;  padding: 5px 10px;    border-radius: 30px; min-width: 140px; text-align: center !important;   border: 1px solid #fff;
}


.soon-text {display: none;}


.soon-text  {display: none;}


.soon .card-button-wrap {display: none;}



/*.soon .card-img-overlay {background-color: rgba(0, 0, 0, 0.6);}*/

.card-img-overlay {background-color: rgba(0, 0, 0, 0.6); }

.preview-stop { display: none;}

.preview {text-decoration: underline;}

.soon h5, .soon p { /*color: grey;*/}

.soon .card-button { display: none;}




.signup {position: fixed; text-align: center; margin: auto; padding: 0px; left: 0; background-color: #892BE1; width: 100%; bottom: 0px; padding: 10px; z-index: 1000;}

.signup button { text-align: center; }



#signup {z-index: 9991;}

.card-button-purple {
  font-size: 12px; color: #892be1; margin: auto;  padding: 5px 10px;    border-radius: 30px; min-width: 80px; text-align: center !important;   border: 1px solid #892be1;
}

/*.alert {position: fixed; width: 100%; left: 0px; bottom: 50px; z-index: 1;}*/

.alert-info {background-color: #eee;}

.general-alert {
  display:none; margin-top:-300px; z-index:1105

}


.general-alert-no-danger {
  display:none;

}



.sample-error-alert {/*display: none !important;*/}

.playing {/*display: none;*/}

/*.fa-clock {font-family: FontAwesome;}*/

#new-play-button, #new-stop-button { padding: 30px; background-color: green !important; color :white; font-size: 34px;}


.side-menu {float:right; position: fixed; display: inline-block; right: 20px; top:160px; z-index: 1003;}

.side-menu-item { margin-bottom: 14px; text-align: center;}

.side-menu-item .fa { cursor: pointer; }

.volume-wrapper {float:right; position: fixed; display: none; right: 80px; margin-top: -5px; }


.cms {z-index: 9999; position: absolute; left: 5px; top:5px; }

.cms a { color: #fff; font-weight: bold; }

#windowWarning {margin-top: 15px;}
/*
:root body {
  --color-magenta: #eee;
}


:root body {
--color-teal: #eee;
}
*/
.loading {/*text-transform: uppercase;*/}


.loading {margin: auto;}


.theColor {text-transform: uppercase;}

#play-button {max-width: 400px; margin: auto; /*display: inline-block;*/}

.desktop {display: inline-block;}


.lock-controls {margin: 10px; z-index: 1002; position: absolute; top:10px; left: 10px;}


#lock-it {

display: none;
position: absolute;
width: 100%;
height: 100%;
height: 100vh;
background-color: #000;
background-color: rgba(0, 0, 0, 0.9);
z-index: 1001;
top:0px;

}


.unlock-icon, .lock-icon {margin-left: 3px;}


.centered-message  { color: #fff; text-align: center; margin-top: 45px;}

.right-message  { color: #fff; text-align: right; margin-top: 45px; margin-right: 70px;}


.pre-record {width: 100%;}


.soon .preview {display: none;}



.card-text { line-height: 15px; font-size: 10px;}

.mobile-only {display: none !important;}
.desktop-only {display: inline !important;}

@media screen and (max-width: 992px) {

.mobile-only {display: inline !important;}
.desktop-only {display: none !important;}

  .card-img, .card-img-top {  padding-right: 0px;}


  .card-button {
    font-size: 12px; min-width: 100px;
  }

  .desktop {display: none !important}


  #live-loading { max-width: 1000px;}


.alert { text-align:left;}
}



#mobile-eq {display:none; padding-top: 15px;}

/*
audio::-webkit-media-controls-timeline,
 audio::-webkit-media-controls-volume-slider,
  audio::-webkit-media-controls-mute-button,
  audio::-webkit-media-controls-timeline,
  audio::-webkit-media-controls-current-time-display,

audio::-webkit-media-controls-time-remaining-display

{
    display: none;
}
*/

.audio::-webkit-media-controls-panel {background: none;}

.castButton { fill: red; color: red; cursor: pointer; }



.thestyle { font-size: 1.5rem; color: #666; text-align: center; }




@media screen and (max-width: 992px) {

  .thestyle { width: 200px; margin: auto;}



}




.thank-you { text-align: center; margin-top: 80px; margin-bottom: 80px;}

.blink_me {
  animation: blinker 2s linear infinite;
}



@keyframes blinker {
  50% {
    opacity: 0;
  }
}


#contact-form {

  max-width: 400px; margin: auto; text-align: left;

/*  background-color: #892be1; color: #fff; max-width: 500px; margin: auto;*/ margin-top: 30px;


}

button, input[type="submit"], input[type="reset"] {}

#contact-form input[type="text"], #contact-form textarea { max-width: 400px; width: 100%; }


.submit-wrapper { text-align: center; margin: auto; align-items: center;}

#submit {width: 200px;}

#contact-form input[type="submit"], #contact-form input[type="reset"] { min-width: 180px;}



/*#contact-form input, #contact-form textarea  { }*/


@media screen and (max-width: 992px) {

  .thestyle { font-size: 1.5rem;}


}


.sign-up-message {display: none;}

.sign-up-message-home {display: none;}

.firebaseui-page-provider-sign-in {margin-top: 50px;}

.purple-bottom { background-color: #892be1; margin: auto; text-align: center; padding: 20px; margin-top: 80px; color: #fff; width: 100%; left: 0px; bottom: 0px; width: 100%;position: fixed; z-index: 999}

.app-box { background-image: url('/assets/img/app-background.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #eee; color: #fff; padding: 30px; margin: auto; width: 100%; text-align: center; margin-bottom: 30px; margin-top: 30px;}

.larnii-qr-code {max-width: 100%;}


.modal-title {text-align: center; margin: auto;}

.close {margin-left: 0px !important;}


@media screen and (max-width: 992px) {

  .app-box {display: none;}

}

.larni-grey-app-icon {width: 25px; height: 25px;}

.app-store-button {margin-top: 30px; max-width: 100%;}


#billing-portal-button { text-decoration: underline; color:#fff;}

.simple-button {border:none; padding:0px;  text-decoration: underline;}

.simple-button:hover { background:none; border: none; color: #666;}



#billing-portal-button:hover { background-color: none; color: #ccc;}


#my-subscription {display: none;}

.reverse-button { background-color: #892be1; color: #fff;}
.reverse-button:hover { background-color: #fff; color: #892be1;}


.check { max-width: 50px; height: auto; }

.upgrade-box {padding: 30px; background-color: #fff; margin-top: 20px; max-width: 480px; margin: auto; margin-top: -100px;   /*border: 1px solid #892be1;*/
}


.premium-box > div { margin-top: 20px; }



.upgrade-box {display: none;}

.account-input { border: 0px solid; pointer-events: none; }


.upgrade-button {font-size: 14px;  }


@media screen and (max-width: 992px) {


  #my-subscription { position: relative;}

  .sound-description-text { margin-bottom: 0px;}


    .card-title { font-size:13px;}



    .account-input { text-align: center;/*max-width: 200px;*/  display: block; margin-right: 0px; width: 100%;}

.upgrade-button {font-size: 10px; padding: 2px; padding-top: 4px; padding-bottom: 4px; line-height: 10px; }


}




@media screen and (max-width: 480px) {

  .card-img, .card-img-top {  padding-right: 20px;}

}



@media screen and (max-width: 350px) {

.sound-description-text {display: none;}

.floating-controls { top:0px}

}


#larniiDesktopLink, #larniiMobileLink {text-decoration: underline;}

.upgrade-button {  }


.modal-dialog {margin-top: 100px !important;}

.account-details { margin-bottom: 20px;/*max-width: 800px; margin: auto; text-align: center;*/}


.edit, .save, .cancel {text-decoration: underline; cursor: pointer; display: inline-block; margin-left: 15px; }



.masterLoading {background-color: #fff; width: 100%; height: 100%; text-align: center; margin: auto; position: absolute; z-index: 99999}

.masterLoading { display: none;}

@media screen and (max-width: 992px) {

  .edit, .save, .cancel { margin-left: 0px; }

.masterLoading { display: block;}

}

.save, .cancel {display: none;}

/*.sign-up-message-account {display: none;}*/

.terms-links {margin: auto; text-align: center;}

.terms-links a { display: inline-block; margin-right: 10px;}

.about {max-width: 880px; margin: auto; text-align: left;}

.tagline {width:100%; margin:auto; text-align:center; font-size: 18px}


#appleSignIn img {max-width: 220px; cursor: pointer; }

#cast {display: none;}

google-cast-launcher  { float: right;

margin: 10px 6px 14px 0px;

width: 32px;

height: 32px;

opacity: 0.7;

background-color: #000;

border: none;

outline: none;}

#castme {display: none;}

.fa-mobile {padding-left: 3px;}


.floating-controls {  color: #fff; padding: 30px; margin: auto; text-align: center; z-index: 1004; background-color: #222222; background-color: rgba(34, 34, 34, 0.6); float: none; /*position: absolute;*/ width: 100%; display: none; bottom:0px;}

.floating-controls button, .floating-controls h2 { color: #fff;}


.custom-slider { cursor: pointer; margin-bottom: 25px;}

@media screen and (max-width: 992px) {
.floating-controls h3 {margin-top: 50px;}


}


#number {color : #555;}

.floating-controls-close, .floating-controls-close:hover { color: #892be1; background: none; color: #fff; font-size: 40px; z-index: 1002; position: relative; }



.floating-controls-close:hover { cursor: pointer }

.openFloatingControls {
  
  
  /*display: none;*/

  display: inline-block;

  /*bottom:0px;*/
   /*margin-left:-95px;*/

  /*right:0px;*/
   left:50%;

  background-color: #892be1;
  color: #fff;
  padding: 20px;
  width: 400px;

  cursor: pointer;

  /*position: absolute;*/
  width: auto;
  z-index: 1100
/*
  -moz-transform:rotate(-90deg);
     -ms-transform:rotate(-90deg);
     -o-transform:rotate(-90deg);
     -webkit-transform:rotate(-90deg);
      cursor: pointer
*/
}


.downloadSimilarLink {   bottom:0px;

display: none;
color: #892be1;

text-align: left;
border: 1px solid #666;
font-size: 14px;

padding: 10px;

  right: 60px;


    position: absolute;
    z-index: 1099

}

.downloadSimilarLink:hover {background-color: white;}

.downloadSimilarLink a {text-decoration: underline;}

.downloadSimilarLink-close {position: absolute;

top: 0px;
right: 0px;
margin-right: 5px;
margin-top: 0px;

}


@media screen and (max-width: 992px) {

.downloadSimilarLink {width: 100%;   display: none;
}



}

.moodButtons button, .controlButtons button, .extraButtons button { font-size: 14px;}

.moodButtons .active, .intensityButtons .active, #drums.active, .controlButtons .active, .extraButtons .active {background-color: #892be1;}


.disabled {pointer-events: none; opacity: 0.2};


.enabled {pointer-events: auto; opacity: 1};


/*remove the styling from the payment select field*/
#price { /*display: none !important;*/}

#price::-ms-expand {
    display: none;

}


#price {

  border: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}




/*Buffering*/

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.buffering {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
    display: none;
    margin-top: 20px;
}


.flashing {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
;
    margin-top: 20px;
}

/*buffering */


.newStyle { background-color: #892be1; color:#fff;

  width: 60px;
 height: 60px;
 border-radius: 50%;
 position: absolute;
 z-index: 999;
 left: -10px;
 top:-15px;





 }

 .new .card {

border: solid 5px #892be1;

 }

 .newStyleText {


    padding-top: 18px;
    text-align: center;
    margin: auto;


 }


.mobile-alert { /*bottom: auto !important; margin-top:-600px !important*/}



#embeded_video {  margin-top: 20px;}

#the_video img { height: 422px; width: auto; margin-top: 20px; cursor: pointer;}


.g-recaptcha-holder { margin: auto; text-align: center; max-width: 300px; /*display: none;*/}


.soundTitle {display: inline; margin-right: 10px; height: 100px;}


.chooseBox { background-color: #892be1; max-width: 800px; padding: 30px; margin: auto; margin-bottom:20px; margin-top:20px; text-align: center;}

.chooseBoxOuter {



}

.noResults {margin: auto; text-align: center; display: none;}

.fixedFullWidth { position: fixed; z-index: 999;  background-color: #892be1; text-align: center; margin: auto; width: 100%; left: 0px; top:125px ; max-width: 2000px}


.soundTitle { text-transform :uppercase;}

/*.soundTitle span {display: inline; font-size: 10px;}*/

.songTags { }



#countdown {
padding-top:60px !important;

color: #fff;
margin: auto;


text-align: center;

}


.masterPlayBox {
position: fixed;

border-top: 1px solid #892be1;

background-color: #000;
padding: 20px;
/*bottom: 200px;
left: 0px;*/
cursor: pointer;
display: none;


width: 100%;
margin: auto;
text-align: center;
bottom: 0px;




}


.downloadEq {position: absolute; left: 20px;}

.masterPlayBox * { /*display: inline-block;*/


}

.masterPlayBox h3 { /* margin-right: 20px;*/

}

.masterPlay, .masterPlayBox {
z-index: 9999;


}
.masterVolumeDesktop { position: absolute; right: -5px; width: 85px; margin-top: 15px;}
.masterVolumeDesktop #slider > input[type=range] { }

.masterVolumeDesktop::after { content: 'Volume'; font-size: 10px; color: #555;}



.moodButtons .tempoButton {font-size: 12px !important;}


.floating-controls-close { }



.masterPlayBoxTitle { text-transform: uppercase;}


.Keyslidecontainer #keyRange   { margin: auto;}


.slidecontainer {
  width: 100%;
}

/*
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #892be1;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #892be1;
  cursor: pointer;
}
*/

.larnii-video {max-width: 100%;}


.key-column {display: none;}

@media screen and (max-width: 992px) {


  .modal-dialog {
margin-top: 0px !important;
margin: 0px;
}

.modal-header{ position: fixed; width: 100%; background-color: #fff; z-index: 99;}

.dont-fix {position: relative; margin-top: 0px !important;}

.modal-body{ margin-top: 75px;}



  .toggleMobileOrDesktop { display: none;}


  .downArrow {display: none;}

  

/*  .downloadEq {display: none;}*/


.masterPlay, .downloadSongMaster {/*float: right;*/}




/*
  .masterPlayBox {

width: 100%;
margin: auto;
text-align: center;
bottom: 0px;

  }

  */

}


.primary-color-button { background-color: #892be1 ; color: #fff;}




/*audio {padding-top: 20px; color: #ffffff;}*/

/*
background-color: none; border-radius: 0px;
}
*/
/*
audio::-webkit-media-controls-mute-button, audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-timeline-container, audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-time-remaining-display, audio::-webkit-media-controls-timeline, audio::-webkit-media-controls-volume-slider-container, audio::-webkit-media-controls-volume-slider, audio::-webkit-media-controls-seek-back-button, audio::-webkit-media-controls-seek-forward-button, audio::-webkit-media-controls-fullscreen-button, audio::-webkit-media-controls-rewind-button, audio::-webkit-media-controls-return-to-realtime-button, audio::-webkit-media-controls-toggle-closed-captions-button {
  color:white !important; background-color: #fff;
}
*/
audio {
/*    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width: 200px;
*/


}


/*/////////////
//// AUDIO STYLING
---------*/

/*
.audio-player {
  height: 50px;
  width: 500px;
  background: #444;
  box-shadow: 0 0 20px 0 #000a;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .timeline {
  background: white;
  height: 20px;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #0008;
}
.audio-player .timeline .progress {
  background: #892be1;
  width: 0%;
  height: 100%;
  transition: 0.25s;

}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
  margin-top: 15px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid #0000;
  border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}
*/





/*
/////////////////////////////////////

All Nick styles from here

////////////////////////////

*/


/* 

	LARNII WEBSITE BUILD - Nick Kind 230511 with Luke Honey for Larnii

*/
/* 

	GOOGLE FONT 'Poppins'
	font-family: 'Poppins', sans-serif;

*/


/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
.section {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}*/

.container {
  /*clear: both;
  display: inline-block;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-left: 50px;
  padding-right: 50px;
  line-height: normal;
  text-align: center;*/
}
@media (max-width: 1320px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.section.the_content p,
.section.the_content li,
.section.the_content label,
.section.the_content td,
.section.the_content th,
.section.the_content legend {
  font-size: 20px;
  line-height: 135%;
}
.section.the_content p {
  margin-bottom: 20px;
}
.section.the_content p strong {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.section.the_content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 115%;
}
.section.the_content h1 span {
  font-size: 68px;
  font-weight: 700;
  background: linear-gradient(180deg, #4100cb 0%, #892be1 55.73%, #4100cb 92.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 760px) {
  .section.the_content h1 span {
    font-size: 60px;
  }
}
@media (max-width: 1140px) {
  .section.the_content h1 span {
    display: block;
  }
}
@media (max-width: 760px) {
  .section.the_content h1 {
    font-size: 60px;
  }
}
.section.the_content h2 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 42px;
  line-height: 45px;
}
.section.the_content h2 br {
  display: none;
}
@media (max-width: 560px) {
  .section.the_content h2 br {
    display: block;
  }
}
.section.the_content h2 span {
  font-size: 42px;
  font-weight: 700;
  color: #4100CB;
  /*
  background: linear-gradient(
  	180deg,
  	#9f57e3 0%,
  	#892be1 55.73%,
  	#892be1 92.19%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
}
@media (max-width: 760px) {
  .section.the_content h2 span {
    font-size: 35px;
  }
}
.section.the_content h2 span.purple_light {
  background: #cfbff2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 760px) {
  .section.the_content h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.section.the_content h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
}

@media (max-width: 760px) {
  .section.the_content h3 {
    font-size: 25px;
 
  }
}


.section.the_content h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.section.the_content h5 {
  font-weight: 500;
  font-size: 24px;
}
.section.the_content a.video_placeholder {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border: 2px solid grey;
}
.section.the_content a.video_placeholder img {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 0;
  z-index: 10;
}
.section.the_content a.video_placeholder .icon_play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 85px;
  height: 85px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 30;
  transition: all 300ms ease-out;
}
@media (max-width: 560px) {
  .section.the_content a.video_placeholder .icon_play {
    width: 65px;
    height: 65px;
  }
}
.section.the_content a.video_placeholder .icon_play i {
  position: relative;
  top: 27px;
  left: 3px;
  color: #ffffff;
  font-size: 30px;
  transform: rotate(90deg);
}
@media (max-width: 560px) {
  .section.the_content a.video_placeholder .icon_play i {
    top: 19px;
    font-size: 27px;
  }
}
.section.the_content a.video_placeholder .hover_veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 20;
  transition: all 300ms ease-out;
}
.section.the_content a.video_placeholder:hover .hover_veil {
  background-color: rgba(0, 0, 0, 0.5);
}
.section.the_content a.video_placeholder:hover .icon_play {
  background-color: rgba(0, 0, 0, 0.5);
}





.section.the_content.bg_white {
  color: #222222;
  background-color: #ffffff;
}
.section.the_content.bg_black {
  color: #ffffff;
  background-color: #000000;
}
.section.the_content.bg_copy {
  color: #ffffff;
  background-color: #222222;
}
.section.the_content.bg_grey {
  color: #222222;
  background-color: #f3f3f3;
}


.section.the_content.bg_dark_grey {
  background-color: #222222;
  color: #ffffff;
}
.section.the_content.top_none {
  padding-top: 0px;
}
.section.the_content.top_small {
  padding-top: 90px;
}
@media (max-width: 760px) {
  .section.the_content.top_small {
    padding-top: 50px;
  }
}
.section.the_content.top_large {
  padding-top: 160px;
}
@media (max-width: 760px) {
  .section.the_content.top_large {
    padding-top: 65px;
  }
}
.section.the_content.bottom_none {
  padding-bottom: 0px;
}
.section.the_content.bottom_small {
  padding-bottom: 90px;
}
@media (max-width: 760px) {
  .section.the_content.bottom_small {
    padding-bottom: 50px;
  }
}
.section.the_content.bottom_large {
  padding-bottom: 60px;
}
@media (max-width: 760px) {
  .section.the_content.bottom_large {
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }
}




.link_button {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.46px;
  text-decoration: none;
  text-align: center;
  background-color: #4100cb;
  border-radius: 5px;
  border: solid 1px #4100cb;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  max-width: 300px;
}



.link_button span {
 /* font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.46px;*/
}
@media (max-width: 760px) {
  .link_button span {
    display: none;
  }
}
.link_button i {
  float: left;
  margin-top: 2px;
  margin-right: 7px;
  font-size: 20px;
  transition: all 300ms ease-out;
}
.link_button:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #666666;
  border: solid 1px #666666;
}
.link_button:hover i {
  color: #ffffff;
}
.link_button.white {
  background-color: #ffffff;
  color: #4100cb;
}


.link_button.softPurple {
  background-color: #CFBFF2;
  color: #4100cb;
}


.link_button.purple {
  background-color: #892BE1;
  color: #ffffff;
}


.link_button.white i {
  color: #4100cb;
}
.link_button.white:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #666666;
  border: solid 1px #666666;
}
.link_button.white:hover i {
  color: #ffffff;
}

.row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.row .column {
  flex: 0 0 50%;
}

@media (max-width: 760px) {
  .mobile_hide {
    display: none;
  }
}

.mobile_show {
  display: none;
}
@media (max-width: 760px) {
  .mobile_show {
    display: block;
  }
}

#larnii_now_playing {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  border-radius: 100px;
  background-color: #892be1;

}
#larnii_now_playing span {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}
#larnii_now_playing span strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}
#larnii_now_playing #volume {
  flex: 0 0 30px;
  margin-left: 5px;
  margin-right: 5px;
}
#larnii_now_playing #volume img {
  width: 30px;
  height: 30px;
}
#larnii_now_playing #volume img.volume_off {
  display: block;
  display: none;
}
#larnii_now_playing #volume:hover {
  cursor: pointer;
}
#larnii_now_playing #sound_anim {
  flex: 0 0 30px;
}
#larnii_now_playing #sound_anim img {
  width: 30px;
  height: 30px;
}
#larnii_now_playing #sound_anim img.volume_off {
  display: block;
  display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc !important;
  opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc !important;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc !important;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  opacity: 1;
}

*:focus {
  outline: 0;
}

body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
 font-size: 0;
  -webkit-font-smoothing: antialiased;
}

body {
  background-image: none;
  background-color: #ffffff;
  color: #222222;
}

#header_space {
  display: block;
  height: 120px;
}
@media (max-width: 980px) {
  #header_space {
    height: 110px;
  }
}
@media (max-width: 455px) {
  #header_space {
    height: 80px;
  }

}

  @media (min-width: 992px) {
    #header_space {
      height: 0px;
    }
}

header.section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 31px;
  padding-bottom: 31px;
  background-color: #ffffff;
  z-index: 1000;
}
@media (max-width: 455px) {
  header.section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header.section .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 980px) {
  header.section .container {
    display: block;
    text-align: right;
  }
}
header.section .container a#logo {
  flex: 0 0 150px;
  margin-left: -5px;
}
@media (max-width: 980px) {
  header.section .container a#logo {
    float: left;
    width: 150px;
    margin-top: -9px;
  }
}
@media (max-width: 565px) {
  header.section .container a#logo {
    width: 50px;
    margin-left: -10px;
    overflow: hidden;
  }
}
header.section .container a#logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 565px) {
  header.section .container a#logo img {
    width: 150px;
    height: auto;
  }
}
header.section .container ul#primary_nav {
  margin: 0;
  padding: 0;
}
header.section .container ul#primary_nav li {
  list-style-type: none;
}
@media (max-width: 980px) {
  header.section .container ul#primary_nav {
    position: fixed;
    top: 112px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
    background-color: #222222;
    z-index: 800;
    transition: all 300ms ease-out;
  }
}
@media (max-width: 455px) {
  header.section .container ul#primary_nav {
    top: 91px;
  }
}
header.section .container ul#primary_nav.open {
  left: 0%;
}
header.section .container ul#primary_nav li {
  display: inline-block;
  margin-left: 18px;
  margin-right: 18px;
}
@media (max-width: 1320px) {
  header.section .container ul#primary_nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1140px) {
  header.section .container ul#primary_nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 980px) {
  header.section .container ul#primary_nav li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
header.section .container ul#primary_nav li a {
  padding-bottom: 5px;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-bottom: solid 5px #ffffff;
  text-decoration: none;
}
header.section .container ul#primary_nav li a.active {
  border-bottom: solid 5px #892be1;
}
@media (max-width: 980px) {
  header.section .container ul#primary_nav li a.active {
    background-color: #892be1;
    border-bottom: solid 5px #222222;
  }
}
@media (max-width: 980px) {
  header.section .container ul#primary_nav li a {
    display: block;
    width: 100%;
    padding: 10px 25px;
    padding-left: 50px;
    color: #ffffff;
    font-size: 30px;
    line-height: normal;
    border-bottom: solid 5px #222222;
  }
}
@media (max-width: 760px) {
  header.section .container ul#primary_nav li a {
    padding-left: 30px;
  }
}
@media (max-width: 455px) {
  header.section .container ul#primary_nav li a {
    padding-left: 20px;
  }
}
header.section .container .login_buttons {
  display: flex;
}
@media (max-width: 980px) {
  header.section .container .login_buttons {
    display: inline-block;
  }
}
@media (max-width: 455px) {
  header.section .container .login_buttons a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header.section .container .login_buttons a.link_button.white {
  margin-left: 40px;
}
@media (max-width: 1140px) {
  header.section .container .login_buttons a.link_button.white {
    margin-left: 20px;
  }
}
@media (max-width: 455px) {
  header.section .container .login_buttons a.link_button.white {
    margin-left: 5px;
    margin-right: 10px;
  }
}


@media (max-width: 370px) {
 .login_buttons {

    scale: 0.75;
    margin-left: 20px;
  }

  #menu_control {

    position: absolute !important;
    top: 5px;
    right: 5px;


  }

  #logo img {/*width: 50px !important;*/ overflow:visible; height: 40px !important;}

  #logo {    width:auto !important; text-align: center; height: 40px; margin: auto !important; margin-bottom: 10px !important; float: none !important; overflow:visible !important; display: block; }

  .logoContainerNew {display: inline !important;}

}


@media (max-width: 760px) {
  header.section .container .login_buttons a.link_button.white {
    /*padding: 0;
    border: none;
    font-size: 0;*/
  }
  

  .accountNew .fa-circle-user {
    display: none;


  }

  header.section .container .login_buttons a.link_button.white i {
    margin-top: -20px;
    font-size: 25px;
  }
  header.section .container .login_buttons a.link_button.white:hover {
    background-color: #ffffff;
  }
  header.section .container .login_buttons a.link_button.white:hover i {
    color: #666666;
  }
}

#menu_veil {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 700;
  display: none;
}

#menu_control {
  float: right;
  position: relative;
  width: 22px;
  height: 25px;
  margin-right: 0px;
  display: none;
  flex: none;
}
@media (max-width: 980px) {
  #menu_control {
    display: block;
    margin-left: 20px;
  }
}
@media (max-width: 760px) {
  #menu_control {
    margin-left: 10px;
  }
}
@media (max-width: 455px) {
  #menu_control {
    margin-left: 5px;
  }
}
#menu_control > div {
  margin-top: 15px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 760px) {
  #menu_control > div {
    margin-top: 12px;
  }
}
#menu_control span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #892be1;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu_control span:nth-child(1) {
  top: 0px;
}
#menu_control span:nth-child(2),
#menu_control span:nth-child(3) {
  top: 7px;
}
#menu_control span:nth-child(4) {
  top: 14px;
}
#menu_control.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#menu_control.open span:nth-child(2) {
  transform: rotate(45deg);
}
#menu_control.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#menu_control.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#menu_control:hover span {
  background-color: #666666;
}

footer.section {
  padding-top: 90px;
  padding-bottom: 140px;
  background-color: #222222;
}
footer.section .container .row {
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 980px) {
  footer.section .container .row {
    flex-flow: row wrap;
  }
}
footer.section .container .row .column {
  flex: 0 0 auto;
  margin-left: 10px;
  text-align: left;
}
@media (max-width: 980px) {
  footer.section .container .row .column {
    margin-left: 0px;
  }
}
@media (max-width: 760px) {
  footer.section .container .row .column {
    flex: 0 0 100%;
    text-align: center;
  }
}
footer.section .container .row .column:first-of-type {
  flex: 0 0 190px;
  margin-right: 10px;
}
@media (max-width: 980px) {
  footer.section .container .row .column:first-of-type {
    flex: 0 0 100%;
  }
}
footer.section .container .row .column #footer_logo {
  margin-left: 15px;
}
@media (max-width: 980px) {
  footer.section .container .row .column #footer_logo {
    margin-left: 0px;
  }
}
@media (max-width: 980px) {
  footer.section .container .row .column .login_buttons {
    float: right;
  }
}
@media (max-width: 760px) {
  footer.section .container .row .column .login_buttons {
    float: none;
    display: block;
    width: 190px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
  }
}
footer.section .container .row .column .login_buttons a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
footer.section .container .row .column .login_buttons a i {
  float: none;
  margin-top: 0px;
  font-size: 23px;
}
@media (max-width: 980px) {
  footer.section .container .row .column .login_buttons a {
    width: 190px;
  }
}
footer.section .container .row .column ul {
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
footer.section .container .row .column ul li {
  list-style-type: none;
}
@media (max-width: 760px) {
  footer.section .container .row .column ul {
    margin-top: 0px;
  }
}
footer.section .container .row .column ul li {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 760px) {
  footer.section .container .row .column ul li.mobile_hide {
    display: none;
  }
}
footer.section .container .row .column ul li.mobile_show {
  display: none;
}
@media (max-width: 760px) {
  footer.section .container .row .column ul li.mobile_show {
    display: block;
  }
}
footer.section .container .row .column ul li a {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}
footer.section .container .row .column ul li a:hover {
  color: #892be1;
}
footer.section .container .row .column ul li.genres {
  margin-top: 50px;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
footer.section .container .social_icons {
  display: block;
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 980px) {
  footer.section .container .social_icons {
    text-align: center;
  }
}
footer.section .container .social_icons a {
  display: inline-block;
  margin-left: 25px;
}
@media (max-width: 980px) {
  footer.section .container .social_icons a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 760px) {
  footer.section .container .social_icons a {
    margin-top: 10px;
  }
}
footer.section .container .social_icons a i {
  color: #ffffff;
  font-size: 33px;
  transition: all 300ms ease-out;
}
footer.section .container .social_icons a:hover i {
  color: #892be1;
}
footer.section .container p.copyright {
  display: block;
  margin-top: 60px;
  text-align: right;
  color: #ffffff;
  font-size: 12px;
}
@media (max-width: 980px) {
  footer.section .container p.copyright {
    text-align: center;
  }
}

.video_home {
  background-image: url("/assets/img/background-pins_01.png");
  background-repeat: no-repeat;
  background-position: right 150px bottom -200px;
}


.video_no_bg {
  background-image: none;
}




.no-padding-bottom { padding-bottom: 0px !important;


}

.no-padding-top { padding-top: 0px !important;


}

.no-padding { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important;


}




@media (max-width: 1320px) {
  .video_home {
    background-position: right 150px bottom -150px;
  }
}
@media (max-width: 1140px) {
  .video_home {
    background-position: right 50px bottom -120px;
  }
}
@media (max-width: 980px) {
  .video_home {
    background-position: right -50px bottom -90px;
  }
}
@media (max-width: 760px) {
  .video_home {
    background-position: right -70px top 300px;
    background-size: 85%;
  }
}
@media (max-width: 760px) {
  .video_home .container .row {
    flex-flow: row wrap;
  }
}
.video_home .container .row .column {
  text-align: left;
}
.video_home .container .row .column:last-of-type {
  text-align: right;
}
@media (max-width: 760px) {
  .video_home .container .row .column:last-of-type {
    text-align: left;
  }
}
@media (max-width: 760px) {
  .video_home .container .row .column {
    flex: 0 0 100%;
    text-align: left;
  }
}
.video_home .container .row .column h1 {
  color: #222222;
}
.video_home .container .row .column #home_anim,
.video_home .container .row .column #home_anim_two {
  position: relative;
  display: inline-block;
  width: 310px;
  height: 40px;
  margin-top: 35px;
  padding: 10px 25px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 28px;
  transition: all 300ms ease-out;
}
@media (max-width: 760px) {
  .video_home .container .row .column #home_anim,
  .video_home .container .row .column #home_anim_two {
    display: none;
  }
}
@media (max-width: 360px) {
  .video_home .container .row .column #home_anim,
  .video_home .container .row .column #home_anim_two {
    width: 280px;
    height: 38px;
  }
}
.video_home .container .row .column #home_anim p,
.video_home .container .row .column #home_anim_two p {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  width: 280px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.video_home .container .row .column #home_anim p span,
.video_home .container .row .column #home_anim_two p span {
  display: inline-block;
  padding-right: 6px;
  color: #892be1;
  font-weight: 700;
  font-size: 36px;
  font-style: italic;
  text-transform: uppercase;
  background: linear-gradient(180deg, #9f57e3 0%, #892be1 55.73%, #892be1 92.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 300ms ease-out;
}
@media (max-width: 360px) {
  .video_home .container .row .column #home_anim p span,
  .video_home .container .row .column #home_anim_two p span {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .video_home .container .row .column #home_anim p,
  .video_home .container .row .column #home_anim_two p {
    font-size: 30px;
  }
}
.video_home .container .row .column #home_anim_two {
  display: none;
}
@media (max-width: 760px) {
  .video_home .container .row .column #home_anim_two {
    display: inline-block;
  }
}
.video_home .container .row .column .video_placeholder {
  width: 80%;
}
@media (max-width: 1320px) {
  .video_home .container .row .column .video_placeholder {
    width: 90%;
  }
}
@media (max-width: 1140px) {
  .video_home .container .row .column .video_placeholder {
    width: 93%;
  }
}
@media (max-width: 980px) {
  .video_home .container .row .column .video_placeholder {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .video_home .container .row .column .video_placeholder {
    margin-top: 50px;
  }
}
.video_home .container .row .column .video_placeholder .icon_play {
  /*top: 65%;*/
}
@media (max-width: 560px) {
  .video_home .container .row .column .video_placeholder .icon_play {
    top: 70%;
  }
}

.music_tiles .container {
  position: relative;
  overflow-y: hidden;
}
.music_tiles .container .flex_row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
@media (max-width: 760px) {
  .music_tiles .container .flex_row {
    flex-flow: row wrap;
  }
}
.music_tiles .container .flex_row h2 {
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 760px) {
  .music_tiles .container .flex_row #larnii_now_playing {
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .music_tiles .container .flex_row #larnii_now_playing {
    flex: 0 0 100%;
  }
}
.music_tiles .container .genre_collection_mask {
  position: absolute;
  top: 0;
  right: -100px;
  width: 150px;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
}
@media (max-width: 560px) {
  .music_tiles .container .genre_collection_mask {
    top: 250px;
  }
}
@media (max-width: 350px) {
  .music_tiles .container .genre_collection_mask {
    top: 270px;
  }
}
/*
.music_tiles .container .genre_collection {
  width: calc(100% + 100px);
  margin-top: 50px;
  opacity: 0;
}
*/

.music_tiles .container .genre_collection {
  width: calc(100% + 200px); /* Extra 100px on left + original 100px */
  margin-left: -100px;        /* Shifts content 100px to the left */
  margin-top: 50px;
  opacity: 0;
}


.slick-prev {
  left: 0; /* Ensure it's positioned within view */
  z-index: 10; /* Bring it above other content */
  display: block !important; /* Force visibility */
  opacity: 1; /* Ensure it's not transparent */
}


.genre_collection {
  overflow: visible; /* Change this if set to 'hidden' */
}

.music_tiles .container .genre_collection .slider_item {
  display: inline-block;
  text-align: left;
  border-right: 20px solid transparent;
  
}


.music_tiles .container .genre_collection a.the_genre {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.styles-container a {

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*width: auto;
  height: auto;*/
  min-height: 200px;
  padding: 15px;
  display: block;
  color: #fff;
  background-color: #000;


}

/*
.styles-container .hover_veil {


  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 15px;

}*/


.styles-container a:hover {


  color: #fff;


}



.styles-container .col-4 {

margin-bottom: 30px;


}


.styles-container i {


    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    opacity: 0.6;
    margin-top: 30px;
    transform: rotate(90deg);
    z-index: 100;
    transition: all 300ms ease-out;


}



.styles-container h4 {



  padding-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;


}


/*
.styles-container h4:hover {

color: #ffffff !important;

}*/


@media (max-width: 475px) {
  .music_tiles .container .genre_collection a.the_genre {
    width: 170px;
    height: 170px;
  }
}
.music_tiles .container .genre_collection a.the_genre h4 {
  position: absolute;
  top: 50px;
  left: 10%;
  width: 80%;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  opacity: 0.6;
  z-index: 100;
  transition: all 300ms ease-out;
}
.music_tiles .container .genre_collection a.the_genre i {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  opacity: 0.6;
  transform: rotate(90deg);
  z-index: 100;
  transition: all 300ms ease-out;
}
.music_tiles .container .genre_collection a.the_genre .hover_veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  z-index: 10;
  transition: all 300ms ease-out;
}


/*

.hover_veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  z-index: 10;
  transition: all 300ms ease-out;
}

*/

.the_genre:hover {
  cursor: pointer;
}
.the_genre:hover .hover_veil {
  opacity: 1;
}


.music_tiles .container .genre_collection a.the_genre:hover {
  cursor: pointer;
}
.music_tiles .container .genre_collection a.the_genre:hover .hover_veil {
  opacity: 1;
}
.music_tiles .container .genre_collection a.the_genre:hover h4 {
  top: 45px;
  opacity: 1;
}
.music_tiles .container .genre_collection a.the_genre:hover i {
  bottom: 45px;
  opacity: 1;
}
/*
.music_tiles .container .genre_collection a.the_genre.ambient {
  background-image: url("/assets/img/genres/genre_ambient.jpg");
}
.music_tiles .container .genre_collection a.the_genre.bass_music {
  background-image: url("/assets/img/genres/genre_bass_music.jpg");
}
.music_tiles .container .genre_collection a.the_genre.electronic_beats {
  background-image: url("/assets/img/genres/genre_electronic_beats.jpg");
}
.music_tiles .container .genre_collection a.the_genre.energy_house {
  background-image: url("/assets/img/genres/genre_energy_house.jpg");
}
.music_tiles .container .genre_collection a.the_genre.good_vibes {
  background-image: url("/assets/img/genres/genre_good_vibes.jpg");
}
.music_tiles .container .genre_collection a.the_genre.instrumental_hip_hop {
  background-image: url("/assets/img/genres/genre_instrumental_hip_hop.jpg");
}
.music_tiles .container .genre_collection a.the_genre.lofi {
  background-image: url("/assets/img/genres/genre_lofi.jpg");
}
.music_tiles .container .genre_collection a.the_genre.sleep_house {
  background-image: url("/assets/img/genres/genre_sleep_house.jpg");
}
.music_tiles .container .genre_collection a.the_genre.smooth_house {
  background-image: url("/assets/img/genres/genre_smooth_house.jpg");
}
.music_tiles .container .genre_collection a.the_genre.uplifting_beats {
  background-image: url("/assets/img/genres/genre_uplifting_beats.jpg");
}
.music_tiles .container .genre_collection a.the_genre.your_electronic_mix {
  background-image: url("/assets/img/genres/genre_your_electronic_mix.jpg");
}
.music_tiles .container .genre_collection a.the_genre.your_house_mix {
  background-image: url("/assets/img/genres/genre_your_house_mix.jpg");
}
.music_tiles .container .genre_collection a.the_genre.techno {
  background-image: url("/assets/img/genres/genre_techno.jpg");
}

*/

.section.power_up {
  background-repeat: no-repeat;
  background-image: url("/assets/img/background-pins_03.png"), url("/assets/img/background-pins_02.png");
  background-position: right bottom, left -100px bottom;
}





@media (max-width: 1320px) {
  .section.power_up {
    background-position: right -100px bottom, left -300px bottom;
  }
}
@media (max-width: 760px) {
  .section.power_up {
    background-position: right -1100px bottom, left -450px bottom;
  }
}
@media (max-width: 980px) {
  .section.power_up .container .row {
    flex-flow: row wrap;
  }
}
.section.power_up .container .row .column {
  order: 2;
  text-align: left;
}
.section.power_up .container .row .column:first-of-type {
  order: 1;
}
@media (max-width: 980px) {
  .section.power_up .container .row .column:first-of-type {
    order: 2;
  }
}
@media (max-width: 980px) {
  .section.power_up .container .row .column {
    flex: 0 0 100%;
    order: 1;
  }
}
.section.power_up .container .row .column h2 {
  margin-bottom: 40px;
}
.section.power_up .container .row .column h5 {
  margin-bottom: 40px;
}
.section.power_up .container .row .column a.link_button {
  margin-top: 40px;
  margin-bottom: 0px;
}
@media (max-width: 980px) {
  .section.power_up .container .row .column a.link_button.mobile_hide {
    display: none;
  }
}
.section.power_up .container .row .column a.link_button.mobile_show {
  display: none;
}
@media (max-width: 980px) {
  .section.power_up .container .row .column a.link_button.mobile_show {
    display: inline-block;
  }
}
.section.power_up .container .row .column img {
  width: 80%;
  height: auto;
}
@media (max-width: 980px) {
  .section.power_up .container .row .column img {
    width: 60%;
    margin-left: 20%;
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  .section.power_up .container .row .column img {
    width: 70%;
    margin-left: 15%;
  }
}
@media (max-width: 560px) {
  .section.power_up .container .row .column img {
    width: 90%;
    margin-left: 5%;
  }
}

.section.endless .container {
  overflow: hidden;
}



@media (max-width: 1140px) {
  .section.endless .container .row {
    flex-flow: row wrap;
  }


  

}


.section.endless .container .row .column {
  order: 2;
  text-align: left;
}
.section.endless .container .row .column:first-of-type {
  order: 1;
  padding-right: 80px;
}
@media (max-width: 1140px) {
  .section.endless .container .row .column:first-of-type {
    padding-right: 0px;
  }
}
@media (max-width: 1140px) {
  .section.endless .container .row .column {
    flex: 0 0 100%;
  }
}
.section.endless .container .row .column h2 {
  margin-bottom: 40px;
}
.section.endless .container .row .column h2 span {
  display: block;
}
.section.endless .container .row .column h5 {
  margin-bottom: 40px;
}
.section.endless .container .row .column a.link_button {
  margin-top: 40px;
  margin-bottom: 0px;
}
.section.endless .container .row .column img {
  width: 100%;
  height: auto;
}
@media (max-width: 1140px) {
  .section.endless .container .row .column img {
    margin-top: 40px;
    width: calc(100% + 100px);
    margin-left: -50px;
  }
}
@media (max-width: 760px) {
  .section.endless .container .row .column img {
    margin-top: 30px;
  }
}
@media (max-width: 1140px) {
  .section.endless .container .row .column .mobile_hide {
    display: none;
  }
}
.section.endless .container .row .column .mobile_show {
  display: none;
}
@media (max-width: 1140px) {
  .section.endless .container .row .column .mobile_show {
    display: inline-block;
  }
}

.section.create {
  position: relative;
  background-repeat: no-repeat;
  background-image: url("/assets/img/background-pins_03.png");
  background-position: right bottom;
}
@media (max-width: 1320px) {
  .section.create {
    background-position: right -100px bottom;
  }
}
@media (max-width: 980px) {
  .section.create {
    background-position: right -1200px bottom;
  }
}
@media (max-width: 980px) {
  .section.create .container .row {
    flex-flow: row wrap;
  }
}
.section.create .container .row .column {
  order: 2;
  text-align: left;
}
.section.create .container .row .column:first-of-type {
  order: 1;
}
@media (max-width: 980px) {
  .section.create .container .row .column:first-of-type {
    order: 2;
  }
}
@media (max-width: 980px) {
  .section.create .container .row .column {
    flex: 0 0 100%;
    order: 1;
  }
}
.section.create .container .row .column h2 {
  margin-bottom: 40px;
}
.section.create .container .row .column h5 {
  margin-bottom: 40px;
}
.section.create .container .row .column a.link_button {
  margin-top: 40px;
  margin-bottom: 0px;
}
@media (max-width: 980px) {
  .section.create .container .row .column a.link_button.mobile_hide {
    display: none;
  }
}
.section.create .container .row .column a.link_button.mobile_show {
  display: none;
}
@media (max-width: 980px) {
  .section.create .container .row .column a.link_button.mobile_show {
    display: inline-block;
  }
}
@media (max-width: 465px) {
  .section.create .container .row .column a.link_button.mobile_show {
    display: block;
    width: 200px;
    margin-top: -60px;
  }
}
@media (max-width: 425px) {
  .section.create .container .row .column a.link_button.mobile_show {
    margin-top: -100px;
  }
}
@media (max-width: 350px) {
  .section.create .container .row .column a.link_button.mobile_show {
    margin-top: -200px;
  }
}
.section.create .image_space {
  display: none;
  height: 580px;
}
@media (max-width: 980px) {
  .section.create .image_space {
    display: block;
  }
}
@media (max-width: 415px) {
  .section.create .image_space {
    height: 560px;
  }
}
.section.create .the_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("/assets/img/background-pins_image_face.png");
  background-position: right 100px top 90px;
  background-repeat: no-repeat;
}
@media (max-width: 1150px) {
  .section.create .the_image {
    background-position: right 40px top 90px;
  }
}
@media (max-width: 980px) {
  .section.create .the_image {
    width: 100%;
    background-position: left -300px top 430px;
  }
}
@media (max-width: 680px) {
  .section.create .the_image {
    background-position: left -350px top 430px;
  }
}
@media (max-width: 575px) {
  .section.create .the_image {
    background-position: left -400px top 470px;
  }
}
@media (max-width: 490px) {
  .section.create .the_image {
    background-position: left -420px top 490px;
  }
}
@media (max-width: 465px) {
  .section.create .the_image {
    background-position: left -320px top 540px;
    background-size: 165%;
  }
}
@media (max-width: 425px) {
  .section.create .the_image {
    background-position: left -220px top 570px;
    background-size: 145%;
  }
}
@media (max-width: 350px) {
  .section.create .the_image {
    background-position: left -190px top 620px;
    background-size: 145%;
  }
}

@media (max-width: 760px) {
  .testimonials .container {
    padding-bottom: 60px;
    text-align: left;
  }
  .testimonials .container h2 {
    margin-right: 10%;
  }
}
.testimonials .container .slide_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  /*opacity: 0;*/
}
.testimonials .container .slide_wrapper ul.slides {
  margin: 0;
  padding: 0;
  display: block;
  width: calc(100% - 500px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .container .slide_wrapper ul.slides li {
  list-style-type: none;
}
@media (max-width: 980px) {
  .testimonials .container .slide_wrapper ul.slides {
    width: calc(100% - 300px);
  }
}
@media (max-width: 760px) {
  .testimonials .container .slide_wrapper ul.slides {
    width: 100%;
  }
}
.testimonials .container .slide_wrapper ul.slides li {
  position: relative;
  text-align: center;
}
@media (max-width: 760px) {
  .testimonials .container .slide_wrapper ul.slides li {
    text-align: left;
  }
}
.testimonials .container .slide_wrapper ul.slides li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -150px;
  height: 80px;
  width: 90px;
  content: " ";
  background-image: url("/assets/img/icon_quote_left.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .testimonials .container .slide_wrapper ul.slides li:before {
    position: static;
    display: block;
    width: 100%;
    height: 20px;
    background-size: contain;
    background-position: left center;
  }
}
.testimonials .container .slide_wrapper ul.slides li:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
  height: 80px;
  width: 90px;
  content: " ";
  background-image: url("/assets/img/icon_quote_right.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .testimonials .container .slide_wrapper ul.slides li:after {
    position: static;
    display: block;
    width: 100%;
    height: 20px;
    margin-top: -80px;
    background-size: contain;
    background-position: right center;
  }
}
.testimonials .container .slide_wrapper ul.slides li h4 {
  margin-top: 35px;
  color: #4100cb;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 760px) {
  .testimonials .container .slide_wrapper ul.slides li h4 {
    margin-top: 60px;
  }
}

.flex-control-nav.flex-control-paging {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: -50px;
  text-align: center;
  z-index: 100;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.flex-control-nav.flex-control-paging li {
  list-style-type: none;
}
@media (max-width: 760px) {
  .flex-control-nav.flex-control-paging {
    bottom: -100px;
    justify-content: flex-end;
  }
}
.flex-control-nav.flex-control-paging li {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0;
}
.flex-control-nav.flex-control-paging li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #d9d9d9;
  border-radius: 100px;
  transition: all 300ms ease-out;
}
.flex-control-nav.flex-control-paging li a.flex-active {
  background-color: #892be1;
}
.flex-control-nav.flex-control-paging li a:hover {
  cursor: pointer;
  background-color: #892be1;
}

.section.download {
  background-repeat: no-repeat;
  background-image: url("/assets/img/background-pins_04.png");
  background-position: right top;
}


.section.about {
	background-repeat: no-repeat;
	background-image: url("/assets/img/background-pins_05.png");
	background-position: right top;
  }

@media (max-width: 1350px) {
  .section.download {
    background-position: right -100px top;
  }
}
@media (max-width: 1090px) {
  .section.download {
    background-position: right -180px top;
  }
}
@media (max-width: 980px) {
  .section.download {
    background-position: right top 400px;
  }
}
@media (max-width: 760px) {
  .section.download {
    background-position: right -40px top 480px;
    background-size: 155%;
  }
}
@media (max-width: 385px) {
  .section.download {
    background-position: right -30px top 520px;
    background-size: 155%;
  }
}
@media (max-width: 980px) {
  .section.download .container .row {
    flex-flow: row wrap;
  }
}
.section.download .container .row .column {
  text-align: right;
}
.section.download .container .row .column:first-of-type {
  text-align: left;
}
@media (max-width: 980px) {
  .section.download .container .row .column {
    flex: 0 0 100%;
    text-align: center;
  }
}
.section.download .container .row .column h2 {
  margin-bottom: 40px;
}
.section.download .container .row .column h5 {
  margin-bottom: 40px;
}
.section.download .container .row .column .download_buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.section.download .container .row .column .download_buttons a {
  flex: 0 0 auto;
  margin-right: 30px;
}
.section.download .container .row .column .download_buttons a img {
  width: auto;
  height: 55px;
}
@media (max-width: 980px) {
  .section.download .container .row .column .download_buttons {
    justify-content: center;
  }
  .section.download .container .row .column .download_buttons a {
    width: 200px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .section.download .container .row .column .download_buttons a img {
    width: auto;
    height: 65px;
  }
}
@media (max-width: 560px) {
  .section.download .container .row .column .download_buttons a {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 495px) {
  .section.download .container .row .column .download_buttons a {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }
  .section.download .container .row .column .download_buttons a img {
    width: auto;
    height: 60px;
  }
}
@media (max-width: 455px) {
  .section.download .container .row .column .download_buttons a img {
    width: auto;
    height: 55px;
  }
}
@media (max-width: 425px) {
  .section.download .container .row .column .download_buttons a img {
    width: auto;
    height: 50px;
  }
}
@media (max-width: 390px) {
  .section.download .container .row .column .download_buttons a img {
    width: auto;
    height: 45px;
  }
}
@media (max-width: 360px) {
  .section.download .container .row .column .download_buttons a img {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 980px) {
  .section.download .container .row .column .download_buttons.mobile_hide {
    display: none;
  }
}
.section.download .container .row .column .download_buttons.mobile_show {
  display: none;
}
@media (max-width: 980px) {
  .section.download .container .row .column .download_buttons.mobile_show {
    display: flex;
  }
}
.section.download .container .row .column img {
  width: 80%;
  height: auto;
}
@media (max-width: 980px) {
  .section.download .container .row .column img {
    width: 60%;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .section.download .container .row .column img {
    width: 80%;
    margin-top: 10px;
  }
}
@media (max-width: 980px) {
  .section.download .container .row .column img.mobile_hide {
    display: none;
  }
}
.section.download .container .row .column img.mobile_show {
  display: none;
}
@media (max-width: 980px) {
  .section.download .container .row .column img.mobile_show {
    display: inline-block;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  background-color: #ffffff;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0d9";
  font-weight: 600;
  color: #892be1;
  font-size: 30px;
  transition: all 300ms ease-out;
}
.slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #cfbff2;
}

.slick-prev:before {
  content: "\f053";
}

.slick-prev {
  left: -75px;
  z-index: 200;
  /*display: none !important;*/
}

.slick-next {
  right: 70px;
  z-index: 200;
}
.slick-next:before {
  content: "\f054";
}
@media (max-width: 760px) {
  .slick-next {
    right: -15px;
  }
  .slick-next:before {
    font-size: 30px;
  }
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

#fancybox-overlay {
  background-color: rgb(73, 89, 102) !important;
}/*# sourceMappingURL=style.css.map */


/*
	THIS STYLESHEET RUNS BEHIND EVERYTHING 
	anything put there in nromal css will work and override the scss files

	Big up the Lestor Massif - NK 230601 
*/


body,
* {

	font-size: inherit;

}

.container {/*width: 1280px;*/  /*padding: 0px;*/}



@media screen and (max-width: 992px) {
	.container { padding-left: 20px; padding-right: 20px;}

	#home_anim_two {width: 100% !important; margin: auto;}


	.slick-next, .genre_collection_mask  {
		display: none !important;
	}


	.music_tiles .container .flex_row h2 { 
		

	}
	
  
  }


header.section {

	box-shadow: 0px 0px 8px 2px #eee;


}


@media (max-width: 455px) {
	header.section {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}

	header.section .container ul#primary_nav {
		top: 75px;

  }

}
 

.music_tiles .container {

/*max-width: 960px;*/
height: auto;
overflow: hidden;


}


.music_tiles .container .flex_row h2 {
  
    margin-right: 15px;
}

#larnii_now_playing span {
   
  
}


#larnii_now_playing {

transform: scale(0.75);

}


.styles-row { flex-flow:wrap; margin-bottom: 40px;}


.slick-next {
    right: 60px;
}

.slick-next:hover, .slick-next:active {

background: transparent;
border: 0px solid;
}


.slick-slide {

	height: auto;

}

.music_tiles {
  
}

.no-max-width {max-width: 10000px !important;}


.slider {

	/*
height: auto;
background: transparent;
*/
}


.fa-pause {

	transform: rotate(180deg);


}


#larnii_now_playing {
	min-width: 300px !important;

}


.section.the_content h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 38px;
    line-height: 45px;
}


#menu_control {
	float: right;
	position: relative;
	width: 22px;
	height: 25px;
	margin-right: 0px;
	/*display: none;*/
	flex: none;


}


.about_top {
	/*background-image: url("/assets/img/AboutHeroContainer.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right 0px bottom 0px;*/


	background-image: none;
  
	
  }


.about-text {/*max-width: 500px; margin-left: 120px;*/

margin-top: 120px;
margin-bottom: 60px;

}


.pricing-text {/*max-width: 500px; margin-left: 120px;*/

  margin-top: 60px;
  margin-bottom: 120px;
  
  }

.forceWrap {flex-flow: wrap}


@media screen and (max-width: 992px) {
   
	.about-text {max-width: 500px; margin-left: 0px;
  
  
    margin-bottom: 0px;
  }


  .fixedFullWidth { top:70px;}



  
}


/*
.sectionWithVideo {
  background-repeat: no-repeat;
  background-image: url("/assets/img/background-pins_03.png"), url("/assets/img/background-pins_02.png");
  background-position: right bottom, left -100px bottom;
}


@media (max-width: 1320px) {
  .section.sectionWithVideo {
    background-position: right -100px bottom, left -300px bottom;
  }
}
@media (max-width: 760px) {
  section.sectionWithVideo {
    background-position: right -1100px bottom, left -450px bottom;
  }
}
@media (max-width: 980px) {
  section.sectionWithVideo .container .row {
    flex-flow: row wrap;
  }
}
section.sectionWithVideo .container .row .column {
  order: 2;
  text-align: left;
}
section.sectionWithVideo .container .row .column:first-of-type {
  order: 1;
}
@media (max-width: 980px) {
  section.sectionWithVideo.container .row .column:first-of-type {
    order: 2;
  }
}
@media (max-width: 980px) {
  section.sectionWithVideo .container .row .column {
    flex: 0 0 100%;
    order: 1;
  }


}
section.sectionWithVideo .container .row .column h2 {
  margin-bottom: 40px;
}
section.sectionWithVideo .container .row .column h5 {
  margin-bottom: 40px;
}
section.sectionWithVideo .container .row .column a.link_button {
  margin-top: 40px;
  margin-bottom: 0px;
}
@media (max-width: 980px) {
  section.sectionWithVideo .container .row .column a.link_button.mobile_hide {
    display: none;
  }
}
section.sectionWithVideo .container .row .column a.link_button.mobile_show {
  display: none;
}
@media (max-width: 980px) {
  section.sectionWithVideo .container .row .column a.link_button.mobile_show {
    display: inline-block;
  }
}
section.sectionWithVideo .container .row .column img {
  width: 80%;
  height: auto;
}
@media (max-width: 980px) {
  .section.sectionWithVideo .container .row .column img {
    width: 60%;
    margin-left: 20%;
    margin-top: 40px;
  }
}
@media (max-width: 760px) {
  section.sectionWithVideo .container .row .column img {
    width: 70%;
    margin-left: 15%;
  }
}
@media (max-width: 560px) {
  section.sectionWithVideo .container .row .column img {
    width: 90%;
    margin-left: 5%;
  }
}

*/

.videoInMainContent img {

width: 100%;

}

.full-width {width: 100% !important;}


.padding20 {padding: 20px;}

.padding40 {padding: 40px;}


.marginVert20 {margin-top: 20px !important; margin-bottom: 20px !important;}

.padding2040 {padding: 20px 40px 40px 20px;}

.killMargins { margin: 0px !important;



}


.killPadding { padding: 0px !important;



}




.font14px {font-size: 14px !important; line-height: 135% !important;}

.numberImg { margin-top: -20px;}


.soft_purple_bg { background-color: #E7DFF8;}


.dark_purple {

  color: #4100cb !important;

}

h6 {

  font-weight: 700;
  font-size: 16px;

}

.aboutImage {max-width: 100%;}

.teamImage { max-width: 100%;}


img { max-width: 100%;}



.opacityOne {


  opacity: 1; /* Standard compliant browsers */
  -moz-opacity: 1; /* Firefox and Mozilla browsers */
  -webkit-opacity: 1; /* WebKit browser e.g. Safari */
  filter: alpha(opacity=100); /* For IE8 and earlier */

}

.rtl.widget-carousel{ direction: ltr; }


/*
.testimonials .container .slide_wrapper {

opacity: 1 !important;

}*/

.slide_wrapper_testimonials { opacity: 1;}

#testimonialSlider > ul > li { display: none;}


.showSlider {display: block;}


.genreBox { padding-left: 10px; padding-right: 10px;  }
.moodBox { padding-left: 0px; padding-right: 10px;  }


.titlePill {


}

.badge-primary {




}


.purpleGradientBg {

  background: linear-gradient(352deg, #FFF -2.47%, #974BFA 152.96%);


}

.rounded { border-radius: 20px !important;}


select {

padding-top: 20px;
padding-bottom: 20px;
border: 0px;
border-bottom: solid 1px #222;


}



.wrap {
  flex-flow: row wrap;
}


.small {font-size: 80% !important; line-height: 135% !important; margin-top: 5px;}



.range-input {
  -webkit-appearance: none;
  appearance: none; 
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #ccc;
}


.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 15px;
  width: 15px;
  background-color: #892be1;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #892be1;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}



.scale50 { scale: 0.5 !important;}

.scale75 { scale: 0.75 !important;}

.createSmallButton {display: inline-block; padding: 5px; width: auto; margin-left: 0px; margin-right: 0px; margin-top: -20px; border-radius: 8px; border: 1px #ffffff;}



.createSongReady {

  display: none;



}


.closeCreateSongReady {

  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;




}


.textOnlyButton {

  cursor: pointer;
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;


}


.aiIcon {

  
  position: absolute;


}

.disabledButton {

  opacity: 0.25 !important;
  pointer-events: none;


}


.downloadSongEq {

max-width: 80px;
height: auto;

}


.mustBePlayingMessage {margin-bottom: 15px; background-color: rgba(255, 255, 255, 0.8); width: 100%;}

/*.createEq {opacity: 0;}*/

/*

.footer.section {width: 100% !important;}


@media (max-width: 1200px) {

  .container {
    width: 100% !important;
	max-width: 10000px !important;
  }


  .col-md-12 {max-width: 100%;}

}*/


#createMobileWhiteBox {display: none;}

.createSongReady .row {max-width: 1200px; margin: auto;}

.createSongReady .row div[class*="col"] {padding: 0px;}


.home-page-msg {

  padding:20px;
  padding-top: 40px;
  margin-top:0px;
  padding-bottom:10px;


}

@media screen and (max-width: 992px) {


  .home-page-msg {

    padding:20px;
    padding-top: 40px;
    margin-top:20px;
    padding-bottom:10px;
  
  
  }

}


.mobileCreateButtons {display: none;}



.toggleCreateInfo { display: none;}


.aboveVideoText { }


@media screen and (max-width: 992px) {

h6.aboveVideoText { margin-bottom: -  40px !important; }



  .setSpeedRow {margin-top: 0px;}



  .smaller {line-height: 100%;}


  .toggleCreateInfo { display: block; right: 5px; top: 5px; float: right; font-size: 18px; margin: auto; margin-bottom: 5px; }


/*
  .createHeader {scale: 0.85; padding: 0.5rem !important;  }


.createHeader h2 {font-size: 24px !important;}

*/
 .createContainer .mb-5 {margin-bottom: 1rem !important; }



 .createContainer p { /*font-size: 14px !important; line-height: 125% !important; */


}


.createContainer p.small { font-size: 11px !important; line-height: 13px !important; margin-bottom: 5px !important;


}


.createContainer strong { /*font-size: 14px !important; line-height: 18px !important;*/


}


.aiIcon {margin-top: 10px; margin-left: 5px;}


  .createInfoText {display: none;}


  .createInfoText p {font-size: 16px !important; line-height: 125% !important;}

  .createEq {display: none !important;}

  .desktopCreateButtons {display: none;}

  /*.mustBePlayingMessage { margin-bottom: 65px;}*/


  .mobileCreateButtons {display: block; padding-left: 5px; padding-right: 5px;}

  
  .createButtonForMobileOnly { font-size: 11px !important; border-radius: 4px; font-weight: normal !important; line-height: 14px !important; padding: 5px; /*margin-bottom: 15px !important;*/ margin-left: 7px; margin-right: 7px; background-color: #fff; font-weight: 600; border: 1px solid #4100cb;
  }

  .playButtonForMobileOnly { font-size: 11px !important; border-radius: 4px; font-weight: normal !important; line-height: 14px !important; padding: 5px; /*margin-bottom: 15px !important;*/ margin-left: 7px; margin-right: 7px; background-color: #fff; font-weight: 600; border: 1px solid #4100cb; width: 50%; background-color: #4100cb; color: #fff !important; 
  }

  .createSongMobile, .playButtonForMobileOnly { min-width: 150px !important; }

  .mobileCreateButtons .changeItCreate {/*scale: 0.33;*/}


  .home-page-msg {

 
    margin-top:0px;
  
  
  
  }

  .mobileCreateButtons {

  
   
  /*  position: fixed;
    bottom: 138;*/
    z-index: 1002;
    left: 0;
    width: 100%;

    
  }
   
    /* Mobile-only side padding for create page container */
    @media screen and (max-width: 992px) {
      .no-side-pad-mobile { padding-left: 35px !important; padding-right: 35px !important; }
    }


  /*#createSong, #createInProgress, #createFail { 
    
    position: fixed;
    bottom: 20;
    left: 0;
    margin-left: 10%;
    margin-right: 10%;
    width: 80% !important;
    max-width: none;
    z-index: 1001;
    
    
    }*/


   


      #createRandomSong.fixTheCreateButton { 


     /*  position: fixed;
        bottom: 10;
        left: 0;
        margin-left: 10%;
        margin-right: 10%;
        width: 80% !important;
        max-width: none;
        z-index: 1001;*/
       /* margin-left: 10%;
        margin-right: 10%;
        width: 80% !important;*/
        font-size: 12px;
      
        width: 100% !important;


      }

      #createRandomSong.fixTheCreateButton > h6 {

        font-size: 12px;


      }

      
  

    .createPlayAndPause { 
      
       /* position: fixed;
        bottom: 65;
        left: 0;
        margin-left: 10%;
        margin-right: 10%;
        width: 45% !important;
        max-width: none;
        z-index: 1000;
        padding: 0px;
      */
    
    }
    

    .fixTheCreateButton { 
    
      /*  position: fixed;
        bottom: 35;
        left: 0;
        margin-left: 10%;
        margin-right: 10%;
        width: 45% !important;
        max-width: none;
        z-index: 1001;
        */
        
        }
  


    .createContainer {

    /*max-width: 90%;*/
    padding: 30px !important;
    border-radius: 0px !important;

    }

    .changeControlsForMobile .changeItCreate {


    }


    #createPlayer {max-width: 100%;}



    .volumeForCreate {display: none;}

 
    #createMobileWhiteBox {
      
      display: block;
       background-color: rgba(207, 191, 242, 0.80);
       
       position: fixed;
       bottom: 0;
        left: 0;
        height: 180px;
        width: 100%;
        z-index: 999;
        
        /*-webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15);
        -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15);
        box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15)*/

    
    }




    .createSongReady {

      padding-bottom: 90px;
      /*margin-bottom: 30px;*/


    }

    img.downloadSongEq {

      width : 50px;
      height: auto;

    }


    .createSongReady h2 {

      font-size: 1.25rem;


    }


    .downloadSongEqCol { margin-bottom: 10px !important;}


    

  }/*end media query*/

  .transImage {opacity: 0.4; }

  .homePageCover {background-color: #000;}


  .regenerate, .generate-random {

margin-top: 10px;
text-decoration: underline;
cursor: pointer;

  }


  .list-unstyled li { margin-bottom: 15px;}


  .card { border: 2px solid #892be1; border-radius: 12px; }

  .card-body {padding: 50px; margin-bottom: 20px;}


  .card .list-unstyled { /*min-height: 250px; */ }

  .card-deck {margin-top: -95px;}


  .card .link_button { position: absolute; bottom: 20px; left: 10%;  max-width: none; width: 80%;}




  .card-body {padding: 50px; margin-bottom: 80px;}



  @media screen and (max-width: 992px) {

    .card-body {padding: 20px;}


    #jotform-feedback-233478746607064 {display:none ;}


    .createsection { padding-top: 0px !important;}


  
  }


  .downloadPrevious {text-decoration: underline;}


  #createRandomSong {
    
    text-decoration: underline;
    text-decoration-color: #892BE1 !important;
    margin-top: 10px;
    cursor: pointer;
  
  
  }



  @media screen and (max-width: 992px) {


    .createContainer p  { font-size: 12px !important; font-weight: bold; margin-bottom: 0px !important;}

    select { font-size: 12px !important; padding-top: 5px; padding-top: 5px; padding-bottom: 5px;}

    .createBpmBox, .createLengthBox { font-size: 12px !important;}


    .createContainer .textOnlyButton {padding-left: 5px; padding-right: 5px;}

    .textOnlyButton {

    
      margin-top: 0px;
  
    

      



    }


    .setBpmRow, .setSpeedRow { padding-top: 10px; border-top: 1px solid #ccc; margin-top: 5px;}

    .createContainer .mb-3 { margin-bottom: 5px !important;}

    .createContainer .row {/*margin-bottom: 10px !important;*/}


    .toggleCreateInfo.mobile-only {}

 .setSpeedRow > div > p > span { font-weight: bold;}

.setBpmRow > div > p > span { font-weight: bold;}


.pinTheInfo {position: absolute; top: 10; right: 10;}

.createHeader {padding: 15px !important;}


.mobileCreateButtons {  margin-bottom: 15px; }


.playAndCreate .col-6 { padding: 5px; }


.createPlayAndPause .link_button, .createSongFromPreviewCreateMode { padding: 5px !important; font-size: 11px; margin-bottom: 0px !important;}


.createsection { padding-bottom: 0px !important;}


/*
.full-width-on-mobile {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
}
*/

  }


  .loadingCreate {width: 100%;}



  .promocode { border: #fff 2px solid;}


  .promobox { /*height: 350px;*/ padding: 60px; cursor:pointer; display: none;
  
  background: linear-gradient(180deg, #4100cb 0%, #892be1 55.73%, #4100cb 92.19%);
  
  }


  .btn-primary { background-color: #4100cb !important};




/*
#createSongForMixModal > div > div > div.modal-body {background-color: #000 !important;}
#createSongForMixModal > div > div > div.modal-header {background-color: #000 !important;}
*/






