/*
Theme Name:		MammothDesign
Theme URI: 		http://mammothdesign.pl/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit
Author:
Author URI:
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

All rights reserved.
 licensed under the terms of the GNU General Public License version 2.


.wow {
  visibility: hidden;
}
*/
@import url("https://groot.mailerlite.com/assets/plugins/groot/modules/includes/groot_fonts/import.css?version=1650619");
@media (min-width: 1600px) {
  .container {
    width: 1366px;
  }
}
html {
  --scroll-behavior: smooth !important;
  scroll-behavior: smooth !important;
}
body {
  background-color: #fff;
  color: #001627;
  font-family: "Work Sans", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.dark {
  background-color: #022038;
  color: #fff;
}
.marcellus {
  font-family: "Marcellus", serif;
}
.tr {
  transition: all 0.9s ease-in-out 0s;
}
.c-gold {
  color: #DBAB8A;
}
.p0 {
  padding: 0;
}
.headline {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
  margin: 50px 0;
}
header {
  padding: 0;
  position: relative;
  width: 100%;
  height: 105px;
}
header .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.top-header-logo {
  padding: 40px 0;
  width: 100%;
  text-align: center;
}
.top-header-logo img {
  min-width: 353px;
  height: auto;
}
header .bars {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .bars .poz1, header .bars .poz2, header .bars .poz3 {
  width: 30px;
  height: 2px;
  background-color: #001627;
  margin: 3px auto;
  display: block;
  border-radius: 5px;
}
body.dark header .bars .poz1, body.dark header .bars .poz2, body.dark header .bars .poz3 {
  background-color: #fff;
}
header .nav-wrap__close {
  width: 40px;
  height: 40px;
  opacity: 1;
}
header .nav-wrap__close .poz1 {
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 0;
  transition: 0.3s;
  display: block;
  transform: rotate(45deg);
  position: relative;
  top: 19px;
  left: 5px;
}
header .nav-wrap__close .poz2 {
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 0;
  transition: 0.3s;
  display: block;
  transform: rotate(-45deg);
  position: relative;
  top: 18px;
  left: 5px;
}
header .nav-wrap {
  display: flex;
  position: fixed;
  background: url("../mammothdesign/library/media/images/zdj_menu.jpg");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  z-index: 1000;
  opacity: 0;
}
header .nav-wrap .container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
header .nav-wrap .nav-wrap__top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  position: relative;
}
header .nav-wrap .nav-wrap__logo {
  position: relative;
  z-index: 1;
}
header .nav-wrap .nav-wrap__langs {
  position: absolute;
  right: 80px;
  z-index: 2;
}
header .nav-wrap .nav-wrap__langs ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
header .nav-wrap .nav-wrap__langs ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
header .nav-wrap .nav-wrap__langs ul li a {
  color: #fff;
}
header .nav-wrap .nav-wrap__close {
  position: absolute;
  right: 0;
  z-index: 2;
}
header .nav-wrap .nav-wrap__menu {
  height: 100%;
  display: flex;
  align-items: center;
}
header .nav-wrap .nav-wrap__menu ul {
  padding: 0;
  list-style: none;
}
header .nav-wrap .nav-wrap__menu ul li a {
  color: #fff;
  font-size: 44px;
  line-height: 200%;
}
header .nav-wrap .nav-wrap__footer {
  margin: auto 0 0 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
header .nav-wrap .nav-wrap__footer ul {
  text-align: center;
  padding: 0;
  list-style: none;
}
header .nav-wrap .nav-wrap__footer ul li {
  display: inline-block;
  margin: 0 20px;
}
header .nav-wrap .nav-wrap__footer ul li a {
  color: #DBAB8A;
}
header .nav-wrap__show {
  transform: translateX(0);
  opacity: 1;
}
footer {
  padding: 40px 0 30px;
  background-color: transparent;
  width: 100%;
  margin: auto 0 0 0;
  height: 90px;
}
footer .menu-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
footer .menu-box ul li {
  display: inline-block;
  margin: 0 20px;
}
footer .menu-box ul li a {
  color: #DBAB8A;
}
/* HOME SITE */
.homesite {
  min-height: calc(100vh - 195px);
  display: flex;
}
.homesite .container {
  display: flex;
  align-items: center;
}
.homesite .txt {
  font-size: 50px;
}
.homesite .img .img_box {
  position: relative;
}
.homesite .img .img_box .img_f {
  position: relative;
  z-index: 2;
  width: 400px;
}
.homesite .img .img_box .img_f img {
  display: block;
  width: 100%;
  height: auto;
}
.homesite .img .img_box .img_b {
  width: 400px;
  position: absolute;
  top: -70px;
  left: 200px;
  z-index: 1;
}
.homesite .img .img_box .img_b img {
  display: block;
  width: 100%;
  height: auto;
}
.homesite .img .img_box .img_s {
  position: absolute;
  max-width: 210px;
  top: -50px;
  left: 310px;
  z-index: 3;
}
.homesite .img .img_box .img_s img {
  display: block;
  width: 100%;
  height: auto;
}
/* KANCELARIA */
.kancelaria {
  min-height: calc(100vh - 195px);
  display: flex;
}
.kancelaria .section_content {
  display: flex;
  align-items: center;
  padding: 100px 0 0 0;
}
.kancelaria .section_content .txt {
  padding: 0 80px 0 0;
}
.kancelaria .section_content .txt p {
  line-height: 160%;
  margin: 0 0 25px 0;
}
.kancelaria .section_content .more-show, .kancelaria .section_content .more-hide {
  color: #DBAB8A;
  font-size: 15px;
  font-weight: 700;
  display: none;
  cursor: pointer;
}
.accordion .accordion__box {
  border-bottom: 1px solid #DBAB8A;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.accordion .accordion__box .accordion__box_title {
  display: flex;
  margin: 20px 0 0 0;
}
.accordion .accordion__box .accordion__box_title p {
  font-size: 20px;
  text-transform: uppercase;
}
.accordion .accordion__box .accordion__box_title span {
  margin: 0 20px 0 auto;
  cursor: pointer;
  font-size: 22px;
  color: #DBAB8A;
  font-weight: 100;
}
.accordion .accordion__box .accordion__box_title .accordion__box_hide {
  display: none;
}
.accordion .accordion__box .accordion__box_content {
  display: none;
  padding: 0 0 20px 0;
}
.accordion .accordion__box .accordion__box_content p {
  line-height: 160%;
}
.accordion .accordion__box_open .accordion__box_title .accordion__box_show {
  display: none;
}
.accordion .accordion__box_open .accordion__box_title .accordion__box_hide {
  display: block;
}
.accordion .accordion__box_open .accordion__box_content {
  display: block;
}
body.dark .accordion .accordion__box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.accordion .accordion__box:last-child, body.dark .accordion .accordion__box:last-child {
  border-bottom: 0 none;
}
.section_team {
  margin: 100px 0 0 0;
}
.section_team h2 {
  font-size: 44px;
  margin: 0 0 50px 0;
  text-align: center;
}
.section_team_boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section_team_box {
  display: flex;
  justify-content: start;
  width: 33.33%;
}
.section_team_box:nth-child(3n) {
  justify-content: end;
}
.section_team_box:nth-child(3n+2) {
  justify-content: center;
}
.section_team_wrap {
  max-width: 320px;
  margin: 0 0 50px 0;
}
.section_team_box .img {
  max-width: 320px;
  position: relative;
  margin: 0 0 20px 0;
}
.section_team_box .img img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.section_team_box .img a {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
}
.section_team_box .img a img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.section_team_box .name {
  font-size: 20px;
}
.section_team_box .position {
  font-size: 15px;
  color: #DBAB8A;
  display: block;
  border-bottom: 1px solid #DBAB8A;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.section_team_box .email a {
  color: #001627;
}
body.dark .section_team_box .email a {
  color: #fff;
}
/* OFERTA */
.oferta {
  min-height: calc(100vh - 195px);
  display: flex;
}
.oferta .container {
  display: flex;
  align-items: center;
}
.oferta_boxes {
  display: flex;
  flex-wrap: wrap;
}
.oferta_box {
  width: 33.333%;
  padding: 10px;
}
.oferta_wrap {
  border: 1px solid #DBAB8A;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 20px;
  height: 100%;
}
.oferta_box .img {
  margin: 0 0 15px 0;
}
.oferta_box .txt {
  font-size: 20px;
  text-align: center;
  padding: 0 20px;
}
/* KONTAKT */
.kontakt {
  min-height: calc(100vh - 195px);
  display: flex;
}
.kontakt .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kontakt .t-center {
  text-align: center;
}
.kontakt .top {
  padding: 50px 0 25px;
}
.kontakt .top h2 {
  font-size: 35px;
  margin: 0 0 25px 0;
}
.kontakt .top p {
  margin: 0 0 25px 0;
}
.kontakt .top p a {
  color: #fff;
  text-decoration: none;
}
.kontakt .top p a:hover {
  color: #DBAB8A;
}
.kontakt .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 50px;
}
.kontakt .bottom .t-right {
  text-align: right;
}
.kontakt .bottom .spacer {
  height: 100%;
}
.kontakt .bottom .spacer .line {
  width: 1px;
  height: 100%;
  background-color: #DBAB8A;
  margin: 0 auto;
  display: block;
}
/* BLOG */
.blog .top {
  margin: 25px 0 50px;
}
.blog .top .container {
  padding: 0 5px;
}
.blog .top .container .col-md-12 {
  padding: 0;
}
.blog .top .title {
  font-size: 16px;
  text-transform: uppercase;
}
.blog .top .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog .top .content .txt {
  font-size: 40px;
  line-height: 40px;
  max-width: 85%;
}
.blog .top .content .arrows button {
  border: solid #001627;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-color: transparent;
}
.blog .top .content .arrows button.slick-prev-custom {
  transform: rotate(-45deg);
  -webkit-transform: rotate(135deg);
}
.blog .wrapper {
  width: 99vw;
  overflow-x: hidden;
}
.blog .wrapper .container .slider {
  width: 100vw;
}
.blog .wrapper .container .slider .box {
  margin: 0;
}
.blog .wrapper .container .slider .wrap {
  display: flex;
  color: #001627;
  text-decoration: none;
}
.blog .wrapper .container .slider .wrap .txt {
  max-width: 290px;
  float: left;
  min-width: 290px;
  background-color: #FBF9F9;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.blog .wrapper .container .slider .wrap .txt h2 {
  font-size: 25px;
  margin: 25px 0;
}
.blog .wrapper .container .slider .wrap .txt .data {
  text-transform: uppercase;
  color: #DBAB8A;
  font-size: 18px;
}
.blog .wrapper .container .slider .wrap .txt .link {
  text-transform: uppercase;
  margin: auto 0 15px 0;
}
.blog .wrapper .container .slider .wrap .txt .link::after {
  content: "";
  border: solid #001627;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: -1px;
  margin: 0 0 0 10px;
}
.blog .wrapper .container .slider .wrap .img {
  width: 280px;
  float: left;
}
.blog .wrapper .container .slider .wrap .img img {
  max-width: 100%;
  width: 100%;
}
.blog .wrapper .container .slider .slick-track {
  margin-left: 0;
}
/* NEWSLETTER */
.newsletter {
  background-color: #FBF9F9;
  margin: 100px 0 0 0;
}
.newsletter .container {
  display: flex;
  align-items: center;
}
.newsletter .text {
  display: flex;
  justify-content: start;
  align-items: center;
}
.newsletter .text .img {
  margin: 0 25px 0 0;
}
.newsletter .text .txt {
  font-size: 14px;
  line-height: 20px;
}
/* POST */
.post .top {
  background-color: #001627;
  color: #fff;
  padding: 70px;
  margin: 0 0 50px 0;
}
.post .top .container {
  display: flex;
  justify-content: start;
  align-items: center;
}
.post .top .container .goback {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post .top .container .goback span {
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(135deg);
}
.post .top .container .data {
  text-transform: uppercase;
  font-size: 16px;
}
.post article {
  font-size: 19px;
  line-height: 35px;
}
.post article .container {
  padding: 0 10%;
}
.post article p {
  margin: 0 0 40px 0;
}
.post article h1, .post article h2, .post article h3, .post article h4, .post article h5, .post article h6 {
  font-family: "Marcellus", serif;
}
.post article .is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.post article .is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.post article blockquote {
  border-left: 5px solid #DBAB8A;
}
.post article blockquote p {
  font-family: "Marcellus", serif;
  font-style: italic;
  color: #DBAB8A;
  line-height: 150%;
}
.post article blockquote cite {
  font-size: 13px;
  font-style: normal;
}
.wp-block-table table tr {
  font-size: 15px;
}
.wp-block-table table tr td {
  padding: 5px;
  border: 1px solid #DBAB8A;
}
.wp-block-table table tr th {
  padding: 5px;
  border: 1px solid #DBAB8A;
  background-color: #FBF9F9;
}
@media (max-width: 1280px) {
  .homesite .txt {
    font-size: 40px;
  }
  .homesite .img .img_box .img_f, .homesite .img .img_box .img_b {
    width: 320px;
  }
  .homesite .img .img_box .img_s {
    max-width: 150px;
    width: 150px;
    left: 250px;
  }
  .section_team_box {
    width: 30%;
    margin: 0 3% 0 0;
  }
  .blog .top .content .txt {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .homesite .img .img_box .img_f {
    width: 250px;
  }
  .homesite .img .img_box .img_b {
    width: 250px;
    left: 100px;
  }
  .homesite .img .img_box .img_s {
    max-width: 100px;
    width: 100px;
    left: 200px;
    top: -50px;
  }
  .top-header-logo {
    text-align: left;
  }
  header .nav-wrap .nav-wrap__top {
    justify-content: start;
  }
  header .nav-wrap .nav-wrap__langs {
    left: 0;
    right: auto;
    top: 100px;
  }
  header .nav-wrap .nav-wrap__menu ul li a {
    font-size: 38px;
  }
  .kancelaria .section_content {
    flex-wrap: wrap;
    padding: 25px 0 0 0;
  }
  .kancelaria .section_content .txt {
    width: 100%;
    padding: 0 25px;
    text-align: center;
    font-size: 15px;
  }
  .kancelaria .section_content .mobile-hidden {
    display: none;
  }
  .kancelaria .section_content .more-show {
    display: block;
  }
  .kancelaria .section_content .accordion {
    width: 100%;
  }
  .newsletter {
    margin: 50px 0 0 0;
  }
  .newsletter .container {
    flex-wrap: wrap;
  }
  .newsletter .text, .newsletter .form {
    width: 100%;
  }
  .blog .top .content .txt {
    font-size: 29px;
  }
  .blog .wrapper .container .slider .wrap .txt {
    max-width: 210px;
    min-width: 210px;
  }
  .blog .wrapper .container .slider .wrap .txt h2 {
    font-size: 22px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .homesite .container {
    flex-wrap: wrap;
  }
  .homesite .txt {
    font-size: 36px;
    text-align: center;
    width: 100%;
  }
  .homesite .img {
    width: 100%;
    text-align: center;
  }
  .homesite .img .img_box {
    display: inline-block;
    margin: 70px 0 0 -70px;
  }
  .homesite .img .img_box .img_f {
    width: 200px;
  }
  .homesite .img .img_box .img_b {
    width: 200px;
    left: 70px;
  }
  .homesite .img .img_box .img_s {
    max-width: 80px;
    width: 80px;
    left: 170px;
    top: -50px;
  }
  .top-header-logo {
    padding: 40px 10px;
  }
  .top-header-logo img {
    max-width: 215px;
    min-width: 215px;
  }
  header .bars {
    right: 10px;
  }
  footer .menu-box ul li {
    margin: 0 10px;
    font-size: 12px;
  }
  header .nav-wrap .container {
    width: 100%;
    padding: 0 25px;
  }
  header .nav-wrap .nav-wrap__logo img {
    max-width: 215px;
  }
  header .nav-wrap .nav-wrap__footer ul li {
    margin: 0 10px;
    font-size: 12px;
  }
  .kancelaria .section_content .accordion {
    margin: 25px 0 0 0;
  }
  .section_team {
    margin: 50px 0 0 0;
    padding: 0 20px;
  }
  .section_team_box {
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: center;
  }
  .section_team_box:nth-child(3n) {
    justify-content: center;
  }
  .oferta_boxes {
    padding: 0;
  }
  .oferta_box {
    width: 100%;
  }
  .oferta_box .txt {
    font-size: 17px;
  }
  .blog .top {
    padding: 0 20px;
  }
  .blog .top .content {
    flex-wrap: wrap;
  }
  .blog .top .content .txt {
    font-size: 20px;
    width: 100%;
    line-height: 30px;
    margin: 0 0 30px 0;
  }
  .blog .top .content .arrows {
    width: 100%;
    text-align: center;
  }
  .newsletter .text .img {
    max-width: 70px;
  }
  .post .top {
    padding: 20px;
  }
  .post .top .container .article-title h1 {
    font-size: 28px;
  }
  .post .top .container .article-title span {
    font-size: 13px;
  }
  .post article .container {
    padding: 0 20px;
  }
  .post article p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px 0;
  }
  .post article ol, .post article ul {
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 0 25px;
  }
  .post article ol li, .post article ul li {
    margin: 0 0 20px 0;
  }
  .text-justify {
    text-align: left;
  }
  .kontakt .top h2 {
    font-size: 30px;
  }
  .kontakt .top .address a {
    color: #DBAB8A;
  }
  .kontakt .bottom {
    flex-wrap: wrap;
  }
  .kontakt .bottom .t-right {
    text-align: center;
    width: 100%;
  }
  .kontakt .bottom .spacer {
    height: 1px;
    width: 100%;
    margin: 25px 0;
  }
  .kontakt .bottom .spacer .line {
    width: 100%;
    height: 1px;
  }
  .kontakt .bottom .col-md-5 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .homesite .txt {
    font-size: 34px;
  }
  .blog .wrapper .container .slider .wrap .txt {
    max-width: 180px;
    min-width: 180px;
  }
  .blog .wrapper .container .slider .wrap .txt h2 {
    font-size: 18px;
    margin: 0;
    line-height: 25px;
  }
  .blog .wrapper .container .slider .wrap .txt .data {
    font-size: 14px;
  }
}
@media (max-height: 725px) {
  .homesite .img .img_box .img_f, .homesite .img .img_box .img_b {
    max-width: 320px;
  }
}
@media (max-height: 630px) {
  .homesite .img .img_box .img_f, .homesite .img .img_box .img_b {
    max-width: 250px;
  }
}
@media (max-height: 550px) {
  .homesite .img .img_box .img_f, .homesite .img .img_box .img_b {
    max-width: 200px;
  }
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  background-color: #DBAB8A !important;
  font-weight: 700;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:hover {
  background-color: #333333 !important;
}
/* LOADER */
.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mlb2-417704.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}
#mlb2-417704.ml-form-embedContainer h4, #mlb2-417704.ml-form-embedContainer p, #mlb2-417704.ml-form-embedContainer span, #mlb2-417704.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper {
  border-width: 0px;
  border-color: transparent;
  border-radius: 4px;
  border-style: solid;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper.embedPopup, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  width: 100%;
}
#mlb2-417704.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}
#mlb2-417704.ml-form-embedContainer .ml-form-align-center {
  text-align: center;
}
#mlb2-417704.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 20px 20px 0 20px;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent {
  text-align: left;
  margin: 0 0 20px 0;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
  list-style-type: lower-alpha;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
  list-style-type: lower-roman;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000000;
  text-decoration: underline;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #333333;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  margin: 0 0 20px 0;
  width: 66.6%;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0 0 20px 0;
  width: 66.6%;
  float: left;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #DBAB8A;
  border-radius: 0px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder {
  color: #333333;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: #333333;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-color: #cccccc !important;
  background-color: #ffffff !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before {
  border-radius: 4px !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  border-radius: 4px !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-radius: 4px !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after {
  top: 2px;
  box-sizing: border-box;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after {
  top: 2px;
  box-sizing: border-box;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
  top: 2px;
  box-sizing: border-box;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
  position: absolute;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0px !important;
  box-sizing: border-box !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 2px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 0px !important;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  background: no-repeat 50%/50% 50%;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 12px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 700;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url("https://cdn.mailerlite.com/images/default/dropdown.svg") no-repeat right 0.75rem center / 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url("https://cdn.mailerlite.com/images/default/dropdown.svg") no-repeat right 0.75rem center / 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 70%;
  float: left;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 30%;
  float: left;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #ffffff;
  color: #333333;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: initial;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #000000 !important;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px !important;
  width: 100%;
  height: auto;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #000000;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #000000;
  text-decoration: underline;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #000000 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 18px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 33.4%;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #DBAB8A !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  height: auto;
  padding: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 43px;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #333333 !important;
}
.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url("https://cdn.mailerlite.com/images/default/modal_close.png") no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}
.ml-error input, .ml-error textarea, .ml-error select {
  border-color: red !important;
}
.ml-error .custom-checkbox-radio-list {
  border: 1px solid red !important;
  border-radius: 4px;
  padding: 10px;
}
.ml-error .label-description {
  color: #ff0000 !important;
}
.ml-error .label-description p {
  color: #ff0000 !important;
}
.ml-error .label-description p a {
  color: #ff0000 !important;
}
.ml-error label:first-child {
  color: #ff0000 !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p {
  color: #ff0000 !important;
}
#mlb2-417704.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: #ff0000 !important;
}
@media only screen and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0px !important;
  }
}
.ml-form-rodo {
  width: 100%;
  position: relative;
  margin: 0 0 20px 0;
}
.ml-form-rodo__content {
  text-align: left;
  font-size: 10px;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
}
.ml-form-rodo__content p {
  margin: 0;
}
.ml-form-rodo__content a {
  color: #DBAB8A;
}
.ml-form-rodo__toggle {
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.ml-form-rodo__toggle .ml-hide {
  display: none;
}
.ml-form-rodo__visible .ml-form-rodo__content {
  max-height: 100%;
}
.ml-form-rodo__visible .ml-show {
  display: none;
}
.ml-form-rodo__visible .ml-hide {
  display: block;
}
header .nav-wrap .nav-wrap__menu ul li a {
  font-size: 30px;
}
.service-page .bg-image {
  padding: 0px 0 260px 0;
}
.service-page .bg-image .top-header-logo.align-left {
  text-align: left;
}
.service-page .bg-image .text-position {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-page .bg-image .text-position .header-text {
  width: 70%;
  text-align: center;
}
.service-page .bg-image .text-position .header-text h1 {
  color: #E0BC9A;
  font-weight: 400;
  font-family: "Marcellus", serif;
}
.service-page .bg-image .text-position .header-text h2 {
  font-weight: 400;
  font-family: "Marcellus", serif;
}
.service-page .bg-image .text-position .header-text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  line-height: 1.6;
}
.service-page .bg-image .text-position .header-text .cta-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.service-page .bg-image .text-position .header-text .cta-wrapper .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.service-page .bg-image .text-position .header-text .cta-wrapper .cta a {
  color: #022038;
  padding: 0px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  .service-page .bg-image .text-position .header-text {
    width: 100%;
  }
}
@media (min-width: 999px) {
  .service-page .service-page .black-area .text-position .header-text p {
    width: 80%;
  }
  .service-page .service-page .text-block .text-position .header-text p {
    width: 80%;
  }
}
.service-page .black-area .container-wrapper {
  background-color: black;
}
.service-page .black-area .text-position {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 120px;
}
.service-page .black-area .text-position .header-text h2 {
  font-weight: 400;
  font-family: "Marcellus", serif;
  text-align: center;
}
.service-page .black-area .text-position .header-text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .service-page .black-area .text-position {
    padding: 60px 15px;
  }
  .service-page .black-area .text-position .header-text p {
    width: 100%;
  }
}
.service-page .black-area.transform-50 {
  margin-top: -9vw;
}
.service-page .black-area.bg-black {
  background-color: black;
}
.service-page {
  scroll-behavior: smooth;
}
.service-page .multiple-blocks .container-wrapper {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media (min-width: 991px) {
  .service-page .multiple-blocks .container-wrapper .row .wrapper {
    padding: 0;
  }
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper {
  display: grid;
  padding: 62px 80px;
  position: relative;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content h3 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content h3, .service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content p {
  font-family: "Work Sans", sans-serif;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content p {
  align-self: center;
  padding: 0px 10px;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content.cta-block {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content.cta-block .corner-img {
  position: absolute;
  bottom: -25px;
  left: -25px;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content.cta-block .cta-wrapper {
  display: flex;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content.cta-block .cta-wrapper .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper .content.cta-block .cta-wrapper .cta a {
  color: #022038;
  padding: 0px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  .service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper {
    padding: 32px 0px;
  }
}
.service-page .multiple-blocks .container-wrapper .row .wrapper .content-wrapper.last-block-border {
  border: 1px solid white;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper.text-position-last-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-page .multiple-blocks .container-wrapper .row .wrapper.padding {
  padding: 50px 15px;
}
.service-page .multiple-blocks .container-wrapper .row.flex {
  display: flex;
  flex-wrap: wrap;
}
.service-page .multiple-blocks .container-wrapper.last-block-padding {
  padding-bottom: 0;
}
.service-page .text-block .text-position {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 120px;
}
.service-page .text-block .text-position .header-text h2 {
  font-weight: 400;
  font-family: "Marcellus", serif;
  text-align: center;
  margin-bottom: 30px;
}
.service-page .text-block .text-position .header-text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.service-page .text-block .text-position .header-text .cta-wrapper {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.service-page .text-block .text-position .header-text .cta-wrapper .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.service-page .text-block .text-position .header-text .cta-wrapper .cta a {
  color: #022038;
  padding: 0px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  .service-page .text-block .text-position {
    padding: 60px 15px;
  }
  .service-page .text-block .text-position .header-text p {
    width: 100%;
  }
}
.single-post-last-posts {
  padding: 40px 0;
}
.single-post-last-posts .container-wrapper .design .wrapper h2 {
  font-weight: 400;
  font-family: "Marcellus", serif;
  margin-bottom: 30px;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper {
  gap: 50px;
  display: grid;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper .more {
  color: #E0BC9A;
  font-weight: 700;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper .block a img {
  height: auto;
  aspect-ratio: 2;
  object-fit: cover;
  max-width: 100%;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper .block h3, .single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper .block p {
  font-family: "Montserrat", sans-serif;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper .block .post-categories {
  padding-top: 40px;
  padding-left: 0;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper .block .post-categories li {
  list-style: none;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper .block .post-categories li a {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #3E3E3E;
  border-radius: 1px;
  color: #fff;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper .block .post-categories li a:nth-of-type(1) {
  display: none;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper h3 {
  font-weight: 700;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper h3 a {
  color: #fff;
  text-decoration: none;
}
.single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 991px) {
  .single-post-last-posts {
    padding-bottom: 100px;
  }
  .single-post-last-posts .container-wrapper .design .wrapper .last-posts .grid-wrapper {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
  }
}
.service-page {
  scroll-behavior: smooth;
}
.service-page .question-block .container-wrapper .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-page .question-block .container-wrapper .row .wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.service-page .question-block .container-wrapper .row .wrapper > h2 {
  font-weight: 400;
  font-family: "Marcellus", serif;
  margin-bottom: 50px;
}
@media (min-width: 991px) {
  .service-page .question-block .container-wrapper .row .wrapper {
    padding: 60px 120px;
  }
}
.service-page .question-block .container-wrapper .row .wrapper .block-toggle2 {
  padding-bottom: 20px;
}
.service-page .question-block .container-wrapper .row .wrapper .block-toggle2 .container-img {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-page .question-block .container-wrapper .row .wrapper .block-toggle2 .container-img img {
  max-width: 100%;
  height: 10px;
}
.service-page .question-block .container-wrapper .row .wrapper .block-toggle2 .container-img h3 {
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  margin: 0;
}
.service-page .question-block .container-wrapper .row .wrapper .block-toggle2 .under {
  display: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  margin: 20px 0;
}
.service-page .question-block .container-wrapper .row .wrapper .block-toggle2.active .container-img img {
  transform: rotate(180deg);
}
.service-page .question-block .container-wrapper .row .wrapper .block-toggle2.active .under {
  display: block;
}
.service-page .question-block .container-wrapper.bg-black {
  background-color: black;
}
.service-page h1 {
  font-size: 32px;
}
.service-page h2 {
  font-size: 26px;
}
.service-page h3 {
  font-size: 20px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fkeller.sowiak.dev%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fmammothdesign%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fmammothdesign%2Fsass%2F_mammoth.scss%22%2C%22wp-content%2Fthemes%2Fmammothdesign%2Fsass%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fmammothdesign%2Fsass%2F_black-area.scss%22%2C%22wp-content%2Fthemes%2Fmammothdesign%2Fsass%2F_multiple-blocks.scss%22%2C%22wp-content%2Fthemes%2Fmammothdesign%2Fsass%2F_text-block.scss%22%2C%22wp-content%2Fthemes%2Fmammothdesign%2Fsass%2F_single-post-last-posts.scss%22%2C%22wp-content%2Fthemes%2Fmammothdesign%2Fsass%2F_question-block.scss%22%2C%22wp-content%2Fthemes%2Fmammothdesign%2Fsass%2F_service-page.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsuCE%3BAAtuCF%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BADlQR%3BAC2QE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5TR%3BACuUE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BADnfF%3BACyfE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9hBJ%3BACuiBE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxlBR%3BACsmBI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BADptBR%3BAC6tBE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FuBN%3BAC2vBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEI%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BADjuCJ%3BAC0uCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkCN%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAEI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAC7gEE%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC9DA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC3CJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BACpHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BACpDpB%3BAAAA%3BAAAA%3BAAKgB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAAAA%3BAAAA%3BAAAA%3BAAMoB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnFxB%3BAAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAmBhB%3BAAAA%3BAAAA%3BACvER%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%22%7D */