.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0 0 -4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff
}

.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  content: '';
  display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #0073aa;
  color: #fff
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #0073aa
}

@-webkit-keyframes qodefBlink {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

@keyframes qodefBlink {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

.qodef-core-dashboard {
  max-width: initial!important
}

.qodef-core-dashboard .qodef-core-dashboard-inner {
  margin: 0 -15px;
  display: inline-block;
  width: 100%
}

.qodef-core-dashboard .qodef-cd-logo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  width: 62px
}

.qodef-core-dashboard .qodef-cd-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 41px;
  font-weight: 400;
  margin: 0
}

.qodef-core-dashboard .qodef-cd-title-holder {
  margin-bottom: 30px
}

.qodef-core-dashboard .qodef-cd-subtitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #555d66;
  max-width: 610px;
  margin: 10px 0 30px
}

.qodef-core-dashboard .qodef-core-dashboard-column {
  float: left;
  width: 100%;
  max-width: 610px;
  padding: 0 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column.qodef-cd-smaller-column {
  max-width: 380px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box {
  background-color: #fff
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-core-bottom-space {
  margin-bottom: 30px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder {
  padding: 28px 34px 23px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder p {
  margin: 19px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #555d66
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-box-title-holder p {
  font-size: 14px;
  line-height: 20px;
  margin: 17px 0 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-label {
  font-weight: 600;
  margin-bottom: 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 400;
  color: #32373c;
  text-align: left
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h3 {
  margin: 0;
  padding: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-field-holder {
  padding-bottom: 30px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-label {
  display: block;
  color: #555d66;
  font-size: 14px;
  margin-bottom: 7px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  outline: 0;
  width: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555d66;
  font-size: 14px;
  padding: 4px 0;
  margin: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus {
  outline: 0;
  border-color: #c2c2c2
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-webkit-input-placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-moz-placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus:-ms-input-placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-ms-input-placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-webkit-input-placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-moz-placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-ms-input-placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-ms-input-placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::placeholder {
  color: #555d66;
  opacity: 1
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:active, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:focus, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset!important
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill {
  -webkit-text-fill-color: #666!important
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-field {
  border-bottom-color: #ee3535
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-message {
  display: block;
  color: #ee3535;
  font-size: 12px;
  margin-top: 5px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem {
  border: 1px solid #e1e1e1;
  border-left: 3px solid #ee3535;
  padding: 15px;
  margin-bottom: 25px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box:last-child .qodef-cd-box-row:last-child {
  padding-bottom: 10px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button {
  padding: 7px 35px;
  background-color: #3596ee;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 #246eae;
  box-shadow: 0 2px 0 0 #246eae;
  cursor: pointer
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-cd-button-disabled, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-import-demo-data-disabled {
  background-color: #6bb4f7
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button-wait {
  display: none;
  font-size: 12px;
  color: #3596ee;
  margin-left: 15px;
  font-weight: 400
}

.qodef-core-dashboard .qodef-core-dashboard-column a.qodef-cd-button {
  text-decoration: none
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section {
  padding: 0 35px 10px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section h3 {
  padding: 0;
  margin: 0 0 24px;
  color: #555d66;
  font-size: 17px;
  line-height: 20px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list {
  padding: 10px 35px;
  margin: 0
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li {
  font-size: 15px;
  margin: 0 0 25px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li a {
  color: #3675ae
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-row {
  display: table;
  padding: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-label, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
  display: table-cell;
  width: 50%;
  padding: 17px 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
  color: #3e87be
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value-false span {
  color: #ea3a27
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form {
  padding: 0 30px 10px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section {
  padding: 0 0 28px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column {
  padding: 0 15px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:first-child {
  width: 75%
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:last-child {
  width: 25%
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-cd-import-option, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-import-demo {
  width: 100%
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #e1e1e1;
  height: 34px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-is-completed {
  display: none;
  color: #3596ee;
  font-size: 14px;
  font-weight: 600
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong {
  display: none;
  color: #3596ee;
  font-size: 14px;
  font-weight: 600
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong a {
  color: inherit
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-dependency, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-progress {
  display: none
}

#qodef-progress-bar[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 5px
}

#qodef-progress-bar[value]::-webkit-progress-bar {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0
}

#qodef-progress-bar {
  color: #3596ee
}

#qodef-progress-bar::-moz-progress-bar {
  background: #3596ee
}

#qodef-progress-bar::-webkit-progress-value {
  background: #3596ee
}

#qodef-progress-bar[aria-valuenow]:before {
  background: #3596ee
}

.qodef-cd-selection li.select2-results__option {
  padding: 10px;
  margin: 0
}

.qodef-cd-selection img {
  vertical-align: middle;
  padding-right: 20px
}

.select2-container--default .qodef-cd-selection .select2-results__option[aria-selected=true] {
  background-color: #fafafa
}

.select2-container--default .qodef-cd-selection .select2-results__option--highlighted {
  background-color: #fafafa;
  color: #000
}

.qodef-cd-action-selection li.select2-results__option, .qodef-cd-single-page-selection li.select2-results__option {
  margin: 0
}

.select2-container--default .qodef-cd-action-selection .select2-results__option[aria-selected=true], .select2-container--default .qodef-cd-single-page-selection .select2-results__option[aria-selected=true] {
  background-color: #fafafa
}

.select2-container--default .qodef-cd-action-selection .select2-results__option--highlighted, .select2-container--default .qodef-cd-single-page-selection .select2-results__option--highlighted {
  background-color: #fafafa;
  color: #000
}

.qodef-cd-import-single-page {
  width: 100%
}

.qode-cd-switch {
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 40px;
  overflow: hidden
}

.qode-cd-switch .qodef-cd-import-attachments {
  display: none
}

.qode-cd-switch .qode-cd-cb-disable, .qode-cd-switch .qode-cd-cb-enable {
  display: block;
  float: left;
  padding: 0 10px
}

.qode-cd-switch .qode-cd-cb-disable.selected, .qode-cd-switch .qode-cd-cb-enable.selected {
  background-color: #3596ee;
  color: #fff
}

.qode-cd-switch .qode-cd-cb-disable span, .qode-cd-switch .qode-cd-cb-enable span {
  line-height: 32px;
  font-size: 13px;
  display: block;
  font-weight: 700
}

.ps {
  overflow: hidden!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0;
  position: absolute
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute
}

.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent
}

.ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y, .ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y {
  opacity: .6
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute
}

.ps__rail-x:hover>.ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px
}

.ps__rail-y:hover>.ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px
}

@supports(-ms-overflow-style:none) {
  .ps {
    overflow: auto!important
  }
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .ps {
    overflow: auto!important
  }
}

@charset "UTF-8";
@-webkit-keyframes qodefBlink {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

@keyframes qodefBlink {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0
}

html {
  overflow-y: scroll
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block
}

del {
  text-decoration: line-through
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  width: 100%;
  vertical-align: middle;
  border: medium;
  border-collapse: collapse;
  border-spacing: 0
}

table th {
  padding: 5px 7px;
  text-align: center;
  border: 0
}

table td {
  padding: 5px 10px;
  text-align: center
}

table tr {
  border-bottom: 1px solid #e1e1e1
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em
}

ol, ul {
  list-style-position: inside;
  margin: 0 0 1.5em;
  padding: 0
}

li>ol, li>ul {
  margin-bottom: 0;
  margin-left: 1.5em
}

dt {
  font-weight: 700
}

dd {
  margin: 0 1.5em 1.5em
}

a img {
  border: none
}

.wp-caption, img {
  height: auto;
  max-width: 100%
}

img {
  vertical-align: middle;
  border-style: none
}

embed, iframe, object {
  max-width: 100%
}

label {
  display: block;
  margin-bottom: .5em
}

fieldset {
  margin-bottom: 1em;
  padding: .35em .75em .625em
}

input[type=submit] {
  -webkit-appearance: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

progress {
  vertical-align: baseline
}

summary {
  display: list-item
}

template {
  display: none
}

.gallery-caption, .wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  font-size: .8125rem;
  font-style: italic;
  opacity: 1
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin: .8075em 0;
  opacity: 1
}

.wp-caption-text {
  text-align: center
}

.bypostauthor, .sticky {
  opacity: 1
}

::-moz-selection {
  color: #fff;
  background: #000001
}

::selection {
  color: #fff;
  background: #000001
}

::-moz-selection {
  color: #fff;
  background: #000001
}

.screen-reader-text {
  position: absolute!important;
  width: 1px;
  height: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal!important;
  overflow: hidden
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto!important;
  z-index: 100000
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin: 1.5em auto
}

.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both
}

@media only screen and (max-width:1024px) {
  .alignwide {
    width: 100%;
    max-width: 100%
  }
}

.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + (2 * 1rem));
  max-width: calc(100% + (2 * 1rem));
  clear: both
}

@media only screen and (max-width:1024px) {
  .alignfull {
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem)
  }
}

.qodef-content-alignment-left {
  text-align: left
}

.qodef-content-alignment-center {
  text-align: center
}

.qodef-content-alignment-right {
  text-align: right
}

.clear:after, .clear:before, .comment-author:after, .comment-author:before, .comment-content:after, .comment-content:before, .comment-meta:after, .comment-meta:before, .nav-links:after, .nav-links:before, .pagination:after, .pagination:before, .widget-area:after, .widget-area:before, .widget:after, .widget:before {
  content: '';
  display: table;
  table-layout: fixed
}

.clear:after, .comment-author:after, .comment-content:after, .comment-meta:after, .nav-links:after, .pagination:after, .widget-area:after, .widget:after {
  clear: both
}

body {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #909090;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}

.qodef-h1, h1 {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 70px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.qodef-h1 a, h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit
}

.qodef-h1 a:hover, h1 a:hover {
  color: #000001
}

.qodef-h2, h2 {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 55px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.qodef-h2 a, h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit
}

.qodef-h2 a:hover, h2 a:hover {
  color: #000001
}

.qodef-h3, h3 {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 35px;
  line-height: 1.06em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.qodef-h3 a, h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit
}

.qodef-h3 a:hover, h3 a:hover {
  color: #000001
}

.qodef-h4, h4 {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.qodef-h4 a, h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit
}

.qodef-h4 a:hover, h4 a:hover {
  color: #000001
}

.qodef-h5, h5 {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.qodef-h5 a, h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit
}

.qodef-h5 a:hover, h5 a:hover {
  color: #000001
}

.qodef-h6, h6 {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
  line-height: 1.5em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.qodef-h6 a, h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit
}

.qodef-h6 a:hover, h6 a:hover {
  color: #000001
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

a:hover {
  color: #000001
}

.qodef-link--light a {
  color: #fff;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-link--light a:hover {
  color: #fff;
  opacity: .6
}

.qodef-link--dark a {
  color: #000
}

.qodef-link--dark a:hover {
  color: #7e7e7e
}

p a {
  color: #909090;
  text-decoration: none;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

p a:hover {
  color: #000001
}

p {
  margin: 10px 0
}

blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  padding: 0;
  border: none;
  padding: 20px 10% 20px 0;
  position: relative;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  quotes: none
}

blockquote:before {
  content: '窶�';
  position: absolute;
  top: -37px;
  right: 14%;
  height: 100%;
  font-size: 400px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #f5f5f5;
  z-index: -1;
  font-family: Hind, sans-serif
}

blockquote>* {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0
}

blockquote:after {
  content: ''
}

blockquote cite {
  font-style: normal;
  font-weight: 400
}

@media only screen and (max-width:1366px) {
  blockquote>p:before {
    top: -42%
  }
}

@media only screen and (max-width:768px) {
  blockquote>p:before {
    top: -25%
  }
}

@media only screen and (max-width:680px) {
  blockquote>p:before {
    right: 5%;
    top: 0
  }
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-appearance: none;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  color: #909090;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: inherit;
  line-height: 24px;
  margin: 0 0 15px;
  outline: 0;
  padding: 5.5px 15px;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  -o-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #909090
}

input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1
}

input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, textarea::placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer input[type=email], #qodef-page-footer input[type=number], #qodef-page-footer input[type=password], #qodef-page-footer input[type=tel], #qodef-page-footer input[type=text], #qodef-page-footer input[type=url], #qodef-page-footer textarea {
  color: #fff;
  background-color: #282828;
  border: 1px solid transparent
}

#qodef-page-footer input[type=email]:focus, #qodef-page-footer input[type=number]:focus, #qodef-page-footer input[type=password]:focus, #qodef-page-footer input[type=tel]:focus, #qodef-page-footer input[type=text]:focus, #qodef-page-footer input[type=url]:focus, #qodef-page-footer textarea:focus {
  color: #fff;
  background-color: #282828;
  border-color: transparent
}

.qodef-grid--cf input[type=email], .qodef-grid--cf input[type=number], .qodef-grid--cf input[type=password], .qodef-grid--cf input[type=tel], .qodef-grid--cf input[type=text], .qodef-grid--cf input[type=url], .qodef-grid--cf textarea {
  margin-bottom: 0
}

.wpcf7 .ajax-loader {
  display: none!important
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #909090;
  font-size: 15px;
  margin-top: 10px
}

.wpcf7 .wpcf7-response-output {
  border: 2px solid #f5f5f5;
  margin: 2em 0 1em
}

.qodef-cf.qodef-cf-subscribe {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.qodef-cf.qodef-cf-subscribe .wpcf7-form-control-wrap {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-right: 14px
}

.qodef-cf.qodef-cf-subscribe input[type=email] {
  margin: 0;
  padding: 12px 15px
}

.qodef-cf.qodef-cf-subscribe .qodef-button {
  padding: 5px 23px
}

.qodef-cf.qodef-cf-subscribe.qodef-skin--light input[type=email] {
  background-color: #282828;
  color: #fff
}

.qodef-cf.qodef-cf-subscribe.qodef-skin--light .qodef-button.qodef-layout--filled {
  background-color: #282828
}

.qodef-cf.qodef-cf-subscribe.qodef-skin--light .wpcf7-not-valid-tip {
  color: #686868
}

.qodef-cf.qodef-cf-subscribe.qodef-skin--dark input[type=email] {
  background-color: #e9e9e9;
  color: #000
}

.qodef-cf.qodef-cf-subscribe.qodef-skin--dark .qodef-button.qodef-layout--filled {
  background-color: #e9e9e9;
  color: #000
}

@media only screen and (max-width:680px) {
  .qodef-cf.qodef-cf-subscribe {
    display: block
  }
  .qodef-cf.qodef-cf-subscribe .wpcf7-form-control-wrap {
    padding-right: 0
  }
  .qodef-cf.qodef-cf-subscribe .qodef-button {
    margin-top: 14px
  }
}

.qodef-cf.qodef-cf-subscribe.qodef-position--widget {
  display: initial
}

.qodef-cf.qodef-cf-subscribe.qodef-position--widget .wpcf7-form-control-wrap {
  padding-right: 0
}

.qodef-cf.qodef-cf-subscribe.qodef-position--widget input[type=email] {
  padding: 4px 12px
}

.qodef-cf.qodef-cf-subscribe.qodef-position--widget .qodef-button {
  font-size: 0;
  height: 34px;
  line-height: 24px;
  margin: 0;
  padding: 4px 12px 0;
  position: absolute;
  right: 0;
  top: 0
}

.qodef-cf.qodef-cf-subscribe.qodef-position--widget .qodef-button:before {
  content: '\f1d8';
  font-family: 'font awesome 5 free';
  font-size: 15px
}

.qodef-cf.qodef-cf-subscribe.qodef-position--widget.qodef-widget--footer .qodef-button.qodef-layout--filled {
  background-color: #282828
}

.qodef-theme-button, body:not([class*=boldlab-core]) .qodef-button, input[type=submit] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 4px 38px 6px;
  color: #fff;
  background-color: #000;
  border: 2px solid transparent;
  cursor: pointer
}

.qodef-theme-button:hover, body:not([class*=boldlab-core]) .qodef-button:hover, input[type=submit]:hover {
  color: #000001;
  background-color: transparent;
  border: 2px solid #000001
}

body .select2-container--default {
  display: inline-block;
  margin: 0 0 15px;
  position: relative;
  vertical-align: top;
  width: auto
}

body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding: 0
}

body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: auto
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
  padding: 0
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px
}

body .select2-container--default.select2-container--disabled .select2-selection--multiple, body .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f5f5f5;
  cursor: default
}

body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear, body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

body .select2-container--default.select2-container--open .select2-selection--multiple, body .select2-container--default.select2-container--open .select2-selection--single {
  color: #909090
}

body .select2-container--default.select2-container--open .select2-dropdown {
  left: 0
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent
}

body .select2-container--default .select2-selection--single {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  color: #909090;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  height: 35px;
  line-height: 24px;
  margin: 0;
  outline: 0;
  padding: 5.5px 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  display: block;
  line-height: inherit;
  overflow: hidden;
  padding: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: inherit;
  margin: 0;
  position: relative
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none
}

body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '\33';
  display: block;
  font-family: ElegantIcons;
  font-style: normal;
  line-height: inherit
}

body .select2-container--default .select2-selection--multiple {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  color: #909090;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  height: 35px;
  line-height: 24px;
  margin: 0;
  outline: 0;
  padding: 5.5px 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: inherit;
  display: block;
  line-height: inherit;
  list-style: none;
  overflow: hidden;
  padding: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
  padding: 0
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  color: inherit;
  float: left;
  margin: 0
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: inherit;
  margin: 0;
  position: relative
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: default;
  float: left;
  margin: 5px 5px 0 0;
  padding: 0 10px
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0 3px 0 0;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: .8
}

body .select2-container--default .select2-search--inline {
  float: left
}

body .select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: none;
  border: none!important;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0!important;
  outline: 0;
  padding: 0!important;
  width: 100%
}

body .select2-container--default .select2-search--inline .select2-search__field:focus {
  border-color: #000
}

body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

body .select2-container--default .select2-dropdown {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  left: -100000px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999
}

body .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px
}

body .select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  color: #909090;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 20px;
  margin: 0;
  outline: 0;
  padding: 4px 8px;
  width: 100%
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  background-color: #fff;
  border-color: #000;
  color: #000
}

body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

body .select2-container--default .select2-results {
  display: block
}

body .select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

body .select2-container--default .select2-results__options {
  list-style: none;
  margin: 5px 0;
  padding: 2px 15px;
  position: relative
}

body .select2-container--default .select2-results__option {
  font-size: 15px;
  line-height: 24px;
  padding: 3px 0;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body .select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer
}

body .select2-container--default .select2-results__option[role=group] {
  padding: 0
}

body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #000
}

body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  background: 0 0;
  color: #909090
}

body .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: 0 0;
  color: #000
}

body .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 7px 0
}

.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99
}

.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 0!important;
  line-height: 1;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  white-space: nowrap!important;
  width: 1px!important
}

.qodef-content-grid {
  width: 1100px;
  margin: 0 auto
}

@media only screen and (min-width:1367px) {
  .qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px
  }
}

@media only screen and (min-width:1366px) {
  .qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px
  }
}

@media only screen and (min-width:1025px) {
  .qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px
  }
}

@media only screen and (min-width:769px) {
  .qodef-content-grid-800 .qodef-content-grid {
    width: 800px
  }
}

.qodef--boxed {
  background-color: #f5f5f5
}

.qodef--boxed #qodef-page-wrapper {
  display: block;
  background-color: #fff
}

.qodef--boxed #qodef-page-inner {
  padding-left: 30px;
  padding-right: 30px
}

.qodef-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-grid>.qodef-grid-inner {
  margin: 0 -15px
}

.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 15px
}

.qodef-grid .qodef-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
  float: left
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12 {
    width: 100%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--12 {
    left: 100%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--12 {
    right: 100%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11 {
    width: 91.66667%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--11 {
    left: 91.66667%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--11 {
    right: 91.66667%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10 {
    width: 83.33333%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--10 {
    left: 83.33333%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--10 {
    right: 83.33333%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9 {
    width: 75%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--9 {
    left: 75%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--9 {
    right: 75%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8 {
    width: 66.66667%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--8 {
    left: 66.66667%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--8 {
    right: 66.66667%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7 {
    width: 58.33333%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--7 {
    left: 58.33333%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--7 {
    right: 58.33333%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6 {
    width: 50%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--6 {
    left: 50%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--6 {
    right: 50%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5 {
    width: 41.66667%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--5 {
    left: 41.66667%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--5 {
    right: 41.66667%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
    width: 33.33333%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--4 {
    left: 33.33333%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--4 {
    right: 33.33333%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3 {
    width: 25%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--3 {
    left: 25%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--3 {
    right: 25%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2 {
    width: 16.66667%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--2 {
    left: 16.66667%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--2 {
    right: 16.66667%
  }
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1 {
    width: 8.33333%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--1 {
    left: 8.33333%
  }
  .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--1 {
    right: 8.33333%
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item {
  width: 100%
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
  width: 50%
}

@media only screen and (min-width:681px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
  width: 33.33333%
}

@media only screen and (min-width:769px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
  width: 25%
}

@media only screen and (min-width:1025px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item {
  width: 20%
}

@media only screen and (min-width:1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item {
  width: 16.66667%
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item {
  width: 14.28571%
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item {
  width: 12.5%
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both
  }
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
  height: 100%;
  overflow: hidden
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item a {
  display: block;
  height: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
  visibility: hidden
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
  visibility: visible
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
  width: 100%;
  padding: 0;
  margin: 0
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
  width: 0;
  padding: 0;
  margin: 0
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item {
  width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
  width: 50%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape {
  width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
  width: 33.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape {
  width: 66.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
  width: 25%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape {
  width: 50%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item {
  width: 20%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape {
  width: 40%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item {
  width: 16.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape {
  width: 33.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item {
  width: 14.28571%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape {
  width: 28.57143%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item {
  width: 12.5%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape {
  width: 25%
}

.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0
}

.qodef-grid.qodef-gutter--no>.qodef-grid-inner {
  margin: 0
}

.qodef-grid.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item {
  padding: 0;
  margin: 0
}

.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px
}

.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner {
  margin: 0 -5px
}

.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 5px;
  margin: 0 0 10px
}

.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px
}

.qodef-grid.qodef-gutter--small>.qodef-grid-inner {
  margin: 0 -10px
}

.qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 10px;
  margin: 0 0 20px
}

.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px
}

.qodef-grid.qodef-gutter--normal>.qodef-grid-inner {
  margin: 0 -15px
}

.qodef-grid.qodef-gutter--normal>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 15px;
  margin: 0 0 30px
}

.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px
}

.qodef-grid.qodef-gutter--medium>.qodef-grid-inner {
  margin: 0 -20px
}

.qodef-grid.qodef-gutter--medium>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 20px;
  margin: 0 0 40px
}

.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px
}

.qodef-grid.qodef-gutter--large>.qodef-grid-inner {
  margin: 0 -25px
}

.qodef-grid.qodef-gutter--large>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 25px;
  margin: 0 0 50px
}

.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px
}

.qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
  margin: 0 -40px
}

.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
  padding: 0 40px;
  margin: 0 0 80px
}

#qodef-page-wrapper {
  position: relative;
  overflow: hidden
}

#qodef-page-outer {
  position: relative
}

#qodef-page-inner {
  position: relative;
  padding: 0;
}

.mfp-bg {
  background-color: #000!important;
  opacity: 1!important
}

button.mfp-arrow {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  height: 35px;
  width: 35px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

button.mfp-arrow:hover {
  opacity: .6
}

button.mfp-arrow:before {
  display: none
}

button.mfp-arrow:active {
  margin: 0
}

button.mfp-arrow:after, button.mfp-arrow:before {
  border: 0;
  color: #fff;
  font-size: 35px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: relative;
  height: 35px;
  width: 35px;
  top: 0;
  margin: 0
}

button.mfp-arrow-left {
  left: 30px
}

button.mfp-arrow-left:after {
  content: "\f104"
}

@media only screen and (max-width:680px) {
  button.mfp-arrow-left {
    left: 14px
  }
}

button.mfp-arrow-right {
  right: 30px
}

button.mfp-arrow-right:after {
  content: "\f105"
}

@media only screen and (max-width:680px) {
  button.mfp-arrow-right {
    right: 14px
  }
}

button.mfp-close {
  text-indent: -1000px;
  overflow: hidden;
  text-align: left!important;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1
}

button.mfp-close:hover {
  opacity: .6
}

button.mfp-close:after {
  font-family: "font awesome 5 free";
  content: "\f00d";
  position: absolute;
  right: 7px;
  bottom: 0;
  text-indent: 0;
  font-size: 17px;
  font-weight: 900
}

.mfp-bottom-bar .mfp-counter, .mfp-bottom-bar .mfp-title {
  font-family: barlow condensed, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #fff
}

.qodef-swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.qodef-swiper-container .swiper-slide a, .qodef-swiper-container .swiper-slide img {
  width: 100%
}

.swiper-pagination-bullets {
  bottom: 37px!important
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 35px;
  height: 12px;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  position: relative
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  height: 4px;
  background-color: #000
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 60px;
  background-color: transparent
}

.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

.swiper-button-next, .swiper-button-prev {
  background-image: none!important;
  width: 30px!important;
  height: 30px!important;
  margin: 0!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center
}

.swiper-button-next:before, .swiper-button-prev:before {
  color: #fff;
  font-size: 35px;
  font-family: "font awesome 5 free";
  font-weight: 900
}

.swiper-button-prev {
  left: 33px!important
}

@media only screen and (max-width:680px) {
  .swiper-button-prev {
    left: 14px!important
  }
}

.swiper-button-prev:before {
  content: '\f104';
  display: block;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

.swiper-button-prev:hover:before {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px)
}

.swiper-button-next {
  right: 33px!important
}

@media only screen and (max-width:680px) {
  .swiper-button-next {
    right: 14px!important
  }
}

.swiper-button-next:before {
  content: "\f105";
  display: block;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

.swiper-button-next:hover:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

.swiper-button-next.swiper-button-outside, .swiper-button-prev.swiper-button-outside {
  color: #000
}

.swiper-button-prev.swiper-button-outside, .swiper-container-rtl .swiper-button-next.swiper-button-outside {
  -webkit-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  transform: translateX(-300%)
}

.swiper-button-next.swiper-button-outside, .swiper-container-rtl .swiper-button-prev.swiper-button-outside {
  -webkit-transform: translateX(300%);
  -ms-transform: translateX(300%);
  transform: translateX(300%)
}

.widget_icl_lang_sel_widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  position: relative;
  top: -1px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
  padding: 0;
  margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  content: '\33';
  font-family: ElegantIcons;
  font-size: 15px;
  line-height: 1;
  border: 0;
  position: initial;
  margin-left: auto
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  border-top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: visibility 0s linear .25s, opacity .25s ease-in-out;
  -o-transition: visibility 0s linear .25s, opacity .25s ease-in-out;
  transition: visibility 0s linear .25s, opacity .25s ease-in-out
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  padding: 7px 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
  padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0!important
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  display: block
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: block;
  margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  padding: 0;
  display: block
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  font-family: barlow condensed, sans-serif;
  font-weight: 600
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  content: ''
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  padding: 3px 0
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 200px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #909090;
  background-color: #fff;
  border: 0;
  font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000001
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px 20px;
  background-color: #fff
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #909090;
  font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000001
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px!important
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #909090
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #000001
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #909090
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #000001
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #909090;
  background-color: transparent;
  border: 0;
  font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000001
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px 20px;
  background-color: transparent
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #909090;
  font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000001
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px!important
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #909090
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #000001
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #909090
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #000001
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 13px 20px;
  height: 50px;
  line-height: 24px;
  color: #fff;
  background-color: #000;
  border: 0;
  font-size: 15px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px 20px;
  background-color: #000
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #fff;
  font-size: 15px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px!important
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #909090;
  background-color: #f5f5f5;
  border: 0;
  font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000001
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px 20px;
  background-color: #f5f5f5
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #909090;
  font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000001
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px!important
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #909090
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #000001
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #909090
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #000001
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #909090;
  background-color: #f5f5f5;
  border: 0;
  font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000001
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px 20px;
  background-color: #f5f5f5
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #909090;
  font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000001
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px!important
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #909090;
  background-color: #f5f5f5;
  border: 0;
  font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #000001
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px 20px;
  background-color: #f5f5f5
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #909090;
  font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #000001
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px!important
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff
}

.error404 #qodef-page-inner {
  padding: 0
}

#qodef-404-page {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 160px 10% 250px;
  text-align: center
}

#qodef-404-page .qodef-404-title {
  margin: 0
}

#qodef-404-page .qodef-404-text {
  display: block;
  margin: 14px auto 0
}

@media only screen and (min-width:1025px) {
  #qodef-404-page .qodef-404-text {
    max-width: 50%
  }
}

#qodef-404-page .qodef-404-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 52px
}

.qodef-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px
}

.qodef-blog .qodef-e-media-gallery-item, .qodef-blog .qodef-e-media-image {
  overflow: hidden
}

.qodef-blog .qodef-e-media-gallery-item img, .qodef-blog .qodef-e-media-image img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.qodef-blog .qodef-e-media-gallery-item a:hover img, .qodef-blog .qodef-e-media-image a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.qodef-blog article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px
}

.qodef-blog article .qodef-e-content, .qodef-blog article .qodef-e-inner, .qodef-blog article .qodef-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-blog article .qodef-e-media-image {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top
}

.qodef-blog article .qodef-e-media-image a, .qodef-blog article .qodef-e-media-image img {
  display: block;
  width: 100%
}

.qodef-blog article .qodef-e-media-image.qodef--background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%
}

.qodef-blog article .qodef-e-media-image.qodef--background img {
  visibility: hidden
}

.qodef-blog article .qodef-e-media iframe {
  display: block
}

.qodef-blog article .qodef-e-title {
  margin: 0
}

.qodef-blog article .qodef-e-excerpt {
  margin: 15px 0 0
}

.qodef-blog article .qodef-e-read-more {
  margin: 15px 0 0
}

.qodef-blog article .qodef-e-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%
}

@media only screen and (min-width:681px) {
  .qodef-blog article .qodef-e-info .qodef-e-info-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 50%
  }
  .qodef-blog article .qodef-e-info .qodef-e-info-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 50%
  }
}

.qodef-blog article .qodef-e-info .qodef-e-info-item {
  color: currentColor;
  display: inline-block;
  padding: 0 19px 0 0;
  position: relative;
  vertical-align: top;
  white-space: nowrap
}

.qodef-blog article .qodef-e-info .qodef-e-info-item:after {
  content: '/';
  position: absolute;
  right: 7px;
  top: 0
}

.qodef-blog article .qodef-e-info .qodef-e-info-item a:not(.qodef-button) {
  color: inherit
}

.qodef-blog article .qodef-e-info .qodef-e-info-item a:not(.qodef-button):hover {
  color: #000001
}

.qodef-blog article .qodef-e-info .qodef-e-info-item:last-child {
  padding-right: 0
}

.qodef-blog article .qodef-e-info .qodef-e-info-item:last-child:after {
  content: ''
}

.qodef-blog article .qodef-e-info.qodef-info--top {
  margin-bottom: 2px
}

.qodef-blog article .qodef-e-info.qodef-info--bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 22px
}

.qodef-blog article .qodef-e-info .qodef-category-separator {
  padding: 0 5px
}

.qodef-blog article .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.qodef-blog article.sticky .qodef-e-title a {
  position: relative;
  text-decoration: underline
}

.qodef-blog article.sticky .qodef-e-title a:after {
  content: '*';
  font-size: 2em;
  position: absolute;
  right: -.5em;
  top: 0
}

.qodef-blog article.has-post-thumbnail .qodef-e-media {
  margin-bottom: 30px
}

.qodef-blog article.format-audio .qodef-e-media-image {
  width: 100%
}

.qodef-blog article.format-audio .qodef-e-media-image img {
  width: 100%
}

.qodef-blog article.format-audio .qodef-e-media-audio {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%
}

.qodef-blog article.format-link .qodef-e-link {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #000;
  padding: 13% 18% 13% 13.5%
}

.qodef-blog article.format-link .qodef-e-link-text {
  color: #fff;
  margin: 0;
  position: relative
}

.qodef-blog article.format-link .qodef-icon-elegant-icons {
  color: #282828;
  font-size: 170px;
  line-height: 1;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.qodef-blog article.format-link .qodef-e-link-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.qodef-blog article.format-quote .qodef-e-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #000;
  padding: 13% 18% 13% 13.5%
}

.qodef-blog article.format-quote .qodef-e-quote:before {
  color: #282828;
  content: '窶�';
  font-size: 670px;
  font-weight: 600;
  height: 246px;
  letter-spacing: -.02em;
  line-height: 1;
  position: absolute;
  right: 16%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.qodef-blog article.format-quote .qodef-e-quote-text {
  color: #fff;
  margin: 0;
  position: relative
}

.qodef-blog article.format-quote .qodef-e-quote-author {
  color: #fff;
  display: block;
  font-size: 17px;
  margin: 20px 0 0;
  position: relative
}

.qodef-blog article.format-quote .qodef-e-quote-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.qodef-blog.qodef-items--fixed article .qodef-e-media, .qodef-blog.qodef-items--fixed article .qodef-e-media-image {
  height: 100%
}

.qodef-blog.qodef--list article {
  margin-bottom: 120px
}

.qodef-blog.qodef--list article .qodef-e-read-more {
  margin-top: 0;
  margin-bottom: 5px
}

.qodef-blog.qodef--list article.format-link {
  margin-bottom: 130px
}

.qodef-blog.qodef--list article.format-quote {
  margin-bottom: 130px
}

.qodef-blog.qodef--single article .qodef-e-info.qodef-info--top {
  margin-bottom: 0
}

.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom {
  margin-top: 30px
}

.qodef-blog.qodef--single article .qodef-e-info-tags {
  margin-left: auto
}

.qodef-blog.qodef--single article .qodef-e-info-tags a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 11px
}

.qodef-blog.qodef--single article .qodef-e-info-tags a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

.qodef-blog.qodef--single article .qodef-e-info-tags a:last-child {
  margin-right: 0
}

.qodef-blog.qodef--single article.format-link .qodef-e-link {
  margin-bottom: 30px
}

.qodef-blog.qodef--single article.format-quote .qodef-e-quote {
  margin-bottom: 30px
}

#qodef-page-comments {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 85px
}

#qodef-page-comments .qodef-page-comments-not-found {
  margin: 0
}

#qodef-page-comments-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 82px
}

#qodef-page-comments-list .qodef-m-title {
  margin: 0 0 50px
}

#qodef-page-comments-list .qodef-m-comments {
  list-style: none;
  margin: 0;
  padding: 0
}

#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child {
  margin-top: 0
}

#qodef-page-comments-list .qodef-comment-item {
  margin: 50px 0 0;
  padding: 0
}

#qodef-page-comments-list .qodef-comment-item .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 89px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
  display: block
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
  margin: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
  margin-top: 3px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
  color: #909090
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
  color: #000
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
  margin: 8px 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
  margin-top: 16px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
  font-family: barlow condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:after {
  content: ' _'
}

.qodef--underscore #qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover:after {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child {
  margin-right: 0
}

#qodef-page-comments-list .qodef-m-pagination {
  margin-top: 50px
}

#qodef-page-comments-form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-comments-form .comment-reply-title {
  margin: 0
}

#qodef-page-comments-form .comment-form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#qodef-page-comments-form .comment-form>p {
  margin: 0
}

#qodef-page-comments-form .comment-form .comment-notes, #qodef-page-comments-form .comment-form .logged-in-as {
  margin: 40px 0 8px;
  width: 100%
}

#qodef-page-comments-form .comment-form .comment-form-comment {
  width: 100%
}

#qodef-page-comments-form .comment-form .form-submit {
  width: 100%
}

#qodef-page-comments-form .comment-form .comment-form-author, #qodef-page-comments-form .comment-form .comment-form-email, #qodef-page-comments-form .comment-form .comment-form-url {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#qodef-page-comments-form .comment-form .comment-form-author, #qodef-page-comments-form .comment-form .comment-form-email {
  padding-right: 15px
}

.qodef-filter--on .qodef-hidden-filter-items {
  position: absolute!important;
  display: none!important;
  height: 0!important;
  line-height: 1!important
}

.qodef-filter--on .qodef-grid-inner {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-loading-spinner {
  bottom: calc(50% - 16px)!important
}

.qodef-m-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 40px
}

.qodef-m-filter .qodef-m-filter-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.qodef-m-filter .qodef-m-filter-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 27px;
  padding: 0 3px 1px;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.1em;
  font-size: 20px;
  line-height: 1em
}

.qodef-m-filter .qodef-m-filter-item.qodef--active, .qodef-m-filter .qodef-m-filter-item:hover {
  background-color: #000;
  color: #fff
}

#qodef-page-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-footer>* {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-footer .widget a {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-page-footer .widget a:hover {
  opacity: .6
}

#qodef-page-footer-top-area {
  padding: 124px 0 40px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid #e1e1e1
}

#qodef-page-footer-top-area .qodef-content-full-width {
  padding: 0 40px
}

#qodef-page-footer-top-area .qodef-grid-item {
  margin-bottom: 70px
}

#qodef-page-footer-bottom-area {
  padding: 44px 0;
  background-color: #282828;
  border-top: 0 solid #e1e1e1
}

#qodef-page-footer-bottom-area .qodef-content-full-width {
  padding: 0 40px
}

@media only screen and (min-width:681px) {
  #qodef-page-footer-bottom-area .qodef-col-num--2 .qodef-grid-item:last-child {
    text-align: right
  }
}

p.has-background {
  padding: 20px 30px
}

.wp-block-audio {
  width: 100%
}

.wp-block-audio audio {
  width: auto
}

.wp-block-audio.alignleft audio, .wp-block-audio.alignright audio {
  max-width: 50%
}

.wp-block-audio.aligncenter audio {
  display: block;
  margin: 0 auto
}

.wp-block-video video {
  width: 100%
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 4px 38px 6px;
  color: #fff;
  background-color: #000;
  border: 2px solid transparent;
  cursor: pointer
}

.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #000001
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #000001;
  background-color: transparent;
  border: 2px solid #000001
}

.wp-block-archives, .wp-block-categories, .wp-block-latest-posts {
  margin: 0;
  padding-left: 0
}

.wp-block-archives ul, .wp-block-categories ul, .wp-block-latest-posts ul {
  padding-left: 0!important
}

.wp-block-archives li, .wp-block-categories li, .wp-block-latest-posts li {
  margin-bottom: 6px;
  list-style-type: none
}

.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-posts li a {
  color: #000;
  text-decoration: none
}

.wp-block-archives li a:hover, .wp-block-categories li a:hover, .wp-block-latest-posts li a:hover {
  color: #000001
}

.wp-block-archives.aligncenter, .wp-block-categories.aligncenter, .wp-block-latest-posts.aligncenter {
  text-align: center
}

.wp-block-categories li ul {
  margin: 4px 0 0;
  padding: 0 0 0 10px;
  list-style-type: none
}

.wp-block-categories li ul li:last-child {
  padding: 4px 0 0
}

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0
}

