

/* ----- HTML ----- */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;900&display=swap');
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  overflow: hidden;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 120px;
  padding: 2%;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  background-color: #903;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer a, .footer a:active, .footer a:visited {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-legal {
  float: left;
  margin-left: 20px;
}
.footer-tel {
  float: right;
  margin-right: 20px;
}
.rclogo {
  padding-left: 2%;
}
.fnarty {
  padding-right: 2%;
}
.main {
  width: 100%;
}
.side {
  z-index: 10;
  padding: 1%;
}

@media ( min-width : 600px ){
  .flexbox {
    display: -webkit-flex;
    display: flex;
	}
  .main {
    margin: 0;
  }
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);
  z-index: 2;
  cursor: pointer;
  backdrop-filter: url(commonfilters.svg#filter);
  backdrop-filter: blur(1px);
}

/* ----- ICONS ----- */

@font-face {
  font-family: 'icomoon-ultimate';
  src:  url('fonts/icomoon-ultimate.eot?fx5o37');
  src:  url('fonts/icomoon-ultimate.eot?fx5o37#iefix') format('embedded-opentype'),
    url('fonts/icomoon-ultimate.ttf?fx5o37') format('truetype'),
    url('fonts/icomoon-ultimate.woff?fx5o37') format('woff'),
    url('fonts/icomoon-ultimate.svg?fx5o37#icomoon-ultimate') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon-ultimate' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.red-icon {
	color: #903!important;
}
.white-icon {
	color: #fff!important;	
}
.icon-cancel-circle1:before {
  content: "\ed66";
  float: right;
  padding-right: 1%;
  font-size: 22px;
}
.icon-satellite-dish:before {
  content: "\e984";
}
.icon-satellite-dish1:before {
  content: "\e985";
}
.icon-station1:before {
  content: "\e982";
}
.icon-hammer-wrench:before {
  content: "\eb69";
}
.icon-sphere:before {
  content: "\ec91";
}
.icon-connection:before {
  content: "\e97c";
}
.icon-aid-kit:before {
  content: "\eb71";
}
.icon-import:before {
  content: "\ec81";
}
.icon-antenna1:before {
  content: "\e988";
}
.icon-power-cord:before {
  content: "\ec4d";
}
.icon-office:before {
  content: "\e909";
}
.icon-home4:before {
  content: "\e904";
}
.icon-office:before {
  content: "\e909";
}
.icon-download5:before {
  content: "\ec87";
}
.icon-angle:before {
  content: "\eab3";
}
.icon-design:before {
  content: "\e90d";
}
.icon-alarm1:before {
  content: "\eb75";
}
.icon-speakers:before {
  content: "\e956";
}
.icon-spinner:before {
  content: "\eb22";
}
.icon-equalizer1:before {
  content: "\eb5c";
}



/* ----- MENU ACCORDION ----- */

