.hover_pos_y {
	transition: all .3s ease-out !important;
}

.hover_pos_y:hover {
	transform: translateY(-15px);
}


ul li {
	font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.long_text h2 {
	margin-top: 40px !important;
  margin-bottom: 20px !important;
}

.long_text p {
	margin-bottom: 20px !important;
}

body.com_osmembership.complete header.header {
  background: var(--primary);
  position: relative;
}

body.com_osmembership.complete #item-179497138800 {
	padding-bottom: 25px;
}

#is_company .control-group label.radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

input#is_company1,
input#is_company2 {
  flex-grow: 0;
  width: 30px;
}