.page-id-2008 .container {
  max-width: 1330px !important;
}

.cyc * {
  font-family: Montserrat;
}

.cyc-heading {
  padding: 36px;
  margin: 0 0 53px;
  border-radius: 30px;
  background: #3B9ED7;
  box-shadow: 0px 6px 12px 0px rgba(31, 31, 31, 0.2);
}

.cyc-heading>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.disabledButton{
	opacity: 50%;
	pointer-events:none;
}

.cyc-heading .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #004A81;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.cyc-heading .big {
  color: #FFFFFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.cyc-heading .normal {
  color: #FFFFFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.21px;
}

.cyc-heading .icon {
  display: flex;
}

.cyc-select {
  padding: 16px 20px;
  color: #1F1F1F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  min-width: 288px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #004A81;
  appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding-right: 40px;
  width: 100%;
}

.cyc-select:focus+.icon {
  transform: rotate(180deg);
}

.cyc-select-wrapper {
  position: relative;
}

.cyc-select-wrapper .icon {
  position: absolute;
  top: 25px;
  bottom: 25px;
  right: 25px;
  display: flex;
  transition: all 0.3s ease-in-out;
}


#view-words-check{
	width:20px;
	height:20px;
	cursor:pointer;
	
}
#view-icons-check{
	width:20px;
	height:20px;
	cursor:pointer;
	
}
.checkLabel{
	cursor:pointer;
	display:flex;
	align-items:center;
	gap:5px;
	
}

.cyc-read {
  margin: 0 0 50px;
}

.cyc-checkbox-wrapper{
	display:flex;
	align-items:center;
	gap: 1rem;
	
}


.cyc-read-top {
  display: flex;
  flex-direction:row;
  margin: 0 0 51px;
  padding-left: 41px;
  gap: 2rem;
}
@media only screen and (max-width: 600px) {
 .cyc-read-top {
   flex-direction:column;
}
	.cyc-checkbox-wrapper{
	justify-content:center;
	
}
}
.cyc-read-main ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21.5px;
  padding: 0 10px 0 38px;
}

.cyc-read-main ul li {
  width: 25%;
  padding: 0 21.5px;
  cursor: pointer;
}

.cyc-read-main ul li img {
  width: 100%;
}

.cyc-sort>div {
  margin: 0 0 50px;
}

.cyc-sort .sortable-count {
  display: none;
}

.cyc-sort .sortable-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cyc-sort .sortable-popup img {
  cursor: pointer;
  box-shadow: 0 0 0px 15px #ffffff;
  border-radius: 21px;
  width: 500px;
  max-width: 100%;
  background-color: #FFFFFF;
}

.cyc-sort .cyc-heading {
  background-color: #DB2E2E;
  border-radius: 20px;
  margin: 0 0 50px;
}

.cyc-sort .cyc-main {
  padding: 0 50px 0 40px;
}

.cyc-sort .cyc-main ul {
  gap: 20px;
}

.cyc-sort .num {
  background-color: #B70000;
}

.cyc-main ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transition: none;
  gap: 30px;
  margin: 0;
}

.cyc-main ul li {
  transition: none;
  cursor: pointer;
}

.cyc-main ul li img {
  width: 100%;
}

.cyc-important {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 0;
}

.cyc-important>div {
  color: #004A81;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.21px;
}

.cyc-submit .cyc-heading {
  border-radius: 20px;
  background: #FFB240;
  margin: 0 0 60px;
}

.cyc-submit .num {
  background-color: #E48900;
}

.cyc-submit .cyc-main>div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.cyc-desc {
  width: 49%;
  color: #E48900;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  padding: 0 25px;
display:flex;
	align-items:center;
}

.cyc-form {
  width: 51%;
  padding: 0 25px;
  padding-top: 5px;
}

.cyc-hidden {
  display: none;
}

.box-terms>p span {
  font-weight: 500;
}

#crack-code-form input[type=submit] {
  border-radius: 4px;
  cursor: pointer;
}

.cyc-sort .cyc-main>div .sortable li img,
.draggable {
  touch-action: none;
}

.cyc {
  overflow: hidden;
}
.cyc-mb {
  display: none;
}
p:has(> label.ohnohoney){
	display:none !important;
}
   .ohnohoney{
	   display:none;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
@media (max-width: 1024px) {
  .cyc-read-top {
    padding-left: 0;
  }

  .cyc-read-main ul {
    padding: 0;
  }

  .cyc-sort .cyc-main {
    padding-left: 0;
    padding-right: 0;
  }
}


@media (max-width: 768px) {
  .draggable {
    touch-action: unset;
  }

  .cyc-heading>div {
    row-gap: 10px;
  }

  .cyc-heading .normal {
    font-size: 16px;
    line-height: 1.2;
  }

  .cyc-main {
    padding: 0;
  }

  .cyc-read {
    margin: 0 0 30px;
  }

  .cyc-read-top {
    padding-left: 0;
  }

  .cyc-read-top>div {
    width: 100%;
  }

  .cyc-read-main ul {
    padding: 0;
  }

  .cyc-heading {
    margin: 0 0 30px;
  }

  .cyc-read-main ul li {
    width: 100%;
    margin: 0 0 10px;
  }

  .cyc-sort>div {
    margin: 0 0 50px !important;
  }

  .cyc-sort .cyc-heading {
    margin: 0 0 30px;
  }

  .cyc-sort .cyc-main {
    padding: 0;
  }

  .cyc-sort .cyc-main>div {
    display: flex;
    align-items: stretch;
  }

  .cyc-sort .cyc-main>div .sortable-count {
    width: 15%;
    display: block;
  }

  .cyc-sort .cyc-main>div .sortable-count>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .cyc-sort .cyc-main>div .sortable-count>div>div {
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .cyc-sort .cyc-main>div .sortable-count>div>div span {
    width: 9vw;
    height: 9vw;
    border-radius: 25px 0 0 25px;
    background-color: #E5E6E8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: 700;
    font-size: 4vw;
    padding-left: 5px;
    margin-right: -5px;
    margin-top: -30px;
    position: relative;
    color: #1F1F1F;
    font-weight: 700;
  }

  .cyc-sort .cyc-main>div .sortable {
    width: 80%;
    gap: 0;
    display: flex;
    flex-direction: column;
  }

  .cyc-sort .cyc-main>div .sortable li {
    display: flex;
    margin-top: -20px;
    border-top: 4px solid #fff;
    z-index: 5;
    border-radius: 11px;
    overflow: hidden;
    background: #ffffff;
  }

  .cyc-sort .cyc-main>div .sortable li img {
    margin: 0 -10px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    touch-action: none;
  }

  .cyc-sort .cyc-main ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .cyc-submit .cyc-heading {
    margin: 0 0 30px;
  }

  .cyc-important {
    display: none;
  }

  .cyc-desc {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 20px;
  }

  .cyc-form {
    width: 100%;
  }

  .cyc-form .wpcf7-list-item {
    margin-left: 0;
  }

  .cyc-heading,
  .cyc-read-main {
    display: none;
  }

  .cyc-mb {
    display: block;
    margin: 0 0 70px;
  }

  .cyc-mb .cyc-heading {
    display: block;
  }

  .cyc-mb .cyc-heading-sort {
    background-color: #DB2E2E;
  }

  .cyc-mb .cyc-heading-sort .num {
    background-color: #B70000;
  }

  .cyc-mb .cyc-heading-submit {
    background-color: #FFB240;
  }

  .cyc-mb .cyc-heading-submit .num {
    background-color: #E48900;
  }

  .cyc-heading .normal {
    width: 100%;
  }
  
}