.app_inner {
  margin-top: 15px;
  min-width: 340px;
  border-radius: 10px;
  box-shadow: 4px 5px 0px rgba(0, 0, 0, 0.11);
  font-family: 'Nunito Sans', sans-serif;
  overflow: hidden;
  -webkit-animation: intro 0.34s 0.4s cubic-bezier(1, 1.4, 0.41, 1.01) forwards;
          animation: intro 0.34s 0.4s cubic-bezier(1, 1.4, 0.41, 1.01) forwards;
  transform: translateY(-50%) scale(0) rotateX(10deg) rotateY(10deg) rotateZ(10deg);
}
.app_inner input[type=radio] {
  display: none;
}
.app_inner input[type=radio]:checked + label .app_inner__tab {
  height: 155px;
}
.app_inner input[type=radio]:checked + label .app_inner__tab .tab_right {
  top: 39px;
  transition: all 0.3s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.app_inner input[type=radio]:not(checked) + label .app_inner__tab {
  height: 75px;
  border-left: 12px solid rgba(0, 0, 0, 0.12);
}
.app_inner input[type=radio]:not(checked) + label .app_inner__tab .tab_right {
  top: 200px;
  transition: all 0.3s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.app_inner input[type=radio]:checked + label .app_inner__tab .tab_left .tab_left__image {
  -webkit-animation: move_in 0.55s 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: move_in 0.55s 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  transition: all 0.3s 0.36s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.app_inner input[type=radio]:not(checked) + label .app_inner__tab .tab_left .tab_left__image {
  -webkit-animation: move_out 0.75s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: move_out 0.75s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  transition: all 0.3s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.app_inner input[type=radio]:checked + label .app_inner__tab .tab_left .big {
  left: 260px;
}
.app_inner input[type=radio]:not(checked) + label .app_inner__tab .tab_left .big {
  left: 400px;
}
.app_inner input[type=radio]:checked + label .app_inner__tab h2 i {
  opacity: 0;
}
.app_inner input[type=radio]:not(checked) + label .app_inner__tab h2 i {
  opacity: 0.3;
}
.app_inner label {
  display: block;
  width: 100%;
}
.app_inner label:nth-of-type(1) .app_inner__tab {
  height: 200px;
}
.app_inner label:nth-of-type(1) .app_inner__tab .tab_left__image {
  background: transparent;
}
.app_inner input[type=radio]:checked + label .app_inner__tab.close-sign {
  height: 0px;
}
.app_inner input[type=radio]:not(checked) + label .app_inner__tab.close-sign {
  max-height: 30px;
  border-left: none;
}
.app_inner label:nth-of-type(2) .app_inner__tab {
  background: #903;
  border-radius: 10px 10px 0 0;
}
.app_inner label:nth-of-type(2) .app_inner__tab h2 {
  background: #903;
  color: #fff;
}
.app_inner label:nth-of-type(2) .app_inner__tab:hover i {
  transition: all 0.2s;
  color: #fff;
  opacity: 1;
}
.app_inner label:nth-of-type(2) .app_inner__tab button:hover {
  color: #903;
}
.app_inner label:nth-of-type(2) .app_inner__tab .tab_left__image {
  background: #fff;
}
.app_inner label:nth-of-type(3) .app_inner__tab {
  background: #f8f6f6;
}
.app_inner label:nth-of-type(3) .app_inner__tab button {
  border: 2px solid rgba(0, 0, 0, 0.50);
  color: rgba(0, 0, 0, 0.50);
}
.app_inner label:nth-of-type(3) .app_inner__tab button:hover {
  background: #903;
  border: 2px solid #903;
  color: #fff;
}
.app_inner label:nth-of-type(3) .app_inner__tab:hover i {
  transition: all 0.2s;
  color: #903;
  opacity: 1;
}
.app_inner label:nth-of-type(3) .app_inner__tab .tab_left__image {
  background: #903;
}
.app_inner label:nth-of-type(4) .app_inner__tab {
  background: #903;
}
.app_inner label:nth-of-type(4) .app_inner__tab h2 {
  background: #903;
  color: #fff;
}
.app_inner label:nth-of-type(4) .app_inner__tab:hover i {
  transition: all 0.2s;
  color: #fff;
  opacity: 1;
}
.app_inner label:nth-of-type(4) .app_inner__tab button:hover {
  color: #903;
}
.app_inner label:nth-of-type(4) .app_inner__tab .tab_left__image {
  background: #fff;
}
.app_inner label:nth-of-type(5) .app_inner__tab {
  background: #f8f6f6;
}
.app_inner label:nth-of-type(5) .app_inner__tab button {
  border: 2px solid rgba(0, 0, 0, 0.50);
  color: rgba(0, 0, 0, 0.50);
}
.app_inner label:nth-of-type(5) .app_inner__tab button:hover {
  background: #903;
  border: 2px solid #903;
  color: #fff;
}
.app_inner label:nth-of-type(5) .app_inner__tab:hover i {
  transition: all 0.2s;
  color: #903;
  opacity: 1;
}
.app_inner label:nth-of-type(5) .app_inner__tab .tab_left__image {
  background: #903;
}
.app_inner label:nth-of-type(6) .app_inner__tab {
  background: #903;
}
.app_inner label:nth-of-type(6) .app_inner__tab h2 {
  background: #903;
  color: #fff;
}
.app_inner label:nth-of-type(6) .app_inner__tab:hover i {
  transition: all 0.2s;
  color: #fff;
  opacity: 1;
}
.app_inner label:nth-of-type(6) .app_inner__tab button:hover {
  color: #903;
}
.app_inner label:nth-of-type(6) .app_inner__tab .tab_left__image {
  background: #fff;
}
.app_inner label:nth-of-type(7) .app_inner__tab {
  background: #f8f6f6;
}
.app_inner label:nth-of-type(7) .app_inner__tab button {
  border: 2px solid rgba(0, 0, 0, 0.50);
  color: rgba(0, 0, 0, 0.50);
}
.app_inner label:nth-of-type(7) .app_inner__tab button:hover {
  background: #903;
  border: 2px solid #903;
  color: #fff;
}
.app_inner label:nth-of-type(7) .app_inner__tab:hover i {
  transition: all 0.2s;
  color: #903;
  opacity: 1;
}
.app_inner label:nth-of-type(7) .app_inner__tab .tab_left__image {
  background: #903;
}
.app_inner label:nth-of-type(8) .app_inner__tab {
  background: #903;
}
.app_inner label:nth-of-type(8) .app_inner__tab h2 {
  background: #903;
  color: #fff;
}
.app_inner label:nth-of-type(8) .app_inner__tab button {
  border: 2px solid rgba(0, 0, 0, 0.50);
  color: rgba(0, 0, 0, 0.50);
}
.app_inner label:nth-of-type(8) .app_inner__tab button:hover {
  background: #903;
  border: 2px solid #903;
  color: #fff;
}
.app_inner label:nth-of-type(8) .app_inner__tab:hover i {
  transition: all 0.2s;
  color: #fff;
  opacity: 1;
}
.app_inner label:nth-of-type(8) .app_inner__tab .tab_left__image {
  background: #fff;
}
.app_inner label:nth-of-type(9) .app_inner__tab {
  background: #f8f6f6;
  border-radius: 0 0 10px 10px;
}
.app_inner label:nth-of-type(9) .app_inner__tab button {
  border: 2px solid rgba(0, 0, 0, 0.50);
  color: rgba(0, 0, 0, 0.50);
}
.app_inner label:nth-of-type(9) .app_inner__tab button:hover {
  background: #903;
  border: 2px solid #903;
  color: #fff;
}
.app_inner label:nth-of-type(9) .app_inner__tab:hover i {
  transition: all 0.2s;
  color: #903;
  opacity: 1;
}
.app_inner label:nth-of-type(9) .app_inner__tab .tab_left__image {
  background: #903;
}
.app_inner__tab {
  width: 100%;
  height: 75px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 0.65s cubic-bezier(1, 0, 0.41, 1.01);
}
.app_inner__tabclose {
  width: 100%;
  height: 75px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 0.65s cubic-bezier(1, 0, 0.41, 1.01);
}
.app_inner__tab h2 {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #1a1c1d;
  font-size: 105%;
}
.app_inner__tab h2 i {
  position: absolute;
  right: 271px;
  opacity: 0.3;
  transition: all 0.3s;
  font-size: 120%;
}
.app_inner__tab .tab_right {
  width: 60%;
  float: right;
  position: relative;
  top: 200px;
  text-align: right;
  padding: 20px;
}
.app_inner__tab .tab_right h3, .app_inner__tab .tab_right h4, .app_inner__tab .tab_right p {
  margin: 0;
}
.app_inner__tab .tab_right h3 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.app_inner__tab .tab_right h4 {
  font-size: 12px;
  margin: 4px 0px;
  color: rgba(0, 0, 0, 0.33);
}
.app_inner__tab .tab_right p {
  font-size: 11px;
  color: #fff;
}
.app_inner__tab .tab_right button {
  margin-top: 10px;
  border: 2px solid #fff;
  background: none;
  border-radius: 5px;
  padding: 6px 20px;
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif;
  outline: none;
  font-size: 11px;
  color: #fff;
  transition: all 0.3s;
}
.app_inner__tab .tab_right button:hover {
  background: #fff;
  color: #000;
}
.app_inner__tab .tab_left {
  width: 30%;
  float: left;
  position: relative;
}
.app_inner__tab .tab_left .big {
  position: absolute;
  top: -17px;
  transition: all 0.3s 0.3s;
  left: 390px;
  font-size: 180px;
  opacity: 0.08;
}
.app_inner__tab .tab_left__image {
  position: relative;
  top: -100px;
  text-align: center;
  background: #fff;
  left: 47px;
  border-radius: 20px;
  width: 80px;
  height: 75px;
}
.app_inner__tab .tab_left__image i {
  color: #fff;
  font-size: 40px;
  top: 18px;
  position: relative;
}

/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    .app_inner__tab, .app_inner__tabclose, .app_inner input[type=radio]:not(checked) + label .app_inner__tab {
    height: 65px;
    }
    .app_inner input[type=radio]:checked + label .app_inner__tab {
    height: 145px;
	}
}


/* ----- MENU ACCORDION KEYFRAMES ------- */

@-webkit-keyframes move_out {
  0% {
    top: 47px;
  }
  100% {
    top: 200px;
  }
}

@keyframes move_out {
  0% {
    top: 47px;
  }
  100% {
    top: 200px;
  }
}
@-webkit-keyframes move_in {
  0% {
    top: -200px;
  }
  100% {
    top: 47px;
  }
}
@keyframes move_in {
  0% {
    top: -200px;
  }
  100% {
    top: 47px;
  }
}
@-webkit-keyframes bump {
  0% {
    top: 16px;
  }
  25% {
    top: 13px;
  }
  50% {
    top: 16px;
  }
  75% {
    top: 13px;
  }
  100% {
    top: 16px;
  }
}
@keyframes bump {
  0% {
    top: 16px;
  }
  25% {
    top: 13px;
  }
  50% {
    top: 16px;
  }
  75% {
    top: 13px;
  }
  100% {
    top: 16px;
  }
}
@-webkit-keyframes intro {
  0% {
    transform: translateY(-50%) scale(0) rotateX(10deg) rotateY(10deg) rotateZ(40deg);
  }
  100% {
    transform: translateY(-50%) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
@keyframes intro {
  0% {
    transform: translateY(-50%) scale(0) rotateX(10deg) rotateY(10deg) rotateZ(40deg);
  }
  100% {
    transform: translateY(-50%) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}



/* ----- BLOCS STRUCTURE ----- */

.wrapper {
  position: absolute;
  overflow: hidden;
  padding: 0 0.5%;
}
.wrapper h1 {
  color: #903;
  font-size: 30px;
  margin-top: 0px;
}
.wrapper h2 {
  color: #903;
  font-size: 19px;
  font-weight: 600;
  margin: 0;
}
.bloc-title {
  padding: 1%;
}
.bloc-columns {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  justify-content: center;
}
.bloc-column {
  flex: 1;
  border: 0;
  padding: 0;
  color: #000;
}
.bloc-font {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}
.bloc-font2 {
  color: #000;
  font-size: 16px;
}
.bloc-column img {
  max-width: 45%;
  margin-bottom: 5%;
}
.bloc-column p {
  padding: 2%;
  text-align: center;
}

.bloc-contact {
  color: #903;
  font-style: italic;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .bloc-columns .bloc-column {
    margin-bottom: 5px;
    flex-basis: 40%;
  }
  .bloc-columns .bloc-column:nth-last-child(2) {
    margin-right: 0;
  }
  .bloc-columns .bloc-column:last-child {
    flex-basis: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .bloc-columns .bloc-column {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
}



/* ----- CARDS CONTAINER ----- */

.container {
  transform: translateY(-15%);
  position: absolute;
  z-index: 10;
}
.container .card {
  margin: 1%;
  display: inline-block;
  transform: scale(0);
  height: 420px;
  width: 22.5%;
  max-width: 277px;
  text-align: center;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  opacity: 1;
  border-radius: 14px;
}
.container .card_blank1 {
  display: inline-block;
  transform: scale(0);
  width: 11.25%;
  min-width: 119.5px; 
  position: relative;
}
.container .card_blank2 {
  display: inline-block;
  transform: scale(0);
  width: 22.5%;
  min-width: 274px;
  position: relative;
}
.container .card:nth-of-type(1) {
  -webkit-animation: intro 1s 0.1s forwards;
          animation: intro 1s 0.1s forwards;
}
.container .card:nth-of-type(2) {
  -webkit-animation: intro 1s 0.2s forwards;
          animation: intro 1s 0.2s forwards;
}
.container .card:nth-of-type(3) {
  -webkit-animation: intro 1s 0.3s forwards;
          animation: intro 1s 0.3s forwards;
}
.container .card:nth-of-type(4) {
  -webkit-animation: intro 1s 0.3s forwards;
          animation: intro 1s 0.3s forwards;
}
.container .card:nth-of-type(1) {
  background-color: #990033;
}
.container .card:nth-of-type(2) {
  background-color: #990033;
}
.container .card:nth-of-type(3) {
  background-color: #990033;
}
.container .card:nth-of-type(4) {
  background-color: #990033;
}
.container .card:hover .card_inner__header img {
  left: -50px;
  transition: all 3.4s linear;
}
.container .card:hover .card_inner__cta button {
  transform: scale(1);
}
.container .card:hover .card_inner__circle {
  animation-name: none;
}
.container .card:hover .card_inner__circle i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.container .card:hover {
  transition: all 0.3s;;
  box-shadow: 0px 17px 46px -10px #777777;
}
.container .card_inner__circle {
  overflow: hidden;
  width: 70px;
  position: absolute;
  background: #903;
  z-index: 10;
  height: 70px;
  border-radius: 100px;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid #903;
  top: 82px;
}
.container .card_inner__circle i {
  font-size: 30px;
  position: relative;
  top: 15px;
  transition: all 0.2s;
  color: #fff;
}
.container .card_inner__header {
  background: #fff;
  height: 120px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
}
.container .card_inner__header img {
  width: 120%;
  position: relative;
  top: -30px;
  left: 0;
  transition: all 0.1s linear;
}
.container .card_inner__content {
  padding: 5%;
}
.container .card_inner__header .price {
  color: #fff;
  font-weight: 800;
  font-size: 50px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}
.container .card_inner__content .price {
  color: #fff;
  font-weight: 800;
  font-size: 50px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}
.container .card_inner__content .text {
    color: #fff;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 35px;
    font-size: 85%;
    line-height: 100%;
    min-height: 39px;
}
.container .card_inner__content .text a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.container .card_inner__content .text a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.container .card_inner__header .title {
  font-weight: 800;
  text-transform: uppercase;
  color: #903;
  margin-top: 10%;
  font-size: 100%;
  letter-spacing: 1px;
}
.container .card_inner__content .title {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 1px;
}
.container .card_inner__cta {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
}
.container .card_inner__cta button {
  padding: 16px;
  width: 100%;
  background-color: #fff;
  border: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #903;
  outline: none;
  font-size: 20px;
  border-radius: 6px;
  transform: scale(0.94);
  cursor: pointer;
}
.container .card_inner__cta button span a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.container .card_inner__cta button span a:hover {
  color: #903;
  font-weight: 600;
}

.tabcontent {
  display: none;
}


/* ----- CARDS CONTAINER KEYFRAMES ------- */

@-webkit-keyframes launch {
  0% {
    left: 1px;
  }
  25% {
    top: -50px;
    left: 1px;
  }
  50% {
    left: -100px;
  }
  75% {
    top: 100px;
    transform: rotate(40deg);
  }
  100% {
    left: 1px;
  }
}

@keyframes launch {
  0% {
    left: 1px;
  }
  25% {
    top: -50px;
    left: 1px;
  }
  50% {
    left: -100px;
  }
  75% {
    top: 100px;
    transform: rotate(40deg);
  }
  100% {
    left: 1px;
  }
}
@-webkit-keyframes fly {
  0% {
    left: 0px;
  }
  25% {
    top: -50px;
    left: 50px;
  }
  50% {
    left: -130px;
  }
  75% {
    top: 60px;
  }
  100% {
    left: 0px;
  }
}
@keyframes fly {
  0% {
    left: 0px;
  }
  25% {
    top: -50px;
    left: 50px;
  }
  50% {
    left: -130px;
  }
  75% {
    top: 60px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@-webkit-keyframes intro {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(0.965);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes intro {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(0.965);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}



/* ----- BUZZ-OUT ----- */

.buzz-out-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out-on-hover:hover, .buzz-out-on-hover:focus, .buzz-out-on-hover:active {
  -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.overlay-pop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.overlay-pop:target {
  visibility: visible;
  opacity: 1;
  z-index: 15;
}

.popup {
  top: 10px;
  bottom: 0;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  background: #f8f6f6;
  border-radius: 14px;
  position: relative;
  transition: all 5s ease-in-out;
  transform: translateY(110%);
}

.popup h2 {
  margin-top: 0;
  color: #903;
  font-weight: 800;
}
.popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #903;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  font-size: 14px;
}

div.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(153, 0, 51, 0.9);
}
div.cookies .container {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  div.cookies .container {
    height: 40px;
  }
}
div.cookies .container div {
  padding-left: 70px;
  padding-right: 10px;
  padding-top: 4px;
}
div.cookies a {
  color: #fff;
  text-decoration: none;
  border: none;
  font-weight: 800;
}
div.cookies a.close-cookie-warning {
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  background-color: #903;
  color: #fff;
  padding: 9px 5px;
  cursor: pointer;
  font-size: 4rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

