.btn:focus,
button:focus {
  outline: unset;
  box-shadow: unset
}
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: unset
}
.bwp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}
.btn {
  display: block;
  padding: 10px 30px;
  border-radius: 0;
  font-family: var(--font-family);
  font-size: 12px;
  text-transform: uppercase;
  transition: all .3s ease
}
.btn-primary {
  color: #fff;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary)
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary)
}
.btn-secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #e7e7e7
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #000;
  background-color: #e7e7e7;
  border-color: #e7e7e7
}
.form-control {
  padding: 10px 20px;
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 20px;
  border-radius: 20px
}
.form-control:focus {
  border-color: #000;
  box-shadow: none
}
.btn--secondary-accent {
  width: 50%
}
.slick-arrow {
  font-size: 0;
  top: calc(50% - 23px);
  position: absolute;
  z-index: 1;
  transition: all .3s ease;
  font-family: qico;
  border: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  color: var(--text-color);
  background: 0 0
}
.slick-arrow:before {
  font-size: 20px
}
.slick-arrow:hover {
  color: var(--color-primary)
}
.menu-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px
}
.menu-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2)
}

@media (max-width:767px) {
  .slick-arrow:before {
    font-size: 10px
  }
  .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    color: #000;
    text-align: center;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,.04)
  }
  .slick-arrow:hover {
    color: var(--color-primary)
  }
}
/*============== SECTION NEWSLETTER =============*/
.wpbingo-section--newsletter .wpbingo-section__content {
  align-items: center;
  justify-content: space-between;
}
.wpbingo-section--newsletter .wpbingo-section__content .section__content{
  display: flex;
}
.wpbingo-section--newsletter .wpbingo-section__content .section__content .content-image{
  margin-right: 25px;
  margin-top: 7px;
}
.wpbingo-section--newsletter .wpbingo-section__content .newsletter__content .newsletter-form {
  min-width: 490px;
}
.wpbingo-section--newsletter .newsletter-form__wrap {
  position: relative;
  display: flex;
  border-bottom: 2px solid #282727;
}
.wpbingo-section--newsletter .newsletter-form__wrap .crmFormVali-error {
  left: 0;
  top: 100%;
  transform: translateY(8px);
}
.wpbingo-section--newsletter .newsletter-form__wrap input {
  width: 100%;
  border: 0;
  font-size: 16px;
  background: transparent !important;
  height: auto;
  padding: 0;
}
.wpbingo-section--newsletter .newsletter-form__wrap input:-internal-autofill-selected {
   background: transparent !important;
}
.wpbingo-section--newsletter .newsletter-form__wrap input::placeholder {
  color: #000;
}
.wpbingo-section--newsletter .newsletter-form__wrap .newsletter-form__submit {
  padding: 0;
  background: transparent;
  color: #000;
  border: 0;
  text-wrap: nowrap;
}
.wpbingo-section--newsletter .newsletter-form__wrap .newsletter-form__submit span{
  text-transform: uppercase;
  font-size: 20px !important;
  font-family: var(--title-font-family);
  font-weight: 700;
  margin: 0 !important;
}
.wpbingo-section--newsletter .newsletter-form__wrap .newsletter-form__submit:hover {
  color: rgba(0, 0, 0, 0.6);
}
.rtl .wpbingo-section--newsletter .newsletter-form__wrap .newsletter-form__submit {
  margin: 0 10px 0 0;
}
.rtl .wpbingo-section--newsletter .wpbingo-section__content .section__content .content-image{
  margin: 0 0 0 25px;
}
@media (max-width: 991px){
  .wpbingo-section--newsletter .wpbingo-section__content .section__content{
    flex-direction: column;
    margin-bottom: 30px;
  }
  .wpbingo-section--newsletter .wpbingo-section__content .section__content .content-image{
    margin-bottom: 30px;
  }
}
@media (max-width: 767px){
  .wpbingo-section--newsletter .wpbingo-section__content .newsletter__content .newsletter-form {
    min-width: unset;
  }
  .wpbingo-section--newsletter .wpbingo-section__content .section__content .content-image{
    margin: 0 auto 30px;
  }
}