.wp-block-preformatted {
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word
}

.wp-block-verse {
  font-family: inherit;
  font-size: 22px;
  line-height: 1.8
}

.has-drop-cap:not(:focus):first-letter {
  font-family: inherit;
  font-size: 3.375em;
  line-height: 1;
  font-weight: 700;
  margin: 0 .25em 0 0
}

blockquote.wp-block-pullquote {
  border: none;
  padding: 20px 10% 20px 0;
  position: relative;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto
}

blockquote.wp-block-pullquote:before {
  content: '窶�';
  position: absolute;
  top: -37px;
  right: 14%;
  height: 100%;
  font-size: 400px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #f5f5f5;
  z-index: -1;
  font-family: Hind, sans-serif
}

blockquote.wp-block-pullquote.aligncenter {
  width: 100%
}

blockquote.wp-block-pullquote.alignleft {
  text-align: left;
  max-width: 100%
}

blockquote.wp-block-pullquote.alignright {
  text-align: right;
  max-width: 100%
}

blockquote.wp-block-pullquote p {
  font-family: inherit!important;
  font-size: inherit!important;
  font-weight: inherit!important;
  font-style: inherit!important;
  line-height: inherit!important;
  letter-spacing: inherit!important;
  text-transform: inherit!important;
  color: inherit!important;
  margin: 0
}

.wp-block-pullquote {
  margin: 0
}

.wp-block-pullquote blockquote {
  border: none;
  padding: 20px 10% 20px 0;
  position: relative;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  width: auto;
  text-align: center
}

.wp-block-pullquote blockquote:before {
  content: '窶�';
  position: absolute;
  top: -37px;
  right: 14%;
  height: 100%;
  font-size: 400px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #f5f5f5;
  z-index: -1;
  font-family: Hind, sans-serif
}

.wp-block-pullquote p {
  font-family: inherit!important;
  font-size: inherit!important;
  font-weight: inherit!important;
  font-style: inherit!important;
  line-height: inherit!important;
  letter-spacing: inherit!important;
  text-transform: inherit!important;
  color: inherit!important
}

.wp-block-quote {
  border: none;
  padding: 20px 10% 20px 0;
  position: relative;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

.wp-block-quote:before {
  content: '窶�';
  position: absolute;
  top: -37px;
  right: 14%;
  height: 100%;
  font-size: 400px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #f5f5f5;
  z-index: -1;
  font-family: Hind, sans-serif
}

.wp-block-quote>p {
  font-family: inherit!important;
  font-size: inherit!important;
  font-weight: inherit!important;
  font-style: inherit!important;
  line-height: inherit!important;
  letter-spacing: inherit!important;
  text-transform: inherit!important;
  color: inherit!important;
  margin: 0
}

.wp-block-quote>* {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 1rem 0;
  font-size: 1.6875em!important;
  line-height: 1.6em!important
}

.wp-block-image img {
  display: block
}

.wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
  max-width: 100%
}

.wp-block-image.alignfull {
  left: auto;
  max-width: 100%
}

.wp-block-image.alignfull img {
  width: 100vw
}

.wp-block-cover, .wp-block-cover-image {
  position: relative;
  min-height: 430px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width:768px) {
  .wp-block-cover, .wp-block-cover-image {
    padding: 1rem 10%
  }
}

.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
  font-size: 35px;
  line-height: 1.06em;
  font-size: 28px!important;
  margin-bottom: 0
}

.wp-block-cover-image.aligncenter .wp-block-cover-image-text, .wp-block-cover-image.aligncenter .wp-block-cover-text, .wp-block-cover-image.aligncenter h2, .wp-block-cover.aligncenter .wp-block-cover-image-text, .wp-block-cover.aligncenter .wp-block-cover-text, .wp-block-cover.aligncenter h2 {
  width: 100%;
  z-index: 1;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  width: 100%
}

.wp-block-cover-image.alignfull .wp-block-cover-image-text, .wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-cover-image.alignfull h2, .wp-block-cover.alignfull .wp-block-cover-image-text, .wp-block-cover.alignfull .wp-block-cover-text, .wp-block-cover.alignfull h2 {
  max-width: calc(8 * (100vw/12) - 28px)
}

.wp-block-gallery {
  list-style-type: none;
  padding-left: 0
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px
}

.wp-block-audio figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .wp-block-image figcaption, .wp-block-video figcaption {
  font-size: .71111em;
  font-family: inherit;
  line-height: 1.6;
  margin: 0;
  padding: .5rem;
  text-align: center
}

.wp-block-separator, hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 100px;
  text-align: left
}

.wp-block-separator.is-style-wide, hr.is-style-wide {
  max-width: 100%
}

.wp-block-separator.is-style-dots, hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center
}

.wp-block-separator.is-style-dots:before, hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: .88889em;
  padding-left: .88889em
}

.wp-block-separator+h1:before, .wp-block-separator+h2:before, hr+h1:before, hr+h2:before {
  display: none
}

.wp-block-embed-twitter {
  overflow: hidden
}

.wp-block-embed {
  margin: 0
}

.wp-block-table td, .wp-block-table th {
  border-color: #e1e1e1
}

.wp-block-file {
  font-family: inherit
}

.wp-block-file .wp-block-file__button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 2px 33px 4px;
  color: #fff;
  background-color: #000;
  border: 2px solid transparent;
  cursor: pointer
}

.wp-block-file .wp-block-file__button:hover {
  color: #fff;
  background-color: #000001
}

.wp-block-code {
  border-radius: 0
}

.wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word
}

