@charset "UTF-8";
/* xl - DESKTOP STYLES */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: Rubik;
}
#container {
  height: 100vh;
  width: 100%;
  display: flex;
}
#container img {
  display: block;
  margin: auto;
  max-width: 500px;
}
section#page {
  padding: 75px 0;
}
section#page .inner {
  max-width: 1100px;
  margin: auto;
}
section#page .inner h1 {
  text-align: center;
  padding-bottom: 50px;
}
section#page .inner h2, section#page .inner h3 {
  padding: 50px 0 15px 0;
}
#topbar {
  padding: 20px 0;
}
#topbar .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}
#topbar .inner .col i {
  color: #ff5b5b;
}
#topbar .inner .col a {
  font-size: 18px;
  color: #020e28;
  padding-left: 8px;
}
#menu {
  background: #020e28;
  padding: 25px;
}
#menu .inner {
  display: grid;
  grid-template-columns: 1fr 5fr;
  max-width: 1400px;
  margin: auto;
  gap: 100px;
}
#menu .inner #left img {
  display: block;
  margin: auto;
  max-width: 250px;
}
#menu .inner #right ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#menu .inner #right ul li a {
  color: #ff5b5b;
  font-size: 19px;
  letter-spacing: 1px;
}
#menu .inner #right ul li a:hover {
  color: #fff23a;
}
section#slide {
  height: 600px;
  background-size: cover;
  background-position: center;
}
section#features {
  background: #020e28;
  padding: 50px 0 100px 0;
}
section#features h3 {
  margin-bottom: 75px;
  font-size: 42px;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
}
section#features h3::after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #ff5b5b;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  margin: auto;
  display: block;
  z-index: 2;
  margin-top: 25px;
  border-radius: 5px;
}
section#features .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
  margin: auto;
}
section#features .inner .bloc {
  padding: 50px;
  border-collapse: collapse;
}
section#features .inner .bloc:nth-child(3n+1), section#features .inner .bloc:nth-child(3n+2) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
section#features .inner .bloc:nth-child(1), section#features .inner .bloc:nth-child(2) {
  position: relative;
}
section#features .inner .bloc:nth-child(1)::after, section#features .inner .bloc:nth-child(2)::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #020e28;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  transform: translate(50%, 50%);
  z-index: 2;
}
section#features .inner .bloc:nth-child(-n+3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0px;
}
section#features .inner .bloc:nth-child(n+3) {
  padding-bottom: 0px;
}
section#features .inner .bloc:nth-child(1), section#features .inner .bloc:nth-child(4) {
  padding-left: 0px;
}
section#features .inner .bloc h2 {
  font-size: 27px;
  color: #fff;
  padding-bottom: 15px;
  color: #fff23a;
}
section#features .inner .bloc p {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  padding-bottom: 15px;
}
section#features .inner .bloc i {
  color: rgba(255, 255, 255, 0.2);
  font-size: 32px;
}
section#lastproject {
  padding: 75px 0;
}
section#lastproject .inner {
  max-width: 1100px;
  margin: auto;
}
section#lastproject .inner #left, section#lastproject .inner #one, section#lastproject .inner #two {
  background-size: cover;
  background-position: center;
  position: relative;
}
section#lastproject .inner #left .infos, section#lastproject .inner #one .infos, section#lastproject .inner #two .infos {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 15px 15px 0 15px;
  background-color: rgba(177, 56, 56, 0.8);
  height: fit-content;
  transition: all 0.25s ease;
}
section#lastproject .inner #left .infos h3, section#lastproject .inner #one .infos h3, section#lastproject .inner #two .infos h3 {
  color: #fff;
}
section#lastproject .inner #left .infos p, section#lastproject .inner #one .infos p, section#lastproject .inner #two .infos p {
  color: #fff;
  bottom: -20px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
