
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://groot.mailerlite.com/assets/plugins/groot/modules/includes/groot_fonts/import.css?version=1657523");


body{
  font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #3B3E39;
    /* overflow-x:hidden; */
}
body::-webkit-scrollbar-track
{
	background-color: #fff;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

body::-webkit-scrollbar-thumb
{
	background-color: #FDE78D;
  border-radius: 10px;
}
::selection {
    background: #ff837f;
    color: #3B3E39;
    -webkit-text-fill-color: black;
}
h3{
  font-weight: 800;
  font-size: 50px;
}
@media screen and (max-width:768px){
  h3{
    font-weight: 800;
    font-size: 32px;
  }
}
p{
  font-size: 16px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #FD395D;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FFE477;
}
.navbar-light .navbar-nav .nav-link {
  color: #9D9F9C ;
}
.navigation-bar{
    background-color: #fff;
    height: 100px;
    box-shadow: 0 2px 5px #0000000d;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.navbar-collapse{
  z-index: 1;
  background-color: #fff;
}
.nav-link{
  font-weight: 500;
}
.navbar{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

ul.thumbnails
{ 
  list-style: none; 
  margin: 0;
  padding: 0;
}

.thumbContent
{
  position: absolute;
  top: 25%;
  left: 10%;
}

.thumbOverlay
{
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

ul.thumbnails h4 
{
  color: white;
}
ul.thumbnails img
{
  width: 100% !important;
  margin:0;
}
ul.thumbnails p 
{
  color: #999;
}

.thumbnail
{
  border:0;
  margin:0;
  width:100% !important;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.testimonials{
  padding: 4rem 0px;
}
.testimonials h5{
  text-align: center;
}
#customers-testimonials .shadow-effect p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #FF0C38;
  padding: 9px 35px;
  border-radius: 20px;
  border-top-right-radius: 0px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 20px;
  margin-bottom:50px;
  opacity: .5;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #FF0C38;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #FF0C38;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 10px;
  border-top-right-radius: 0px;
}

.offer-box{
   background-image: linear-gradient(90deg, #FF0C38 0%, #FD395D 100%);
  /* background: linear-gradient(23deg, #FF0C38, #FD395D, #FF0C38); */
    padding: 8rem 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size:600% 600%;
  /* -webkit-animation: gradientanim 12s ease infinite;
-moz-animation: gradientanim 12s ease infinite;
animation: gradientanim 12s ease infinite; */
}
@-webkit-keyframes gradientanim {
  0%{background-position:0% 43%}
  30%{background-position:100% 58%}
  100%{background-position:0% 43%}
}
@-moz-keyframes gradientanim {
  0%{background-position:0% 43%}
  30%{background-position:100% 58%}
  100%{background-position:0% 43%}
}
@keyframes gradientanim { 
  0%{background-position:0% 43%}
  30%{background-position:100% 58%}
  100%{background-position:0% 43%}
}
.offer-box .glider{
  position: absolute;
  top: 240px;
  right: -550px;
  width: 1300px;
}
.offer-box .step p{
  font-size: 18px;
  font-weight: 500;
}
.offer-box .step p i{
  margin-right: 5px;
  color: #FFE477;
  margin-left: 15px;
}
.offer .box{
  max-width: 600px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 30px;
}
.offer h4{
font-weight: 600;
font-size: 26px;
margin: 0px;
}
.offer img{
width: 35px;
margin-right: 10px;
}


.author{
  padding: 8rem 0px;
  background-color: #F9F1CF;
  color: #3B3E39;
}
.author .sony-iamge{
  height: 600px;
  width: 500px;
  background-color: #3B3E39;
  border-radius: 180px;
  border-top-right-radius: 0px;
  background-image: url(/assets/images/author.jfif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: solid 40px #fff;
  box-shadow: 0px 6px 20.1px 4.9px #b0bfee1f;
}
.author .share{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.author .share a{
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border-top-right-radius: 0px;
  background-color: #FF0C38;
  color: #fff;
  margin:0px 5px;
  text-align: center;
  font-size: 25px;
  padding: 6px;
  transition: all 250ms ease-out 0s;
}
.author .share a:hover{
  background-color: #FFE477;
  color: #3B3E39;

}
.author h4{
  font-size: 32px;
  font-weight: 800;
}
.author h5{
  color: #FD395D;
  margin-bottom: 20px;
}
.author h6{
  color: #3B3E39;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.author .skills{
  margin-top: 30px;
}
.author .skills .item{
margin-bottom: 20px;
}
.author .skills .item p{
  font-weight: 600;
  margin-bottom: 5px;
}
.author .skills .item p span{
float: right;
}
.author .skills .item .progress-bar{
  background: #fff;
    height: 6px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border-top-right-radius: 0px;
}
.author .skills .item .progress-bar .bar{
  background-color: #FD395D;
  height: 100%;
}


/* pricing */
.background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.background::after {
  content: '';
  background: #F9F1CF;
  background: -moz-linear-gradient(top, #F9F1CF 0%, #F9F1CF 100%);
  background: -webkit-linear-gradient(top, #F9F1CF 0%,#F9F1CF 100%);
  background: linear-gradient(to bottom, #F9F1CF 0%,v 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F1CF', endColorstr='#F9F1CF',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 8rem;
  }
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
  width: 150px;
}

.pricing-header {
  color: #3B3E39;
  font-weight: 700;
  font-size: 22px;
}

.pricing-features {
  color: #6C6E6B;
  font-weight: 500;
  margin: 50px 0 25px;
  padding: 0px;
  list-style: none;
}

.pricing-features-item {
  border-top: 1px solid #CECFCE;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #FC6783;
}

.pricing-price {
  color: #FD395D;
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 25px;
}
.pricing-price small{
  font-size: 14px;
}

.pricing-button {
  border: none;
  border-radius: 20px;
  border-top-right-radius: 0px;
  color: #FD395D;
  display: inline-block;
  margin: 25px 0;
  padding: 10px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #FD395D;
  text-decoration: none;
}

.pricing-button.is-featured {
  background-color: #FF0C38;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #FFE477;
  color: #3B3E39;
}

.footer{
  background-image: linear-gradient(90deg, #3B3E39 0%, #6C6E6B 100%);
    color: #fff;
    padding: 2rem 0px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.footer .foot-share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foot-share  a{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  /* border-top-right-radius: 0px; */
  background-color: #FD395D;
  color: #fff;
  margin: 0px 5px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  transition: all 250ms ease-out 0s;
}
.footer .foot-share  a:hover{
  background-color: #FFE477;
  color: #3B3E39;

}
.footer .logo{text-align: left;}
.footer p{
  text-align: right;
}
.footer p a{
  color: #fff;
  text-decoration: none;text-align: right;
}
.footer p a:hover{
  color: #FD395D;
  text-decoration: none;
}
.tag{
  display: inline-flex;
    align-items: flex-end;
    flex-flow: wrap;
}
.tag .item{
  width: max-content;
  height: 26px;
  border: 1px solid #FF0C38;
  color: #FF0C38;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  text-align: center;
  border-radius: 20px;
  border-top-right-radius: 0px;
  padding: 2px 14px;
  margin-bottom: 5px;
}

.subscribe-sec{
padding: 4rem 0px;
background-color: #FFE477;
}
.subscribe-sec h5{
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
}
.subscribe-sec .subscribe p{
  font-weight: 500;
  margin-bottom: 5px;
}
.subscribe-sec .subscribe input{
  width: 80%;
    border-radius: 20px;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    outline: none;
    color: #3B3E39;
    background-color: #fff;
    margin-bottom: 10px;

}
.subscribe-sec .subscribe button{
  border: none;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 14px;
  border-top-right-radius: 0px;
  background-color: #3B3E39;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  width: 80%;
}
.subscribe-sec .subscribe button:hover{
  background-color: #6C6E6B;
}

.plan-details{
  padding: 5rem 0px;
}
.plan-details .box{
background-color: #F9F1CF;
padding: 2rem 4rem;
border-radius: 20px;
color: #3B3E39;
margin-bottom: 20px;
}
.plan-details .box h3{
  color: #3B3E39;
  display: block;
  font-size: 26px;
  font-weight: 700;
}
.plan-details .box ul{
  padding-left: 17px;
    font-weight: 600;
}
.plan-details .box ul li{
  margin-bottom: 15px;
}
.plan-details .box .price{
  display: grid;
  justify-content: center;
  align-items: center;
}
.plan-details .box .price span{
  color: #FD395D;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}
.plan-details .box .price span small{
  font-size: 18px;
}
.plan-details .box .price button{
  border: none;
    border-radius: 20px;
    border-top-right-radius: 0px;
    color: #fff;
    display: inline-block;
    margin: 25px 0;
    padding: 10px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    background-color: #FF0C38;
    width: 250px;
}
.plan-details .box .price button:hover{
  background-color: #FFE477;
    color: #3B3E39;
}

.contact-popup{
  background-color: #ffff;
  padding-bottom: 20px;
  }

.contact-popup input{
  width: 100%;
    border-radius: 20px;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    outline: none;
    color: #3B3E39;
    background-color: #F9F1CF;
    margin-bottom: 10px;

}
.contact-popup button{
  border: none;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 14px;
  border-top-right-radius: 0px;
  background-color: #3B3E39;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
  width: 100%;
}
.contact-popup button:hover{
  background-color: #6C6E6B;
}
.modal-content{
  border-radius: 20px;
}



/* subscribe plan  */
/* 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-961754.ml-form-embedContainer {
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    position: static;
    width: 100% !important;
  }
  #mlb2-961754.ml-form-embedContainer h4,
  #mlb2-961754.ml-form-embedContainer p,
  #mlb2-961754.ml-form-embedContainer span,
  #mlb2-961754.ml-form-embedContainer button {
    text-transform: none !important;
    letter-spacing: normal !important;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: #f6f6f6;
    
    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-961754.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 400px; width: 100%; }
  #mlb2-961754.ml-form-embedContainer .ml-form-align-left { text-align: left; }
  #mlb2-961754.ml-form-embedContainer .ml-form-align-center { text-align: center; }
  #mlb2-961754.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
  #mlb2-961754.ml-form-embedContainer .ml-form-align-right { text-align: right; }
  #mlb2-961754.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%;
    width: undefinedpx;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 20px 20px 0 20px;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
    padding-bottom: 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
    text-align: left;
    margin: 0 0 20px 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
  #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
  #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
  #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
    list-style-type: lower-alpha;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
    list-style-type: lower-roman;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
    color: #000000;
    text-decoration: underline;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
    text-align: left!important;
  }

  #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
    margin: 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
    margin: 0;
    width: 100%;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    float: left;
  }
  #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
    margin: 0 0 10px 0;
    width: 100%;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
    margin: 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
    margin: 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    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;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
      border-color: #cccccc!important;
      background-color: #ffffff!important;
  }

  #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    border-radius: 4px!important;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after, #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after, #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before, #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
       top: 0px!important;
       box-sizing: border-box!important;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    top: 0px!important;
       box-sizing: border-box!important;
  }

   #mlb2-961754.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-961754.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-961754.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-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
      position: absolute;
      top: 0px!important;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
  }

  #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
      background: no-repeat 50%/50% 50%;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
      background: no-repeat 50%/50% 50%;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-961754.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 .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
    height: auto;
    width: 100%;
    float: left;
  }
  .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-961754.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-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
  }
  #mlb2-961754.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-961754.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-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
    color: #000000;
    text-decoration: underline;
  }
  #mlb2-961754.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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
    margin: 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #000000 !important;
    border: none !important;
    border-radius: 4px !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;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
    display: none;
  }
  #mlb2-961754.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,
  .ml-error .label-description p,
  .ml-error .label-description p a,
  .ml-error label:first-child {
    color: #ff0000 !important;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
  #mlb2-961754.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; }

  }




  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions { text-align: left; float: left; width: 100%; }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent {
    margin: 0 0 15px 0;
    text-align: left;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.horizontal {
    margin: 0 0 15px 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent h4 {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 10px 0;
    word-break: break-word;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p a {
    color: #000000;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p:last-child {
    margin: 0;
  }

  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p a {
    color: #000000;
    text-decoration: underline;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p:last-child { margin: 0 0 15px 0; }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptions {
    margin: 0;
    padding: 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox {
    margin: 0 0 10px 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox:last-child {
    margin: 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox label {
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 24px;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    font-style: normal;
    font-weight: 700;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .description {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 0 0 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox 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-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedMailerLite-GDPR {
    padding-bottom: 20px;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedMailerLite-GDPR p {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    padding: 0;
  }
  #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedMailerLite-GDPR p a {
    color: #000000;
    text-decoration: underline;

  }
  @media (max-width: 768px) {
    #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent p {
      font-size: 12px !important;
      line-height: 18px !important;
    }
    #mlb2-961754.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedMailerLite-GDPR p {
      font-size: 10px !important;
      line-height: 14px !important;
    }
  }