@media only screen and (min-width:768px) {
  .wp-block-columns .wp-block-column>:first-child {
    margin-top: 0
  }
  .wp-block-columns .wp-block-column>:last-child {
    margin-bottom: 0
  }
  .wp-block-columns[class*=has-]>* {
    margin-right: 1rem
  }
  .wp-block-columns[class*=has-]>:last-child {
    margin-right: 0
  }
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 700
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: 400
}

.wp-block-latest-comments .wp-block-latest-comments__comment, .wp-block-latest-comments .wp-block-latest-comments__comment-date, .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit
}

.has-primary-background-color {
  background-color: #000001
}

.has-primary-background-color a, .has-primary-background-color h1, .has-primary-background-color h2, .has-primary-background-color h3, .has-primary-background-color h4, .has-primary-background-color h5, .has-primary-background-color h6, .has-primary-background-color p {
  color: #fff
}

#qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100px;
  z-index: 100
}

#qodef-page-header .qodef-header-logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  max-height: 100%
}

#qodef-page-header .qodef-header-logo-link img {
  display: block;
  margin: auto;
  width: auto;
  max-height: 100%;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

body:not([class*=boldlab-core]) #qodef-page-header .qodef-header-logo-link img {
  width: 50%
}

#qodef-page-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px
}

.qodef-layout--justified-gallery {
  height: auto!important;
  visibility: hidden;
  margin-bottom: 0!important
}

.qodef-layout--justified-gallery.qodef--justified-gallery-init {
  visibility: visible
}

.qodef-layout--justified-gallery .qodef-grid-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0!important;
  overflow: hidden
}

.qodef-layout--justified-gallery .qodef-grid-item {
  position: absolute;
  width: auto;
  padding: 0!important;
  margin: 0!important;
  overflow: hidden
}

.qodef-layout--justified-gallery .qodef-grid-item img {
  height: auto!important;
  width: auto!important;
  margin: 0!important
}

.qodef-layout--justified-gallery>.jg-filtered {
  display: none
}

#qodef-page-mobile-header {
  position: relative;
  display: none;
  height: 70px;
  z-index: 100
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  max-height: 100%
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
  display: block;
  margin: auto;
  width: auto;
  max-height: 100%;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

#qodef-page-mobile-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0 35px
}

#qodef-mobile-header-opener {
  font-size: 20px;
  margin-left: 20px
}

#qodef-mobile-header-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 10;
  max-height: calc(100vh - 70px);
  overflow-y: scroll
}

#qodef-mobile-header-navigation .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px 0;
}

#qodef-mobile-header-navigation .qodef-m-inner>ul>li>a {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  font-size: 20px;
  padding: 10px 0
}

#qodef-mobile-header-navigation .qodef-m-inner>ul>li>a .qodef-menu-item-inner {
  padding: 0
}

#qodef-mobile-header-navigation .qodef-m-inner>ul>li>a .qodef-menu-item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}

#qodef-mobile-header-navigation .qodef-m-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-inner, #qodef-mobile-header-navigation .qodef-m-inner>ul>li.current-menu-item>a .qodef-menu-item-inner {
  background-color: transparent;
  color: #000
}

#qodef-mobile-header-navigation .qodef-m-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-inner:after, #qodef-mobile-header-navigation .qodef-m-inner>ul>li.current-menu-item>a .qodef-menu-item-inner:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

#qodef-mobile-header-navigation ul {
  padding: 0;
  list-style: none
}

#qodef-mobile-header-navigation ul li {
  margin: 0;
  padding: 0;
  position: relative
}

#qodef-mobile-header-navigation ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 3px 0;
  color: #909090
}

#qodef-mobile-header-navigation ul li a .qodef-menu-item-inner {
  position: relative;
  padding: 0 5px
}

#qodef-mobile-header-navigation ul li.current-menu-ancestor>a .qodef-menu-item-inner, #qodef-mobile-header-navigation ul li.current-menu-item>a .qodef-menu-item-inner {
  background-color: #000001;
  color: #fff
}

#qodef-mobile-header-navigation ul li ul {
  display: none;
  margin: 0;
  padding: 4px 0 0 15px
}

#qodef-mobile-header-navigation ul li ul li.menu-item-has-children .qodef-menu-arrow {
  top: 0
}

body:not([class*=boldlab-core]) #qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  line-height: inherit;
  color: #000
}

.qodef-header-navigation {
  height: 100%
}

.qodef-header-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.qodef-header-navigation ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative
}

.qodef-header-navigation ul li a .qodef-menu-item-inner {
  display: inline-block;
  padding: 0 3px;
  position: relative;
  -webkit-transition: background-size .2s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .2s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1), color .1s;
  vertical-align: top;
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s
}

.qodef-header-navigation ul li a .qodef-menu-item-inner:hover {
  background-size: 100% 100%
}

.qodef-header-navigation ul li a:hover .qodef-menu-item-inner {
  color: #000;
  -webkit-transition: background-size .2s cubic-bezier(.165, .84, .44, 1), color .2s;
  -o-transition: background-size .2s cubic-bezier(.165, .84, .44, 1), color .2s;
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1), color .2s
}

.qodef-header-navigation ul li .qodef-menu-arrow:after {
  color: #fff;
  content: "\f105";
  font-family: 'font awesome 5 free';
  font-size: 19px;
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 3px
}

.qodef-header-navigation ul li.current-menu-ancestor>a .qodef-menu-item-inner, .qodef-header-navigation ul li.current-menu-item>a .qodef-menu-item-inner {
  background-color: #fff;
  color: #000
}

.qodef-header-navigation ul li.qodef-hide-link>a {
  cursor: default
}

.qodef-header-navigation ul li.qodef-hide-link>a .qodef-menu-item-inner {
  background: 0 0;
  color: inherit
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  background-color: #000;
  left: -19px;
  margin: 0;
  opacity: 0;
  padding: 34px 0;
  position: absolute;
  top: 100%;
  -webkit-transition: opacity .3s ease-out, visibility .25s ease;
  -o-transition: opacity .3s ease-out, visibility .25s ease;
  transition: opacity .3s ease-out, visibility .25s ease;
  visibility: hidden;
  width: 260px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
  padding: 3px 34px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 24px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul {
  opacity: 1;
  visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
  left: 100%;
  top: -34px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
  left: auto;
  right: 0;
  text-align: right
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right .qodef-menu-item-inner {
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right .qodef-menu-item-inner:hover {
  background-size: 100% 100%
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
  left: -100%
}

.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul {
  opacity: 1;
  visibility: visible
}

.qodef-header-navigation>ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  white-space: nowrap
}

.qodef-header-navigation>ul>li {
  height: 100%;
  padding: 0 15px
}

.qodef-header-navigation>ul>li:last-child {
  padding-right: 0
}

.qodef-header-navigation>ul>li>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 100%;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-inner {
  background: 0 0;
  padding: 0
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}

.qodef-header-navigation>ul>li>a:hover .qodef-menu-item-inner {
  background-color: transparent;
  color: inherit
}

.qodef-header-navigation>ul>li>a:hover .qodef-menu-item-inner:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.qodef-header-navigation>ul>li>.qodef-menu-arrow {
  display: none
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-inner, .qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-inner {
  background-color: transparent;
  color: inherit
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-inner:after, .qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-inner:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.qodef-m-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0
}

.qodef-m-pagination.qodef--wp .nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.qodef-m-pagination.qodef--wp .page-numbers {
  position: relative;
  margin: 0 19px;
  font-family: barlow condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000
}

.qodef-m-pagination.qodef--wp .page-numbers a {
  color: inherit
}

.qodef-m-pagination.qodef--wp .page-numbers * {
  display: block;
  line-height: inherit
}

.qodef-m-pagination.qodef--wp .page-numbers:first-child {
  margin-left: 0
}

.qodef-m-pagination.qodef--wp .page-numbers:last-child {
  margin-right: 0
}

.qodef-m-pagination.qodef--wp .page-numbers.next, .qodef-m-pagination.qodef--wp .page-numbers.prev {
  position: relative;
  top: 1px;
  font-size: 30px
}

body:not([class*=boldlab-core]) .qodef-m-pagination.qodef--wp .page-numbers.next, body:not([class*=boldlab-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev {
  top: 0;
  font-size: 17px
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
  margin-right: 6px
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
  margin-left: 6px
}

.qodef-m-pagination.qodef--wp .page-numbers.current, .qodef-m-pagination.qodef--wp .page-numbers:hover {
  color: #909090
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-inner {
  padding: 40px 0 23px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
  position: relative;
  margin: 0 19px;
  font-family: barlow condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a {
  color: inherit
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
  margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
  margin-right: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1 {
  margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 30px
}

body:not([class*=boldlab-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next, body:not([class*=boldlab-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  top: 0;
  font-size: 17px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  margin-right: 25px;
  margin-left: -5px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  margin-left: 6px;
  margin-right: -5px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
  color: #909090
}

.qodef-m-pagination.qodef--load-more {
  text-align: center
}

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
  opacity: 1
}

.qodef-m-pagination.qodef--infinite-scroll {
  text-align: center
}

.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  line-height: 1;
  color: #000001;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:before {
  display: block;
  line-height: inherit
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
  opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 16px);
  font-size: 32px;
  line-height: 1;
  color: #000001;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before {
  display: block;
  line-height: inherit
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner {
  opacity: 1;
  z-index: 1
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
  opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner {
  opacity: 1;
  z-index: 1
}

.qodef-single-links {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  position: relative;
  width: 100%
}

.qodef-single-links .qodef-m-single-links-title {
  font-family: barlow condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-right: 10px
}

.qodef-single-links a, .qodef-single-links>span:not(.qodef-m-single-links-title) {
  color: #909090;
  display: inline-block;
  margin-right: 8px;
  padding: 0 3px;
  position: relative;
  vertical-align: top
}

.qodef-single-links a:last-child, .qodef-single-links>span:not(.qodef-m-single-links-title):last-child {
  margin-right: 0
}

.qodef-single-links>span:not(.qodef-m-single-links-title) {
  color: #000001
}

.qodef-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px
}

.qodef-search .qodef-e-search-heading {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px
}

.qodef-search .qodef-e-search-heading .qodef-e-search-heading-title {
  margin: 0 0 20px
}

.qodef-search .qodef-e-search-heading .qodef-e-search-heading-form {
  width: 100%;
  margin: 0
}

.qodef-search .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-search .qodef-e-search-heading .qodef-search-form button, .qodef-search .qodef-e-search-heading .qodef-search-form input {
  height: 50px;
  padding: 10px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 30px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none
}

.qodef-search .qodef-e-search-heading .qodef-search-form input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  color: #909090;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -webkit-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease
}

.qodef-search .qodef-e-search-heading .qodef-search-form input:focus {
  border-color: #000
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::-moz-placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form input:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form input::placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search .qodef-e-search-heading .qodef-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

.qodef-search .qodef-e-search-heading .qodef-search-form button span {
  display: block;
  line-height: inherit
}

.qodef-search .qodef-e-search-heading .qodef-search-form button span:before {
  display: block;
  line-height: inherit
}

.qodef-search .qodef-e-search-heading .qodef-search-form button:hover {
  color: #000001
}

.qodef-search article {
  margin-bottom: 30px
}

.qodef-search article:last-child {
  margin-bottom: 0
}

.qodef-search article .qodef-e-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.qodef-search article .qodef-e-inner>* {
  width: 100%
}

.qodef-search article .qodef-e-inner .qodef-e-image {
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  padding-right: 30px
}

.qodef-search article .qodef-e-inner .qodef-e-title {
  margin: 0
}

.qodef-search article .qodef-e-inner .qodef-e-excerpt {
  margin: 15px 0 0
}

#qodef-page-sidebar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px
}

.qodef-page-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 185px;
  background-color: #f5f5f5
}

.qodef-page-title .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%
}

.qodef-page-title .qodef-m-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.qodef-page-title .qodef-m-title {
  margin: 0
}

#qodef-page-sidebar .widget {
  margin: 0 0 38px
}

#qodef-page-sidebar .widget:last-child {
  margin-bottom: 0!important
}

#qodef-page-sidebar .widget .qodef-widget-title {
  margin: 0 0 19px
}

#qodef-page-sidebar .widget .qodef-widget-title a {
  color: inherit
}

#qodef-page-sidebar .widget .qodef-widget-title a:hover {
  color: #000001
}

#qodef-page-sidebar .widget a {
  color: #909090
}

#qodef-page-sidebar .widget a:hover {
  color: #000001
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
  font-size: 16px
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0
}

#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 10px
}

#qodef-page-sidebar .widget.widget_archive select, #qodef-page-sidebar .widget.widget_categories select, #qodef-page-sidebar .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 45px;
  margin: 7.5px 0 0;
  padding: 10.5px 15px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0
}

#qodef-page-sidebar .widget.widget_archive .select2, #qodef-page-sidebar .widget.widget_categories .select2, #qodef-page-sidebar .widget.widget_text .select2 {
  margin-bottom: 0
}

#qodef-page-sidebar .widget.widget_calendar {
  width: 100%
}

#qodef-page-sidebar .widget.widget_calendar table {
  table-layout: fixed
}

#qodef-page-sidebar .widget.widget_calendar #today {
  color: #fffffe;
  background-color: #000001
}

#qodef-page-sidebar .widget.widget_calendar #today a {
  color: inherit
}

#qodef-page-sidebar .widget.widget_calendar tfoot a {
  color: #909090
}

#qodef-page-sidebar .widget.widget_calendar tfoot a:hover {
  color: #000001
}

#qodef-page-sidebar .widget.widget_text img {
  display: block
}

#qodef-page-sidebar .widget.widget_text h6 {
  margin: 0
}

#qodef-page-sidebar .widget.widget_rss ul li {
  margin-bottom: 25px
}

#qodef-page-sidebar .widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

#qodef-page-sidebar .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.5em
}

#qodef-page-sidebar .widget.widget_rss ul .rssSummary {
  margin-top: 5px
}

#qodef-page-sidebar .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px
}

#qodef-page-sidebar .widget.widget_search .qodef-widget-title {
  margin-bottom: 26.5px
}

#qodef-page-sidebar .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-sidebar .widget.widget_search button, #qodef-page-sidebar .widget.widget_search input {
  height: 45px;
  padding: 10.5px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none
}

#qodef-page-sidebar .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 60px;
  padding-top: 14px;
  font-size: 15px;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  -webkit-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease
}

#qodef-page-sidebar .widget.widget_search input:focus {
  color: #909090;
  background-color: #f5f5f5;
  border-color: transparent
}

#qodef-page-sidebar .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 17px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-page-sidebar .widget.widget_search button span {
  display: block;
  line-height: inherit;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

#qodef-page-sidebar .widget.widget_search button span:before {
  display: block;
  line-height: inherit
}

#qodef-page-sidebar .widget.widget_search button:hover {
  color: #909090
}

#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 16px!important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #909090
}

#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #000001
}

#qodef-page-sidebar .widget.widget_media_image {
  margin-bottom: 0
}

#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 26.5px
}

#qodef-page-sidebar .widget.widget_media_image a, #qodef-page-sidebar .widget.widget_media_image img {
  display: block;
  margin: 0
}

#qodef-top-area .widget {
  margin: 0;
  color: #fff
}

#qodef-top-area .widget:last-child {
  margin-bottom: 0!important
}

#qodef-top-area .widget .qodef-widget-title {
  margin: 0 0 19px;
  color: #fff
}

#qodef-top-area .widget .qodef-widget-title a {
  color: inherit
}

#qodef-top-area .widget .qodef-widget-title a:hover {
  color: #fff
}

#qodef-top-area .widget a {
  color: #fff
}

#qodef-top-area .widget a:hover {
  color: #fff
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 5px;
  font-size: 16px
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 5px;
  margin-left: 5px
}

#qodef-top-area .widget.widget_archive select, #qodef-top-area .widget.widget_categories select, #qodef-top-area .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 45px;
  margin: 7.5px 0 0;
  padding: 10.5px 15px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0
}

#qodef-top-area .widget.widget_archive .select2, #qodef-top-area .widget.widget_categories .select2, #qodef-top-area .widget.widget_text .select2 {
  margin-bottom: 0
}

#qodef-top-area .widget.widget_calendar {
  width: 100%
}

#qodef-top-area .widget.widget_calendar table {
  table-layout: fixed
}

#qodef-top-area .widget.widget_calendar #today {
  color: #000;
  background-color: #fff
}

#qodef-top-area .widget.widget_calendar #today a {
  color: inherit
}

#qodef-top-area .widget.widget_calendar tfoot a {
  color: #fff
}

#qodef-top-area .widget.widget_calendar tfoot a:hover {
  color: #fff
}

#qodef-top-area .widget.widget_text img {
  display: block
}

#qodef-top-area .widget.widget_text h6 {
  color: #fff;
  margin: 0
}

#qodef-top-area .widget.widget_rss ul li {
  margin-bottom: 25px
}

#qodef-top-area .widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

#qodef-top-area .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.5em
}

#qodef-top-area .widget.widget_rss ul .rssSummary {
  margin-top: 5px
}

#qodef-top-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px
}

#qodef-top-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 26.5px
}

#qodef-top-area .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-top-area .widget.widget_search button, #qodef-top-area .widget.widget_search input {
  height: 45px;
  padding: 10.5px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none
}

#qodef-top-area .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 60px;
  padding-top: 14px;
  font-size: 15px;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  -webkit-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease
}

#qodef-top-area .widget.widget_search input:focus {
  color: #909090;
  background-color: #f5f5f5;
  border-color: transparent
}

#qodef-top-area .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-top-area .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-top-area .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-top-area .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-top-area .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1
}

#qodef-top-area .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 17px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-top-area .widget.widget_search button span {
  display: block;
  line-height: inherit;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

#qodef-top-area .widget.widget_search button span:before {
  display: block;
  line-height: inherit
}

#qodef-top-area .widget.widget_search button:hover {
  color: #909090
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 16px!important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #fff
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff
}

#qodef-top-area .widget.widget_media_image {
  margin-bottom: 0
}

#qodef-top-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 26.5px
}

#qodef-top-area .widget.widget_media_image a, #qodef-top-area .widget.widget_media_image img {
  display: block;
  margin: 0
}

#qodef-page-footer .widget {
  margin: 0 0 26px;
  color: #fff
}

#qodef-page-footer .widget:last-child {
  margin-bottom: 0!important
}

#qodef-page-footer .widget .qodef-widget-title {
  margin: 0 0 37px;
  color: #fff
}

#qodef-page-footer .widget .qodef-widget-title a {
  color: inherit
}

#qodef-page-footer .widget .qodef-widget-title a:hover {
  color: #fff
}

#qodef-page-footer .widget a {
  color: #fff
}

#qodef-page-footer .widget a:hover {
  color: #fff
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
  font-size: 16px
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 10px
}

#qodef-page-footer .widget.widget_archive select, #qodef-page-footer .widget.widget_categories select, #qodef-page-footer .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 45px;
  margin: 7.5px 0 0;
  padding: 10.5px 15px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid #fff;
  border-radius: 0;
  outline: 0
}

#qodef-page-footer .widget.widget_archive .select2, #qodef-page-footer .widget.widget_categories .select2, #qodef-page-footer .widget.widget_text .select2 {
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_calendar {
  width: 100%
}

#qodef-page-footer .widget.widget_calendar table {
  table-layout: fixed
}

#qodef-page-footer .widget.widget_calendar #today {
  color: #000;
  background-color: #fff
}

#qodef-page-footer .widget.widget_calendar #today a {
  color: inherit
}

#qodef-page-footer .widget.widget_calendar tfoot a {
  color: #fff
}

#qodef-page-footer .widget.widget_calendar tfoot a:hover {
  color: #fff
}

#qodef-page-footer .widget.widget_text img {
  display: block
}

#qodef-page-footer .widget.widget_text h6 {
  color: #fff;
  margin: 0
}

#qodef-page-footer .widget.widget_rss ul li {
  margin-bottom: 25px
}

#qodef-page-footer .widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.5em
}

#qodef-page-footer .widget.widget_rss ul .rssSummary {
  margin-top: 5px
}

#qodef-page-footer .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px
}

#qodef-page-footer .widget.widget_search .qodef-widget-title {
  margin-bottom: 44.5px
}

#qodef-page-footer .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-footer .widget.widget_search button, #qodef-page-footer .widget.widget_search input {
  height: 45px;
  padding: 10.5px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none
}

#qodef-page-footer .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 60px;
  padding-top: 14px;
  font-size: 15px;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid #fff;
  -webkit-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease
}

#qodef-page-footer .widget.widget_search input:focus {
  color: #909090;
  background-color: #f5f5f5;
  border-color: #000001
}

#qodef-page-footer .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 17px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-page-footer .widget.widget_search button span {
  display: block;
  line-height: inherit;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

#qodef-page-footer .widget.widget_search button span:before {
  display: block;
  line-height: inherit
}

#qodef-page-footer .widget.widget_search button:hover {
  color: #909090
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 16px!important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #fff
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff
}

#qodef-page-footer .widget.widget_media_image {
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 44.5px
}

#qodef-page-footer .widget.widget_media_image a, #qodef-page-footer .widget.widget_media_image img {
  display: block;
  margin: 0
}

#qodef-side-area .widget {
  margin: 0 0 38px;
  color: #fff
}

#qodef-side-area .widget:last-child {
  margin-bottom: 0!important
}

#qodef-side-area .widget .qodef-widget-title {
  margin: 0 0 19px;
  color: #fff
}

#qodef-side-area .widget .qodef-widget-title a {
  color: inherit
}

#qodef-side-area .widget .qodef-widget-title a:hover {
  color: #000001
}

#qodef-side-area .widget a {
  color: #fff
}

#qodef-side-area .widget a:hover {
  color: #000001
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
  font-size: 16px
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 10px
}

#qodef-side-area .widget.widget_archive select, #qodef-side-area .widget.widget_categories select, #qodef-side-area .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 45px;
  margin: 7.5px 0 0;
  padding: 10.5px 15px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0
}

#qodef-side-area .widget.widget_archive .select2, #qodef-side-area .widget.widget_categories .select2, #qodef-side-area .widget.widget_text .select2 {
  margin-bottom: 0
}

#qodef-side-area .widget.widget_calendar {
  width: 100%
}

#qodef-side-area .widget.widget_calendar table {
  table-layout: fixed
}

