@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/slick-slider/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick-slider/slick.eot");
  src: url("../fonts/slick-slider/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick-slider/slick.woff") format("woff"), url("../fonts/slick-slider/slick.ttf") format("truetype"), url("../fonts/slick-slider/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -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;
  -o-text-overflow: ellipsis;
     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 {
  -webkit-box-sizing: border-box;
          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;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          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] {
  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%;
  -webkit-box-sizing: border-box;
          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;
  filter: alpha(opacity=0);
}

.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: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !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: bold;
}

.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 4px;
  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 4px;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          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;
}

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

.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: bold;
  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-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  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 black 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--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  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: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          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] {
  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] {
  background-color: #5897fb;
  color: white;
}

.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: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.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: bold;
  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: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  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 #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  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 4px;
}

.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: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.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: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

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

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.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: bold;
  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;
  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 #5897fb;
}

.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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  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] {
  background-color: #3875d7;
  color: white;
}

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

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*@supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }*/
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditablackitalic-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditablackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditablackitalic-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditablackitalic-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditablackitalic-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditablackitalic-webfont.svg#gorditablack_italic") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditamedium-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditamedium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditamedium-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditamedium-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditamedium-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditamedium-webfont.svg#gorditamedium") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditablack-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditablack-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditablack-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditablack-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditablack-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditablack-webfont.svg#gorditablack") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditabold-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditabold-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditabold-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditabold-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditabold-webfont.svg#gorditabold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditamediumitalic-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditamediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditamediumitalic-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditamediumitalic-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditamediumitalic-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditamediumitalic-webfont.svg#gorditamedium_italic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditaregular-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditaregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditaregular-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditaregular-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditaregular-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditaregular-webfont.svg#gorditaregular") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditalight-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditalight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditalight-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditalight-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditalight-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditalight-webfont.svg#gorditalight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditalightitalic-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditalightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditalightitalic-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditalightitalic-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditalightitalic-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditalightitalic-webfont.svg#gorditalight_italic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditaregularitalic-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditaregularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditaregularitalic-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditaregularitalic-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditaregularitalic-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditaregularitalic-webfont.svg#gorditaregular_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'gordita';
  src: url("../fonts/gordita/EOT/gorditabolditalic-webfont.eot");
  src: url("../fonts/gordita/EOT/gorditabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gordita/WOFF2/gorditabolditalic-webfont.woff2") format("woff2"), url("../fonts/gordita/WOFF/gorditabolditalic-webfont.woff") format("woff"), url("../fonts/gordita/TTF/gorditabolditalic-webfont.ttf") format("truetype"), url("../fonts/gordita/SVG/gorditabolditalic-webfont.svg#gorditabold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}
/*
 *	COLORS
 */
/* Media queries breakpoints
 * Define the breakpoints at which your layout will change, adapting to different screen sizes.
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.sr-only, .social-share-links > div, .archive-filters p, .gform_wrapper .gform_heading .gform_required_legend, .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.push-0 {
  padding-bottom: 0px !important;
}

.push-5 {
  padding-bottom: 5px !important;
}

.push-10 {
  padding-bottom: 10px !important;
}

.push-15 {
  padding-bottom: 15px !important;
}

.push-20 {
  padding-bottom: 20px !important;
}

.push-25 {
  padding-bottom: 25px !important;
}

.push-30 {
  padding-bottom: 30px !important;
}

.push-35 {
  padding-bottom: 35px !important;
}

.push-40 {
  padding-bottom: 40px !important;
}

.push-45 {
  padding-bottom: 45px !important;
}

.push-50 {
  padding-bottom: 50px !important;
}

.push-55 {
  padding-bottom: 55px !important;
}

.push-60 {
  padding-bottom: 60px !important;
}

.push-65 {
  padding-bottom: 65px !important;
}

.drop-0 {
  padding-top: 0px !important;
}

.drop-5 {
  padding-top: 5px !important;
}

.drop-10 {
  padding-top: 10px !important;
}

.drop-15 {
  padding-top: 15px !important;
}

.drop-20 {
  padding-top: 20px !important;
}

.drop-25 {
  padding-top: 25px !important;
}

.drop-30 {
  padding-top: 30px !important;
}

.drop-35 {
  padding-top: 35px !important;
}

.drop-40 {
  padding-top: 40px !important;
}

.drop-45 {
  padding-top: 45px !important;
}

.drop-50 {
  padding-top: 50px !important;
}

.drop-55 {
  padding-top: 55px !important;
}

.drop-60 {
  padding-top: 60px !important;
}

.drop-65 {
  padding-top: 65px !important;
}

.squeeze-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.squeeze-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.squeeze-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.outer-container {
  max-width: 1250px;
  padding-left: 30px;
  padding-right: 30px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*@mixin gradient($color: #F5F5F5, $start: #EEE, $stop: #FFF) {
  background: $color;
  background: -webkit-gradient(linear,
                               left bottom,
                               left top,
                               color-stop(0, $start),
                               color-stop(1, $stop));
  background: -ms-linear-gradient(bottom,
                                  $start,
                                  $stop);
  background: -moz-linear-gradient(center bottom,
                                   $start 0%,
                                   $stop 100%);
  background: -o-linear-gradient($stop,
                                 $start);
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
}*/
/*@mixin bw-gradient($color: #F5F5F5, $start: 0, $stop: 255) {
  background: $color;
  background: -webkit-gradient(linear,
                               left bottom,
                               left top,
                               color-stop(0, rgb($start,$start,$start)),
                               color-stop(1, rgb($stop,$stop,$stop)));
  background: -ms-linear-gradient(bottom,
                                  rgb($start,$start,$start) 0%,
                                  rgb($stop,$stop,$stop) 100%);
  background: -moz-linear-gradient(center bottom,
                                   rgb($start,$start,$start) 0%,
                                   rgb($stop,$stop,$stop) 100%);
  background: -o-linear-gradient(rgb($stop,$stop,$stop),
                                 rgb($start,$start,$start));
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",rgb($stop,$stop,$stop),rgb($start,$start,$start)));
}*/
/*@mixin opacity($opacity: 0.5) {
  -moz-opacity: $opacity;
  -khtml-opacity: $opacity;
  -webkit-opacity: $opacity;
  opacity: $opacity;
  $opperc: $opacity * 100;
  -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=@{opperc})";
  filter: ~"alpha(opacity=@{opperc})";
}*/
/*@mixin rotation($deg:5deg){
  .transform(rotate($deg));
}
@mixin scale($ratio:1.5){
  .transform(scale($ratio));
}*/
/*
 *	FONTS
 */
.gordita, h1, .h1, h2, .h2, h3, .h3, h4, .h4, .buy-price, h5, .h5, h6, .h6, .back-to-top-button, .testimonials-carousel-wrapper .testimonials-carousel article blockquote cite, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote cite, .et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li a, #blog-tabs .menu-blog-navigation-container ul.menu li a, form .gform_body .gform_fields .gfield label {
  font-family: 'gordita', sans-serif;
}