section#lastproject .inner #left:hover > .infos, section#lastproject .inner #one:hover > .infos, section#lastproject .inner #two:hover > .infos {
  padding: 15px 15px 15px 15px;
  transition: all 0.25s ease;
}
section#lastproject .inner #left:hover > .infos h3, section#lastproject .inner #one:hover > .infos h3, section#lastproject .inner #two:hover > .infos h3 {
  color: #fff;
  padding-bottom: 5px;
}
section#lastproject .inner #left:hover > .infos p, section#lastproject .inner #one:hover > .infos p, section#lastproject .inner #two:hover > .infos p {
  opacity: 1;
  bottom: 0;
  transition: all 0.25s ease;
  visibility: visible;
}
section#lastproject .inner #top {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  gap: 100px;
}
section#lastproject .inner #top div p {
  color: #ccc;
}
section#lastproject .inner #center {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 500px;
}
section#lastproject .inner #center #right {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
section#contact {
  padding: 50px 0;
  background-color: #e9e8e6;
}
section#contact .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  max-width: 1400px;
  margin: auto;
}
section#insta {
  background: #0c162d;
  padding: 50px 0;
}
section#insta h3 {
  padding-bottom: 45px;
  font-size: 42px;
  text-align: center;
  color: #fff;
}
section#avis {
  background: #f1f1f1;
  padding: 50px 0;
}
section#avis h3 {
  padding-bottom: 45px;
  font-size: 42px;
  text-align: center;
  color: #020e28;
}
footer #pictoVizualcrea {
  height: 20px;
}
.footer-2 {
  position: relative;
  z-index: 0;
  transition: all 0.1s;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all 0.1s ease-in;
  height: auto;
}
body.fixed .footer-2 .bg-fixed {
  display: flex;
}
body.fixed .footer-2:hover {
  opacity: 1;
  transition: all 0.2s;
}
body.fixed .footer-2:hover .bg-fixed {
  opacity: 0;
  transition: all 0.2s;
}
body.fixed.active .footer-2 {
  top: calc(100% - 40px);
  opacity: 1;
  z-index: 1001;
  transition: all 0.1s ease-in;
}
body.fixed.active .footer-2 .bg-fixed {
  display: flex;
}
body.fixed.active .footer-2:hover {
  opacity: 1;
  transition: all 0.2s;
}
body.fixed.active .footer-2:hover .bg-fixed {
  opacity: 0;
  transition: all 0.2s;
}
.footer-2 {
  background: #020e28;
  padding: 35px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-top: 30px;
  clear: both;
}
.footer-2 > .container {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
.footer-2 .bg-fixed {
  display: none;
  position: absolute;
  right: 15px;
  left: 15px;
  top: -30px;
  height: 40px;
  font-size: 18px;
  align-items: center;
}
.footer-2 .bg-fixed li {
  margin-right: 20px;
}
.footer-2 .bg-fixed:before {
  content: "";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  font-size: 50px;
}
.footer-2.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translatey(calc(100% - 20px));
  z-index: 1001;
  transition: all 0.5s ease-in;
}
.footer-2.fixed:hover {
  transform: none;
}
.footer-2 .footer-fill {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-2 .footer-fill > div {
  margin-right: 30px;
  position: relative;
}
.footer-2 h3, .footer-2 .kariera-link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 10px;
  color: #fff23a;
  padding: 10px 0 10px;
  border-bottom: 1px solid #090909;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 100;
}
.footer-2 .kariera-link {
  padding-right: 0;
}
.footer-2 .kariera-link a {
  color: #fff;
  font-weight: normal;
  display: block;
  text-align: left;
  height: 52px !important;
  width: 100%;
  font-size: 15px;
  letter-spacing: 4px;
  font-weight: 100;
}
.footer-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-2 ul li {
  margin: 0;
  padding: 0;
}
.footer-2 ul li a {
  text-decoration: none;
  color: #929292;
  display: block;
  line-height: 36px;
  font-weight: 400;
}
.footer-2 ul li a:hover {
  color: #fff;
}
.footer-2 .street {
  padding-left: 25px;
  position: relative;
  color: #fff;
  line-height: 28px;
  background: none;
  border: 0;
  font-size: inherit;
}
.footer-2 .street:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 0;
}
.footer-2 .phone {
  padding-left: 0;
}
.footer-2 .phone:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #fff;
  position: relative;
  left: 1px;
  top: 1px;
}
.footer-2 .email:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer-2 .bg-fixed {
    display: none;
  }
}
.footer-newsletter-form .succes {
  visibility: hidden;
  opacity: 0;
}
.footer-newsletter-form.added > * {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
}
.footer-newsletter-form.added .newsletter-accept {
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}
.footer-newsletter-form.added .succes {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.footer-n-s {
  padding: 20px;
  background: #171717;
  margin-bottom: 40px;
}
.footer-newsletter p {
  line-height: 28px;
  margin-bottom: 30px;
  font-size: 16px;
}
.footer-newsletter h3:before {
  content: "";
  font-family: FontAwesome;
  color: #fff;
  margin-right: 10px;
  animation: bell 2s infinite;
}
.footer-newsletter .newsletter-accept {
  text-align: justify;
}
.wrapper-form {
  display: flex;
  width: 100%;
  height: 42px;
  overflow: visible;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
}
.wrapper-form input {
  height: 42px;
  line-height: 42px;
  background: none;
  padding-left: 15px;
  border: 0;
  width: calc(100% - 42px);
  border-right: 0;
  color: #fff;
}
.wrapper-form input::placeholder {
  color: #fff;
}
.wrapper-form button {
  background: #fff;
  border: 0;
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  color: #fff;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.wrapper-form button:before {
  content: "";
  font-family: FontAwesome;
}
.footer-contact {
  color: #fff;
}
.footer-contact a {
  color: #fff !important;
  line-height: inherit;
}
.footer-contact ul li {
  line-height: 28px;
}
.footer-contact h4 {
  margin: 15px 0;
}
.rwd-breaker {
  display: none;
}
.footer-social a {
  font-size: 20px;
  display: inline-block !important;
  margin-right: 25px;
  position: relative;
  color: #fff !important;
}
.follow a {
  font-size: 20px;
  display: inline-block !important;
  margin-right: 25px;
  position: relative;
  color: #fff !important;
}
.footer-social a span, .follow a span {
  font-size: 12px;
  border-radius: 2px;
  padding: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  background: #E4D0AA;
  line-height: 13px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
  white-space: nowrap;
  color: #000;
}
.follow ul {
  display: flex;
}
.follow ul li {
  margin: auto;
}
.footer-social a:hover, .follow a:hover {
  padding: 0 !important;
  background: none !important;
}
.footer-social a:hover span, .follow a:hover span {
  opacity: 1;
  transition: all 0.1s;
  visibility: visible;
}
.fb:before {
  content: "";
  font-family: FontAwesome;
}
.instagram:before {
  content: "";
  font-family: FontAwesome;
}
.yt:before {
  content: "";
  font-family: FontAwesome;
}
.gplus-foot:before {
  content: "";
  font-family: FontAwesome;
}
.twitter:before {
  content: "";
  font-family: FontAwesome;
}
.pinterest:before {
  content: "";
  font-family: FontAwesome;
}
.linkedin:before {
  content: "";
  font-family: FontAwesome;
}
@media (max-width: 1400px) {
  .footer-2 .footer-fill {
    justify-content: space-between;
  }
  .footer-2 .footer-fill > div {
    margin-right: 20px;
  }
}
@media (max-width: 1300px) {
  .footer-2 h3 {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .footer-2 ul li a:hover {
    padding-left: 0;
  }
}
@media (max-width: 1170px) {
  .footer-2 .footer-fill {
    justify-content: flex-start;
  }
  .footer-social {
    order: 1;
    flex: 1;
  }
  .footer-contact {
    order: 1;
    flex: 1;
  }
  .zakupy, .informacje, .promocje {
    order: 0;
    width: 33.333%;
    margin-bottom: 30px;
    flex: 1;
  }
  .rwd-breaker {
    display: block;
    order: 0;
    background: #fff;
    display: block;
    flex: 100%;
  }
}
@media (max-width: 600px) {
  .rwd-breaker {
    display: none;
  }
  .footer-2 {
    padding-top: 0;
  }
  .footer-2 .footer-fill {
    flex-direction: column;
    text-align: left !important;
  }
  .footer-2 .footer-fill .zakupy {
    order: 1;
  }
  .footer-2 .footer-fill h3 {
    margin-bottom: 0;
    transition: margin-bottom 0.2s;
  }
  .footer-2 .footer-fill > div {
    width: 100%;
    order: 2;
    max-height: 60px;
    margin-bottom: 0px;
    transition: max-height 0.2s;
    height: auto;
  }
  .footer-2 .footer-fill > div > * {
    height: 0px;
    overflow: hidden;
    position: relative;
  }
  .footer-2 .footer-fill > div > *.footer-button {
    height: 52px !important;
    display: block;
    width: 100%;
  }
  .footer-2 .footer-fill > div h3 {
    height: 52px !important;
    line-height: 52px;
    padding: 0;
    text-align: left !important;
  }
  .footer-2 .footer-fill > div.active {
    max-height: 999px;
    transition: max-height 0.2s;
    padding-bottom: 20px;
  }
  .footer-2 .footer-fill > div.active:before {
    content: "";
    background: rgba(255, 255, 255, 0.03);
    left: -15px;
    right: -15px;
    top: 60px;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .footer-2 .footer-fill > div.active h3 {
    border: 0;
  }
  .footer-2 .footer-fill > div.active > * {
    height: auto;
    overflow: visible;
  }
  .footer-2 .footer-fill .footer-contact {
    order: 0;
  }
  .footer-2 .footer-fill .footer-social {
    order: 1;
  }
  .footer-2 .footer-fill .footer-social .footer-newsletter {
    height: 60px;
  }
  .footer-2 .footer-fill .footer-social form {
    height: 0;
    overflow: hidden;
  }
  .footer-2 .footer-fill .footer-social.active * {
    height: auto;
  }
  .footer-2 .footer-fill .follow {
    margin-top: 0;
    order: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
    max-height: none;
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .footer-2 .footer-fill .follow h3 {
    margin-right: 20px;
    border: 0;
    width: 100%;
  }
  .footer-2 .footer-fill .follow ul {
    height: auto !important;
    overflow: visible !important;
    margin-top: -2px;
    width: 100%;
    border-top: 1px solid #343434;
  }
  .footer-2 .footer-fill .follow ul li {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .footer-2 .footer-fill .follow ul li a {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }
  .footer-2 .footer-fill .follow ul li a:last-child {
    margin-right: 0;
  }
  .footer-2 .footer-fill .follow .footer-button {
    display: none;
  }
  .footer-button {
    display: block;
    transition: transform 0.2s;
    top: 4px;
    right: -15px;
    position: absolute !important;
  }
  .footer-button.active:before {
    background: #fff;
    transform: rotate(180deg) translatey(50%);
    transition: transform 0.2s;
  }
}
@media (max-width: 380px) {
  .footer-2 .footer-fill .follow ul li {
    display: flex;
    justify-content: space-between;
  }
  .footer-2 .footer-fill .follow ul li a {
    margin-right: 10px;
  }
}
@media (max-width: 350px) {
  .footer-2 .footer-fill .follow ul li a {
    margin-right: 5px;
    font-size: 20px;
  }
}
.copyrights {
  margin-top: 50px;
  font-size: 13px;
  width: 100%;
  color: #3b3b3b;
  text-align: center;
}
.copyrights p {
  margin: 0;
  height: auto !important;
  line-height: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 1170px) {
  .copyrights {
    order: 7;
  }
}
.promocje {
  margin-right: 0 !important;
}
.button-selsey, #go_to_cart form button, #wishlist_submits .goback, #copy_all_to_cart, .copy_to_cart {
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 20px;
  text-align: justify;
  border-radius: 300px;
  background: #000;
  border: 0;
  position: relative;
  background: #fff;
  margin: 0 auto;
}
.button-selsey:before, #go_to_cart form button:before, #wishlist_submits .goback:before, #copy_all_to_cart:before, .copy_to_cart:before {
  border: 1px solid #898989;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 300px;
}
.spacer-title {
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 25px 0;
  font-weight: 400;
  letter-spacing: 4px;
}
.close-app-widget, .fancybox-item.fancybox-close, .close-popup-newsletter, .remove-sidebar-rwd, .clear-attr, .delete_filters ul li a:after, .close-form-contact, .close-product-pop-up, .close-map, .close-rodo {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  width: 30px;
  height: 30px;
  background: url("../images/close_app.png?v01") no-repeat center right;
  background-size: 15px;
}
.nav-li-button, .footer-button {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
}
.nav-li-button:before, .footer-button:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  border: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translatey(-50%);
  background: #0e0e0e;
  color: #fff;
  content: "";
  font-family: FontAwesome;
}
.map-footer {
  visibility: hidden;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0 !important;
}
.map-footer.active {
  visibility: visible;
  z-index: 1;
}
.map-footer iframe {
  height: 100%;
}
@media (max-width: 600px) {
  .map-footer {
    display: none !important;
    margin-right: 0;
    margin: 15px 0 0;
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
  .map-footer.active {
    display: !important;
    padding-bottom: 0 !important;
    max-height: none;
    order: 1;
  }
  .map-footer.active:before {
    content: none !important;
  }
}
.header_contact_number {
  display: none;
}
.header_contact_form {
  min-width: 300px;
}
@media (max-width: 500px) {
  .header_contact_form {
    width: 100%;
    min-width: auto;
  }
}
.headline-box {
  padding: 0;
}
.headline-box h1 {
  text-transform: uppercase;
}
#livechat-compact-container {
  z-index: 2 !important;
}
.no_products {
  padding-top: 30px;
  padding-bottom: 70px;
}
.footer-newsletter p {
  margin-bottom: 15px;
}
@media (min-width: 601px) {
  .footer-newsletter-form .newsletter-accept {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .footer-newsletter-form.collapse .newsletter-accept {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .footer-newsletter-form .newsletter-accept {
    margin-bottom: 15px;
  }
}
.newsletter-accept {
  font-size: 13px;
}
.newsletter-accept .checkbox {
  flex: 1 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  height: 18px !important;
}
.newsletter-accept .check_checkbox {
  flex: 1 100%;
}
.newsletter-accept .checkbox-box {
  display: flex;
}
.wrapper-form {
  margin-bottom: 25px;
}
@media (min-width: 1250px) {
  .footer-payments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-right: 0 !important;
    width: 100%;
  }
  .footer-payments .copyrights {
    order: -1;
    text-align: left;
    margin-top: 0;
  }
  .footer-payments ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .footer-payments ul li {
    margin-right: 40px;
    opacity: 0.25;
    transition: all 0.2s;
    font-size: 48px;
  }
  .footer-payments ul li img {
    max-width: none;
    max-height: auto;
  }
  .footer-payments ul li:hover {
    opacity: 0.4;
    transition: all 0.2s;
  }
  .footer-payments ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1249px) {
  .footer-payments {
    display: none;
  }
}
@media (max-width: 991px) {
  section#slider {
    height: 300px !important;
  }
  .navbar-toggler {
    margin: auto;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  #topbar {
    padding: 20px 0;
  }
  #topbar .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
    text-align: center;
  }
  #menu {
    background: #020e28;
    padding: 25px;
  }
  #menu .inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #menu .inner #right ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
  #menu .inner #right ul li a {
    color: #ff5b5b;
    font-size: 19px;
    letter-spacing: 1px;
  }
  #menu .inner #right ul li a:hover {
    color: #fff23a;
  }
  section#slide {
    height: 300px;
    background-size: cover;
    background-position: center;
  }
  section#features {
    background: #020e28;
    padding: 50px 0 100px 0;
  }
  section#features h3 {
    margin-bottom: 75px;
    font-size: 42px;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
  }
  section#features h3::after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #ff5b5b;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: auto;
    display: block;
    z-index: 2;
    margin-top: 25px;
    border-radius: 5px;
  }
  section#features .inner {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1400px;
    margin: auto;
  }
  section#features .inner .bloc {
    padding: 50px;
    border-collapse: collapse;
    text-align: center;
  }
  section#features .inner .bloc:nth-child(3n+1), section#features .inner .bloc:nth-child(3n+2) {
    border-right: none;
  }
  section#features .inner .bloc:nth-child(1), section#features .inner .bloc:nth-child(2) {
    position: relative;
  }
  section#features .inner .bloc:nth-child(1)::after, section#features .inner .bloc:nth-child(2)::after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #020e28;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    transform: translate(50%, 50%);
    z-index: 2;
  }
  section#features .inner .bloc:nth-child(-n+3) {
    border-bottom: none;
    padding-top: none;
  }
  section#features .inner .bloc:nth-child(n+3) {
    padding-bottom: none;
  }
  section#features .inner .bloc:nth-child(1), section#features .inner .bloc:nth-child(4) {
    padding-left: 50px;
  }
  section#features .inner .bloc h2 {
    font-size: 27px;
    color: #fff;
    padding-bottom: 15px;
    color: #fff23a;
  }
  section#features .inner .bloc p {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    padding-bottom: 15px;
  }
  section#features .inner .bloc i {
    color: rgba(255, 255, 255, 0.2);
    font-size: 32px;
  }
  section#lastproject {
    padding: 50px 0 0 0;
  }
  section#lastproject .inner {
    max-width: 1100px;
    margin: auto;
  }
  section#lastproject .inner #left, section#lastproject .inner #one, section#lastproject .inner #two {
    background-size: cover;
    background-position: center;
    position: relative;
  }
  section#lastproject .inner #left .infos, section#lastproject .inner #one .infos, section#lastproject .inner #two .infos {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    padding: 15px 15px 0 15px;
    background-color: rgba(177, 56, 56, 0.8);
    height: fit-content;
    transition: all 0.25s ease;
  }
  section#lastproject .inner #left .infos h3, section#lastproject .inner #one .infos h3, section#lastproject .inner #two .infos h3 {
    color: #fff;
    text-align: center;
  }
  section#lastproject .inner #left .infos p, section#lastproject .inner #one .infos p, section#lastproject .inner #two .infos p {
    color: #fff;
    bottom: -20px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
  }
  section#lastproject .inner #left:hover > .infos, section#lastproject .inner #one:hover > .infos, section#lastproject .inner #two:hover > .infos {
    padding: 15px 15px 15px 15px;
    transition: all 0.25s ease;
  }
  section#lastproject .inner #left:hover > .infos h3, section#lastproject .inner #one:hover > .infos h3, section#lastproject .inner #two:hover > .infos h3 {
    color: #fff;
    padding-bottom: 5px;
  }
  section#lastproject .inner #left:hover > .infos p, section#lastproject .inner #one:hover > .infos p, section#lastproject .inner #two:hover > .infos p {
    opacity: 1;
    bottom: 0;
    transition: all 0.25s ease;
    visibility: visible;
  }
  section#lastproject .inner #top {
    display: block;
    flex-direction: row;
    padding-bottom: 50px;
    gap: 0;
  }
  section#lastproject .inner #top div h2 {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
  }
  section#lastproject .inner #top div p {
    color: #ccc;
  }
  section#lastproject .inner #center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 500px;
  }
  section#lastproject .inner #center #right {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
  section#contact {
    padding: 25px 0 0;
    background-color: #e9e8e6;
  }
  section#contact .inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1400px;
    margin: auto;
  }
  section#contact .inner #left {
    padding: 20px;
  }
  section#contact .inner #left h2 {
    text-align: center;
  }
  section#contact .inner #right iframe {
    height: 400px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F6-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F6-scss-tablet-l.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACKA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAqBH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8I%3BAAAA%3BAAAA%3BAAA4C%3BAAAA%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAC3rB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgI%3BAAAA%3BAAAA%3BAAAyC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwI%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmO%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0K%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAAA%3BAAAmC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAmC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAgC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAkC%3BAAAA%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8I%3BAAAA%3BAAAA%3BAAA4C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuK%3BAAAA%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAAiC%3BAAAA%3BAAAA%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsO%3BAAAA%3BAAAA%3BAAAwB%3BAAAA%3BAAAA%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAAA%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAyD%3BAAA2B%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAA%3BAAA8C%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAAiC%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAAwC%3BAAA2B%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4E%3BAAA0B%3BAAAA%3BAAAA%3BAAA0B%3BAAAA%3BAAAA%3BAAAwB%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BJ%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuJ%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiH%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAAqB%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4O%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAA%2BB%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAqC%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAAwB%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAwC%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoI%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAkC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAiC%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAkD%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BB%3BAAA0B%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAAA%3BADpZzkW%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAsBH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%22%7D */