#qodef-side-area .widget.widget_calendar #today {
  color: #fffffe;
  background-color: #000001
}

#qodef-side-area .widget.widget_calendar #today a {
  color: inherit
}

#qodef-side-area .widget.widget_calendar tfoot a {
  color: #fff
}

#qodef-side-area .widget.widget_calendar tfoot a:hover {
  color: #000001
}

#qodef-side-area .widget.widget_text img {
  display: block
}

#qodef-side-area .widget.widget_text h6 {
  color: #fff;
  margin: 0
}

#qodef-side-area .widget.widget_rss ul li {
  margin-bottom: 25px
}

#qodef-side-area .widget.widget_rss ul li:last-child {
  margin-bottom: 0
}

#qodef-side-area .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.5em
}

#qodef-side-area .widget.widget_rss ul .rssSummary {
  margin-top: 5px
}

#qodef-side-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px
}

#qodef-side-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 26.5px
}

#qodef-side-area .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-side-area .widget.widget_search button, #qodef-side-area .widget.widget_search input {
  height: 45px;
  padding: 10.5px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none
}

#qodef-side-area .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 60px;
  padding-top: 14px;
  font-size: 15px;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  -webkit-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease
}

#qodef-side-area .widget.widget_search input:focus {
  color: #909090;
  background-color: #f5f5f5;
  border-color: transparent
}

#qodef-side-area .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-side-area .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-side-area .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-side-area .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-side-area .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1
}

#qodef-side-area .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 17px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-side-area .widget.widget_search button span {
  display: block;
  line-height: inherit;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

#qodef-side-area .widget.widget_search button span:before {
  display: block;
  line-height: inherit
}

#qodef-side-area .widget.widget_search button:hover {
  color: #909090
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 16px!important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #fff
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #000001
}

#qodef-side-area .widget.widget_media_image {
  margin-bottom: 0
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 26.5px
}

#qodef-side-area .widget.widget_media_image a, #qodef-side-area .widget.widget_media_image img {
  display: block;
  margin: 0 auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none
}

input[type=search]::-ms-clear {
  display: none
}

input[type=text]::-ms-clear {
  display: none
}

@media only screen and (max-width:1024px) {
  .qodef-content-grid {
    width: 768px
  }
}

@media only screen and (max-width:768px) {
  .qodef-content-grid {
    width: 600px
  }
}

@media only screen and (max-width:680px) {
  .qodef-content-grid {
    width: 420px
  }
}

@media only screen and (max-width:480px) {
  .qodef-content-grid {
    width: 300px
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:680px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
}

@media only screen and (max-width:680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
}

@media only screen and (max-width:480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
}

@media only screen and (max-width:480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
}

@media only screen and (max-width:480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
}

@media only screen and (max-width:480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
}

@media only screen and (max-width:480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
}

@media only screen and (max-width:480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%
  }
}

@media only screen and (max-width:680px) {
  #qodef-404-page {
    padding: 110px 40px 200px
  }
}

@media only screen and (max-width:680px) {
  .qodef-blog article .qodef-e-info .qodef-e-info-right {
    margin-top: 15px
  }
  .qodef-blog article .qodef-e-info.qodef-info--bottom {
    display: inline-block
  }
  .qodef-blog article.format-link .qodef-icon-elegant-icons {
    right: 12%;
    font-size: 120px
  }
  .qodef-blog article.format-quote .qodef-e-quote:before {
    right: 19%;
    font-size: 470px
  }
}

@media only screen and (max-width:1024px) {
  #qodef-page-comments {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:768px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 40px
  }
}

@media only screen and (max-width:680px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 0
  }
}

@media only screen and (max-width:480px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    margin-top: 23px
  }
}

@media only screen and (max-width:768px) {
  #qodef-page-comments-form .comment-form .comment-form-author, #qodef-page-comments-form .comment-form .comment-form-email, #qodef-page-comments-form .comment-form .comment-form-url {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 0
  }
}

@media only screen and (max-width:1024px) {
  .qodef-m-filter .qodef-m-filter-item {
    margin: 0 20px
  }
}

@media only screen and (max-width:680px) {
  .qodef-m-filter .qodef-m-filter-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .qodef-m-filter .qodef-m-filter-item {
    margin: 5px
  }
}

@media only screen and (max-width:1024px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 40px
  }
}

@media only screen and (max-width:1024px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 25px
  }
}

@media only screen and (max-width:1024px) {
  #qodef-page-header {
    display: none
  }
}

@media only screen and (max-width:1024px) {
  #qodef-page-mobile-header {
    display: block
  }
}

@-webkit-keyframes qodefBlink {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

@keyframes qodefBlink {
  0%, 100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}

.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0!important
}

.kc-elm.qodef-shortcode .fa, .kc-elm.qodef-shortcode .fas {
  font-family: 'font awesome 5 free';
  font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before, .kc-elm.qodef-shortcode .fas:before {
  font-family: inherit;
  font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
  font-family: 'font awesome 5 brands';
  font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
  font-family: inherit;
  font-weight: inherit
}

.qodef-shortcode .last_toggle_el_margin, .qodef-shortcode .wpb_button, .qodef-shortcode .wpb_content_element, .qodef-shortcode .wpb_row, .qodef-shortcode ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0!important
}

#qodef-back-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 16px;
  bottom: 13px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000
}

#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background-color: #000001;
  border: 2px solid #000001;
  overflow: hidden;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  -o-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease
}

#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
  color: #000001;
  background-color: #fff
}

#qodef-back-to-top.qodef-back-to-top--off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .15s ease, visibility 0s .15s;
  -o-transition: opacity .15s ease, visibility 0s .15s;
  transition: opacity .15s ease, visibility 0s .15s
}