.proxima-nova, body {
  font-family: proxima-nova, sans-serif;
}

/*
 *	GENERAL
 */
html.noscroll, html.noscroll body {
  margin: 0;
  height: 100% !important;
  overflow: hidden !important;
}

body p {
  margin: 0;
  padding: 0 0 20px;
}
body p strong, body p b {
  font-weight: 700;
}
body p:last-of-type, body p:not(.has-background):last-of-type {
  padding: 0 0 20px;
}
body p:last-child, body p:not(.has-background):last-child {
  padding: 0;
}

.entry-content {
  margin: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .aligncenter {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
@media (max-width: 600px) {
  .alignleft {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
@media (max-width: 600px) {
  .alignright {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

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

::selection {
  color: #fff;
  background-color: #000;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-color-white {
  color: #fff !important;
}

.text-color-black {
  color: #000 !important;
}

.text-case-normal {
  text-transform: none !important;
}

.text-case-upper {
  text-transform: uppercase !important;
}

.font-style-italic {
  font-style: italic !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-no-bold {
  font-weight: 400 !important;
}

blockquote {
  color: #000;
  border: 0;
  padding: 0;
}
blockquote p {
  color: #000;
}

/*
 *	HEADINGS
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .buy-price, h5, .h5, h6, .h6, .back-to-top-button, .testimonials-carousel-wrapper .testimonials-carousel article blockquote cite, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote cite {
  line-height: 1.33em;
  color: #0E73E5;
  font-weight: bold;
  margin: 0;
  padding: 0 0 20px;
}

h1, .h1 {
  font-size: 50px !important;
}
@media (min-width: 981px) {
  h1, .h1 {
    font-size: 60px !important;
  }
}

h2, .h2 {
  font-size: 35px !important;
}
@media (min-width: 981px) {
  h2, .h2 {
    font-size: 40px !important;
  }
  h2.smaller, .h2.smaller {
    font-size: 34px !important;
  }
}

h3, .h3 {
  font-size: 30px !important;
}
@media (min-width: 981px) {
  h3, .h3 {
    /*font-size: 40px !important;*/
	font-size: 30px !important;
  }
  h3.smaller, .h3.smaller {
    font-size: 30px !important;
  }
}

h4, .h4, .buy-price {
  font-size: 25px !important;
}
@media (min-width: 981px) {
  h4, .h4, .buy-price {
    font-size: 25px !important;
  }
}

h5, .h5 {
  font-size: 20px !important;
}
@media (min-width: 981px) {
  h5, .h5 {
    font-size: 20px !important;
  }
}

h6, .h6, .back-to-top-button, .testimonials-carousel-wrapper .testimonials-carousel article blockquote cite, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote cite {
  font-size: 15px !important;
}
@media (min-width: 981px) {
  h6, .h6, .back-to-top-button, .testimonials-carousel-wrapper .testimonials-carousel article blockquote cite, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote cite {
    font-size: 15px !important;
  }
}

/*
 *	LINKS & BUTTONS
 */
a {
  color: #000;
}
a:hover, a:active {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a h1, a h2, a h3, a h4, a h5, a h6,
a .h1, a .h2, a .h3, a .h4, a .buy-price, a .h5, a .h6, a .back-to-top-button, a .testimonials-carousel-wrapper .testimonials-carousel article blockquote cite, .testimonials-carousel-wrapper .testimonials-carousel article blockquote a cite, a .recent-posts-wrapper .recent-posts article.type-testimonial blockquote cite, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote a cite {
  color: #000;
}

.social-links a {
  text-decoration: none;
  padding: 0px 10px;
  line-height: 1em;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
button:hover, button:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-primary, .button-main, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.button a, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a, form .gform_footer .gform_button, .button-a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  background: #F17105 !important;
  color: #fff !important;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  border: 1px solid #F17105 !important;
  border-radius: 12px;
  padding: 10px 20px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .button-main:hover, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a:hover, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.button a:hover, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a:hover, form .gform_footer .gform_button:hover, .button-main:active, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a:active, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.button a:active, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a:active, form .gform_footer .gform_button:active, .button-a:hover, .button-a:active {
  opacity: 1;
  background: #0E73E5 !important;
  color: #fff !important;
  border: 1px solid #0E73E5 !important;
  text-decoration: none;
}
.btn.btn-primary.light-blue-hover:hover, .btn.btn-primary.light-blue-hover:active, .button-main.light-blue-hover:hover, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a.light-blue-hover:hover, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.button a.light-blue-hover:hover, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a.light-blue-hover:hover, form .gform_footer .light-blue-hover.gform_button:hover, .button-main.light-blue-hover:active, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a.light-blue-hover:active, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.button a.light-blue-hover:active, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a.light-blue-hover:active, form .gform_footer .light-blue-hover.gform_button:active, .button-a.light-blue-hover:hover, .button-a.light-blue-hover:active {
  background: #249BE9 !important;
  color: #fff !important;
  border: 1px solid #249BE9 !important;
}
@media only screen and (max-width: 767px) {
  .btn.btn-primary, .button-main, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.button a, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a, form .gform_footer .gform_button, .button-a {
    display: block;
    width: 100%;
  }
}

.btn.btn-secondary, .button-secondary, .button-b {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  background: #0E73E5 !important;
  color: #fff !important;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  border: 2px solid #0E73E5 !important;
  border-radius: 0;
  padding: 10px 20px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .button-secondary:hover, .button-secondary:active, .button-b:hover, .button-b:active {
  opacity: 1;
  background: #F17105 !important;
  color: #fff !important;
  border: 1px solid #F17105 !important;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .btn.btn-secondary, .button-secondary, .button-b {
    display: block;
    width: 100%;
  }
}

.et_pb_button:not(.custom-button-style), .et_pb_button:not(.custom-button-style).et_pb_bg_layout_light {
  font-weight: 600;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  line-height: 1em !important;
  padding: 10px 20px !important;
}
.et_pb_button:not(.custom-button-style):hover, .et_pb_button:not(.custom-button-style):active, .et_pb_button:not(.custom-button-style).et_pb_bg_layout_light:hover, .et_pb_button:not(.custom-button-style).et_pb_bg_layout_light:active {
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .et_pb_button:not(.custom-button-style), .et_pb_button:not(.custom-button-style).et_pb_bg_layout_light {
    display: block;
    width: 100%;
  }
}

.buttons-wrapper a {
  margin-bottom: 20px;
}
.buttons-wrapper a:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .buttons-wrapper a {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

/*
 *	STRUCTURE
 */
/*** Take out the divider line between content and sidebar ***/
#main-content > .container:before {
  background: none;
}

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
  padding-top: 0;
}

body.page-template-page-template-flush-header #page-container {
  padding-top: 0 !important;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 0px !important;
    float: none !important;
  }
}
.et-db #et-boc .et-l .et_pb_row.home-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-db #et-boc .et-l .et_pb_row.home-banner .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .et-db #et-boc .et-l .et_pb_row.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
    width: 100%;
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row h1 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_2 {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_2:last-child {
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_3 {
    width: 29.6667%;
    margin-right: 5.5%;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_3:last-child {
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_2_3 {
    width: 64.833%;
    margin-right: 5.5%;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_2_3:last-child {
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 20.875%;
    margin-right: 5.5%;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_4:last-child {
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_3_4 {
    width: 73.625%;
    margin-right: 5.5%;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_3_4:last-child {
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_5 {
    width: 15.6%;
    margin-right: 5.5%;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_5:last-child {
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_2_5 {
    width: 36.7%;
    margin-right: 5.5%;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_2_5:last-child {
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_3_5 {
    width: 57.8%;
    margin-right: 5.5%;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_3_5:last-child {
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: 12.0833%;
    margin-right: 5.5%;
  }
  .et-db #et-boc .et-l .et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row.reverse-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    				/*.et_pb_column.et_pb_column_1_2:nth-of-type(1){
    				    left: 52.75%;
    				    margin-right: 0;
    				}
    
    				.et_pb_column.et_pb_column_1_2:nth-of-type(2){
    					margin-left: -47.25%;
    					margin-right: 5.5% !important;
    				}
    
    
    				.et_pb_column.et_pb_column_1_3:nth-of-type(1){
    				    left: 70.333%;
    				    margin-right: 0;
    				}
    
    				.et_pb_column.et_pb_column_1_3:nth-of-type(2){
    				    margin-left: -64.833%;
    					margin-right: 5.5% !important;
    				}
    
    				.et_pb_column.et_pb_column_2_3:nth-of-type(1){
    					left: 34.1667%;
    				    margin-right: 0;
    				}
    
    				.et_pb_column.et_pb_column_2_3:nth-of-type(2){
    					margin-left: -29.6667%;
    					margin-right: 5.5% !important;
    				}
    
    
    				.et_pb_column.et_pb_column_2_5:nth-of-type(1){
    				    left: 63.3%;
    				    margin-right: 0;
    				}
    
    				.et_pb_column.et_pb_column_2_5:nth-of-type(2){
    					margin-left: -57.8%;
    					margin-right: 5.5% !important;
    				}
    
    				.et_pb_column.et_pb_column_3_5:nth-of-type(1){
    				    left: 42%; //36.5%;
    				    margin-right: 0;
    				}
    
    				.et_pb_column.et_pb_column_3_5:nth-of-type(2){
    					margin-left: -42%; //-36.5%;
    					margin-right: 5.5% !important;
    				}*/
  }
  .et-db #et-boc .et-l .et_pb_row.reverse-columns .et_pb_column:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .et-db #et-boc .et-l .et_pb_row.reverse-columns .et_pb_column:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 5.5% !important;
  }
  .et-db #et-boc .et-l .et_pb_row.centered-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .et-db #et-boc .et-l .et_pb_row.centered-columns .et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.et_pb_module.et_pb_image:not(.not-rounded) .et_pb_image_wrap img {
  border-radius: 16px;
}

.et_pb_row.pricing-row .button-wrapper {
  text-align: center;
}
@media only screen and (max-width: 1039px) {
  .et_pb_row.pricing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .et_pb_row.pricing-row .et_pb_column {
    width: 100% !important;
    margin: 0 0 60px !important;
  }
  .et_pb_row.pricing-row .et_pb_column .et_pb_module {
    max-width: 415px;
    margin: 0 auto;
  }
  .et_pb_row.pricing-row .et_pb_column:last-child {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1040px) {
  .et_pb_row.pricing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .et_pb_row.pricing-row .et_pb_column .et_pb_module {
    height: 100%;
  }
  .et_pb_row.pricing-row .et_pb_column .et_pb_module .et_pb_text_inner {
    position: relative;
    height: 100%;
    padding-bottom: 42px !important;
  }
  .et_pb_row.pricing-row .et_pb_column .et_pb_module .et_pb_text_inner .button-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.back-to-top-button {
  display: inline-block;
  position: relative;
  font-size: 26px !important;
}
.back-to-top-button:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 48px;
  margin-right: 10px;
  background-image: url("../img/icon-up-arrows.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
.back-to-top-button:hover, .back-to-top-button:active {
  color: #F17105;
  text-decoration: none;
}

.et_pb_row.try-it-row .button-wrapper {
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .et_pb_row.try-it-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .et_pb_row.try-it-row .et_pb_column {
    width: 100% !important;
    margin: 0 0 60px !important;
  }
  .et_pb_row.try-it-row .et_pb_column .et_pb_module {
    max-width: 415px;
    margin: 0 auto;
  }
  .et_pb_row.try-it-row .et_pb_column:last-child {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .et_pb_row.try-it-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .et_pb_row.try-it-row .et_pb_column .et_pb_module {
    height: 100%;
  }
  .et_pb_row.try-it-row .et_pb_column .et_pb_module .et_pb_text_inner {
    position: relative;
    height: 100%;
    padding-bottom: 42px !important;
  }
  .et_pb_row.try-it-row .et_pb_column .et_pb_module .et_pb_text_inner .button-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.et_pb_module.try-it-module {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 70px 30px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 1230px) {
  .buy-plan-name {
    font-size: 50px !important;
  }
}

.buy-price {
  color: #000;
}
.et_pb_bg_layout_dark .buy-price {
  color: #fff;
}

.buy-subtitle {
  font-size: 25px;
  text-transform: uppercase;
}

ul.list-checkmark {
  list-style-type: none;
  padding: 0 0 20px;
}
ul.list-checkmark li {
  position: relative;
  padding: 0 0 20px 30px;
}
ul.list-checkmark li:before {
  content: '';
  display: block;
  background-image: url("../img/icon-checkmark.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
ul.list-checkmark li.negative:before {
  background-image: url("../img/icon-close.svg");
}
ul.list-checkmark li:last-child {
  padding: 0 0 0 30px;
}
.et_pb_bg_layout_dark ul.list-checkmark li:before {
  background-image: url("../img/icon-checkmark-light.svg");
}
.et_pb_bg_layout_dark ul.list-checkmark li.negative:before {
  background-image: url("../img/icon-close-light.svg");
}

.et-db #et-boc .et-l .et_pb_module.et_pb_tabs {
  border: 0 !important;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #0E73E5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li {
  display: block;
  float: none;
  width: 50%;
  border: 0 !important;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: rgba(14, 115, 229, 0.5) !important;
  padding: 20px 10px !important;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li.et_pb_tab_active {
  background: transparent;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li.et_pb_tab_active a {
  color: #0E73E5 !important;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li:after {
  content: '';
  display: block;
  width: 1px;
  height: 23px;
  background-color: rgba(14, 115, 229, 0.5) !important;
  position: absolute;
  top: calc( 50% - 11px );
  right: 0;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li:nth-of-type(2n) {
  width: 50%;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li:nth-of-type(2n):after {
  display: none;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li:nth-of-type(2n+1) {
  width: 50%;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls:after {
  border: 0;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs .et_pb_all_tabs {
  background: transparent;
}
.et-db #et-boc .et-l .et_pb_module.et_pb_tabs .et_pb_all_tabs input[type="submit"] {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .et-db #et-boc .et-l .et_pb_module.et_pb_tabs ul.et_pb_tabs_controls li a {
    font-size: 20px;
    padding: 20px;
  }
}

.video-modal {
  display: block;
  position: relative;
}
.video-modal img {
  border-radius: 16px;
}
.video-modal:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 78px solid #fff;
  position: absolute;
  top: calc( 50% - 45px );
  left: calc( 50% - 45px );
}

#demo-popup {
  width: 90%;
  height: 90%;
  padding: 0;
}

.feature-main-image img {
  border-radius: 16px;
}

.reviews-heading {
  text-align: center;
}
.reviews-heading:before {
  content: '';
  background: #249BE9;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.reviews-heading h2 {
  display: inline-block;
  position: relative;
  font-size: 60px;
  background: #fff;
  padding: 0 20px;
  z-index: 10;
}
.reviews-heading h2 span {
  display: block;
  font-size: 30px;
  line-height: 1em;
}

.testimonials-carousel-wrapper {
  width: 100%;
}
.testimonials-carousel-wrapper .testimonials-carousel {
  padding-bottom: 100px;
}
.testimonials-carousel-wrapper .testimonials-carousel:after {
  content: '';
  background: #249BE9;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 0;
}
.testimonials-carousel-wrapper .testimonials-carousel .slick-next {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: calc( 50% + 10px );
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 80px;
  height: 80px;
}
.testimonials-carousel-wrapper .testimonials-carousel .slick-next:before {
  border: 0;
  width: 80px;
  height: 80px;
  background-image: url("../img/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
  z-index: 10;
}
.testimonials-carousel-wrapper .testimonials-carousel .slick-prev {
  position: absolute;
  top: auto;
  right: calc( 50% + 10px );
  bottom: 0;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 80px;
  height: 80px;
}
.testimonials-carousel-wrapper .testimonials-carousel .slick-prev:before {
  border: 0;
  width: 80px;
  height: 80px;
  background-image: url("../img/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  z-index: 10;
}

.features-carousel-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .features-carousel-wrapper .features-carousel .slick-list {
    padding-right: 11%;
  }
}

/*
 *	BLOG
 */
#blog-tabs .menu-blog-navigation-container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
#blog-tabs .menu-blog-navigation-container::-webkit-scrollbar {
  display: none;
}
#blog-tabs .menu-blog-navigation-container ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  list-style-type: none;
  padding: 0 !important;
}
#blog-tabs .menu-blog-navigation-container ul.menu li {
  padding: 0 10px;
}
#blog-tabs .menu-blog-navigation-container ul.menu li a {
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 25px 10px;
  border-radius: 16px 16px 0 0;
}
#blog-tabs .menu-blog-navigation-container ul.menu li a:hover {
  background: #fff;
  color: #F17105;
  text-decoration: none;
}
#blog-tabs .menu-blog-navigation-container ul.menu li:first-child {
  padding: 0 10px 0 0;
}
#blog-tabs .menu-blog-navigation-container ul.menu li.current-menu-item a {
  background: #fff;
  color: #F17105;
}
@media only screen and (min-width: 768px) {
  #blog-tabs .menu-blog-navigation-container ul.menu li a {
    padding: 25px 40px;
  }
}
@media only screen and (min-width: 768px) {
  #blog-tabs .menu-blog-navigation-container ul.menu li a {
    padding: 25px 70px;
  }
}

.archive-filters p {
  /*font-weight: bold;
  font-size: 20px;
  padding: 0 0 10px !important;*/
}
.archive-filters #archive-filter-wrapper {
  width: 100%;
  display: inline-block;
  max-width: 200px;
  padding: 0;
}
.archive-filters #archive-filter-wrapper .select2.select2-container {
  width: 100% !important;
}
.archive-filters #archive-filter-wrapper .select2 .select2-selection {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .archive-filters p {
    /*display: inline-block;
    margin-right: 20px;
    padding: 0 !important;*/
  }
}

.et_pb_search {
  border: 0;
  border-radius: 0;
}
.et_pb_search form.et_pb_searchform ::-webkit-input-placeholder {
  color: #fff;
  font-size: 17px;
}
.et_pb_search form.et_pb_searchform ::-moz-placeholder {
  color: #fff;
  font-size: 17px;
}
.et_pb_search form.et_pb_searchform :-ms-input-placeholder {
  color: #fff;
  font-size: 17px;
}
.et_pb_search form.et_pb_searchform ::-ms-input-placeholder {
  color: #fff;
  font-size: 17px;
}
.et_pb_search form.et_pb_searchform ::placeholder {
  color: #fff;
  font-size: 17px;
}
.et_pb_search form.et_pb_searchform > div {
  border-radius: 19px;
  padding-left: 0px;
}
.et_pb_search form.et_pb_searchform > div input.et_pb_s {
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 17px;
  padding: 8px 10px 8px 40px !important;
  background: rgba(229, 229, 229, 0.29);
}
.et_pb_search form.et_pb_searchform > div input.et_pb_searchsubmit {
  width: 20px;
  padding: 0;
  color: transparent;
  background: transparent;
  left: 10px;
  background-image: url("../img/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.recent-posts-wrapper .recent-posts article.type-faq {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .recent-posts-wrapper .recent-posts.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc( 100% + 60px );
    margin-left: -30px;
  }
  .recent-posts-wrapper .recent-posts.features article.type-feature {
    width: 100%;
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .recent-posts-wrapper .recent-posts.features article.type-feature {
    width: 33.333%;
    padding: 0 30px 0px;
  }
}

@media only screen and (min-width: 768px) {
  .posts-wrapper .posts-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc( 100% + 60px );
    margin-left: -30px;
  }
}

.recent-posts-wrapper .recent-posts article.type-post, .posts-wrapper .posts-wrapper-inner article.type-post, .recent-posts-wrapper .recent-posts article.type-press, .posts-wrapper .posts-wrapper-inner article.type-press {
  padding: 0 0 60px;
}
.recent-posts-wrapper .recent-posts article.type-post .inner .entry-thumbnail, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-thumbnail, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-thumbnail, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-thumbnail {
  padding-bottom: 20px;
}
.recent-posts-wrapper .recent-posts article.type-post .inner .entry-thumbnail a, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-thumbnail a, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-thumbnail a, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-thumbnail a {
  display: block;
}
.recent-posts-wrapper .recent-posts article.type-post .inner .entry-thumbnail a img, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-thumbnail a img, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-thumbnail a img, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-thumbnail a img {
  display: block;
  border-radius: 16px;
}
.recent-posts-wrapper .recent-posts article.type-post .inner .entry-content .entry-header .categories a, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-content .entry-header .categories a, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-content .entry-header .categories a, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-content .entry-header .categories a {
  display: inline-block;
  color: #F17105 !important;
  font-size: 20px;
  padding: 0 0 10px;
}
.recent-posts-wrapper .recent-posts article.type-post .inner .entry-content .entry-header .entry-title, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-content .entry-header .entry-title, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-content .entry-header .entry-title, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-content .entry-header .entry-title {
  font-size: 20px !important;
  padding: 0 0 10px;
  text-transform: capitalize;
}
.recent-posts-wrapper .recent-posts article.type-post .inner .entry-content .entry-header .entry-title, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-content .entry-header .entry-title, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-content .entry-header .entry-title, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-content .entry-header .entry-title, .recent-posts-wrapper .recent-posts article.type-post .inner .entry-content .entry-header .entry-title a, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-content .entry-header .entry-title a, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-content .entry-header .entry-title a, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-content .entry-header .entry-title a {
  color: #0E73E5;
}
.recent-posts-wrapper .recent-posts article.type-post .inner .entry-content .entry-header .entry-author, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-content .entry-header .entry-author, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-content .entry-header .entry-author, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-content .entry-header .entry-author {
  color: #249BE9;
  font-size: 20px;
  padding: 0 0 10px;
}
.recent-posts-wrapper .recent-posts article.type-post .inner .entry-content .entry-header .entry-date, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-content .entry-header .entry-date, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-content .entry-header .entry-date, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-content .entry-header .entry-date {
  color: #249BE9;
  font-size: 17px;
}
.recent-posts-wrapper .recent-posts article.type-post .inner .entry-content .entry-header .entry-publisher, .posts-wrapper .posts-wrapper-inner article.type-post .inner .entry-content .entry-header .entry-publisher, .recent-posts-wrapper .recent-posts article.type-press .inner .entry-content .entry-header .entry-publisher, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-content .entry-header .entry-publisher {
  color: #249BE9;
  font-size: 20px;
  padding: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .recent-posts-wrapper .recent-posts article.type-post, .posts-wrapper .posts-wrapper-inner article.type-post, .recent-posts-wrapper .recent-posts article.type-press, .posts-wrapper .posts-wrapper-inner article.type-press {
    width: 50%;
    padding: 0 30px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .recent-posts-wrapper .recent-posts article.type-post, .posts-wrapper .posts-wrapper-inner article.type-post, .recent-posts-wrapper .recent-posts article.type-press, .posts-wrapper .posts-wrapper-inner article.type-press {
    width: 33.333%;
  }
}

.recent-posts-wrapper .recent-posts article.type-press .inner .entry-content .entry-header .entry-date, .posts-wrapper .posts-wrapper-inner article.type-press .inner .entry-content .entry-header .entry-date {
  font-size: 20px;
}

.features-carousel-wrapper .features-carousel article, .recent-posts-wrapper .recent-posts article.type-feature, .posts-wrapper .posts-wrapper-inner article.type-feature {
  padding: 0 0 60px;
}
.features-carousel-wrapper .features-carousel article .inner, .recent-posts-wrapper .recent-posts article.type-feature .inner, .posts-wrapper .posts-wrapper-inner article.type-feature .inner {
  max-width: 350px;
  margin: 0 auto;
}
.features-carousel-wrapper .features-carousel article .inner .entry-thumbnail, .recent-posts-wrapper .recent-posts article.type-feature .inner .entry-thumbnail, .posts-wrapper .posts-wrapper-inner article.type-feature .inner .entry-thumbnail {
  padding-bottom: 20px;
}
.features-carousel-wrapper .features-carousel article .inner .entry-thumbnail a, .recent-posts-wrapper .recent-posts article.type-feature .inner .entry-thumbnail a, .posts-wrapper .posts-wrapper-inner article.type-feature .inner .entry-thumbnail a {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.features-carousel-wrapper .features-carousel article .inner .entry-thumbnail a img, .recent-posts-wrapper .recent-posts article.type-feature .inner .entry-thumbnail a img, .posts-wrapper .posts-wrapper-inner article.type-feature .inner .entry-thumbnail a img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.features-carousel-wrapper .features-carousel article .inner .entry-content, .recent-posts-wrapper .recent-posts article.type-feature .inner .entry-content, .posts-wrapper .posts-wrapper-inner article.type-feature .inner .entry-content {
  text-align: center;
  padding: 0 !important;
}
.features-carousel-wrapper .features-carousel article .inner .entry-content .entry-header .entry-title, .recent-posts-wrapper .recent-posts article.type-feature .inner .entry-content .entry-header .entry-title, .posts-wrapper .posts-wrapper-inner article.type-feature .inner .entry-content .entry-header .entry-title {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .features-carousel-wrapper .features-carousel article, .recent-posts-wrapper .recent-posts article.type-feature, .posts-wrapper .posts-wrapper-inner article.type-feature {
    width: 50%;
    padding: 0 30px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .features-carousel-wrapper .features-carousel article, .recent-posts-wrapper .recent-posts article.type-feature, .posts-wrapper .posts-wrapper-inner article.type-feature {
    width: 33.333%;
  }
}

.recent-posts-wrapper .recent-posts article.type-faq {
  padding: 0;
}
.recent-posts-wrapper .recent-posts article.type-faq .inner {
  padding: 20px 0px;
  border-top: 1px solid #959595;
  background-color: transparent;
}
.recent-posts-wrapper .recent-posts article.type-faq .inner .entry-header .entry-title {
  position: relative;
  font-size: 18px !important;
  line-height: 1.33em !important;
  font-weight: bold;
  padding: 0 0 0 40px;
  color: #0E73E5 !important;
}
.recent-posts-wrapper .recent-posts article.type-faq .inner .entry-header .entry-title a {
  color: #0E73E5 !important;
}
.recent-posts-wrapper .recent-posts article.type-faq .inner .entry-header .entry-title a:hover, .recent-posts-wrapper .recent-posts article.type-faq .inner .entry-header .entry-title a:active {
  text-decoration: none;
}
.recent-posts-wrapper .recent-posts article.type-faq .inner .entry-header .entry-title .toggle-icon {
  position: absolute;
  top: 0;
  left: 10px;
  color: #F17105;
}
.recent-posts-wrapper .recent-posts article.type-faq .inner .entry-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
}
.recent-posts-wrapper .recent-posts article.type-faq .inner .entry-content, .recent-posts-wrapper .recent-posts article.type-faq .inner .entry-content p {
  color: #000;
}
.recent-posts-wrapper .recent-posts article.open.type-faq .inner .entry-header .entry-title .toggle-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recent-posts-wrapper .recent-posts article.open.type-faq .inner .entry-content {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
  padding: 24px 20px 0px;
}
.recent-posts-wrapper .recent-posts article.type-faq:last-child .inner {
  border-bottom: 1px solid #959595;
}
@media only screen and (min-width: 768px) {
  .recent-posts-wrapper .recent-posts article.open.type-faq .inner .entry-content {
    padding: 24px 70px 0px 40px;
  }
}

.testimonials-carousel-wrapper .testimonials-carousel article blockquote .stars, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.testimonials-carousel-wrapper .testimonials-carousel article blockquote .stars .star, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote .stars .star {
  width: 23px;
  height: 22px;
  margin-right: 9px;
  background-image: url("../img/icon-star.svg");
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center;
}
.testimonials-carousel-wrapper .testimonials-carousel article blockquote .entry-title, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote .entry-title {
  padding-bottom: 10px;
}
.testimonials-carousel-wrapper .testimonials-carousel article blockquote p, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote p {
  padding-bottom: 10px;
}
.testimonials-carousel-wrapper .testimonials-carousel article blockquote cite, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote cite {
  font-style: normal;
}
.testimonials-carousel-wrapper .testimonials-carousel article blockquote cite:before, .recent-posts-wrapper .recent-posts article.type-testimonial blockquote cite:before {
  content: '-';
}
@media only screen and (min-width: 600px) {
  .testimonials-carousel-wrapper .testimonials-carousel article, .recent-posts-wrapper .recent-posts article.type-testimonial {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials-carousel-wrapper .testimonials-carousel article, .recent-posts-wrapper .recent-posts article.type-testimonial {
    padding: 0 70px;
  }
}

/*
 *	SINGLE POSTS
 */
body.single.single-post .et-l.et-l--body {
  margin-bottom: 0;
}
body.single.single-post .et-l.et-l--body .social-share-links {
  display: block;
  width: 70px;
  margin: 0 0 0 auto;
  text-align: right;
}
body.single.single-post .et-l.et-l--body .social-share-links a {
  display: block;
  margin: 0 0 5px 0;
}
body.single.single-post .et-l.et-l--body .social-share-links a:hover .fa-stack-2x, body.single.single-post .et-l.et-l--body .social-share-links a:active .fa-stack-2x {
  color: #F17105;
}
@media only screen and (max-width: 768px) {
  body.single.single-post .et-l.et-l--body h2.entry-title {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 599px) {
  body.single.single-post .et-l.et-l--body h2.entry-title {
    font-size: 20px !important;
  }
}

.social-share-links {
  display: inline-block;
}
.social-share-links > div {
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0;
}
.social-share-links a {
  margin-right: 20px;
}

.feature-title {
  padding-bottom: 20px;
}
.feature-title .image-wrapper {
  width: 80px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .feature-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-title .image-wrapper {
    padding: 5px 0 0;
  }
  .feature-title h2 {
    padding: 0 0 0 20px;
  }
}

.et_pb_module.et_pb_post_title:not(.not-rounded) .et_pb_image_wrap img {
  border-radius: 16px;
}

/* AJAX LOAD MORE */
.starter-loadmore-wrapper {
  text-align: center;
  margin: 0 0 40px;
}

#starter_pagination {
  width: 100%;
}
#starter_pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#starter_pagination .nav-links a.page-numbers {
  color: #000 !important;
}
#starter_pagination .nav-links a.page-numbers:hover, #starter_pagination .nav-links a.page-numbers:active {
  color: #0E73E5 !important;
  background: transparent;
}
#starter_pagination .nav-links .page-numbers {
  display: block;
  color: #000;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  margin: 0 5px;
  width: 37px;
  text-align: center;
}
#starter_pagination .nav-links .page-numbers.prev, #starter_pagination .nav-links .page-numbers.next {
  color: #0E73E5 !important;
  background: transparent !important;
  padding: 10px;
  margin: 0;
  width: auto;
}
#starter_pagination .nav-links .page-numbers.prev:hover, #starter_pagination .nav-links .page-numbers.prev:active, #starter_pagination .nav-links .page-numbers.next:hover, #starter_pagination .nav-links .page-numbers.next:active {
  color: #0E73E5 !important;
  background: transparent !important;
}
#starter_pagination .nav-links .page-numbers.prev.disabled, #starter_pagination .nav-links .page-numbers.next.disabled {
  opacity: .5;
}
#starter_pagination .nav-links .page-numbers.current {
  color: #fff;
  background: #0E73E5;
}
#starter_pagination .nav-links .page-numbers.extend, #starter_pagination .nav-links .page-numbers.first-page, #starter_pagination .nav-links .page-numbers.last-page {
  display: none;
}
#starter_pagination .nav-links span.page-numbers:not(.extend) {
  font-weight: bold;
}

#loading_indicator {
  display: none;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  color: #0E73E5;
}

/*
 *	SLIDER
 */
.slick-slider {
  margin: 0 !important;
}
.slick-slider .slick-dots {
  position: relative;
  bottom: 0;
  padding: 0;
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button:before {
  color: #000;
  font-size: 13px;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 20;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-prev:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-slider .slick-next {
  right: 0;
}
.slick-slider .slick-next:before {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .slick-slider .slick-prev {
    left: -50px;
  }
  .slick-slider .slick-next {
    right: -50px;
  }
}

/*
*	SELECT2	
*/
.select2 {
  width: 100% !important;
}
.select2 .select2-selection {
  height: auto;
  border: 1px solid #0E73E5;
  border-radius: 16px;
  padding: 7px 10px;
}
.select2 .select2-selection .select2-selection__arrow {
  height: 12px;
  top: calc( 50% - 6px );
  right: 11px;
}
.select2 .select2-selection .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-left: 2px solid #0E73E5;
  border-bottom: 2px solid #0E73E5;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc( 50% - 5px );
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.select2 .select2-selection__rendered {
  font-size: 18px;
  color: #000 !important;
  font-weight: 400;
  padding-left: 0 !important;
}
.select2 .select2-selection__rendered .select2-selection__placeholder {
  color: #000;
}
.select2.select2-container--open .select2-selection .select2-selection__arrow b {
  border: 0;
  top: 50%;
  border-left: 2px solid #0E73E5;
  border-bottom: 2px solid #0E73E5;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.select2-container:not(.select2) .select2-dropdown {
  border-radius: 0 0 16px 16px;
  border: 1px solid #0E73E5;
  border-top: 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: left;
}
.select2-container:not(.select2) .select2-dropdown ul.select2-results__options {
  padding: 0 !important;
  font-size: 18px;
}
.select2-container:not(.select2) .select2-dropdown ul.select2-results__options li {
  color: #000;
  font-weight: 400;
  padding: 0 10px;
}
.select2-container:not(.select2) .select2-dropdown ul.select2-results__options li .select2-results__group {
  padding: 0;
}
.select2-container:not(.select2) .select2-dropdown ul.select2-results__options li[aria-selected=true] {
  color: #fff;
  background: #0E73E5;
}
.select2-container:not(.select2) .select2-dropdown ul.select2-results__options li.select2-results__option--highlighted {
  color: #fff;
  background: #249BE9;
}

/*
 *	FANCYBOX
 */
.fancybox-bg {
  background-color: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: .66;
}

.media-frame h1, .media-frame h2, .media-frame h3, .media-frame h4, .media-frame h5, .media-frame h6 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  color: #000 !important;
  text-transform: none;
}
.media-frame h1 {
  font-size: 30px !important;
}
.media-frame h2 {
  font-size: 26px !important;
}
.media-frame h3 {
  font-size: 22px !important;
}
.media-frame h4 {
  font-size: 18px !important;
}
.media-frame h5 {
  font-size: 16px !important;
}
.media-frame h6 {
  font-size: 16px !important;
}
.media-frame .media-attachments-filter-heading, .media-frame .media-frame-menu-heading {
  font-size: 13px !important;
}

.et-db #et-boc header.et-l {
  position: relative;
  z-index: 99000;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.et-db #et-boc header.et-l .et_pb_section {
  padding: 20px 0 !important;
}
.et-db #et-boc header.et-l .header-nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_column:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-db #et-boc header.et-l .header-nav-row .et_builder_inner_content {
  width: 100%;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_image {
  text-align: left;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_image img {
  max-width: 100%;
  width: 300px;
  border-radius: 0;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_image.logo-dark {
  display: block;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_image.logo-light {
  display: none;
}
.et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper {
  display: none;
  margin: 0;
  height: 34px;
}
.et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper .et_pb_text_inner {
  position: relative;
  display: inline-block;
  margin: 0 0 0 auto;
  background: #0E73E5;
  color: #fff;
  font-size: 18px;
  width: 270px;
  padding: 2px 46px 2px 5px;
  position: absolute;
  top: 0;
  right: -31px;
}
.et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper .et_pb_text_inner .fas {
  margin-right: 5px;
}
.et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper .et_pb_text_inner:before {
  content: '';
  border-top: 34px solid #0E73E5;
  border-left: 20px solid transparent;
  position: absolute;
  top: 0;
  left: -20px;
}
.et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper .header-phone {
  padding-right: 10px;
}
.et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper .header-phone a {
  color: #fff !important;
}
.et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper .header-login {
  position: relative;
  padding-left: 11px;
}
.et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper .header-login:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 1px;
  background: #fff;
}
.et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper .header-login a {
  color: #fff;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap {
  background: transparent;
  opacity: 1 !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu {
  display: none;
  width: 100%;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav {
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav {
  width: 100%;
  margin: 0 -11px;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li {
  padding-bottom: 0px;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li a {
  font-size: 20px;
  font-weight: 400;
  color: #0E73E5;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li a:hover, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li a:active {
  text-decoration: none;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button {
  margin: 0;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a {
  padding: 9px 20px 10px;
  border-radius: 20px;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li .sub-menu {
  background: #fff;
  padding: 10px 0;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li .sub-menu li:last-child {
  padding: 0 10px;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu {
  display: block;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav {
  width: 60px;
  height: 60px;
  text-decoration: none;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav:hover, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav:active {
  opacity: 1;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
  color: #0E73E5;
  font-size: 60px;
  top: 5px;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav #mobile_menu_wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc( 100% - 82px );
  background-color: #0E73E5;
  padding: 20px 0;
  overflow-y: scroll;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav #mobile_menu_wrapper .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu {
  border: 0;
  top: 80px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent !important;
  text-align: center;
  list-style-type: none;
  position: relative;
  top: auto;
  left: auto;
  height: 100% !important;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li {
  text-align: center;
  background: transparent;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li a {
  background: transparent;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5em;
  color: #fff;
  padding: 5px 15px;
  border: 0;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li a:hover, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li a:active {
  background: transparent;
  text-decoration: none;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.button a {
  border-radius: 20px;
  margin: 5px 0;
  display: inline-block;
  width: auto;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.button a:hover, .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.button a:active {
  background-color: #249BE9 !important;
  border-color: #249BE9 !important;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li.menu-item-has-children > a {
  background: transparent;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li .sub-menu {
  background: transparent;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li .sub-menu li {
  background: transparent;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu li .sub-menu li a {
  color: #fff;
  background: transparent;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d';
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav.opened #mobile_menu_wrapper {
  display: block;
  z-index: 90000;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav.opened #mobile_menu_wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap.et_pb_menu__wrap--hidden {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
@media only screen and (max-width: 767px) {
  .et-db #et-boc header.et-l .header-nav-row .et_pb_column:nth-child(1) {
    position: relative;
    z-index: 20;
    width: calc( 100% - 114px ) !important;
    margin: 0;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_column:nth-child(2) {
    position: absolute;
    top: -5px;
    left: 0;
    padding-left: 10px;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .et-db #et-boc header.et-l .header-nav-row .et_pb_column:nth-child(1) {
    margin-bottom: 0;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_image.logo-dark, .et-db #et-boc header.et-l .header-nav-row .et_pb_image.logo-light {
    padding-top: 22px;
  }
  .et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper {
    display: block;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav #mobile_menu_wrapper {
    height: calc( 100% - 134px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1249px) {
  .et-db #et-boc header.et-l .header-nav-row .et_pb_column:nth-child(1) {
    width: 50%;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_column:nth-child(2) {
    width: 44.5%;
  }
}
@media only screen and (max-width: 1249px) {
  .et-db #et-boc header.et-l.active {
    background-color: #0E73E5 !important;
  }
  .et-db #et-boc header.et-l.active .header-nav-row .et_pb_image.logo-dark {
    display: none !important;
  }
  .et-db #et-boc header.et-l.active .header-nav-row .et_pb_image.logo-light {
    display: block !important;
  }
  .et-db #et-boc header.et-l.active .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
    color: #fff !important;
  }
}
@media only screen and (min-width: 1250px) {
  .et-db #et-boc header.et-l .header-nav-row .et_pb_image {
    text-align: left;
    padding: 0;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_column_1_3 {
    width: 20% !important;
    margin: 0 !important;
    text-align: left;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_column_2_3 {
    width: 80% !important;
    padding-left: 3% !important;
    margin: 0;
    text-align: left;
    position: relative;
    top: auto;
    right: auto;
  }
  .et-db #et-boc header.et-l .header-nav-row .header-phone-wrapper {
    margin-bottom: 10px;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_menu {
    width: 100%;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu_inner_container {
    height: 100%;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu {
    display: block;
  }
  .et-db #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu {
    display: none;
  }
}
.et-db.admin-bar #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav #mobile_menu_wrapper {
  height: calc( 100% - 126px );
}
.et-db.page-template-page-template-flush-header #et-boc header.et-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99000;
}
.et-db.page-template-page-template-flush-header #et-boc header.et-l .header-nav-row .et_pb_image.logo-dark {
  display: none;
}
.et-db.page-template-page-template-flush-header #et-boc header.et-l .header-nav-row .et_pb_image.logo-light {
  display: block;
}
.et-db.page-template-page-template-flush-header #et-boc header.et-l .header-nav-row .et_pb_menu {
  background: transparent;
}
.et-db.page-template-page-template-flush-header #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li a {
  color: #fff;
}
.et-db.page-template-page-template-flush-header #et-boc header.et-l .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
  color: #fff;
}
.et-db.page-template-page-template-flush-header #et-boc header.et-l.fixed-header .header-nav-row .et_pb_menu .et_mobile_nav_menu .mobile_nav .mobile_menu_bar:before {
  color: #0E73E5;
}
.et-db #et-boc header.et-l.fixed-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99000;
}
.et-db #et-boc header.et-l.fixed-header .header-nav-row .et_pb_image.logo-dark {
  display: block;
}
.et-db #et-boc header.et-l.fixed-header .header-nav-row .et_pb_image.logo-light {
  display: none;
}
.et-db #et-boc header.et-l.fixed-header .header-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li a {
  color: #0E73E5;
}
.et-db.admin-bar #et-boc header.et-l.fixed-header {
  top: 32px;
}

.et-db #et-boc footer.et-l {
  position: relative;
  z-index: 99000;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.et-db #et-boc footer.et-l .et_pb_section {
  padding: 20px 0 !important;
}
.et-db #et-boc footer.et-l .footer-nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_column:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_builder_inner_content {
  width: 100%;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_image {
  text-align: left;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_image img {
  max-width: 100%;
  width: 300px;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap {
  background: transparent;
  opacity: 1 !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu {
  display: block;
  height: 100%;
  width: 100%;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav {
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav {
  width: 100%;
  margin: 0 -11px;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li {
  padding-bottom: 0px;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li a {
  font-size: 20px;
  font-weight: 400;
  color: #0E73E5;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li a:hover, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li a:active {
  text-decoration: none;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button {
  margin: 0;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li.button a {
  border-radius: 20px;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li .sub-menu {
  background: #fff;
  padding: 10px 0;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li .sub-menu li:last-child {
  padding: 0 10px;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu {
  display: none;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap.et_pb_menu__wrap--hidden {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner div, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner p {
  font-size: 14px;
  color: #0E73E5;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner div, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner p {
  margin: 0 20px 10px 0;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner div.break, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner p.break {
  margin: 0;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner div:last-child, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner p:last-child {
  margin-right: 0;
}
.et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-footnotes .et_pb_text_inner, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-footnotes .et_pb_text_inner div, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-footnotes .et_pb_text_inner p {
  font-size: 12px;
  color: #0E73E5;
}
@media only screen and (max-width: 991px) {
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav {
    display: block;
    max-width: 440px;
    margin-left: auto;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    text-align: left;
  }
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li {
    display: block;
    margin: 0;
    padding-bottom: 20px;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner div.break, .et-db #et-boc footer.et-l .footer-nav-row .et_pb_module.footer-copyright .et_pb_text_inner p.break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1259px) {
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav {
    display: block;
    max-width: 600px;
    margin-left: auto;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    text-align: left;
  }
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu .et-menu-nav ul.et-menu.nav li {
    display: block;
    margin: 0;
    padding-bottom: 20px;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
@media (min-width: 1250px) {
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_image {
    text-align: left;
    padding: 0;
  }
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_column_1_3 {
    width: 20% !important;
    margin: 0 !important;
    text-align: left;
  }
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_column_2_3 {
    width: 80% !important;
    padding-left: 3% !important;
    margin: 0;
    text-align: left;
    position: relative;
    top: auto;
    right: auto;
  }
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu {
    height: 100%;
    width: 100%;
  }
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu_inner_container {
    height: 100%;
  }
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu {
    display: block;
  }
  .et-db #et-boc footer.et-l .footer-nav-row .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu {
    display: none;
  }
}

form ::-webkit-input-placeholder {
  color: #0E73E5;
}

form ::-moz-placeholder {
  color: #0E73E5;
}

form :-ms-input-placeholder {
  color: #0E73E5;
}

form ::-ms-input-placeholder {
  color: #0E73E5;
}

form ::placeholder {
  color: #0E73E5;
}
form .gform_heading {
  padding: 0;
  margin: 0;
}
form .gform_heading h3.gform_title {
  font-size: 35px;
  padding: 0 0 20px;
  margin: 0;
}
form .gform_body .gform_fields {
  padding: 0 !important;
}
form .gform_body .gform_fields .gfield {
  margin: 0;
}
form .gform_body .gform_fields .gfield label {
  font-size: 20px;
  font-weight: 600;
  color: #0E73E5;
}
form .gform_body .gform_fields .gfield label .gfield_required {
  color: #0E73E5;
}
form .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}
form .gform_body .gform_fields .gfield .ginput_container input[type=text], form .gform_body .gform_fields .gfield .ginput_container input[type=email], form .gform_body .gform_fields .gfield .ginput_container input[type=tel], form .gform_body .gform_fields .gfield .ginput_container input[type=password], form .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  display: block;
  margin: 0;
  padding: 10px;
  border: 1px solid #0E73E5;
  font-size: 18px;
  color: #000;
}
form .gform_body .gform_fields .gfield .ginput_container select {
  padding: 10px;
  border: 1px solid #0E73E5;
  border-radius: 16px;
}
form .gform_body .gform_fields .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px;
}
form .gform_body .gform_fields .gfield:last-of-type {
  margin: 0;
}
form .gform_footer .gform_button {
  width: 100%;
  display: block;
}
form .gform_footer .gform_button:hover {
  cursor: pointer;
}

h2.gform_submission_error {
  font-size: 18px !important;
  line-height: 1.5em !important;
  padding: 0 !important;
}

form[data-zi-mapped-form] .gform_fields {
  grid-row-gap: 0px !important;
}
form[data-zi-mapped-form] input:not([type="submit"]), form[data-zi-mapped-form] textarea, form[data-zi-mapped-form] .ginput_container_select {
  margin-bottom: 16px !important;
}
form[data-zi-mapped-form] input:not([type="email"]):not([type="submit"]) {
  display: none !important;
}
form[data-zi-mapped-form] input:not([type="email"]):not([type="submit"])[data-zi-input-enriched="false"] {
  display: block !important;
}
form[data-zi-mapped-form] input:not([type="email"]):not([type="submit"])[data-zi-input-enriched="true"] {
  display: none !important;
}

.et_pb_bg_layout_dark form .gform_heading h3.gform_title {
  color: #fff !important;
}

.gform_wrapper, .gform_wrapper.gravity-theme {
  margin: 0 !important;
}
.gform_wrapper .gform_heading, .gform_wrapper.gravity-theme .gform_heading {
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_heading .gform_description, .gform_wrapper.gravity-theme .gform_heading .gform_description {
  display: block;
  margin-bottom: 20px;
}
.gform_wrapper form .gform_footer, .gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 20px 0 0;
}
@media (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper.gravity-theme .top_label li.gfield.gf_left_half {
    padding-right: 10px;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper.gravity-theme .top_label li.gfield.gf_right_half {
    padding-left: 10px;
  }
}

.gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
}

#gform_wrapper_1 {
  display: block;
}

#gform_wrapper_3 {
  display: block;
  padding: 40px;
}
#gform_wrapper_3 .gform_heading .gform_title {
  text-align: center;
}
#gform_wrapper_3 .gform_heading .gform_description {
  text-align: center;
}
#gform_wrapper_3 form {
  max-width: 580px;
  margin: 0 auto;
}
#gform_wrapper_3 form .gform_body .gform_fields .gfield label {
  font-size: 18px;
}
#gform_wrapper_3 form .gform_footer .gform_button {
  display: block;
  width: 100%;
}
