.elementor-237 .elementor-element.elementor-element-9343f6d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:7%;--padding-bottom:10%;--padding-left:10%;--padding-right:10%;}.elementor-237 .elementor-element.elementor-element-b38af37{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-237 .elementor-element.elementor-element-2f7acb2 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-237 .elementor-element.elementor-element-2f7acb2 .elementor-heading-title{font-size:3em;line-height:1em;}.elementor-237 .elementor-element.elementor-element-9669576{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-237 .elementor-element.elementor-element-9343f6d{--content-width:1000px;}.elementor-237 .elementor-element.elementor-element-b38af37{--width:45%;}.elementor-237 .elementor-element.elementor-element-9669576{--width:55%;}}/* Start custom CSS */.list{
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  list-style: none;
  overflow: hidden;
}

.list .list-item{
  margin: 0px;
  padding: 0px;
  position: relative;
  background: #F6F6F6;
  border-bottom: 1px solid #ECF0F1;
}

.list .list-item:last-child{
  border: 0px;
}

.check-label{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.check-label-box{
  display: flex;
  align-self: center;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0px 20px;
  cursor: pointer;
  border: 2px solid black;
}

.check-label-text{
  display: flex;
  align-self: center;
  position: relative;
  cursor: pointer;
  padding: 24px;
  font-weight: 600;
}

.hidden-box{
  opacity: 0px;
  position: absolute;
  appearance: none;
}

.check-label-text:after{
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 8%;
  background: black;
  transform: translateY(-50%);
  transition: width 100ms ease-in-out;
}

.hidden-box:checked + .check-label{
  background: #F1F1F1;
}


.hidden-box:checked + .check-label .check-label-box{
  background: #FFF;
}

.hidden-box:checked + .check-label .check-label-box:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid black;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.hidden-box:checked + .check-label .check-label-text:after{
  width: 100%;
}/* End custom CSS */