#qodef-back-to-top.qodef-back-to-top--on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.qodef-blog.qodef-item-layout--metro {
  margin: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info .qodef-e-info-item a:not(.qodef-button) {
  color: inherit
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image {
  position: relative
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
  margin-bottom: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .12)
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 40px 35px
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
  position: relative;
  z-index: 3
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title {
  color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
  color: inherit
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info>* {
  color: #fff
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
  margin-bottom: 0
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
  z-index: 2
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-inner:after {
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  content: '\45';
  font-family: ElegantIcons;
  font-size: 72px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  border: 3px solid #fff
}

.qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after {
  content: '\e006'
}

.qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-inner:after {
  content: '\45'
}

.qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after {
  content: '\e027'
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
  padding: 83px 68px
}

.qodef-blog.qodef-item-layout--metro article.format-link .qodef-icon-elegant-icons {
  right: 84px;
  font-size: 144px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
  padding: 83px 68px 87px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote:before {
  right: 84px;
  height: 215px;
  font-size: 582px
}

.qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote-author {
  margin: 20px 0 4px
}

.qodef-blog.qodef-item-layout--metro article:not(.format-link):not(.format-quote) .qodef-e-media-image {
  overflow: hidden
}

.qodef-blog.qodef-item-layout--metro article:not(.format-link):not(.format-quote) .qodef-e-media-image.qodef--background {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.qodef-blog.qodef-item-layout--metro article:not(.format-link):not(.format-quote):hover .qodef--background {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom {
  margin-top: 5px;
  margin-bottom: 13px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title-link {
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: -o-linear-gradient(#000, #000);
  background-image: linear-gradient(#000, #000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  padding-right: 5px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title-link:hover {
  background-size: 100% 100%
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title-link:hover {
  color: #fff;
  -webkit-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
  -o-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
  transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s
}

.qodef-blog.qodef-item-layout--minimal.qodef--with-animation .qodef-e {
  visibility: hidden
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  margin: 0 20px 0 0
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image:hover~.qodef-e-content .qodef-e-title-link {
  color: #fff;
  background-size: 100% 100%;
  -webkit-transition: background-size .35s cubic-bezier(.165, .84, .44, 1), color .25s;
  -o-transition: background-size .35s cubic-bezier(.165, .84, .44, 1), color .25s;
  transition: background-size .35s cubic-bezier(.165, .84, .44, 1), color .25s
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
  margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title-link {
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: -o-linear-gradient(#000, #000);
  background-image: linear-gradient(#000, #000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title-link:hover {
  background-size: 100% 100%
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title-link:hover {
  color: #fff;
  -webkit-transition: background-size .35s cubic-bezier(.165, .84, .44, 1), color .25s;
  -o-transition: background-size .35s cubic-bezier(.165, .84, .44, 1), color .25s;
  transition: background-size .35s cubic-bezier(.165, .84, .44, 1), color .25s
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
  margin-bottom: 40px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
  margin-bottom: 50px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
  margin-bottom: 50px
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-link .qodef-e-link {
  padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-link .qodef-icon-elegant-icons {
  right: 40px;
  font-size: 140px
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-quote .qodef-e-quote {
  padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-quote .qodef-e-quote:before {
  right: 40px;
  height: 196px;
  font-size: 540px
}

#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 38px
}

#qodef-author-info .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#qodef-author-info .qodef-m-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px
}

#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
  display: block
}

#qodef-author-info .qodef-m-author {
  margin: 0
}

#qodef-author-info .qodef-m-author a {
  color: #000
}

#qodef-author-info .qodef-m-author a:hover {
  color: #909090
}

#qodef-author-info .qodef-m-email {
  margin: 5px 0 0
}

#qodef-author-info .qodef-m-description {
  margin: 17px 0 0
}

#qodef-author-info .qodef-m-social-icons {
  margin-top: 18px
}

#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px
}

#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0
}

#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px
}

#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 88px 0 0
}

#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-single-post-navigation .qodef-m-nav:hover {
  color: #909090
}

#qodef-single-post-navigation .qodef-m-nav>* {
  display: block;
  line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: -10px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-elegant-icons {
  margin-right: 4px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  right: -10px;
  margin-left: auto;
  text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons {
  margin-left: 4px
}

#qodef-single-post-navigation .qodef-icon-elegant-icons {
  font-size: 30px
}

#qodef-single-post-navigation .qodef-m-nav-label {
  font-family: barlow condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  color: inherit
}

.qodef-contact-form-7 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-contact-form-7 .ajax-loader {
  position: absolute;
  right: -10px
}

.qodef-fullscreen-menu-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.qodef-fullscreen-menu-opener .qodef-open-icon {
  position: relative;
  visibility: visible
}

.qodef-fullscreen-menu-opener .qodef-close-icon {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack {
  font-size: 35px
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack * {
  display: inline-block;
  line-height: inherit
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack :before {
  display: inline-block;
  line-height: inherit
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span {
  position: relative
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span>* {
  vertical-align: middle
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span path, .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path span>* {
  fill: currentColor;
  stroke: currentColor
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
  line-height: 1
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-lines {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-lines {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-lines .qodef-line {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: top .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, -webkit-transform .3s ease;
  -o-transition: top .3s ease, transform .3s ease;
  transition: top .3s ease, transform .3s ease;
  transition: top .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-lines .qodef-line.qodef-line-1 {
  top: 8px
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-lines .qodef-line.qodef-line-2 {
  top: 18px
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover .qodef-line-1 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px)
}

.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined:hover .qodef-line-2 {
  -webkit-transform: translateY(-5px) rotate(-90deg);
  -ms-transform: translateY(-5px) rotate(-90deg);
  transform: translateY(-5px) rotate(-90deg)
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header #qodef-page-header-inner .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-line {
  background-color: #fff
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header #qodef-page-header-inner .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack .qodef-side-area-opener-icon {
  color: #fff
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header #qodef-page-header-inner .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path .qodef-side-menu-icon path, .qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header #qodef-page-header-inner .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path .qodef-side-menu-icon>* {
  fill: #fff;
  stroke: #fff
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header #qodef-page-header-inner .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-line {
  background-color: #000
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header #qodef-page-header-inner .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--icon-pack .qodef-side-area-opener-icon {
  color: #000
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header #qodef-page-header-inner .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path .qodef-side-menu-icon path, .qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header #qodef-page-header-inner .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--svg-path .qodef-side-menu-icon>* {
  fill: #000;
  stroke: #000
}

.qodef-fullscreen-menu-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden!important;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background-color: #000
}

.qodef-fullscreen-menu-holder .qodef-fullscreen-menu-holder-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.qodef-fullscreen-menu-holder .qodef-content-grid {
  height: 100%
}

.qodef-fullscreen-menu-holder .qodef-content-grid nav.qodef-fullscreen-menu {
  width: 100%
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  padding-left: 8%
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li {
  margin: 0;
  padding: 0;
  text-align: left
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 1.1em;
  margin: 12px 0;
  -webkit-transition: color .25s ease, background-color .25s ease;
  -o-transition: color .25s ease, background-color .25s ease;
  transition: color .25s ease, background-color .25s ease
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a>.qodef-menu-item-inner {
  color: #fff;
  padding: 0 9px;
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a>.qodef-menu-item-inner:hover {
  background-size: 100% 100%
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a:hover {
  color: #000
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a:hover>.qodef-menu-item-inner {
  color: #000
}

@media only screen and (max-width:1024px) {
  .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
    font-size: 35px
  }
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li.current-menu-ancestor>a>.qodef-menu-item-inner, .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li.current-menu-item>a>.qodef-menu-item-inner {
  background-color: #fff;
  color: #000
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul {
  padding: 15px 0 0
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul.sub-menu {
  display: none
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 21px;
  font-family: Hind, sans-serif;
  font-weight: 300;
  text-transform: none;
  margin: 5px 0
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li ul li a {
  font-size: 16px
}

.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li:last-child ul:last-child {
  padding-bottom: 0
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-open-icon {
  visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-close-icon {
  visibility: visible
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
  color: #fff
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-line-1 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px)
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined .qodef-line-2 {
  -webkit-transform: translateY(-5px) rotate(-90deg);
  -ms-transform: translateY(-5px) rotate(-90deg);
  transform: translateY(-5px) rotate(-90deg)
}

.qodef-fullscreen-menu--opened #qodef-page-header, .qodef-fullscreen-menu--opened #qodef-page-mobile-header {
  visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener, .qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer, .qodef-fullscreen-menu--opened .qodef-header-logo-link, .qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
  visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 0
}

@-webkit-keyframes fullscreen-fade-out {
  0% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes fullscreen-fade-out {
  0% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: hidden
  }
}

@-webkit-keyframes fullscreen-fade-in {
  0% {
    opacity: 0;
    visibility: hidden
  }
  100% {
    opacity: 1;
    visibility: visible
  }
}

@keyframes fullscreen-fade-in {
  0% {
    opacity: 0;
    visibility: hidden
  }
  100% {
    opacity: 1;
    visibility: visible
  }
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-holder {
  -webkit-animation: fullscreen-fade-in .25s linear both;
  animation: fullscreen-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-holder {
  -webkit-animation: fullscreen-fade-out .25s linear both;
  animation: fullscreen-fade-out .25s linear both
}

#qodef-page-header .qodef-widget-holder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 0 0 30px
}

#qodef-page-header #qodef-page-header-inner.qodef-content-grid {
  padding: 0
}

.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-navigation>ul>li>a {
  color: #fff
}

.qodef-header--dark #qodef-page-header #qodef-page-header-inner .qodef-header-navigation>ul>li>a {
  color: #000
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark, #qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

#qodef-page-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto
}

.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link .qodef--light {
  opacity: 1
}

.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link .qodef--dark, .qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link .qodef--main {
  opacity: 0
}

.qodef-header--dark #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link .qodef--dark {
  opacity: 1
}

.qodef-header--dark #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link .qodef--light, .qodef-header--dark #qodef-page-header #qodef-page-header-inner .qodef-header-logo-link .qodef--main {
  opacity: 0
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  margin-right: 30px
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
  margin-left: 20px
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-widget-holder {
  margin-left: auto
}

.qodef-header--vertical #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 420px;
  height: 100%;
  background-color: #fff;
  z-index: 100
}

.qodef-header--vertical #qodef-page-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 80px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-header-navigation ul {
  display: block
}

.qodef-header--vertical #qodef-page-header-inner .qodef-header-navigation ul>li {
  margin: 0
}

.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder {
  display: block
}

.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder .widget a:hover {
  opacity: .6
}

.qodef-header--vertical.admin-bar #qodef-page-header {
  top: 32px;
  height: calc(100% - 32px)
}

.qodef-header--vertical #qodef-page-footer, .qodef-header--vertical #qodef-page-outer {
  padding-left: 420px
}

.qodef-header--vertical .qodef-header-vertical-navigation {
  margin: 30px 0;
  padding: 0;
  z-index: 100;
  width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li {
  position: relative;
  padding: 0;
  margin: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-inner {
  padding: 0 3px;
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000001), to(#000001));
  background-image: -o-linear-gradient(#000001, #000001);
  background-image: linear-gradient(#000001, #000001);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -webkit-transition: background-size .2s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .2s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1), color .1s
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-inner:hover {
  background-size: 100% 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a:hover .qodef-menu-item-inner {
  color: #fff;
  background-size: 100% 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a:hover .qodef-menu-arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px;
  vertical-align: middle
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.current-menu-ancestor>a .qodef-menu-item-inner, .qodef-header--vertical .qodef-header-vertical-navigation ul li.current-menu-item>a .qodef-menu-item-inner, .qodef-header--vertical .qodef-header-vertical-navigation ul li.current_page_item>a .qodef-menu-item-inner {
  background-color: #000001;
  color: #fff
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef-hide-link>a {
  cursor: default
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef-hide-link>a .qodef-menu-item-inner {
  background-color: transparent;
  color: inherit
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li ul {
  padding: 7px 0 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li ul li {
  padding: 3px 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
  font-family: barlow condensed, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-inner {
  padding: 0;
  position: relative;
  background: 0 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover .qodef-menu-item-inner {
  background-color: transparent;
  color: inherit
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover .qodef-menu-item-inner:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-inner, .qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a .qodef-menu-item-inner {
  background-color: transparent;
  color: inherit
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-inner:after, .qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a .qodef-menu-item-inner:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.qodef-hide-link>a .qodef-menu-item-inner:after {
  opacity: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
  display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
  position: absolute;
  top: 0;
  width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
  position: absolute;
  top: -23px;
  left: calc(100% + 40px);
  width: 254px;
  background-color: #fff;
  padding: 25px 20px;
  margin-left: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul * {
  visibility: inherit;
  -webkit-transition: visibility .2s ease;
  -o-transition: visibility .2s ease;
  transition: visibility .2s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 900
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
  top: -25px;
  left: calc(100% + 20px);
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.qodef-header--fixed-display #qodef-page-header, .qodef-header--fixed-display #qodef-top-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.qodef-header--fixed-display.admin-bar #qodef-page-header, .qodef-header--fixed-display.admin-bar #qodef-top-area {
  top: 32px
}

.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: top .5s ease, -webkit-transform .5s ease;
  transition: top .5s ease, -webkit-transform .5s ease;
  -o-transition: transform .5s ease, top .5s ease;
  transition: transform .5s ease, top .5s ease;
  transition: transform .5s ease, top .5s ease, -webkit-transform .5s ease;
  z-index: 100;
  -webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04);
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04)
}

.qodef-header-sticky .qodef-header-sticky-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%
}

.qodef-header-standard--right .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-logo-link {
  margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky .qodef-header-sticky-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-navigation {
  margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky .qodef-header-sticky-inner .qodef-widget-holder {
  margin-left: auto
}

.qodef-header--sticky-display .qodef-header-sticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
  top: 32px
}

#qodef-top-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  padding: 0 40px;
  background-color: #000;
  z-index: 101
}

#qodef-top-area .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1
}

#qodef-top-area .widget a {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-top-area .widget a:hover {
  opacity: .6
}

#qodef-top-area .widget .textwidget>* {
  margin: 0
}

.qodef-instagram-list #sb_instagram {
  padding: 7px 0 0
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
  background-image: none!important;
  height: auto!important;
  opacity: 1!important;
  overflow: hidden
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img {
  display: inline-block!important;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0
}

.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images {
  float: none;
  padding: 0!important;
  width: auto;
  margin: 0
}

.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
  padding: 0!important;
  margin: 0!important
}

.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px
}

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images {
  float: none;
  padding: 0!important;
  width: auto;
  margin: 0 -5px
}

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
  padding: 0 5px!important;
  margin: 0 0 10px!important
}

.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px
}

.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images {
  float: none;
  padding: 0!important;
  width: auto;
  margin: 0 -10px
}

.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
  padding: 0 10px!important;
  margin: 0 0 20px!important
}

.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px
}

.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images {
  float: none;
  padding: 0!important;
  width: auto;
  margin: 0 -15px
}

.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
  padding: 0 15px!important;
  margin: 0 0 30px!important
}

.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px
}

.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images {
  float: none;
  padding: 0!important;
  width: auto;
  margin: 0 -20px
}

.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
  padding: 0 20px!important;
  margin: 0 0 40px!important
}

.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
  float: none;
  padding: 0!important;
  width: auto;
  margin: 0 -25px
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
  padding: 0 25px!important;
  margin: 0 0 50px!important
}

.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px
}

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images {
  float: none;
  padding: 0!important;
  width: auto;
  margin: 0 -40px
}

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
  padding: 0 40px!important;
  margin: 0 0 80px!important
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

#qodef-page-mobile-header {
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
  -webkit-transition: top .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, top .3s ease;
  transition: transform .3s ease, top .3s ease;
  transition: transform .3s ease, top .3s ease, -webkit-transform .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  top: 46px
}

#qodef-mobile-header-navigation ul li .qodef-menu-arrow {
  display: none
}

#qodef-mobile-header-navigation ul li.qodef-hide-link>a {
  cursor: default
}

#qodef-mobile-header-navigation ul li.menu-item-has-children>.qodef-menu-arrow {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 19px;
  color: #000;
  line-height: 28px
}

#qodef-mobile-header-navigation ul li.menu-item-has-children>.qodef-menu-arrow:after {
  color: inherit;
  display: block;
  line-height: inherit;
  content: "\f105";
  font-family: 'font awesome 5 free';
  font-weight: 900;
  font-style: normal;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center
}

#qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened>.qodef-menu-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.qodef-mobile-header--minimal #qodef-page-mobile-header #qodef-page-mobile-header-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-fullscreen-menu-opener {
  margin-left: 20px
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 0
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-mobile-header-opener {
  line-height: 1
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-mobile-header-opener .qodef-lines {
  position: relative;
  display: block;
  width: 30px;
  height: 30px
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-mobile-header-opener .qodef-lines .qodef-line {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: top .3s ease, -webkit-transform .3s ease;
  transition: top .3s ease, -webkit-transform .3s ease;
  -o-transition: top .3s ease, transform .3s ease;
  transition: top .3s ease, transform .3s ease;
  transition: top .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-1 {
  top: 8px
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-2 {
  top: 18px
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-mobile-header-opener.qodef--opened .qodef-lines .qodef-line.qodef-line-1 {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-mobile-header-opener.qodef--opened .qodef-lines .qodef-line.qodef-line-2 {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.qodef-header-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px;
  vertical-align: middle
}

.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
  background-color: #000;
  -webkit-transition: opacity .3s ease-out, visibility .25s ease;
  -o-transition: opacity .3s ease-out, visibility .25s ease;
  transition: opacity .3s ease-out, visibility .25s ease
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20
}

.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  width: 100vw
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner {
  padding: 0 40px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner.qodef-content-grid {
  padding: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul {
  margin-top: 13px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li {
  padding: 3px 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li a {
  font-size: 15px;
  line-height: 24px;
  color: #fff
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li .qodef-menu-arrow {
  display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 48px 0 44px;
  margin: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a {
  font-family: barlow condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
  left: auto;
  right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right .qodef-menu-arrow {
  left: 0;
  top: 30px;
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
  opacity: 1;
  visibility: visible
}

.qodef-parallax {
  position: relative;
  width: 100vw;
  overflow: hidden
}

.qodef-parallax:not(.qodef-page-title) {
  height: 100vh
}

.qodef-parallax-img-holder {
  position: absolute;
  top: -50%;
  height: 150%;
  left: 0;
  width: 100%;
  background: #030303
}

.touchevents .qodef-parallax-img-holder {
  top: 0;
  height: 100%
}

.qodef-parallax-content-holder {
  position: relative;
  z-index: 99
}

.qodef-parallax-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform
}

.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.touchevents .qodef-parallax-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img, .qodef-browser--ms-explorer .qodef-parallax-img {
  height: 100%
}

.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-clients-list.qodef-hover-animation--inverse-fade:not(.qodef-swiper-container) .qodef-e {
  visibility: hidden
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
  display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
  display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
  opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
  opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--inverse-fade .qodef-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--inverse-fade .qodef-e .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--inverse-fade .qodef-e .qodef-e-image a {
  display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--inverse-fade .qodef-e .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
  display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--inverse-fade .qodef-e .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out
}

.single-portfolio .qodef-page-content-section.qodef-grid-item {
  margin: 0!important
}

.qodef-portfolio-single-item .qodef-portfolio-title {
  margin: 0 0 15px
}

.qodef-portfolio-single-item .qodef-portfolio-info .qodef-e {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px
}

.qodef-portfolio-single-item .qodef-portfolio-info .qodef-e:last-child {
  margin-bottom: -7px
}

.qodef-portfolio-single-item .qodef-portfolio-info h5 {
  margin: 0 0 5px
}

.qodef-portfolio-single-item .qodef-portfolio-info a, .qodef-portfolio-single-item .qodef-portfolio-info p {
  color: #909090;
  margin: 0
}

.qodef-portfolio-single-item .qodef-portfolio-info a:not(.qodef-share-link), .qodef-portfolio-single-item .qodef-portfolio-info p:not(.qodef-share-link) {
  font-size: 17px
}

.qodef-portfolio-single-item .qodef-portfolio-info a:hover {
  color: #000
}

.qodef-portfolio-single-item .qodef-portfolio-info .qodef-share-link {
  color: #000;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-portfolio-single-item .qodef-portfolio-info .qodef-share-link:hover {
  opacity: .6
}

.qodef-portfolio-single-item .qodef-portofolio-categories .qodef-portfolio-category:after {
  content: "/";
  margin: 0 3px 0 1px
}

.qodef-portfolio-single-item .qodef-portofolio-categories .qodef-portfolio-category:last-child:after {
  display: none
}

.qodef-portfolio-list .qodef-e-image {
  height: 100%;
  overflow: hidden
}

.qodef-portfolio-list .qodef-e-media-image {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-portfolio-list .qodef-e-media-image a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-portfolio-list .qodef-e-media-image a img {
  display: block;
  width: 100%
}

.qodef-portfolio-list.qodef-layout--masonry .qodef-e-media-image a, .qodef-portfolio-list.qodef-layout--masonry .qodef-e-media-image img {
  height: 100%
}

.qodef-portfolio-list .qodef--load-more {
  line-height: 0
}

.qodef-portfolio-list .qodef--load-more a {
  margin: 25px auto 66px
}

.qodef-portfolio-list .qodef-loading-spinner {
  bottom: 75px!important
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-image {
  margin-bottom: 25px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a {
  font-size: 16px;
  color: #909090
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
  margin-bottom: 11px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title {
  margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-image {
  overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-inner {
  position: relative
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-image img {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
  position: absolute;
  bottom: 10%;
  left: 4%
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content .qodef-e-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content .qodef-e-content-inner>a {
  font-size: 18px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  margin-top: 8px
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content .qodef-e-content-inner>a:after {
  content: ' _'
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content .qodef-e-content-inner>a:hover:after {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content .qodef-e-content-inner * {
  color: #fff;
  z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content .qodef-e-content-inner .qodef-e-title {
  margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
  display: none
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
  overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.qodef-follow-info-holder {
  left: 50%;
  pointer-events: none;
  position: fixed;
  top: 50%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  visibility: hidden;
  z-index: 9999
}

.qodef-follow-info-holder.qodef-right {
  text-align: right;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.qodef-follow-info-holder .qodef-follow-info-inner {
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.qodef-follow-info-holder .qodef-follow-info-title {
  background-color: #000001;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  color: #fff;
  display: inline-block;
  margin-top: 4px;
  padding: 3px 5px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 8
}

.qodef-follow-info-holder .qodef-follow-info-title .qodef-e-title {
  margin: 0
}

.qodef-follow-info-holder .qodef-follow-info-category {
  background-color: #000001;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  padding: 0 4px;
  white-space: nowrap;
  z-index: 9
}

.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after {
  content: '/';
  margin: 0 2px 0 3px
}

.qodef-follow-info-holder a {
  color: #fff
}

.qodef-follow-info-holder.qodef-is-active {
  visibility: visible
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category, .qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0)
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
  -webkit-transition: .5s cubic-bezier(.165, .84, .44, 1) .25s;
  -o-transition: .5s cubic-bezier(.165, .84, .44, 1) .25s;
  transition: .5s cubic-bezier(.165, .84, .44, 1) .25s
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
  -webkit-transition: .5s cubic-bezier(.165, .84, .44, 1);
  -o-transition: .5s cubic-bezier(.165, .84, .44, 1);
  transition: .5s cubic-bezier(.165, .84, .44, 1)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef--with-animation .qodef-e-inner {
  pointer-events: none;
  visibility: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-inner {
  position: relative
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-image img {
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner>a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner * {
  color: #fff;
  z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-title {
  margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-info-category {
  display: inline-block;
  line-height: 21px;
  margin-bottom: 3px;
  vertical-align: middle
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-info-category a {
  font-size: 16px
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-inner {
  overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-content {
  display: none;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: inherit
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-image {
  overflow: hidden
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-wrapper {
  -webkit-transform: translate3d(-40px, 0, 0) skewX(-15deg);
  transform: translate3d(-40px, 0, 0) skewX(-15deg);
  -webkit-transition: -webkit-transform 0s .3s;
  transition: -webkit-transform 0s .3s;
  -o-transition: transform 0s .3s;
  transition: transform 0s .3s;
  transition: transform 0s .3s, -webkit-transform 0s .3s
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
  opacity: 1
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover img {
  -webkit-transform: translateX(5%) skewX(2deg);
  -ms-transform: translateX(5%) skewX(2deg);
  transform: translateX(5%) skewX(2deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 123px 0 5px
}

#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#qodef-single-portfolio-navigation .qodef-m-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-single-portfolio-navigation .qodef-m-nav:hover {
  color: #909090
}

#qodef-single-portfolio-navigation .qodef-m-nav>* {
  display: block;
  line-height: inherit
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
  left: -10px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-icon-elegant-icons {
  margin-right: 4px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  right: -10px;
  text-align: right;
  margin-left: auto
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons {
  margin-left: 4px
}

#qodef-single-portfolio-navigation .qodef-icon-elegant-icons {
  font-size: 30px
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: barlow condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  color: inherit
}

.qodef-porfolio-single-layout--gallery-big .qodef-portfolio-single-item .qodef-media {
  margin-bottom: 57px
}

.qodef-porfolio-single-layout--gallery-big .qodef-portfolio-single-item .qodef-portfolio-info {
  margin-top: 9px!important
}

.qodef-porfolio-single-layout--gallery-small .qodef-portfolio-single-item .qodef-portfolio-info {
  margin-top: 48px!important
}

.qodef-porfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-media {
  margin-bottom: 50px;
  display: inline-block
}

.qodef-porfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-media .qodef-popup-item {
  display: block;
  margin-bottom: 10px
}

.qodef-porfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-media .qodef-popup-item:last-child {
  margin-bottom: 0
}

.qodef-porfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-portfolio-info {
  margin-top: 9px!important
}

.qodef-porfolio-single-layout--images-small .qodef-portfolio-single-item .qodef-media .qodef-popup-item {
  display: block;
  margin-bottom: 10px
}

.qodef-porfolio-single-layout--images-small .qodef-portfolio-single-item .qodef-media .qodef-popup-item:last-child {
  margin-bottom: 0
}

.qodef-porfolio-single-layout--images-small .qodef-portfolio-single-item .qodef-portfolio-info {
  margin-top: 48px!important
}

.qodef-porfolio-single-layout--masonry-big .qodef-portfolio-single-item .qodef-media {
  margin-bottom: 57px
}

.qodef-porfolio-single-layout--masonry-big .qodef-portfolio-single-item .qodef-portfolio-info {
  margin-top: 9px!important
}

.qodef-porfolio-single-layout--masonry-small .qodef-portfolio-single-item .qodef-portfolio-info {
  margin-top: 48px!important
}

.qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide {
  width: auto
}

.qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-pagination .swiper-pagination-bullet:after {
  background-color: #fff
}

.qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-portfolio-info {
  margin-top: 9px!important
}

.qodef-team-list .qodef-e .qodef-e-content .qodef-e-role {
  margin: 0
}

.qodef-team-list .qodef-e .qodef-e-content .qodef-e-title {
  margin: 2px 0 13px
}

.qodef-team-list .qodef-e .qodef-e-content .qodef-team-member-social-icons {
  margin: 0
}

.qodef-team-list .qodef-e .qodef-e-content .qodef-team-member-social-icon {
  font-size: 25px;
  margin-right: 14px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.qodef-team-list .qodef-e .qodef-e-content .qodef-team-member-social-icon:last-child {
  margin-right: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-content {
  padding: 17px 0 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-content .qodef-e-role {
  margin: 0 0 3px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-content .qodef-e-title {
  margin: 0 0 16px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-content .qodef-team-member-social-icon {
  font-size: 18px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-content .qodef-team-member-social-icon {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e .qodef-e-content .qodef-team-member-social-icon:hover {
  opacity: .6
}

.qodef-team-list.qodef-item-layout--info-below.qodef--with-animation .qodef-e {
  visibility: hidden
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e .qodef-e-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: -1;
  width: 100%
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e .qodef-e-content .qodef-e-title {
  margin: 0 0 19px
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e .qodef-e-image {
  overflow: hidden
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e .qodef-e-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e .qodef-e-content-inner {
  -webkit-transform: translate3d(-40px, 0, 0) skewX(-15deg);
  transform: translate3d(-40px, 0, 0) skewX(-15deg);
  -webkit-transition: -webkit-transform 0s .3s;
  transition: -webkit-transform 0s .3s;
  -o-transition: transform 0s .3s;
  transition: transform 0s .3s;
  transition: transform 0s .3s, -webkit-transform 0s .3s
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e:hover .qodef-e-content {
  opacity: 1;
  z-index: 1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e:hover .qodef-e-content-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e:hover img {
  -webkit-transform: translateX(5%) skewX(2deg);
  -ms-transform: translateX(5%) skewX(2deg);
  transform: translateX(5%) skewX(2deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-team-member-social-icon {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-team-member-social-icon:hover {
  opacity: .6
}

.qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 40px
}

.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 25px
}

.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
  margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-author {
  margin: 0
}

.qodef-testimonials-list .swiper-pagination-bullets {
  text-align: left;
  bottom: 0!important
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author, .qodef-testimonials-list.qodef-skin--light .qodef-e-text, .qodef-testimonials-list.qodef-skin--light .qodef-e-title {
  color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:after {
  background-color: #fff
}

@-webkit-keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0
  }
}

@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0
  }
}

@-webkit-keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100
  }
}

@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100
  }
}

.qodef-search-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.qodef-covers-search--fadeout .qodef-search-cover {
  -webkit-animation: cover_search_fade_out .3s ease both;
  animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover {
  -webkit-animation: cover_search_fade_in .3s ease both;
  animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover {
  display: none
}

.qodef-search-cover .qodef-form-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.qodef-search-cover input[type=text] {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 90%;
  padding: 0 0 2px 47px;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000001;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  outline-offset: 0
}

.qodef-search-cover input[type=text]:focus {
  color: #000001
}

.qodef-search-cover input[type=text]::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search-cover input[type=text]::-moz-placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search-cover input[type=text]:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search-cover input[type=text]::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search-cover input[type=text]::placeholder {
  color: inherit;
  opacity: 1
}

.qodef-search-cover input[type=submit] {
  position: absolute;
  height: 1px;
  width: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  visibility: hidden
}

.qodef-search-cover .qodef-search-close {
  position: absolute;
  top: 51%;
  right: 40px;
  display: inline-block;
  vertical-align: middle;
  color: #000001;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.qodef-search-cover .qodef-search-close:hover {
  color: #000001
}

.qodef-search-cover .qodef-search-close.qodef-search-close--icon-pack {
  font-size: 30px;
  line-height: 1em
}

.qodef-search-cover .qodef-search-close.qodef-search-close--icon-pack * {
  display: block;
  line-height: inherit
}

.qodef-search-cover .qodef-search-close.qodef-search-close--icon-pack :before {
  display: block;
  line-height: inherit
}

.qodef-search-cover .qodef-search-close.qodef-search-close--svg-path>* {
  vertical-align: middle
}

.qodef-search-cover .qodef-search-close.qodef-search-close--svg-path path, .qodef-search-cover .qodef-search-close.qodef-search-close--svg-path>* {
  fill: currentColor;
  stroke: currentColor
}

.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, .98);
  z-index: 100
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-inner {
  width: 100%
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-form {
  position: relative;
  width: 60%;
  margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-fullscreen-search-form .qodef-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-fullscreen-search-form .qodef-line {
  width: 100%;
  -webkit-transition: width .5s ease .6s;
  -o-transition: width .5s ease .6s;
  transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-field-holder {
  display: block;
  position: relative
}

.qodef-fullscreen-search-holder .qodef-search-field {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 25px;
  color: #000;
  line-height: 2em;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.qodef-fullscreen-search-holder .qodef-search-submit {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
  color: #909090;
  background-color: transparent;
  border: none;
  outline: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.qodef-fullscreen-search-holder .qodef-search-submit:hover {
  color: #000
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-search-submit {
  opacity: 1;
  bottom: 10px;
  -webkit-transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
  -o-transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
  transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit--icon-pack {
  font-size: 18px;
  line-height: 1em
}

.qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit--svg-path path, .qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit--svg-path>* {
  fill: currentColor;
  stroke: currentColor
}

.qodef-fullscreen-search-holder .qodef-search-close {
  position: absolute;
  top: 33px;
  right: 70px;
  color: #909090;
  opacity: 0;
  visibility: hidden;
  z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-search-close {
  top: 72px
}

.qodef-fullscreen-search-holder .qodef-search-close:hover {
  color: #000
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close--icon-pack {
  font-size: 25px;
  line-height: 1em
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close--icon-pack * {
  display: block;
  line-height: inherit
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close--icon-pack :before {
  display: block;
  line-height: inherit
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close--svg-path>* {
  vertical-align: middle
}

.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close--svg-path path, .qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close--svg-path>* {
  fill: currentColor;
  stroke: currentColor
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
  -webkit-animation: fullscreen_search_fade_out .3s ease both;
  animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  -webkit-animation: fullscreen_search_fade_in .3s ease both;
  animation: fullscreen_search_fade_in .3s ease both
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-search-close {
  opacity: 1;
  visibility: visible
}

@-webkit-keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: hidden
  }
}

@-webkit-keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden
  }
  100% {
    opacity: 1;
    visibility: visible
  }
}

@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden
  }
  100% {
    opacity: 1;
    visibility: visible
  }
}

.qodef-search-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 1
}

.qodef-search-opener .qodef-search-opener-inner {
  display: block
}

.qodef-search-opener .qodef-search-opener-inner>* {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit
}

.qodef-search-opener .qodef-search-opener-inner>:before {
  display: block;
  line-height: inherit
}

.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper>* {
  vertical-align: middle
}

.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper path, .qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper>* {
  fill: currentColor;
  stroke: currentColor
}

.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden
}

.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-accordion.qodef--init {
  visibility: visible
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 9px 0 0;
  padding: 0 8px 1px 5px;
  cursor: pointer;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.54, .07, 0, .95);
  transition: -webkit-transform .5s cubic-bezier(.54, .07, 0, .95);
  -o-transition: transform .5s cubic-bezier(.54, .07, 0, .95);
  transition: transform .5s cubic-bezier(.54, .07, 0, .95);
  transition: transform .5s cubic-bezier(.54, .07, 0, .95), -webkit-transform .5s cubic-bezier(.54, .07, 0, .95)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-tab-title {
  position: relative;
  z-index: 10
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  font-weight: 700;
  z-index: 10
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
  display: block;
  line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
  opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
  opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  -webkit-transition: color .1s .1s;
  -o-transition: color .1s .1s;
  transition: color .1s .1s;
  color: #fff
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active:after, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
  opacity: 1;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
  opacity: 0;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 18px 0 5px 4px;
  margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0
}

.qodef-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 4px 38px 6px;
  cursor: pointer
}

.qodef-button.qodef-size--small {
  padding: 2px 33px 4px
}

.qodef-button.qodef-size--large {
  padding: 6px 41px 9px
}

.qodef-button.qodef--with-underscore:hover .qodef--blinkable {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

.qodef-button.qodef-layout--filled {
  color: #fff;
  background-color: #000;
  border: 2px solid transparent
}

.qodef-button.qodef-layout--filled:hover {
  color: #fff;
  background-color: #000001
}

.qodef-button.qodef-layout--outlined {
  color: #000001;
  background-color: transparent;
  border: 2px solid #000001
}

.qodef-button.qodef-layout--textual {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 1;
  padding: 0!important
}

.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle
}

.qodef-button.qodef-layout--textual:hover {
  color: #000
}

.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
  margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.qodef-cards-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0
}

.qodef-cards-gallery .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-cards-gallery img {
  position: relative;
  display: block;
  -webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04);
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04)
}

.qodef-cards-gallery .qodef-m-fake-card {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.qodef-cards-gallery .qodef-m-card {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}

.qodef-cards-gallery .qodef-m-card.qodef-animating {
  -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 1s cubic-bezier(.19, 1, .22, 1);
  transition: all 1s cubic-bezier(.19, 1, .22, 1);
  pointer-events: none
}

.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
  -webkit-transition: all .6s cubic-bezier(0, 0, 0, 1);
  -o-transition: all .6s cubic-bezier(0, 0, 0, 1);
  transition: all .6s cubic-bezier(0, 0, 0, 1);
  pointer-events: none
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
  left: 0;
  will-change: transform
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
  -webkit-transform: scale(.5) translateX(80%);
  -ms-transform: scale(.5) translateX(80%);
  transform: scale(.5) translateX(80%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
  -webkit-transform: scale(.6) translateX(54%);
  -ms-transform: scale(.6) translateX(54%);
  transform: scale(.6) translateX(54%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
  -webkit-transform: scale(.7) translateX(35%);
  -ms-transform: scale(.7) translateX(35%);
  transform: scale(.7) translateX(35%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
  -webkit-transform: scale(.8) translateX(21%);
  -ms-transform: scale(.8) translateX(21%);
  transform: scale(.8) translateX(21%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
  -webkit-transform: scale(.9) translateX(19%);
  -ms-transform: scale(.9) translateX(19%);
  transform: scale(.9) translateX(19%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
  cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
  margin-left: 10px!important
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
  right: 0;
  will-change: transform
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
  -webkit-transform: scale(.5) translateX(-80%);
  -ms-transform: scale(.5) translateX(-80%);
  transform: scale(.5) translateX(-80%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
  -webkit-transform: scale(.6) translateX(-54%);
  -ms-transform: scale(.6) translateX(-54%);
  transform: scale(.6) translateX(-54%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
  -webkit-transform: scale(.7) translateX(-35%);
  -ms-transform: scale(.7) translateX(-35%);
  transform: scale(.7) translateX(-35%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
  -webkit-transform: scale(.8) translateX(-21%);
  -ms-transform: scale(.8) translateX(-21%);
  transform: scale(.8) translateX(-21%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
  -webkit-transform: scale(.9) translateX(-19%);
  -ms-transform: scale(.9) translateX(-19%);
  transform: scale(.9) translateX(-19%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
  cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
  margin-right: 10px!important
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle img {
  visibility: hidden
}

@-webkit-keyframes qodefCardAppearFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: visible
  }
  30% {
    opacity: 1;
    visibility: visible
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes qodefCardAppearFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: visible
  }
  30% {
    opacity: 1;
    visibility: visible
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
  -webkit-animation: qodefCardAppearFromRight 1s cubic-bezier(.19, 1, .22, 1) forwards;
  animation: qodefCardAppearFromRight 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}

@-webkit-keyframes qodefCardAppearFromLeft {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  30% {
    visibility: visible;
    opacity: 1
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes qodefCardAppearFromLeft {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  30% {
    visibility: visible;
    opacity: 1
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
  -webkit-animation: qodefCardAppearFromLeft 1s cubic-bezier(.19, 1, .22, 1) forwards;
  animation: qodefCardAppearFromLeft 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}

.qodef-countdown .qodef-digit, .qodef-countdown .qodef-label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  color: #000
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
  width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
  width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
  width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
  width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
  width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
  width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit, .qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-family: barlow condensed, sans-serif;
  font-size: 90px;
  line-height: 1em;
  font-weight: 600
}

.qodef-countdown.qodef-layout--simple .qodef-label {
  margin-top: 6px
}

@media only screen and (max-width:1024px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 80px
  }
}

@media only screen and (max-width:680px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 70px
  }
}

.qodef-counter.qodef-layout--simple {
  text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  color: #000
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 5px 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0
}

.qodef-custom-font {
  position: relative;
  margin: 0
}

.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
  position: relative;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  margin: -8px 10px 5px 0;
  font-size: 50px;
  line-height: 1em;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  color: #000
}

.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 30px;
  margin: 0 10px 5px 0;
  color: #fff;
  background-color: #000
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%
}

.qodef-frame-slider-holder {
  margin-bottom: 106px;
  position: relative
}

.qodef-frame-slider-holder .qodef-frame-slider-image {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  z-index: 100
}

.qodef-frame-slider-holder .qodef-frame-slider-image img {
  width: 100%
}

.qodef-frame-slider-holder .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  -o-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.qodef-frame-slider-holder .qodef-m-item {
  height: 0;
  margin: 0 5%;
  padding-left: 43%;
  padding-top: calc(43% * 563/829);
  width: 0
}

.qodef-frame-slider-holder .qodef-m-item img {
  border-radius: 4% 4% 1% 1%/6% 6% 1.5% 1.5%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 2px;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  width: 100%
}

.qodef-frame-slider-holder .qodef-m-item.swiper-slide-active img {
  -webkit-box-shadow: none;
  box-shadow: none
}

.qodef-frame-slider-holder .qodef-m-item:not(.swiper-slide-active) img {
  -webkit-box-shadow: 0 0 10.53px 2.47px rgba(0, 0, 0, .04);
  box-shadow: 0 0 10.53px 2.47px rgba(0, 0, 0, .04)
}

.qodef-frame-slider-holder .swiper-pagination-bullets {
  bottom: -106px!important
}

.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%;
  height: 300px
}

.qodef-google-map .qodef-m-map embed, .qodef-google-map .qodef-m-map iframe, .qodef-google-map .qodef-m-map object {
  width: 100%;
  display: block
}

.qodef-google-map .qodef-m-map img {
  max-width: none
}

.qodef-highlight .qodef-highlight-text {
  padding: 0 5px;
  color: #fff;
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: -o-linear-gradient(#000, #000);
  background-image: linear-gradient(#000, #000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s
}

.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
  display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 18px
}

.qodef-icon-list-item .qodef-e-title-text {
  position: relative;
  top: 2px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a, .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
  display: block
}

#qodef-page-sidebar .widget.widget_boldlab_core_icon_list_item {
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_boldlab_core_icon_list_item {
  margin-bottom: 0
}

#qodef-side-area .widget.widget_boldlab_core_icon_list_item {
  margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
  margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
  display: block
}

.qodef-icon-with-text .qodef-m-text {
  margin: 12px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
  float: none
}

.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block
}

.qodef-icon-with-text.qodef--loading-animation {
  visibility: hidden
}

.qodef-icon-with-text.qodef-layout--before-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
  text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
  text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
  text-align: right
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 21px
}

.qodef-icon-holder {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: top;
  width: auto
}

.qodef-icon-holder a {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.qodef-icon-holder .qodef-icon {
  display: block;
  line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
  display: block;
  line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
  background-color: #000001;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  -o-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  width: 2em
}

.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
  background-color: #000
}

.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.qodef-icon-holder.qodef-size--small {
  font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
  font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
  font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
  font-size: 5em
}

.widget.widget_boldlab_core_icon {
  display: inline-block;
  line-height: 1
}

#qodef-top-area .widget.widget_boldlab_core_icon {
  margin-bottom: 0
}

#qodef-top-area .widget.widget_boldlab_core_icon .qodef-icon-holder a {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-top-area .widget.widget_boldlab_core_icon .qodef-icon-holder a:hover {
  color: #fff;
  opacity: .6
}

#qodef-page-sidebar .widget.widget_boldlab_core_icon {
  margin-bottom: 0
}

#qodef-page-sidebar .widget.widget_boldlab_core_icon .qodef-icon-holder a {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-page-sidebar .widget.widget_boldlab_core_icon .qodef-icon-holder a:hover {
  color: #000001;
  opacity: .6
}

#qodef-page-footer .widget.widget_boldlab_core_icon {
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_boldlab_core_icon .qodef-icon-holder a {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-page-footer .widget.widget_boldlab_core_icon .qodef-icon-holder a:hover {
  color: #fff;
  opacity: .6
}

#qodef-side-area .widget.widget_boldlab_core_icon {
  margin-bottom: 0
}

#qodef-side-area .widget.widget_boldlab_core_icon .qodef-icon-holder a {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-side-area .widget.widget_boldlab_core_icon .qodef-icon-holder a:hover {
  color: #fff;
  opacity: .6
}

.qodef-vertical-widget-holder .widget.widget_boldlab_core_icon {
  margin-bottom: 0
}

.qodef-vertical-widget-holder .widget.widget_boldlab_core_icon .qodef-icon-holder a {
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-vertical-widget-holder .widget.widget_boldlab_core_icon .qodef-icon-holder a:hover {
  color: #000001;
  opacity: .6
}

.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-image-with-text .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
  display: block
}

.qodef-image-with-text .qodef-m-image:hover~.qodef-m-content .qodef-m-title:after {
  -webkit-animation: qodefBlink .65s infinite -.3s;
  animation: qodefBlink .65s infinite -.3s
}

.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
  margin: 31px 0 0
}

.qodef-image-with-text .qodef-m-title:after {
  content: '_';
  opacity: 0
}

.qodef-image-with-text .qodef-m-title:hover:after {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

.qodef-image-with-text .qodef-m-text {
  margin: 15px 0 0
}

.qodef-info-section.qodef--with-animation {
  visibility: hidden
}

.qodef-info-section.qodef-layout--background-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
  position: relative;
  z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
  margin: 0 0 14px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
  margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
  margin-top: 15px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, .1);
  text-align: center;
  font-family: barlow condensed, sans-serif;
  font-weight: 700;
  font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
  top: 5px;
  left: -34px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
  top: 5px;
  right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
  bottom: 0;
  left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
  bottom: 0;
  right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
  font-size: 450px;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center
}

.qodef-info-section.qodef--with-animation .qodef-m-background-text-text {
  display: block;
  will-change: transform
}

.qodef-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100vh;
  visibility: hidden
}

.admin-bar .qodef-interactive-link-showcase {
  height: calc(100vh - 32px)
}

.qodef-interactive-link-showcase .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scaleX(1.2) skewX(5deg);
  -ms-transform: scaleX(1.2) skewX(5deg);
  transform: scaleX(1.2) skewX(5deg);
  -webkit-transition: 0s .45s;
  -o-transition: 0s .45s;
  transition: 0s .45s
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: .4s cubic-bezier(.215, .61, .355, 1);
  -o-transition: .4s cubic-bezier(.215, .61, .355, 1);
  transition: .4s cubic-bezier(.215, .61, .355, 1);
  z-index: 5
}

.qodef-interactive-link-showcase .qodef-m-image img {
  display: none
}

.qodef-interactive-link-showcase .qodef-m-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10
}

.qodef-interactive-link-showcase .qodef-m-item {
  display: inline-block;
  line-height: 1em!important;
  margin: 13px 0;
  padding: 0 10px 4px 8px;
  position: relative;
  vertical-align: top;
  width: auto;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 1.1em;
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: -o-linear-gradient(#000, #000);
  background-image: linear-gradient(#000, #000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s
}

.qodef-interactive-link-showcase .qodef-m-item:hover {
  background-size: 100% 100%
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-m-item-title {
  display: block
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
  background-size: 100% 100%;
  color: #fff
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef--blinkable {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

.qodef-interactive-link-showcase.qodef--init {
  visibility: visible
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
  color: #fff;
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item:hover {
  background-size: 100% 100%
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
  background-size: 100% 100%;
  color: #000
}

.qodef-interactive-link-showcase.qodef-layout--list {
  padding: 184px 0
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
  display: block;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 62%
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 8%;
  width: 38%
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item-title {
  visibility: hidden
}

.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
  height: 100%;
  width: 100%;
  z-index: 10
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-items {
  -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  -o-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
  font-size: 140px;
  height: auto;
  line-height: 104px;
  margin: 0 3.2%;
  padding: 0 7px 14px 3px;
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: -o-linear-gradient(#000, #000);
  background-image: linear-gradient(#000, #000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item a {
  color: inherit
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-m-item-title {
  display: block;
  visibility: hidden
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef-skin--light .qodef-m-item {
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

.qodef-interactive-link-showcase.qodef-layout--slider.qodef-skin--light .qodef-m-item.qodef--active {
  background-size: 100% 100%;
  -webkit-transition: background-size .45s cubic-bezier(.165, .84, .44, 1);
  -o-transition: background-size .45s cubic-bezier(.165, .84, .44, 1);
  transition: background-size .45s cubic-bezier(.165, .84, .44, 1)
}

.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  text-align: center
}

.qodef-pricing-table.qodef-status--featured {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
  padding: 45px
}

.qodef-pricing-table .qodef-m-title>* {
  margin: 0
}

.qodef-pricing-table .qodef-m-price {
  margin-top: -3px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0
}

.qodef-pricing-table .qodef-m-content {
  margin: 23px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
  color: #909090;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 7px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
  color: #000001;
  content: '\f00c';
  font-family: "font awesome 5 free";
  font-weight: 900;
  padding-right: 8px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 27px 0 0
}

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas svg {
  display: block
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: -5px;
  left: 8px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  font-size: 65px
}

.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0;
  text-align: center
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important
}

.qodef-progress-bar.qodef-layout--line .progressbar {
  position: relative
}

.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
  position: relative
}

.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -29px;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 19px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 7px;
  text-align: left
}

.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-section-title.qodef-alignment--center {
  text-align: center
}

.qodef-section-title.qodef-alignment--left {
  text-align: left
}

.qodef-section-title.qodef-alignment--right {
  text-align: right
}

.qodef-section-title .qodef-m-title {
  margin: 0
}

.qodef-section-title .qodef-m-text {
  margin: 25px 0 0
}

.qodef-separator {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1
}

.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  border-bottom: 1px solid #e1e1e1
}

.qodef-separator.qodef-position--center {
  text-align: center
}

.qodef-separator.qodef-position--left {
  text-align: left
}

.qodef-separator.qodef-position--right {
  text-align: right
}

#qodef-page-sidebar .widget.widget_boldlab_core_separator {
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_boldlab_core_separator {
  margin-bottom: 0
}

#qodef-side-area .widget.widget_boldlab_core_separator {
  margin-bottom: 0
}

.qodef-swapping-image-gallery {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
  position: relative
}

.qodef-swapping-image-gallery .qodef-m-info {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.qodef-swapping-image-gallery .qodef-m-image-holder {
  -webkit-box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, .04);
  box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, .04);
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden
}

.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
  padding-left: 92px
}

.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
  padding-right: 92px
}

.qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
  margin: 0 0 32px
}

.qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline .qodef-m-title {
  margin: 0 0 24px
}

.qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline .qodef-m-description {
  margin: 0
}

.qodef-swapping-image-gallery .qodef-m-info .qodef-m-thumbnails-holder .swiper-pagination-custom {
  width: auto
}

.qodef-swapping-image-gallery .qodef-m-info .qodef-m-thumbnails-holder .qodef-m-thumbnail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0
}

.qodef-swapping-image-gallery .qodef-m-info .qodef-m-thumbnails-holder .qodef-m-thumbnail img {
  opacity: .3;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.qodef-swapping-image-gallery .qodef-m-info .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active img, .qodef-swapping-image-gallery .qodef-m-info .qodef-m-thumbnails-holder .qodef-m-thumbnail:hover img {
  opacity: 1
}

.qodef-swapping-image-gallery .qodef-m-info .qodef-m-thumbnails-holder .qodef-m-thumbnail img {
  display: block
}

.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden
}

.qodef-tabs.qodef--init {
  visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none
}

.qodef-tabs .qodef-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
  margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 26px 0 0;
  padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  display: block;
  padding: 0 3px 1px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.1em;
  -webkit-transition: color .25s ease, background-color .25s ease;
  -o-transition: color .25s ease, background-color .25s ease;
  transition: color .25s ease, background-color .25s ease
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover {
  color: #fff;
  background-color: #000
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
  color: #fff;
  background-color: #000
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #000001
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
  width: 100%;
  margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
  margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
  display: inline-block;
  width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
  margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0
}

.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 106px;
  line-height: 1
}

.qodef-video-button .qodef-m-play span {
  display: block;
  line-height: inherit
}

.qodef-video-button .qodef-m-play span:before {
  display: block;
  line-height: inherit
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines, .qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines {
  position: relative;
  display: block;
  width: 30px;
  height: 30px
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line, .qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines .qodef-line {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: top .3s ease, -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: top .3s ease, -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: top .3s ease, transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: top .3s ease, transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: top .3s ease, transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line.qodef-line-1, .qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines .qodef-line.qodef-line-1 {
  top: 9px
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line.qodef-line-2, .qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-lines .qodef-line.qodef-line-2 {
  top: 19px
}

.qodef-side-area-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1
}

.qodef-side-area-opener .qodef-side-area-opener-icon {
  display: block
}

.qodef-side-area-opener:hover {
  color: #000001
}

.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon {
  font-size: 35px
}

.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon * {
  display: block;
  line-height: inherit
}

.qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon :before {
  display: block;
  line-height: inherit
}

.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-area-opener-icon>* {
  vertical-align: middle
}

.qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-area-opener-icon path, .qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-area-opener-icon>* {
  fill: currentColor;
  stroke: currentColor
}

.qodef-side-area-opener.qodef-side-area-opener--predefined {
  line-height: 1
}

.qodef-side-area-opener.qodef-side-area-opener--predefined:hover .qodef-line-1 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px)
}

.qodef-side-area-opener.qodef-side-area-opener--predefined:hover .qodef-line-2 {
  -webkit-transform: translateY(-5px) rotate(-90deg);
  -ms-transform: translateY(-5px) rotate(-90deg);
  transform: translateY(-5px) rotate(-90deg)
}

.qodef-header--light #qodef-page-header-inner .qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-line {
  background-color: #fff
}

.qodef-header--light #qodef-page-header-inner .qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon {
  color: #fff
}

.qodef-header--light #qodef-page-header-inner .qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-menu-icon path, .qodef-header--light #qodef-page-header-inner .qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-menu-icon>* {
  fill: #fff;
  stroke: #fff
}

.qodef-header--dark #qodef-page-header-inner .qodef-side-area-opener.qodef-side-area-opener--predefined .qodef-line {
  background-color: #000
}

.qodef-header--dark #qodef-page-header-inner .qodef-side-area-opener.qodef-side-area-opener--icon-pack .qodef-side-area-opener-icon {
  color: #000
}

.qodef-header--dark #qodef-page-header-inner .qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-menu-icon path, .qodef-header--dark #qodef-page-header-inner .qodef-side-area-opener.qodef-side-menu-opener--svg-path .qodef-side-menu-icon>* {
  fill: #000;
  stroke: #000
}

#qodef-side-area {
  position: fixed;
  top: 0;
  right: -490px;
  width: 490px;
  height: 100%;
  min-height: 100%;
  padding: 120px 75px 35px;
  background-color: #000;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
  -o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
  transition: all .6s cubic-bezier(.77, 0, .175, 1);
  text-align: center
}

#qodef-side-area #qodef-side-area-close {
  position: absolute;
  top: 35px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff
}

.admin-bar #qodef-side-area #qodef-side-area-close {
  top: 68px
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack {
  font-size: 35px
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack * {
  display: block;
  line-height: inherit
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--icon-pack :before {
  display: block;
  line-height: inherit
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path>* {
  vertical-align: middle
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path path, #qodef-side-area #qodef-side-area-close.qodef-side-area-close--svg-path>* {
  fill: currentColor;
  stroke: currentColor
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined {
  line-height: 1
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines {
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line.qodef-line-1 {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined .qodef-lines .qodef-line.qodef-line-2 {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#qodef-side-area #qodef-side-area-close.qodef-side-area-close--predefined:hover .qodef-lines {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.qodef-side-area--opened #qodef-side-area {
  right: 0;
  visibility: visible
}

.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
  transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002
}

.qodef-social-share {
  display: inline-block;
  position: relative;
  vertical-align: top
}

.qodef-social-share .qodef-social-title {
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  vertical-align: top;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

.qodef-social-share ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top
}

.qodef-social-share li {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top
}

.qodef-social-share li a {
  font-size: 20px;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-social-share li a:hover {
  opacity: .6
}

.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
  vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: block
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0!important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
  -o-transition: opacity .2s ease-out, visibility .2s ease-out;
  transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  -webkit-transition: color .2s ease-out, background-color .2s ease-out;
  -o-transition: color .2s ease-out, background-color .2s ease-out;
  transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
  display: block;
  line-height: inherit
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
  bottom: 0;
  left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e1e1e1
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
  border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
  background-color: #3b5998;
  color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
  background-color: #00aced;
  color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
  background-color: #007bb5;
  color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
  background-color: #32506d;
  color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
  background-color: #cb2027;
  color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
  background-color: #45668e;
  color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
  font-size: 14px;
  color: #909090;
  background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
  bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
  bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
  bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
  bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
  bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
  bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
  bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
  top: 0;
  right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
  width: calc(90px/3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
  left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
  left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
  left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
  left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
  left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
  left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
  left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
  top: 0;
  left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
  width: calc(90px/3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
  right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
  right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
  right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
  right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
  right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
  right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
  right: 185px
}

.qodef-social-share.qodef-layout--list li {
  margin-right: 15px
}

.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
  margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 26px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 26px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #000
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #000
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a {
  color: #000;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li a:hover {
  opacity: .6
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #000
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a {
  color: #000;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li a:hover {
  opacity: .6
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a {
  color: #ccc;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover {
  opacity: .6
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a {
  color: #ccc;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li a:hover {
  opacity: .6
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a {
  color: #ccc;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li a:hover {
  opacity: .6
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a {
  color: #ccc;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li a:hover {
  opacity: .6
}

.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover
}

.qodef-page-title.qodef-image--responsive {
  height: auto!important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
  text-align: center
}

.qodef-page-title.qodef-alignment--right {
  text-align: right
}

.qodef-page-title .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-page-title .qodef-m-image img {
  display: block;
  width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
  padding: 0 40px
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
  font-size: 16px;
  color: #909090
}

.qodef-page-title .qodef-breadcrumbs span {
  color: inherit
}

.qodef-page-title .qodef-breadcrumbs a:hover {
  color: #000
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '/'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-title.qodef-parallax-content-holder+.qodef-breadcrumbs {
  position: relative;
  z-index: 99
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-title.qodef-parallax-content-holder+.qodef-m-subtitle {
  position: relative;
  z-index: 99
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
  display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 0;
  float: left
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  display: block;
  margin-bottom: 8px;
  margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  line-height: 1!important
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
  border-radius: 0;
  float: none;
  height: 37px;
  margin: 0 7px 0 0;
  width: 37px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  font-weight: 600!important;
  margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
  display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #909090;
  margin-left: 0;
  margin-right: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
  margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
  display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-top: -3px;
  padding: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
  content: '\e094';
  font-family: ElegantIcons;
  font-size: 18px;
  padding-right: 10px;
  position: relative;
  top: 6px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-text {
  font-size: 16px;
  line-height: 25px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
  content: '\e094';
  font-family: ElegantIcons;
  font-size: 18px;
  padding-right: 10px;
  visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
  font-size: 14px;
  margin-right: 8px;
  padding: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
  margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
  margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
  content: "";
  display: table;
  table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
  clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
  width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
  width: 50%
}

@media only screen and (min-width:681px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
  width: 33.33333%
}

@media only screen and (min-width:769px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
  width: 25%
}

@media only screen and (min-width:1025px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
  width: 20%
}

@media only screen and (min-width:1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
  width: 16.66667%
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
  width: 14.28571%
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
  width: 12.5%
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (min-width:1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both
  }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
  margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
  padding: 0;
  margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
  margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
  padding: 0 5px;
  margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
  margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
  padding: 0 10px;
  margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
  margin: 0 -15px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item {
  padding: 0 15px;
  margin: 0 0 30px
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
  margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
  padding: 0 20px;
  margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
  margin: 0 -25px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item {
  padding: 0 25px;
  margin: 0 0 50px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
  margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
  padding: 0 40px;
  margin: 0 0 80px
}

.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 21px;
  display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 21px
}

.widget.qodef-author-info .qodef-author-info-description {
  margin: 0
}

#qodef-woo-page .qodef-woo-product-mark, .qodef-woo-shortcode .qodef-woo-product-mark {
  background-color: #000001;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 8px 27px 6px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5
}

#qodef-woo-page .qodef-woo-product-title, .qodef-woo-shortcode .qodef-woo-product-title {
  margin: 0
}

#qodef-woo-page .qodef-woo-ratings, .qodef-woo-shortcode .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-inner, .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star, .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
  font-size: 14px;
  letter-spacing: .1em;
  color: #000
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active, .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap
}

#qodef-woo-page .price, .qodef-woo-shortcode .price {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 7px 0 0
}

#qodef-woo-page .price del, .qodef-woo-shortcode .price del {
  margin-right: 10px
}

#qodef-woo-page .price ins, .qodef-woo-shortcode .price ins {
  text-decoration: none
}

#qodef-woo-page .added_to_cart, #qodef-woo-page .button, .qodef-woo-shortcode .added_to_cart, .qodef-woo-shortcode .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 4px 38px 6px;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  background-color: #000;
  border: 2px solid transparent
}

#qodef-woo-page .added_to_cart:after, #qodef-woo-page .button:after, .qodef-woo-shortcode .added_to_cart:after, .qodef-woo-shortcode .button:after {
  content: ' _'
}

.qodef--underscore #qodef-woo-page .added_to_cart:hover:after, .qodef--underscore #qodef-woo-page .button:hover:after, .qodef--underscore .qodef-woo-shortcode .added_to_cart:hover:after, .qodef--underscore .qodef-woo-shortcode .button:hover:after {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

#qodef-woo-page .added_to_cart.added, #qodef-woo-page .button.added, .qodef-woo-shortcode .added_to_cart.added, .qodef-woo-shortcode .button.added {
  display: none
}

#qodef-woo-page .quantity {
  white-space: nowrap
}

#qodef-woo-page .quantity input[type=number] {
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  width: 60px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

.woocommerce-page div.woocommerce .woocommerce-error, .woocommerce-page div.woocommerce .woocommerce-info, .woocommerce-page div.woocommerce .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1
}

.woocommerce-page div.woocommerce .woocommerce-error a, .woocommerce-page div.woocommerce .woocommerce-info a, .woocommerce-page div.woocommerce .woocommerce-message a {
  margin-left: auto
}

.woocommerce-page div.woocommerce .shop_table td, .woocommerce-page div.woocommerce .shop_table th {
  padding: 15px 0 15px 5px;
  text-align: left;
  vertical-align: middle
}

.woocommerce-page div.woocommerce .shop_table td:first-child, .woocommerce-page div.woocommerce .shop_table th:first-child {
  padding-left: 0
}

.woocommerce-page div.woocommerce .shop_table th {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

.woocommerce-page div.woocommerce .shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li {
  margin: 0 0 10px;
  padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
  margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li label {
  margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table p {
  margin: 0
}

.woocommerce-page div.woocommerce .col2-set {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  position: relative
}

.woocommerce-page div.woocommerce .col2-set>* {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%
}

.woocommerce-page div.woocommerce address {
  font-style: normal
}

.woocommerce-page div.woocommerce address p {
  margin: 0
}

.woocommerce-page div.woocommerce form p {
  margin: 0
}

.woocommerce-page .pswp--touch .pswp__button--arrow--left, .woocommerce-page .pswp--touch .pswp__button--arrow--right {
  visibility: visible!important
}

.woocommerce-page .pswp__button--arrow--left:before, .woocommerce-page .pswp__button--arrow--right:before, .woocommerce-page .pswp__button.pswp__button--close, .woocommerce-page .pswp__button.pswp__button--fs, .woocommerce-page .pswp__button.pswp__button--zoom {
  background: 0 0!important
}

.woocommerce-page .pswp__button--arrow--left:before, .woocommerce-page .pswp__button--arrow--right:before, .woocommerce-page .pswp__button.pswp__button--close:before, .woocommerce-page .pswp__button.pswp__button--fs:before, .woocommerce-page .pswp__button.pswp__button--zoom:before {
  background: 0 0;
  border: 0;
  color: #fff;
  font-family: "font awesome 5 free";
  font-weight: 900
}

.woocommerce-page .pswp__button--arrow--left:before {
  content: "\f104";
  font-size: 45px
}

.woocommerce-page .pswp__button--arrow--right:before {
  content: "\f105";
  font-size: 45px
}

.woocommerce-page .pswp__button.pswp__button--close:before {
  content: "\f00d";
  font-size: 17px
}

.woocommerce-page .pswp__button.pswp__button--zoom:before {
  content: "\f00e";
  font-size: 17px
}

.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
  content: "\f010";
  font-size: 17px
}

.woocommerce-page .pswp__button.pswp__button--fs:before {
  content: "\f0b2";
  font-size: 17px
}

.woocommerce-page .pswp__caption__center, .woocommerce-page .pswp__counter {
  color: #fff;
  font-family: barlow condensed, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase
}

.woocommerce-page .pswp__caption__center {
  text-align: center
}

.woocommerce-page .pswp__counter {
  font-weight: 600
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove {
  width: 30px
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
  font-size: 20px
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
  padding-right: 10px;
  width: 72px
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a, #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
  display: block;
  width: 100%
}

#qodef-woo-page.qodef--cart .shop_table td.product-name {
  text-align: left
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number] {
  margin: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
  padding: 30px 0 0;
  text-align: initial
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  position: relative;
  width: 70%
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
  margin-bottom: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions label {
  display: none
}

#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
  margin-right: 20px;
  padding: 12px 15px;
  width: auto
}

#qodef-woo-page.qodef--cart .shop_table td.actions>.button {
  float: right
}

#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child {
  border-bottom: 0
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
  width: 20%
}

#qodef-woo-page.qodef--cart .cart_totals, #qodef-woo-page.qodef--cart .cross-sells {
  margin-top: 50px
}

#qodef-woo-page.qodef--cart .cart_totals>h2, #qodef-woo-page.qodef--cart .cross-sells>h2 {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 35px;
  line-height: 1.06em;
  margin: 0 0 19px
}

#qodef-woo-page.qodef--cart .shipping-calculator-form select {
  width: auto;
  min-width: 100%;
  margin: 0
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
  margin-top: 20px
}

.woocommerce-page div.woocommerce>.cart-empty {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 35px;
  line-height: 1.06em;
  margin: 0;
  border: none;
  display: block;
  margin: 11px 0 20px;
  text-align: center
}

.woocommerce-page div.woocommerce>.return-to-shop {
  margin: 20px 0 0;
  text-align: center
}

.woocommerce-page div.woocommerce>.return-to-shop a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 4px 38px 6px;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  background-color: #000;
  border: 2px solid transparent
}

.woocommerce-page div.woocommerce>.return-to-shop a:after {
  content: ' _'
}

.qodef--underscore .woocommerce-page div.woocommerce>.return-to-shop a:hover:after {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-error, #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info, #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p {
  margin-bottom: 10px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
  margin-top: 40px
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
  margin: 0 0 20px
}

#qodef-woo-page.qodef--checkout #order_review_heading {
  margin: 0 0 20px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
  margin-top: 30px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
  margin-top: 30px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
  margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .woocommerce-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  padding: 20px 30px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
  position: absolute;
  top: 23px;
  left: 0;
  margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  cursor: pointer
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: left;
  padding-right: 50px;
  padding-top: 19px;
  padding-bottom: 8px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
  margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.1em
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000001
}

.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  float: left;
  padding-top: 19px;
  padding-bottom: 8px
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
  padding: .35em 0 .625em
}

.woocommerce-account .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 4px 38px 6px;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  background-color: #000;
  border: 2px solid transparent
}

.woocommerce-account .button:after {
  content: ' _'
}

.qodef--underscore .woocommerce-account .button:hover:after {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
  margin-top: 10px
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 0;
  margin: 0
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: none
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 35px;
  line-height: 1.06em;
  margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
  margin: 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  margin-top: 40px
}

.woocommerce-order-received .woocommerce-order h2 {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 35px;
  line-height: 1.06em;
  margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  margin-top: 50px
}

#qodef-woo-page .woocommerce-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 95px
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
  position: relative;
  margin: 0 19px;
  font-family: barlow condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
  display: block;
  line-height: inherit
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
  margin-left: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
  margin-right: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next, #qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  position: relative;
  top: 1px;
  font-size: 30px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  margin-right: 6px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
  margin-left: 6px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current, #qodef-woo-page .woocommerce-pagination .page-numbers:hover {
  color: #909090
}

.qodef-woo-product-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.qodef-woo-product-list ul.products {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  position: relative
}

.qodef-woo-product-list ul.products>.product {
  margin: 0 0 30px;
  padding: 0 15px
}

.qodef-woo-product-list ul.products.columns-1>.product {
  width: 100%
}

.qodef-woo-product-list ul.products.columns-2>.product {
  width: 50%
}

.qodef-woo-product-list ul.products.columns-3>.product {
  width: 33.33333%
}

.qodef-woo-product-list ul.products.columns-4>.product {
  width: 25%
}

.qodef-woo-product-list ul.products.columns-5>.product {
  width: 20%
}

.qodef-woo-product-list ul.products.columns-6>.product {
  width: 16.66667%
}

.qodef-woo-product-list ul.products.columns-7>.product {
  width: 14.28571%
}

.qodef-woo-product-list ul.products.columns-8>.product {
  width: 12.5%
}

.qodef-woo-product-list.qodef-gutter--no ul.products {
  margin: 0
}

.qodef-woo-product-list.qodef-gutter--no ul.products>.product {
  padding: 0;
  margin: 0
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products {
  margin: 0 -5px
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product {
  padding: 0 5px;
  margin: 0 0 10px
}

.qodef-woo-product-list.qodef-gutter--small ul.products {
  margin: 0 -10px
}

.qodef-woo-product-list.qodef-gutter--small ul.products>.product {
  padding: 0 10px;
  margin: 0 0 20px
}

.qodef-woo-product-list.qodef-gutter--normal ul.products {
  margin: 0 -15px
}

.qodef-woo-product-list.qodef-gutter--normal ul.products>.product {
  padding: 0 15px;
  margin: 0 0 30px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products {
  margin: 0 -20px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products>.product {
  padding: 0 20px;
  margin: 0 0 40px
}

.qodef-woo-product-list.qodef-gutter--large ul.products {
  margin: 0 -25px
}

.qodef-woo-product-list.qodef-gutter--large ul.products>.product {
  padding: 0 25px;
  margin: 0 0 50px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
  margin: 0 -40px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
  padding: 0 40px;
  margin: 0 0 80px
}

.qodef-woo-product-list .qodef-woo-product-inner {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%
}

.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
  cursor: pointer
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
  opacity: 1
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title {
  color: #000001
}

.qodef-woo-product-list .qodef-woo-product-image {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top
}

.qodef-woo-product-list .qodef-woo-product-image img {
  display: block;
  width: 100%
}

.qodef-woo-product-list .qodef-woo-product-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, .4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.qodef-woo-product-list .qodef-woo-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 22px 0 40px
}

.qodef-woo-product-list .qodef-woo-product-title {
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

.qodef-woo-product-list .qodef-woo-product-categories {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 3px
}

.qodef-woo-product-list .qodef-woo-product-categories a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #909090;
  z-index: 3
}

.qodef-woo-product-list .qodef-woo-product-categories a:hover {
  color: #000
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  font-size: 12px
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after {
  content: '/'
}

.qodef-woo-product-list .qodef-woo-ratings {
  margin-top: 9px
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-price-holder, .qodef-woo-product-list .qodef-woo-product-price-holder {
  margin-top: 7px;
  overflow: hidden;
  position: relative
}

#qodef-woo-page .qodef-woo-product-list .price, .qodef-woo-product-list .price {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  transition: all .45s cubic-bezier(.18, .74, .58, 1)
}

#qodef-woo-page .qodef-woo-product-list .added_to_cart, #qodef-woo-page .qodef-woo-product-list .button, .qodef-woo-product-list .added_to_cart, .qodef-woo-product-list .button {
  background-color: transparent;
  border: 0;
  color: #000;
  left: 0;
  line-height: 25px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: -2px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  transition: all .45s cubic-bezier(.18, .74, .58, 1)
}

.qodef-content-alignment-center #qodef-woo-page .qodef-woo-product-list .added_to_cart, .qodef-content-alignment-center #qodef-woo-page .qodef-woo-product-list .button, .qodef-content-alignment-center .qodef-woo-product-list .added_to_cart, .qodef-content-alignment-center .qodef-woo-product-list .button {
  left: 50%
}

#qodef-woo-page .qodef-woo-product-list .added_to_cart:hover, #qodef-woo-page .qodef-woo-product-list .button:hover, .qodef-woo-product-list .added_to_cart:hover, .qodef-woo-product-list .button:hover {
  background-color: transparent
}

#qodef-woo-page .qodef-woo-product-list .added_to_cart.added, #qodef-woo-page .qodef-woo-product-list .button.added, .qodef-woo-product-list .added_to_cart.added, .qodef-woo-product-list .button.added {
  display: none
}

#qodef-woo-page .qodef-woo-product-list .product:hover .price, .qodef-woo-product-list .product:hover .price {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  transition: all .45s cubic-bezier(.18, .74, .58, 1)
}

#qodef-woo-page .qodef-woo-product-list .product:hover .added_to_cart, #qodef-woo-page .qodef-woo-product-list .product:hover .button, .qodef-woo-product-list .product:hover .added_to_cart, .qodef-woo-product-list .product:hover .button {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  transition: all .45s cubic-bezier(.18, .74, .58, 1)
}

.qodef-content-alignment-center #qodef-woo-page .qodef-woo-product-list .product:hover .added_to_cart, .qodef-content-alignment-center #qodef-woo-page .qodef-woo-product-list .product:hover .button, .qodef-content-alignment-center .qodef-woo-product-list .product:hover .added_to_cart, .qodef-content-alignment-center .qodef-woo-product-list .product:hover .button {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

#qodef-woo-page .qodef-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0 25px 0 0;
  font-family: inherit;
  line-height: 48px;
  outline: 0;
  color: #000;
  background-color: #f5f5f5
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  color: #000001;
  background-color: #7d7d7d
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  top: 0;
  border-bottom: 0
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
  bottom: 0
}

.qodef-woo-results {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px
}

.qodef-woo-results .woocommerce-ordering {
  margin-left: auto
}

.qodef-woo-results .woocommerce-ordering select {
  width: auto;
  min-width: 220px;
  margin: 0
}

.qodef-woo-results .woocommerce-ordering .select2-container--default {
  margin: 0
}

.qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single {
  height: 45px;
  line-height: 23px;
  padding: 11px 15px
}

#qodef-woo-page.qodef--single .woocommerce-error, #qodef-woo-page.qodef--single .woocommerce-info, #qodef-woo-page.qodef--single .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#qodef-woo-page.qodef--single .woocommerce-error a, #qodef-woo-page.qodef--single .woocommerce-info a, #qodef-woo-page.qodef--single .woocommerce-message a {
  margin-left: auto
}

#qodef-woo-page.qodef--single .woocommerce-error a, #qodef-woo-page.qodef--single .woocommerce-info a, #qodef-woo-page.qodef--single .woocommerce-message a {
  margin-left: 0
}

#qodef-woo-page.qodef--single>.product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -23px
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner>* {
  padding: 0 23px
}

#qodef-woo-page.qodef--single .qodef-woo-single-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-woo-page.qodef--single .qodef-woo-single-image figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px
}

#qodef-woo-page.qodef--single .qodef-woo-single-image figure a, #qodef-woo-page.qodef--single .qodef-woo-single-image figure img {
  display: block;
  width: 100%
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
  -webkit-transform: translateX(-23px);
  -ms-transform: translateX(-23px);
  transform: translateX(-23px)
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .woocommerce-product-gallery__trigger {
  display: none
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
  cursor: crosshair
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
  width: 100%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
  width: 50%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
  width: 33.33333%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
  width: 25%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
  width: 20%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
  width: 16.66667%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
  width: 14.28571%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
  width: 12.5%
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery__image {
  position: relative;
  padding: 0 16px;
  margin-top: 32px
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery__image:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% - 32px)!important;
  left: 16px;
  margin-top: 0;
  padding: 0;
  overflow: hidden
}

#qodef-woo-page.qodef--single .entry-summary {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-woo-page.qodef--single .entry-summary .price {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  line-height: 1.1em;
  margin-top: 11px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 9px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  margin-right: 20px
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
  color: #909090
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #000
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
  margin-top: 28px
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
  margin-top: 0
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0
}

#qodef-woo-page.qodef--single form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 52px
}

#qodef-woo-page.qodef--single form.cart .variations_button, #qodef-woo-page.qodef--single form.cart:not(.variations_form) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

#qodef-woo-page.qodef--single form.cart .variations_button .quantity, #qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
  margin-right: 20px
}

#qodef-woo-page.qodef--single form.cart.grouped_form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td, #qodef-woo-page.qodef--single form.cart.grouped_form .group_table th {
  padding: 20px 0;
  vertical-align: middle;
  text-align: left
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
  margin-bottom: 0;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-woo-page.qodef--single form.cart.grouped_form>.button {
  margin-top: 30px
}

#qodef-woo-page.qodef--single form.cart .variations {
  margin-bottom: 30px
}

#qodef-woo-page.qodef--single form.cart .variations tr {
  border-bottom: 0
}

#qodef-woo-page.qodef--single form.cart .variations td, #qodef-woo-page.qodef--single form.cart .variations th {
  padding: 0;
  text-align: initial;
  vertical-align: middle
}

#qodef-woo-page.qodef--single form.cart .variations label {
  margin-bottom: 0;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-woo-page.qodef--single form.cart .variations select {
  width: auto;
  min-width: 220px;
  margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
  margin: 0
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 0 15px
}

#qodef-woo-page.qodef--single form.cart .single_variation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

#qodef-woo-page.qodef--single form.cart .single_variation .price {
  margin: 0
}

#qodef-woo-page.qodef--single .out-of-stock {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  margin: 28px 0 0
}

#qodef-woo-page.qodef--single .product_meta {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 54px
}

#qodef-woo-page.qodef--single .product_meta>* {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px
}

#qodef-woo-page.qodef--single .product_meta>:last-child {
  margin-bottom: 0
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em;
  line-height: inherit!important
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
  padding-top: 3px;
  font-size: 16px
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
  color: #909090;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover {
  color: #000
}

#qodef-woo-page.qodef--single .qodef-social-share {
  margin-top: 48px
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 60px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
  margin: 0 26px 0 0;
  padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 0 3px 1px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.1em;
  -webkit-transition: color .25s ease, background-color .25s ease;
  -o-transition: color .25s ease, background-color .25s ease;
  transition: color .25s ease, background-color .25s ease
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover {
  color: #fff;
  background-color: #000
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a {
  color: #fff;
  background-color: #000
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 27px
}

@media(min-width:1280px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
    padding-right: 28%
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
  margin-top: 14px;
  margin-bottom: 8px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
  margin-top: 31px;
  margin-bottom: 8px
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2 {
  display: none
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
  margin: 0
}

#qodef-woo-page.qodef--single .shop_attributes td, #qodef-woo-page.qodef--single .shop_attributes th {
  padding: 15px 0;
  vertical-align: middle;
  text-align: left
}

#qodef-woo-page.qodef--single .shop_attributes th {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-woo-page.qodef--single .shop_attributes p {
  margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 19px;
  line-height: 1.1em;
  margin: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 22px 0 0;
  padding: 0;
  list-style: none
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist li {
  margin-bottom: 15px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist li:last-child {
  margin-bottom: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .review {
  margin: 0 0 30px;
  padding: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .review:last-child {
  margin-bottom: 0
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
  padding-top: 2px
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-woo-page.qodef--single #review_form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 32px
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title {
  display: block;
  margin-bottom: 14px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
  margin-bottom: 5px
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
  line-height: 1
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars * {
  line-height: inherit
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 0;
  color: transparent
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  z-index: -1;
  content: "\e031";
  font-size: 14px;
  letter-spacing: .1em;
  color: #000;
  font-family: ElegantIcons;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "\e033\e033\e033\e033\e033";
  font-size: 14px;
  letter-spacing: .1em;
  color: #000;
  font-family: ElegantIcons;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#qodef-woo-page.qodef--single #review_form .comment-form-comment {
  margin-top: 17px
}

#qodef-woo-page.qodef--single .related {
  margin-top: 114px
}

#qodef-woo-page.qodef--single .related>h2 {
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 35px;
  line-height: 1.06em;
  margin: 0 0 40px
}

.widget.woocommerce .qodef-woo-product-title {
  margin: 0
}

.widget.woocommerce .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
  font-size: 14px;
  letter-spacing: .1em;
  color: #000
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap
}

.widget.woocommerce .price {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 7px 0 0
}

.widget.woocommerce .price del {
  margin-right: 10px
}

.widget.woocommerce .price ins {
  text-decoration: none
}

.widget.woocommerce .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 2px 33px 4px;
  cursor: pointer;
  z-index: 3;
  color: #000001;
  background-color: transparent;
  border: 2px solid #000001;
  padding: 2px 27px 4px
}

.widget.woocommerce .button:after {
  content: ' _'
}

.qodef--underscore .widget.woocommerce .button:hover:after {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  z-index: 2
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  font-family: ElegantIcons;
  content: "\4d";
  font-size: 18px;
  line-height: 25px
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
  margin: 0
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
  display: block;
  margin-top: 10px
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0
}

#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 21px 0 0
}

#qodef-page-sidebar .widget.widget_layered_nav ul li.chosen a {
  color: #000001
}

#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 4px;
  margin-top: 27px;
  background-color: #f5f5f5;
  border-radius: 0;
  cursor: pointer
}

#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -3px;
  height: 10px;
  width: 10px;
  background-color: #000001;
  border-radius: 100%;
  outline: 0;
  z-index: 2
}

#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px)
}

#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #000001;
  border-radius: 0;
  z-index: 1
}

#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0
}

#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .clear {
  display: none
}

#qodef-page-sidebar .widget.widget_price_filter .price_label {
  margin-top: 4px
}

#qodef-page-sidebar .widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  height: 45px;
  margin: 7.5px 0 0;
  padding: 11px 15px;
  font-family: inherit;
  font-size: 15px;
  line-height: 23px;
  font-style: inherit;
  font-weight: inherit;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0
}

#qodef-page-sidebar .widget.widget_product_search .qodef-widget-title {
  margin-bottom: 28.5px
}

#qodef-page-sidebar .widget.widget_product_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-sidebar .widget.widget_product_search button, #qodef-page-sidebar .widget.widget_product_search input {
  height: 45px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 23px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none
}

#qodef-page-sidebar .widget.widget_product_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 60px;
  font-size: 15px;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  -webkit-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease
}

#qodef-page-sidebar .widget.widget_product_search input:focus {
  color: #000;
  border-color: transparent
}

#qodef-page-sidebar .widget.widget_product_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_product_search input::-moz-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_product_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_product_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_product_search input::placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-sidebar .widget.widget_product_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 17px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-page-sidebar .widget.widget_product_search button span {
  display: block;
  line-height: inherit;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

#qodef-page-sidebar .widget.widget_product_search button span:before {
  display: block;
  line-height: inherit
}

#qodef-page-sidebar .widget.widget_product_search button:hover {
  color: #909090
}

#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 16px!important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #909090
}

#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover {
  color: #000001
}

#qodef-page-sidebar .widget.widget_products ul li, #qodef-page-sidebar .widget.widget_recently_viewed_products ul li, #qodef-page-sidebar .widget.widget_top_rated_products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

#qodef-page-sidebar .widget.widget_products ul li:last-child, #qodef-page-sidebar .widget.widget_recently_viewed_products ul li:last-child, #qodef-page-sidebar .widget.widget_top_rated_products ul li:last-child {
  margin-bottom: 0
}

#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px
}

#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image a, #qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image a, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image a, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image img {
  position: relative;
  display: block
}

#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image img {
  width: 80px
}

#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-title a, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-title a {
  color: inherit
}

#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a:hover, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
  color: #000001
}

#qodef-page-sidebar .widget.widget_products .qodef-woo-ratings, #qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-ratings, #qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-ratings {
  margin-top: 10px
}

