/**  PLUGINS THAT WILL BE IMPORTED FROM OUTSIDE SHOULD BE INCLUDED FIRST, BEFORE THIS COMMENT */
/**
1- DROPKICK


**/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;1,400&display=swap');
@font-face {
  font-family: 'Open Sans';
  src: url('../styles/fonts/OpenSans-Bold.eot');
  src: url('../styles/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('../styles/fonts/OpenSans-Bold.woff2') format('woff2'),
      url('../styles/fonts/OpenSans-Bold.woff') format('woff'),
      url('../styles/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../styles/fonts/OpenSans-Regular.eot');
  src: url('../styles/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('../styles/fonts/OpenSans-Regular.woff2') format('woff2'),
      url('../styles/fonts/OpenSans-Regular.woff') format('woff'),
      url('../styles/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*** DROPKICK **/

.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  padding: 0 1.5em 0 0.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #CCCCCC;
    margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-select-options .dk-option-hidden {
  display: none; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: #3297fd; }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #3297fd; }
  .dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: #3297fd; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }


  .dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dk-select, .dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width:100%;
  }
  .dk-selected {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display:block;
    line-height:30px;
  }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
  }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0;
  }
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #CCCCCC;
    margin: 0 1.5em 0 0;
  }
  .dk-selected-disabled {
    color: #BBBBBB;
  }
  .dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
  }
  .dk-select-open-up .dk-select-options {
    border-radius: 0.4em 0.4em 0 0;
    margin-bottom: -1px;
    bottom: 100%;
  }
  .dk-select-open-down .dk-select-options {
    border-radius: 0 0 0.4em 0.4em;
    margin-top: -1px;
    top: 100%;
  }
  .dk-select-multi .dk-select-options {
    max-height: 10em;
  }
  .dk-select-options {
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 0.4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.25em 0;
    width: auto;
    z-index: 100;
  }
  .dk-option-selected {
    background-color: #3297fd;
    color: #fff;
  }
  .dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit;
  }
  .dk-option {
    padding: 0 0.5em;
  }
  .dk-select-options .dk-option-highlight {
    background-color: #3297fd;
    color: #fff;
  }
  .dk-select-options .dk-option-disabled {
    color: #BBBBBB;
    background-color: transparent;
  }
  .dk-optgroup {
    border: solid #CCCCCC;
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 0.25em;
  }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em;
  }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0;
  }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
  }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .dk-optgroup-label {
    padding: 0 0.5em 0.25em;
    font-weight: bold;
    width: 100%;
  }
  .dk-optgroup-options {
    list-style: none;
    padding-left: 0;
  }
  .dk-optgroup-options li {
    padding-left: 1.2em;
  }
  .dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #3297fd;
  }
  .dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #3297fd;
  }
  .dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
    border-width: 0 0.25em 0.25em;
    border-bottom-color: #3297fd;
  }
  .dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
    border-left-color: #3297fd;
  }
  .dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
    display: block;
    border-color: #3297fd;
  }
  .dk-select-multi:hover, .dk-select-multi:focus {
    outline: none;
  }
  .dk-selected:hover, .dk-selected:focus {
    outline: none;
    border-color: #3297fd;
  }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #3297fd;
  }
  .dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: #3297fd;
  }
  .dk-select-disabled {
    opacity: 0.6;
    color: #BBBBBB;
    cursor: not-allowed;
  }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit;
  }
  .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
    border-top-color: inherit;
  }
  .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
    border-left-color: inherit;
  }
  select[data-dkcacheid] {
    display: none;
  }
  .customSelect .dk-select  + select{
    display:none;
    }
    
    .inputEntity {
      margin-bottom: 20px;
      position: relative;
    }
    .inputEntity input[type=text], .inputEntity input[type=password], .inputEntity textarea, .dk-selected, .fileUpload {
      border: 1px solid #e8e8e8;
      border-radius: 2px;
      display: block;
      width: 100%;
      padding: 0 10px;
      height: 30px;
    }
    .errorInput {
      border: 1px solid #e33c3c !important;
    }
    .inputEntity textarea {
      height: 168px;
      margin: 0;
    }
    .inputEntity label {
      display: block;
      margin-bottom: 5px;
      font-size: 15px;
      font-weight: normal;
      line-height: 19px;
    }
    .erroMessage {
      position: absolute;
      bottom: 100%;
      left: 0;
      padding-top: 5px;
      color: #e33c3c;
      font-weight: 600;
      font-size: 11px;
    }
    label + .erroMessage {
      bottom: inherit;
      top: 0;
      right: 0;
      left: inherit;
    }
    .formActions {
      text-align: right;
    }
    input[type=checkbox]:not(old), input[type=radio ]:not(old) {
      width : 2em;
      margin : 0;
      padding : 0;
      font-size : 1em;
      opacity : 0;
    }
    input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
      display : inline-block;
      margin-left : -2em;
      line-height : 1.5em;
    }
    
    
    
    input[type=checkbox]:not(old) + label:before, input[type=radio ]:not(old) + label:before {
      display : inline-block;
      width : 12px;
      height : 12px;
      margin : 5px 5px 0 0;
      background : #fff;
      border : 1px solid #000;
      vertical-align : bottom;
      float: left;
      content : '';
    }
    input[type=radio ]:not(old) + label:before {
      border-radius : 50%;
      display : block;
      width : 12px;
      height : 12px;
      margin : 5px 5px 0 0;
      border-radius : 50%;
      float: left;
      content : '';
    }
    input[type=radio ]:not(old):checked + label:before, 
    input[type=checkbox ]:not(old):checked + label:before {
    background: #69C7BA;
    }
    .stackedInput, ul.stackedInput li {
      display: inline-block;
      margin-right: 15px;
    }
    .fileUpload {
      overflow: hidden;
      position: relative;
    }
    .fileUpload:after {
      content: "Upload";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background: #396086;
      color: #ffffff;
      padding: 0 15px;
      font-family: "Roboto Slab", serif;
      z-index: 1;
      line-height: 30px;
    }
    .fileUpload:hover:after {
      background: #000;
    }
    .fileUpload input {
      font-size: 15px;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      cursor: pointer;
      z-index: 99;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .uploadValue {
      color: #000;
      display: block;
      left: 15px;
      opacity: 1;
      position: absolute;
      z-index: 50;
      color: #525252;
      font-size: 13px;
      height: 30px;
      line-height: 30px;
    }
    
    ::-webkit-input-placeholder {
      color:#868686;
      -webkit-opacity:1 !important;
    }
    ::-moz-placeholder {
      color:#868686;
      opacity:1 !important;
    }
    :-ms-input-placeholder {
      color:#868686;
      -ms-opacity:1 !important;
    }
    input:-moz-placeholder {
      color:#868686;
      -moz-opacity:1 !important;
    }
 
      
      
      
    
    
      /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{
  -webkit-tap-highlight-color:transparent;position:relative
}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}