.elementor-6 .elementor-element.elementor-element-7a21988{--display:flex;--min-height:55vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:center;--gap:0px 0px;--background-transition:0.3s;--padding-block-start:50px;--padding-block-end:50px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-6 .elementor-element.elementor-element-403f851{width:100%;max-width:100%;}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-7a21988{--padding-block-start:25px;--padding-block-end:25px;--padding-inline-start:15px;--padding-inline-end:15px;}}@media(min-width:768px){.elementor-6 .elementor-element.elementor-element-7a21988{--content-width:750px;}}/* Start custom CSS for shortcode, class: .elementor-element-403f851 */.wp-polls-ul li {
    margin-bottom:15px
}
.elementor-6 .elementor-element.elementor-element-403f851 {
    position:relative;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7a21988 */.elementor-6 .elementor-element.elementor-element-7a21988 {
    position: relative;
}/* End custom CSS */
/* Start custom CSS */.totalcheckedwrap {
  position: absolute;
  z-index:2;
  position: sticky !important;
  top:10px;
  text-align:center;
  padding:15px;
  border-radius:15px;
  background: rgba(0,0,0,0.8);
  color:#ffffff;
}



/* The container */
.customcontainer {
  display: block;
  position: relative;
  z-index:1;
  padding-left: 35px!important;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.customcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px
}

/* On mouse-over, add a grey background color */
.customcontainer:hover input ~ .customcheckmark {
  background-color: #787878;
}

/* When the checkbox is checked, add a blue background */
.customcontainer input:checked ~ .customcheckmark {
  background-color: #DB3253;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcontainer input:checked ~ .customcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcontainer .customcheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}/* End custom CSS */