#qodef-page-sidebar .widget.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px
}

#qodef-page-sidebar .widget.widget_recent_reviews ul li:last-child {
  margin-bottom: 0
}

#qodef-page-sidebar .widget.widget_recent_reviews ul li>* {
  display: block;
  padding-left: 100px
}

#qodef-page-sidebar .widget.widget_recent_reviews a {
  position: relative;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-page-sidebar .widget.widget_recent_reviews a:hover {
  color: #000001
}

#qodef-page-sidebar .widget.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px
}

#qodef-page-sidebar .widget.widget_recent_reviews .qodef-woo-ratings {
  margin-top: 5px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  z-index: 2
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  font-family: ElegantIcons;
  content: "\4d";
  font-size: 18px;
  line-height: 25px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
  margin: 0
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
  display: block;
  margin-top: 10px
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 21px 0 0
}

#qodef-page-footer .widget.widget_layered_nav ul li.chosen a {
  color: #000001
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 4px;
  margin-top: 27px;
  background-color: #f5f5f5;
  border-radius: 0;
  cursor: pointer
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -3px;
  height: 10px;
  width: 10px;
  background-color: #000001;
  border-radius: 100%;
  outline: 0;
  z-index: 2
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px)
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #000001;
  border-radius: 0;
  z-index: 1
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
  display: none
}

