html body {
  background-color: #fff !important;
  background-image: none !important;
}
/*html .text{
background-color: inherit !important;
}*/
@media (max-width: 480px) {
  .mosaic-form--u-ibd75z929 .mosaic-form__error, .mosaic-form--u-ibd75z929 .mosaic-form__field--u-iqls2trrl .mosaic-form__error, .mosaic-form--u-ibd75z929 .mosaic-form__field--u-iqls2trrl .mosaic-form__checkbox ~ .mosaic-form__value {
    color: #000 !important;
  }
}
@media (max-width: 360px) {
  .mosaic-popup__close--u-ikw8q09gl {
    right: 11px !important;
  }
  .section--u-ibp92w4u6 {
    background-position: left 0 top -17px !important;
  }
}
.div--u-idxjn447s {
  display: none;
}
#i7gevjstt_0 a {
  font-weight: 700;
  font-size: 21px;
}
#ibuac778w_0 div {
  background-color: transparent !important;
}
[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.sample-popup .sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  width: 400px;
  padding: 25px;
  background: #fff;
  max-width: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .sample-popup .sample-popup-in {
    padding: 20px;
  }
}
.sample-popup .sample-close {
  position: absolute;
  z-index: 2;
  width: 35px;
  height: 35px;
  font-size: 0;
  cursor: pointer;
  top: -17px;
  right: -17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.84' height='11.812' viewBox='0 0 11.84 11.812'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1091.92,347.374l-4.21,4.209a0.991,0.991,0,0,1-1.4-1.4l4.21-4.209-4.21-4.209a0.993,0.993,0,0,1,1.38-1.427,0.041,0.041,0,0,1,.02.025l9.81,9.82a0.991,0.991,0,1,1-1.4,1.4Zm4.2-7.013a0.993,0.993,0,0,1,1.43,1.377l-0.03.024-2.73,2.738a0.991,0.991,0,0,1-1.4-1.4Z' transform='translate(-1086 -340.063)'/%3E%3C/svg%3E") 50%/17px no-repeat #000;
  background-size: 13px 13px;
  padding: 0;
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='31.344' height='31.344' viewBox='0 0 31.344 31.344'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M21.049,12.354 L19.334,10.639 L29.639,0.334 L31.354,2.048 L21.049,12.354 ZM28.990,30.697 L-0.010,1.697 L1.697,-0.010 L30.697,28.990 L28.990,30.697 ZM12.354,21.048 L2.048,31.354 L0.334,29.639 L10.639,19.334 L12.354,21.048 Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.sample-popup .texts {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
  color: #000;
}
.sample-popup .sample-popup-image {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 610px) {
  .sample-popup .sample-popup-image {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.sample-popup .sample-popup-title {
  color: #000;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.sample-popup .sample-popup-text {
  font-size: 16px;
  line-height: 1.5;
  color: #39363c;
}
.sample-popup .sample-popup-text p {
  text-align: center;
}
.sample-popup .sample-popup-text p:first-child {
  margin-top: 0;
}
.sample-popup .sample-popup-text p:last-child {
  margin-bottom: 0;
}
.sample-popup .sample-popup-btn {
  margin: 10px 0;
  text-align: center;
}
.sample-popup .sample-popup-btn a {
  display: inline-block;
  background: #43c0df;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
}
.sample-popup .sample-popup-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 610px) {
  .sample-popup .sample-popup-in {
    flex-direction: column;
  }
  .sample-popup .sample-popup-image {
    padding: 5px;
    margin: 0 auto;
  }
  .sample-popup .sample-popup-image img {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .sample-popup .sample-popup-image {
    margin: 25px auto 0;
  }
  .sample-popup .sample-close {
    width: 39px;
    height: 33px;
  }
}
@media screen and (max-width: 360px) {
  .sample-popup .sample-popup-image {
    max-width: 100%;
    width: auto;
    min-width: 200px;
  }
}
