@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html,
body {
  font-family: "Barlow", sans-serif;
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  #smooth-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
.preload * {
  transition: unset !important;
}

.checkbox-theme {
  cursor: pointer;
}
@media (max-width: 991px) {
  .checkbox-theme {
    margin-left: 19px;
  }
}

.checkbox-theme *,
.checkbox-theme *:after,
.checkbox-theme *:before {
  box-sizing: border-box;
}

.checkbox-theme input {
  position: absolute;
  opacity: 0;
}

.checkbox-theme input:checked + label svg path {
  stroke-dashoffset: 0;
}

.checkbox-theme input:focus + label {
  transform: scale(1.03);
}

.checkbox-theme input + label {
  display: block;
  border: 0.0938rem solid #FFD533;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4375rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .checkbox-theme input + label {
    width: 20px;
    height: 20px;
  }
}

.checkbox-theme input:checked + label {
  background-color: #FFD533;
}

.checkbox-theme input.invalid + label {
  border-color: #ffffff !important;
}

.checkbox-theme input + label:active {
  transform: scale(1.05);
}

.checkbox-theme input + label svg {
  pointer-events: none;
  width: 1rem;
  height: 1rem;
}
@media (max-width: 991px) {
  .checkbox-theme input + label svg {
    width: 10px;
    height: 10px;
  }
}

.checkbox-theme input + label svg path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 101;
  transition: all 250ms cubic-bezier(1, 0, 0.37, 0.91);
}