#qodef-page-footer .widget.widget_price_filter .price_label {
  margin-top: 4px
}

#qodef-page-footer .widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  height: 45px;
  margin: 7.5px 0 0;
  padding: 11px 15px;
  font-family: inherit;
  font-size: 15px;
  line-height: 23px;
  font-style: inherit;
  font-weight: inherit;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: 0
}

#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
  margin-bottom: 28.5px
}

#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-footer .widget.widget_product_search button, #qodef-page-footer .widget.widget_product_search input {
  height: 45px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 23px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none
}

#qodef-page-footer .widget.widget_product_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 60px;
  font-size: 15px;
  color: #909090;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease
}

#qodef-page-footer .widget.widget_product_search input:focus {
  color: #000;
  border-color: #000001
}

#qodef-page-footer .widget.widget_product_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_product_search input::-moz-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_product_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_product_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_product_search input::placeholder {
  color: inherit;
  opacity: 1
}

#qodef-page-footer .widget.widget_product_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 17px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease
}

#qodef-page-footer .widget.widget_product_search button span {
  display: block;
  line-height: inherit;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

#qodef-page-footer .widget.widget_product_search button span:before {
  display: block;
  line-height: inherit
}

#qodef-page-footer .widget.widget_product_search button:hover {
  color: #909090
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 16px!important;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #ccc
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1)
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover {
  color: #000001
}

#qodef-page-footer .widget.widget_products ul li, #qodef-page-footer .widget.widget_recently_viewed_products ul li, #qodef-page-footer .widget.widget_top_rated_products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

#qodef-page-footer .widget.widget_products ul li:last-child, #qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child, #qodef-page-footer .widget.widget_top_rated_products ul li:last-child {
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
  position: relative;
  display: block
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
  width: 80px
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a {
  color: inherit
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
  color: #000001
}

#qodef-page-footer .widget.widget_products .qodef-woo-ratings, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings {
  margin-top: 10px
}

#qodef-page-footer .widget.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px
}

#qodef-page-footer .widget.widget_recent_reviews ul li:last-child {
  margin-bottom: 0
}

#qodef-page-footer .widget.widget_recent_reviews ul li>* {
  display: block;
  padding-left: 100px
}

#qodef-page-footer .widget.widget_recent_reviews a {
  position: relative;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
  line-height: 1.1em
}

#qodef-page-footer .widget.widget_recent_reviews a:hover {
  color: #000001
}

#qodef-page-footer .widget.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px
}

#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings {
  margin-top: 5px
}

.widget_boldlab_core_woo_dropdown_cart {
  height: 100%
}

.qodef-woo-dropdown-cart {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  position: relative;
  vertical-align: top
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-posts-not-found {
  color: #fff
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-posts-not-found {
  color: #fff
}

.qodef-woo-dropdown-cart .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%
}

.qodef-woo-dropdown-cart .qodef-m-opener {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  height: 100%;
  position: relative
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
  left: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  -webkit-transition: opacity .25s ease, visibility .25s ease;
  -o-transition: opacity .25s ease, visibility .25s ease;
  transition: opacity .25s ease, visibility .25s ease;
  visibility: hidden
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
  background-color: #000;
  border: 1px solid transparent;
  display: inline-block;
  padding: 25px;
  position: relative;
  vertical-align: top;
  width: 300px
}

.qodef-woo-dropdown-cart .qodef-m-opener-icon {
  position: relative
}

.qodef-woo-dropdown-cart .qodef-m-opener-icon .qodef-m-opener-count {
  font-family: barlow condensed, sans-serif;
  font-size: 19px;
  font-weight: 600;
  position: absolute;
  right: -10px;
  top: -10px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #fff
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #fff
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #fff
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #fff
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #fff
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #fff
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
  margin-top: 0
}

.qodef-woo-dropdown-cart .qodef-e-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  width: 72px
}

.qodef-woo-dropdown-cart .qodef-e-image a, .qodef-woo-dropdown-cart .qodef-e-image img {
  display: block
}

.qodef-woo-dropdown-cart .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-right: 20px
}

.qodef-woo-dropdown-cart .qodef-e-title {
  margin: 0
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
  margin: 6px 0 0
}

.qodef-woo-dropdown-cart .qodef-e-remove {
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 3px
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  position: relative
}

.qodef-woo-dropdown-cart .qodef-m-order-details>* {
  margin: 0
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-order-details {
  color: #fff
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
  color: #fff
}

.qodef-woo-dropdown-cart .qodef-m-action {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 15px
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: barlow condensed, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 4px 38px 6px;
  background-color: #fff;
  border: 2px solid transparent;
  color: #000;
  padding: 4px 44px 6px;
  width: 100%
}

.qodef-woo-dropdown-cart .qodef-m-action-link:after {
  content: ' _'
}

.qodef--underscore .qodef-woo-dropdown-cart .qodef-m-action-link:hover:after {
  -webkit-animation: qodefBlink .65s infinite;
  animation: qodefBlink .65s infinite
}

.touchevents .qodef-woo-dropdown-cart {
  cursor: pointer
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
  opacity: 1;
  visibility: visible
}

@media only screen and (max-width:1440px) {
  .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    padding: 83px 40px
  }
  .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    padding: 83px 40px 87px
  }
}

@media only screen and (max-width:680px) {
  .qodef-blog.qodef-item-layout--metro article .qodef-e-content {
    padding: 15px 19px
  }
  .qodef-blog.qodef-item-layout--metro article.format-audio .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-gallery .qodef-e-media-image:after, .qodef-blog.qodef-item-layout--metro article.format-video .qodef-e-media-image:after {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    font-size: 60px
  }
}

@media only screen and (max-width:680px) {
  #qodef-author-info .qodef-m-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px
  }
}

@media only screen and (max-width:1440px) {
  .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
    margin: 10px 0
  }
}

@media only screen and (max-width:1024px) {
  .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
    padding-left: 53px
  }
}

@media only screen and (max-width:768px) {
  .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
    padding-left: 55px
  }
}

@media only screen and (max-width:680px) {
  .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
    padding-left: 30px
  }
  .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
    font-size: 30px
  }
  .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li a {
    margin: 3px 0
  }
}

@media only screen and (max-width:1024px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0!important
  }
}

@media only screen and (max-width:1440px) {
  .qodef-header--vertical #qodef-page-header {
    width: 300px
  }
  .qodef-header--vertical #qodef-page-header-inner {
    padding: 45px
  }
  .qodef-header--vertical #qodef-page-footer, .qodef-header--vertical #qodef-page-outer {
    padding-left: 300px
  }
}

@media only screen and (max-width:1024px) {
  .qodef-header--vertical #qodef-page-header-inner {
    display: none
  }
  .qodef-header--vertical #qodef-page-outer, .qodef-header--vertical footer {
    padding-left: 0
  }
}

@media only screen and (max-width:1440px) {
  .qodef-header--vertical .qodef-header-vertical-navigation {
    margin: 15px 0
  }
}

@media only screen and (max-width:1024px) {
  #qodef-top-area {
    display: none
  }
}

@media only screen and (max-width:680px) {
  .qodef-instagram-list #sb_instagram.sbi_col_1 #sbi_images .sbi_item, .qodef-instagram-list #sb_instagram.sbi_col_10 #sbi_images .sbi_item, .qodef-instagram-list #sb_instagram.sbi_col_2 #sbi_images .sbi_item, .qodef-instagram-list #sb_instagram.sbi_col_3 #sbi_images .sbi_item, .qodef-instagram-list #sb_instagram.sbi_col_4 #sbi_images .sbi_item, .qodef-instagram-list #sb_instagram.sbi_col_5 #sbi_images .sbi_item, .qodef-instagram-list #sb_instagram.sbi_col_6 #sbi_images .sbi_item, .qodef-instagram-list #sb_instagram.sbi_col_7 #sbi_images .sbi_item, .qodef-instagram-list #sb_instagram.sbi_col_8 #sbi_images .sbi_item, .qodef-instagram-list #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50%
  }
}

@media only screen and (max-width:768px) {
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    left: 15%
  }
}

@media only screen and (max-width:480px) {
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    bottom: 11%
  }
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content .qodef-e-content-inner>a {
    font-size: 16px;
    font-family: barlow condensed, sans-serif;
    font-weight: 600;
    margin-top: 8px
  }
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content .qodef-e-content-inner .qodef-e-title {
    line-height: .8em
  }
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content .qodef-e-content-inner .qodef-e-title a {
    font-size: .8em;
    margin-top: 6px
  }
}

@media only screen and (max-width:1024px) {
  .qodef-porfolio-single-layout--gallery-big .qodef-portfolio-single-item .qodef-portfolio-info {
    margin-top: 18px!important
  }
}

@media only screen and (max-width:1024px) {
  .qodef-porfolio-single-layout--gallery-small .qodef-portfolio-single-item .qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
    margin-top: 37px
  }
}

@media only screen and (max-width:1024px) {
  .qodef-porfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-portfolio-info {
    margin-top: 18px!important
  }
}

@media only screen and (max-width:1024px) {
  .qodef-porfolio-single-layout--images-small .qodef-portfolio-single-item .qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
    margin-top: 37px
  }
}

@media only screen and (max-width:1024px) {
  .qodef-porfolio-single-layout--masonry-big .qodef-portfolio-single-item .qodef-portfolio-info {
    margin-top: 18px!important
  }
}

@media only screen and (max-width:1024px) {
  .qodef-porfolio-single-layout--masonry-small .qodef-portfolio-single-item .qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
    margin-top: 37px
  }
}

@media only screen and (max-width:1366px) {
  .qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide {
    width: 58%
  }
}

@media only screen and (max-width:1024px) {
  .qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-portfolio-info {
    margin-top: 18px!important
  }
}

@media only screen and (max-width:768px) {
  .qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide {
    width: auto
  }
}

@media only screen and (max-width:1024px) {
  .qodef-fullscreen-search-holder .qodef-form-holder-inner {
    width: 80%
  }
}

@media only screen and (max-width:680px) {
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: block
  }
  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    margin-top: 20px
  }
}

@media only screen and (max-width:768px) {
  .qodef-cards-gallery .qodef-m-fake-card {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
    -webkit-transform: scale(.3) translateX(84%);
    -ms-transform: scale(.3) translateX(84%);
    transform: scale(.3) translateX(84%)
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    -webkit-transform: scale(.4) translateX(60%);
    -ms-transform: scale(.4) translateX(60%);
    transform: scale(.4) translateX(60%)
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    -webkit-transform: scale(.5) translateX(39%);
    -ms-transform: scale(.5) translateX(39%);
    transform: scale(.5) translateX(39%)
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    -webkit-transform: scale(.6) translateX(25%);
    -ms-transform: scale(.6) translateX(25%);
    transform: scale(.6) translateX(25%)
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    -webkit-transform: scale(.7) translateX(11.2%);
    -ms-transform: scale(.7) translateX(11.2%);
    transform: scale(.7) translateX(11.2%)
  }
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
  }
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
  }
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
    -webkit-transform: scale(.3) translateX(-84%);
    -ms-transform: scale(.3) translateX(-84%);
    transform: scale(.3) translateX(-84%)
  }
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
    -webkit-transform: scale(.4) translateX(-60%);
    -ms-transform: scale(.4) translateX(-60%);
    transform: scale(.4) translateX(-60%)
  }
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
    -webkit-transform: scale(.5) translateX(-39%);
    -ms-transform: scale(.5) translateX(-39%);
    transform: scale(.5) translateX(-39%)
  }
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
    -webkit-transform: scale(.6) translateX(-25%);
    -ms-transform: scale(.6) translateX(-25%);
    transform: scale(.6) translateX(-25%)
  }
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
    -webkit-transform: scale(.7) translateX(-11.2%);
    -ms-transform: scale(.7) translateX(-11.2%);
    transform: scale(.7) translateX(-11.2%)
  }
}

@media only screen and (max-width:768px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper, .qodef-countdown.qodef-show--5 .qodef-digit-wrapper, .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 33.33333333333333%
  }
}

@media only screen and (max-width:1024px) {
  .qodef-frame-slider-holder {
    margin-bottom: 96px
  }
  .qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -96px!important
  }
}

@media only screen and (max-width:768px) {
  .qodef-frame-slider-holder {
    margin-bottom: 86px
  }
  .qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -86px!important
  }
}

@media only screen and (max-width:680px) {
  .qodef-frame-slider-holder {
    margin-bottom: 76px
  }
  .qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -76px!important
  }
}

@media only screen and (max-width:480px) {
  .qodef-frame-slider-holder {
    margin-bottom: 46px
  }
  .qodef-frame-slider-holder .qodef-frame-slider-image {
    width: 80%
  }
  .qodef-frame-slider-holder .qodef-m-item {
    padding-left: 57.5%;
    padding-top: calc(57.5% * 563/829)
  }
  .qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -46px!important
  }
}

@media only screen and (max-width:1024px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none
  }
}

@media only screen and (max-width:1024px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none
  }
}

@media only screen and (max-width:1024px) {
  .qodef-interactive-link-showcase .qodef-m-item:hover {
    color: #fff
  }
  .qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    color: #fff
  }
  .qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item:hover {
    color: #000
  }
}

@media only screen and (max-width:1440px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    padding: 95px 0
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    padding-left: 8%
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: 55%
  }
}

@media only screen and (max-width:1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list {
    padding: 70px 0
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: 63%
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 53px;
    width: 100%
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
    font-size: 35px;
    line-height: 1.06em;
    padding-bottom: 3px
  }
}

@media only screen and (max-width:768px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    width: 50%
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    padding-left: 55px
  }
}

@media only screen and (max-width:680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    padding-left: 30px
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
    font-size: 30px;
    margin: 9px 0
  }
}

@media only screen and (max-width:1366px) {
  .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    font-size: 110px;
    line-height: 84px;
    padding-bottom: 11px
  }
}

@media only screen and (max-width:1024px) {
  .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    font-size: 80px;
    line-height: 64px;
    padding-bottom: 7px
  }
}

@media only screen and (max-width:680px) {
  .qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    font-size: 55px;
    line-height: 45px;
    padding-bottom: 5px
  }
}

@media only screen and (max-width:1024px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none
  }
}

@media only screen and (max-width:1024px) {
  .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 40px
  }
  .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 40px
  }
  .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
    margin: 0 0 30px
  }
  .qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .qodef-swapping-image-gallery {
    display: block
  }
  .qodef-swapping-image-gallery .qodef-m-image-holder, .qodef-swapping-image-gallery .qodef-m-info {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 10px
  }
  .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 0;
    padding-top: 60px
  }
  .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-bottom: 60px;
    padding-right: 0
  }
}

@media only screen and (max-width:680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 0 15px;
    padding: 0;
    width: 100%
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: block
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 15px
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 15px 0 0
  }
}

@media only screen and (max-width:1024px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0!important
  }
}

@media only screen and (max-width:480px) {
  .qodef-page-title {
    height: auto!important
  }
  .qodef-page-title .qodef-m-content {
    padding-bottom: 50px!important
  }
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 50px!important
  }
}

@media only screen and (max-width:680px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 7px
  }
}

@media only screen and (max-width:1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both
  }
}

@media only screen and (max-width:680px) and (min-width:481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
  }
}

@media only screen and (max-width:480px) and (min-width:0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
  }
}

@media only screen and (max-width:768px) {
  .woocommerce-page div.woocommerce .col2-set {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (max-width:680px) {
  .woocommerce-page div.woocommerce .woocommerce-error, .woocommerce-page div.woocommerce .woocommerce-info, .woocommerce-page div.woocommerce .woocommerce-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px
  }
  .woocommerce-page div.woocommerce .woocommerce-error a, .woocommerce-page div.woocommerce .woocommerce-info a, .woocommerce-page div.woocommerce .woocommerce-message a {
    margin-left: 0;
    margin-top: 20px
  }
  .woocommerce-page div.woocommerce .shop_table td, .woocommerce-page div.woocommerce .shop_table th {
    padding: 15px 5px 15px 0
  }
}

@media only screen and (max-width:1024px) {
  .woocommerce-page .pswp__caption {
    min-height: 64px
  }
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
    display: none
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-remove {
    width: 18px
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    display: none
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 15px
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    width: 100%;
    float: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
    margin-bottom: 20px
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions>.button {
    float: none
  }
  #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: auto
  }
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--checkout .wc_payment_methods li {
    padding: 20px
  }
  #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-error, #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info, #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media only screen and (max-width:768px) {
  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px
  }
}

@media only screen and (max-width:1024px) {
  #qodef-woo-page .woocommerce-pagination {
    margin-bottom: 75px
  }
}

@media only screen and (max-width:1440px) {
  .qodef-woo-product-list ul.products.columns-6>.product {
    width: 20%
  }
}

@media only screen and (max-width:1366px) {
  .qodef-woo-product-list ul.products.columns-5>.product {
    width: 25%
  }
  .qodef-woo-product-list ul.products.columns-6>.product {
    width: 25%
  }
  .qodef-woo-product-list ul.products.columns-7>.product {
    width: 25%
  }
  .qodef-woo-product-list ul.products.columns-8>.product {
    width: 25%
  }
}

@media only screen and (max-width:1024px) {
  .qodef-woo-product-list ul.products.columns-4>.product {
    width: 33.33333%
  }
  .qodef-woo-product-list ul.products.columns-5>.product {
    width: 33.33333%
  }
  .qodef-woo-product-list ul.products.columns-6>.product {
    width: 33.33333%
  }
  .qodef-woo-product-list ul.products.columns-7>.product {
    width: 33.33333%
  }
  .qodef-woo-product-list ul.products.columns-8>.product {
    width: 33.33333%
  }
}

@media only screen and (max-width:768px) {
  .qodef-woo-product-list ul.products.columns-3>.product {
    width: 50%
  }
  .qodef-woo-product-list ul.products.columns-4>.product {
    width: 50%
  }
  .qodef-woo-product-list ul.products.columns-5>.product {
    width: 50%
  }
  .qodef-woo-product-list ul.products.columns-6>.product {
    width: 50%
  }
  .qodef-woo-product-list ul.products.columns-7>.product {
    width: 50%
  }
  .qodef-woo-product-list ul.products.columns-8>.product {
    width: 50%
  }
}

@media only screen and (max-width:680px) {
  .qodef-woo-product-list ul.products.columns-2>.product {
    width: 100%
  }
  .qodef-woo-product-list ul.products.columns-3>.product {
    width: 100%
  }
  .qodef-woo-product-list ul.products.columns-4>.product {
    width: 100%
  }
  .qodef-woo-product-list ul.products.columns-5>.product {
    width: 100%
  }
  .qodef-woo-product-list ul.products.columns-6>.product {
    width: 100%
  }
  .qodef-woo-product-list ul.products.columns-7>.product {
    width: 100%
  }
  .qodef-woo-product-list ul.products.columns-8>.product {
    width: 100%
  }
}

@media only screen and (max-width:680px) {
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
    width: 40px;
    font-size: 15px
  }
}

@media only screen and (max-width:680px) {
  .qodef-woo-results {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }
}

.qodef-woo-results .woocommerce-ordering {
  margin-left: 0
}

@media only screen and (max-width:1024px) {
  #qodef-woo-page.qodef--single .qodef-woo-single-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #qodef-woo-page.qodef--single .entry-summary {
    margin-top: 48px
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 55px
  }
}

@media only screen and (max-width:680px) {
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
    width: 50%
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
    width: 50%
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
    width: 50%
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
    width: 50%
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
    width: 50%
  }
  #qodef-woo-page.qodef--single .qodef-woo-single-image figure {
    margin: 0 -8px
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery__image {
    padding: 0 8px;
    margin-top: 16px
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery__image:first-child {
    width: calc(100% - 16px)!important;
    left: 8px
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 0 15px
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-bottom: 0
  }
  #qodef-woo-page.qodef--single .woocommerce-error, #qodef-woo-page.qodef--single .woocommerce-info, #qodef-woo-page.qodef--single .woocommerce-message {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  #qodef-woo-page.qodef--single .woocommerce-error a, #qodef-woo-page.qodef--single .woocommerce-info a, #qodef-woo-page.qodef--single .woocommerce-message a {
    margin-left: 0
  }
  #qodef-woo-page.qodef--single .woocommerce-error .button, #qodef-woo-page.qodef--single .woocommerce-info .button, #qodef-woo-page.qodef--single .woocommerce-message .button {
    margin-top: 15px
  }
}